diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:38:14 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:38:14 +0000 |
commit | 3b4ef333d6069de7ca4151bc1c11201f210bd441 (patch) | |
tree | 12899b3174abcdfa460691e628260dd68115a0b7 /dev-java | |
parent | Moved caps to global. Removed jack-caps (diff) | |
download | gentoo-2-3b4ef333d6069de7ca4151bc1c11201f210bd441.tar.gz gentoo-2-3b4ef333d6069de7ca4151bc1c11201f210bd441.tar.bz2 gentoo-2-3b4ef333d6069de7ca4151bc1c11201f210bd441.zip |
Small fix.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-launcher/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-launcher/commons-launcher-0.9.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-java/commons-launcher/ChangeLog b/dev-java/commons-launcher/ChangeLog index 481dff019770..ec61a13f7afb 100644 --- a/dev-java/commons-launcher/ChangeLog +++ b/dev-java/commons-launcher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/commons-launcher # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-launcher/ChangeLog,v 1.1 2004/02/24 21:35:44 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-launcher/ChangeLog,v 1.2 2004/02/26 23:38:14 zx Exp $ + +*commons-launcher-0.9 (29 Feb 2004) + + 29 Feb 2004; Chris Aniszczyk <zx@gentoo.org> commons-launcher-0.9.ebuild: + Forgot to mention, thanks to Cory Visi <cory@visi.name> also for the initial + ebuild. Closes #35346 27 Feb 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml: Initial Import. diff --git a/dev-java/commons-launcher/commons-launcher-0.9.ebuild b/dev-java/commons-launcher/commons-launcher-0.9.ebuild index c8e05ecc513a..5fdfef65b142 100644 --- a/dev-java/commons-launcher/commons-launcher-0.9.ebuild +++ b/dev-java/commons-launcher/commons-launcher-0.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-launcher/commons-launcher-0.9.ebuild,v 1.1 2004/02/24 21:35:44 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-launcher/commons-launcher-0.9.ebuild,v 1.2 2004/02/26 23:38:14 zx Exp $ inherit java-pkg -DESCRIPTION="Commons-launcher eliminates the need for a batch or shell script to launch a Java class" +DESCRIPTION="Commons-launcher eliminates the need for a batch or shell script to launch a Java class." HOMEPAGE="http://jakarta.apache.org/commons/launcher/" SRC_URI="ftp://ftp.ibiblio.org/pub/mirrors/apache/jakarta/commons/launcher/source/launcher-0.9-src.tar.gz" LICENSE="Apache-1.1" |