diff options
author | 2009-01-03 14:35:23 +0000 | |
---|---|---|
committer | 2009-01-03 14:35:23 +0000 | |
commit | 8a078534528766810720c74db196da7a574ea74e (patch) | |
tree | b6ebd8518422ccea7f2dfcaa846f696d93f6eb3a /dev-java/junit | |
parent | ppc stable #249165 (diff) | |
download | gentoo-2-8a078534528766810720c74db196da7a574ea74e.tar.gz gentoo-2-8a078534528766810720c74db196da7a574ea74e.tar.bz2 gentoo-2-8a078534528766810720c74db196da7a574ea74e.zip |
ppc stable #252819
(Portage version: 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" |