diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-21 02:12:50 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-21 02:12:50 +0000 |
commit | 9a8ecf72c7023e6c071725ca15d01ccfce926a79 (patch) | |
tree | 238af27343e492f1667ac4306a9208a45b056db0 /dev-java/commons-fileupload | |
parent | Initial ebuild, thanks to Alistair Bush <alistair.bush@gmail.com>. (diff) | |
download | gentoo-2-9a8ecf72c7023e6c071725ca15d01ccfce926a79.tar.gz gentoo-2-9a8ecf72c7023e6c071725ca15d01ccfce926a79.tar.bz2 gentoo-2-9a8ecf72c7023e6c071725ca15d01ccfce926a79.zip |
Remove obsolete versions.
(Portage version: 2.1.2)
Diffstat (limited to 'dev-java/commons-fileupload')
-rw-r--r-- | dev-java/commons-fileupload/ChangeLog | 9 | ||||
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-fileupload/ChangeLog b/dev-java/commons-fileupload/ChangeLog index 8a869a037e21..875bd15dd018 100644 --- a/dev-java/commons-fileupload/ChangeLog +++ b/dev-java/commons-fileupload/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/commons-fileupload -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.30 2006/12/09 09:12:27 flameeyes Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.31 2007/01/21 02:12:50 caster Exp $ + + 21 Jan 2007; Vlastimil Babka <caster@gentoo.org> -files/build.xml.patch, + -commons-fileupload-1.0.ebuild, -commons-fileupload-1.0-r1.ebuild, + commons-fileupload-1.1.1.ebuild: + Remove obsolete versions. 09 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> commons-fileupload-1.1.1.ebuild: diff --git a/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild index e541848a533b..05d2bb202f85 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild,v 1.7 2006/12/09 09:12:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild,v 1.8 2007/01/21 02:12:50 caster Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -16,7 +16,6 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-2.0" SLOT="0" -# Missing dependencies: need package for javax.portlet. KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" |