diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 19:17:58 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 19:17:58 +0000 |
commit | 8370611372eeb5ac4e35473173ddd0e82fc7633b (patch) | |
tree | 0ca4897d4128d661d33eb8040f6d1481ce89691f /dev-java/ant-nodeps | |
parent | Version bump. (diff) | |
download | gentoo-2-8370611372eeb5ac4e35473173ddd0e82fc7633b.tar.gz gentoo-2-8370611372eeb5ac4e35473173ddd0e82fc7633b.tar.bz2 gentoo-2-8370611372eeb5ac4e35473173ddd0e82fc7633b.zip |
Drop old for which the meta package is already gone
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'dev-java/ant-nodeps')
-rw-r--r-- | dev-java/ant-nodeps/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/ant-nodeps/ant-nodeps-1.7.1.ebuild | 19 | ||||
-rw-r--r-- | dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild | 27 | ||||
-rw-r--r-- | dev-java/ant-nodeps/ant-nodeps-1.8.1.ebuild | 27 |
4 files changed, 6 insertions, 75 deletions
diff --git a/dev-java/ant-nodeps/ChangeLog b/dev-java/ant-nodeps/ChangeLog index 63f1a13ced4e..79fe42b3a582 100644 --- a/dev-java/ant-nodeps/ChangeLog +++ b/dev-java/ant-nodeps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-nodeps -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.46 2013/10/20 16:32:13 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.47 2014/08/03 19:17:58 sera Exp $ + + 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -ant-nodeps-1.7.1.ebuild, + -ant-nodeps-1.8.0.ebuild, -ant-nodeps-1.8.1.ebuild: + Drop old for which the meta package is already gone 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-nodeps-1.9.2.ebuild: Stable for ppc64, wrt bug #476958 diff --git a/dev-java/ant-nodeps/ant-nodeps-1.7.1.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.7.1.ebuild deleted file mode 100644 index cc6b4bea5a1c..000000000000 --- a/dev-java/ant-nodeps/ant-nodeps-1.7.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.7.1.ebuild,v 1.8 2011/12/31 12:09:48 sera Exp $ - -inherit ant-tasks - -DESCRIPTION="Apache Ant's optional tasks requiring no external deps" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_unpack() { - ant-tasks_src_unpack base - java-pkg_jar-from --build-only ant-core ant-launcher.jar - java-pkg_filter-compiler jikes -} - -src_compile() { - eant jar-nodeps -} diff --git a/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild deleted file mode 100644 index fe0790af9c8e..000000000000 --- a/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild,v 1.2 2011/12/31 12:09:48 sera Exp $ - -# contains the tasks depending on 1.5 java -ANT_TASK_JDKVER=1.5 -ANT_TASK_JREVER=1.5 - -# cannot hurt... -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -inherit ant-tasks - -DESCRIPTION="Apache Ant's optional tasks requiring no external deps" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_unpack() { - ant-tasks_src_unpack base - java-pkg_jar-from --build-only ant-core ant-launcher.jar - java-pkg_filter-compiler jikes -} - -src_compile() { - eant jar-nodeps -} diff --git a/dev-java/ant-nodeps/ant-nodeps-1.8.1.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.8.1.ebuild deleted file mode 100644 index 15d4e989885c..000000000000 --- a/dev-java/ant-nodeps/ant-nodeps-1.8.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.1.ebuild,v 1.8 2011/12/31 12:09:48 sera Exp $ - -# contains the tasks depending on 1.5 java -ANT_TASK_JDKVER=1.5 -ANT_TASK_JREVER=1.5 - -# cannot hurt... -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -inherit ant-tasks - -DESCRIPTION="Apache Ant's optional tasks requiring no external deps" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_unpack() { - ant-tasks_src_unpack base - java-pkg_jar-from --build-only ant-core ant-launcher.jar - java-pkg_filter-compiler jikes -} - -src_compile() { - eant jar-nodeps -} |