diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2008-10-21 10:32:00 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2008-10-21 10:32:00 +0000 |
commit | f50509e35d58941aa86193e921ff06eb4198a327 (patch) | |
tree | 47e48bfb184c442b20480036ad10215af97ac4c4 /dev-java/commons-collections | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.tar.gz gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.tar.bz2 gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.zip |
Fixed installation of commons-collections-testframework jar
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index d6fd0fd79ecf..08a35c3f351d 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.49 2008/10/20 23:45:49 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.50 2008/10/21 10:32:00 fordfrog Exp $ + + 21 Oct 2008; Miroslav Šulc <fordfrog@gentoo.org> + commons-collections-3.2.1.ebuild: + Fixed installation of commons-collections-testframework jar 23 Jun 2008; Alistair Bush <ali_bush@gentoo.org> commons-collections-3.2-r1.ebuild, commons-collections-3.2.1.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.2.1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1.ebuild index 964217641eae..415acc5d19d6 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.2 2008/06/23 09:43:33 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.3 2008/10/21 10:32:00 fordfrog Exp $ JAVA_PKG_IUSE="doc source test" @@ -45,7 +45,7 @@ src_test() { src_install() { java-pkg_newjar build/${P}.jar ${PN}.jar use test-framework && \ - java-pkg_newjar build/${PN}-testframework-3.2.jar \ + java-pkg_newjar build/${PN}-testframework-${PV}.jar \ ${PN}-testframework.jar dodoc README.txt || die |