diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:48:29 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:48:29 +0000 |
commit | 696512a4120ea05d085722a5c3ccf8fa30faed28 (patch) | |
tree | 80bbf1648f91c7796b06115cbeca241b45ec8e3a /dev-java/junit | |
parent | housecleaning. (diff) | |
download | historical-696512a4120ea05d085722a5c3ccf8fa30faed28.tar.gz historical-696512a4120ea05d085722a5c3ccf8fa30faed28.tar.bz2 historical-696512a4120ea05d085722a5c3ccf8fa30faed28.zip |
x86 ppc sparc moved to stable.
Diffstat (limited to 'dev-java/junit')
-rw-r--r-- | dev-java/junit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/junit/files/digest-junit-3.8.1 | 2 | ||||
-rw-r--r-- | dev-java/junit/junit-3.8.1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/junit/ChangeLog b/dev-java/junit/ChangeLog index 0bc446474527..3127192d5174 100644 --- a/dev-java/junit/ChangeLog +++ b/dev-java/junit/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-java/junit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.8 2003/03/14 05:32:00 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.9 2003/04/06 08:48:15 absinthe Exp $ *junit-3.7-r2 (14 Mar 2003) @@ -11,6 +11,9 @@ *junit-3.8.1 (14 Oct 2002) + 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> junit-3.8.1.ebuild: + x86 ppc sparc moved to stable. + 28 Nov 2002; Adrian Almenar <strider@gentoo.org> junit-3.8.1.ebuild: Added app-arch/unzip a dependency. Fixes #11229. Updated ebuild to follow the policy about IUSE="". diff --git a/dev-java/junit/files/digest-junit-3.8.1 b/dev-java/junit/files/digest-junit-3.8.1 index a324b2b56a38..cd5300e825d8 100644 --- a/dev-java/junit/files/digest-junit-3.8.1 +++ b/dev-java/junit/files/digest-junit-3.8.1 @@ -1 +1,3 @@ +MD5 0325b468b0d03b4ad6924d32d0479047 /files/junit-3.7-build.xml 2938 +MD5 783f0b6c0855593549b4e2cd3396d55c /junit-3.8.1.ebuild 852 MD5 5110326e4b7f7497dfa60ede4b626751 junit3.8.1.zip 441665 diff --git a/dev-java/junit/junit-3.8.1.ebuild b/dev-java/junit/junit-3.8.1.ebuild index f1d6db36bbfc..f33aced8b7a2 100644 --- a/dev-java/junit/junit-3.8.1.ebuild +++ b/dev-java/junit/junit-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-3.8.1.ebuild,v 1.5 2003/03/01 04:52:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-3.8.1.ebuild,v 1.6 2003/04/06 08:48:15 absinthe Exp $ NP=${P/-/} S=${WORKDIR}/${NP} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ppc sparc" DEPEND=">=virtual/jdk-1.3 >=dev-java/ant-1.4 |