diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-05-15 22:29:35 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-05-15 22:29:35 +0000 |
commit | 15e75099e8d5b19c9e2e7ddb45c5e72065b6e3bd (patch) | |
tree | b0222792ea3a16bb3008840a27f4489002708b41 /dev-java/ant-commons-logging | |
parent | Version bump (bug #269920). (diff) | |
download | historical-15e75099e8d5b19c9e2e7ddb45c5e72065b6e3bd.tar.gz historical-15e75099e8d5b19c9e2e7ddb45c5e72065b6e3bd.tar.bz2 historical-15e75099e8d5b19c9e2e7ddb45c5e72065b6e3bd.zip |
Removing ant 1.7.0, bug #261563.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ant-commons-logging')
-rw-r--r-- | dev-java/ant-commons-logging/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild | 10 |
2 files changed, 5 insertions, 11 deletions
diff --git a/dev-java/ant-commons-logging/ChangeLog b/dev-java/ant-commons-logging/ChangeLog index 3a479e2dc7aa..1a659d542494 100644 --- a/dev-java/ant-commons-logging/ChangeLog +++ b/dev-java/ant-commons-logging/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-commons-logging # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.14 2009/01/07 19:08:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.15 2009/05/15 22:22:23 caster Exp $ + + 15 May 2009; Vlastimil Babka <caster@gentoo.org> + -ant-commons-logging-1.7.0.ebuild: + Removing ant 1.7.0, bug #261563. 07 Jan 2009; Brent Baude <ranger@gentoo.org> ant-commons-logging-1.7.1.ebuild: diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild deleted file mode 100644 index 02bc8a395c46..000000000000 --- a/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild,v 1.10 2007/05/12 18:09:23 wltjr Exp $ - -inherit ant-tasks - -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" - -DEPEND=">=dev-java/commons-logging-1.0.4-r2" -RDEPEND="${DEPEND}" |