diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-08 17:24:18 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-08 17:24:18 +0000 |
commit | ec257922c76c23e6fa7d6f651cad66d156bf4ab4 (patch) | |
tree | c61c714c5ffeb798e6ea9b851823d792fa3de785 /dev-java | |
parent | Revision bump. EAPI 5. (diff) | |
download | gentoo-2-ec257922c76c23e6fa7d6f651cad66d156bf4ab4.tar.gz gentoo-2-ec257922c76c23e6fa7d6f651cad66d156bf4ab4.tar.bz2 gentoo-2-ec257922c76c23e6fa7d6f651cad66d156bf4ab4.zip |
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ant-apache-xalan2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.0.ebuild | 21 | ||||
-rw-r--r-- | dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.1.ebuild | 21 |
3 files changed, 6 insertions, 44 deletions
diff --git a/dev-java/ant-apache-xalan2/ChangeLog b/dev-java/ant-apache-xalan2/ChangeLog index 04aa1ab378a7..a16378ef0126 100644 --- a/dev-java/ant-apache-xalan2/ChangeLog +++ b/dev-java/ant-apache-xalan2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-apache-xalan2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog,v 1.25 2013/10/20 16:31:30 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog,v 1.26 2014/03/08 17:24:18 tomwij Exp $ + + 08 Mar 2014; Tom Wijsman <TomWij@gentoo.org> -ant-apache-xalan2-1.8.0.ebuild, + -ant-apache-xalan2-1.8.1.ebuild: + Remove old. 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-xalan2-1.9.2.ebuild: Stable for ppc64, wrt bug #476958 diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.0.ebuild b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.0.ebuild deleted file mode 100644 index 3f4c1954f6b1..000000000000 --- a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.0.ebuild,v 1.3 2012/01/01 20:56:57 sera Exp $ - -EAPI=1 - -ANT_TASK_DEPNAME="xalan" - -inherit ant-tasks - -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="" - -DEPEND="dev-java/xalan - ~dev-java/ant-trax-${PV}" -RDEPEND="${DEPEND}" - -src_unpack() { - ant-tasks_src_unpack all - java-pkg_jar-from ant-trax -} diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.1.ebuild b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.1.ebuild deleted file mode 100644 index 825c48854f85..000000000000 --- a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.1.ebuild,v 1.8 2012/01/01 20:56:57 sera Exp $ - -EAPI=1 - -ANT_TASK_DEPNAME="xalan" - -inherit ant-tasks - -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="" - -DEPEND="dev-java/xalan - ~dev-java/ant-trax-${PV}" -RDEPEND="${DEPEND}" - -src_unpack() { - ant-tasks_src_unpack all - java-pkg_jar-from ant-trax -} |