summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-08-28 22:20:54 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-08-28 22:20:54 +0000
commit3c99d0ec5f780defd81627732734ccea00ed2f90 (patch)
treeb29360a9448d6cbf9feead1a8b85d7f4966a20ea /dev-java
parentVersion bump to 1.9.2. Fixes security bug #476958. (diff)
downloadgentoo-2-3c99d0ec5f780defd81627732734ccea00ed2f90.tar.gz
gentoo-2-3c99d0ec5f780defd81627732734ccea00ed2f90.tar.bz2
gentoo-2-3c99d0ec5f780defd81627732734ccea00ed2f90.zip
Version bump to 1.9.2. Fixes security bug #476958.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/ant-jmf/ChangeLog7
-rw-r--r--dev-java/ant-jmf/ant-jmf-1.9.2.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-java/ant-jmf/ChangeLog b/dev-java/ant-jmf/ChangeLog
index 49e77bb6c612..20b7664cd95b 100644
--- a/dev-java/ant-jmf/ChangeLog
+++ b/dev-java/ant-jmf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/ant-jmf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.34 2013/07/05 14:16:51 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.35 2013/08/28 22:20:54 tomwij Exp $
+
+*ant-jmf-1.9.2 (28 Aug 2013)
+
+ 28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +ant-jmf-1.9.2.ebuild:
+ Version bump to 1.9.2. Fixes security bug #476958.
*ant-jmf-1.9.1 (05 Jul 2013)
diff --git a/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild b/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild
new file mode 100644
index 000000000000..6d608af10cd7
--- /dev/null
+++ b/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild,v 1.1 2013/08/28 22:20:54 tomwij Exp $
+
+EAPI="5"
+
+# Seems we don't need to depend on jmf-bin, the classes ant imports are in J2SE
+# API since version 1.3.
+ANT_TASK_DEPNAME=""
+
+inherit ant-tasks
+
+DESCRIPTION="Apache Ant's optional tasks for the Java Media Framework (JMF)."
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \
+ ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" \ No newline at end of file