diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-01-03 14:38:36 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-01-03 14:38:36 +0000 |
commit | 1be3bd5fddf00712c30c2b54f05720aefbe30301 (patch) | |
tree | 2de0e7cb2d6229bede0422d02225031393dacf22 /dev-java/junit | |
parent | ppc stable #249165 (diff) | |
download | historical-1be3bd5fddf00712c30c2b54f05720aefbe30301.tar.gz historical-1be3bd5fddf00712c30c2b54f05720aefbe30301.tar.bz2 historical-1be3bd5fddf00712c30c2b54f05720aefbe30301.zip |
ppc stable #252819
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-hardened-r3 ppc
Diffstat (limited to 'dev-java/junit')
-rw-r--r-- | dev-java/junit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/junit/junit-4.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/junit/ChangeLog b/dev-java/junit/ChangeLog index 2ccbacc8669c..9511f9c6b34b 100644 --- a/dev-java/junit/ChangeLog +++ b/dev-java/junit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/junit -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.46 2008/10/24 15:08:48 fordfrog Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.47 2009/01/03 14:35:23 nixnut Exp $ + + 03 Jan 2009; nixnut <nixnut@gentoo.org> junit-4.5.ebuild: + ppc stable #252819 24 Oct 2008; Miroslav Šulc <fordfrog@gentoo.org> junit-4.5.ebuild: Fixed installation of sources, bug #243426 diff --git a/dev-java/junit/junit-4.5.ebuild b/dev-java/junit/junit-4.5.ebuild index c86953dce616..70e450593fbf 100644 --- a/dev-java/junit/junit-4.5.ebuild +++ b/dev-java/junit/junit-4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.5.ebuild,v 1.2 2008/10/24 15:08:48 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.5.ebuild,v 1.3 2009/01/03 14:35:23 nixnut Exp $ # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="4" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86" IUSE="" CDEPEND="dev-java/hamcrest-core" |