summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Sennhauser <sera@gentoo.org>2012-05-30 08:59:54 +0000
committerRalph Sennhauser <sera@gentoo.org>2012-05-30 08:59:54 +0000
commite5ea37224e2426437c221bebc5902473ad389c09 (patch)
treea35f5bd555174e5b76ca932cc8d6610bfe698dba /dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild
parentsci-libs/cgcode: Fix missing linking to blas libs (diff)
downloadgentoo-2-e5ea37224e2426437c221bebc5902473ad389c09.tar.gz
gentoo-2-e5ea37224e2426437c221bebc5902473ad389c09.tar.bz2
gentoo-2-e5ea37224e2426437c221bebc5902473ad389c09.zip
Security bump. CVE-2012-2098 #417909
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild')
-rw-r--r--dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild
new file mode 100644
index 000000000000..84d05a579f40
--- /dev/null
+++ b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.8.4.ebuild
@@ -0,0 +1,19 @@
+# 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.4.ebuild,v 1.1 2012/05/30 08:59:54 sera Exp $
+
+EAPI="4"
+
+ANT_TASK_DEPNAME="xalan"
+
+inherit ant-tasks
+
+KEYWORDS="~amd64 ~ia64 ~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"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ ant-tasks_src_unpack all
+}