diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-08-28 22:13:57 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-08-28 22:13:57 +0000 |
commit | b70f01f16f821521b74682a93ffd499bbc94c5f2 (patch) | |
tree | 886470dfc9db125b4f06c26650c549186dd9f7cb /dev-java/ant-junit | |
parent | Version bump to 1.9.2. Fixes security bug #476958. (diff) | |
download | gentoo-2-b70f01f16f821521b74682a93ffd499bbc94c5f2.tar.gz gentoo-2-b70f01f16f821521b74682a93ffd499bbc94c5f2.tar.bz2 gentoo-2-b70f01f16f821521b74682a93ffd499bbc94c5f2.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/ant-junit')
-rw-r--r-- | dev-java/ant-junit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/ant-junit/ant-junit-1.9.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-java/ant-junit/ChangeLog b/dev-java/ant-junit/ChangeLog index f64a5b806e3b..a5b6e60f12df 100644 --- a/dev-java/ant-junit/ChangeLog +++ b/dev-java/ant-junit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/ant-junit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.37 2013/07/05 12:17:48 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.38 2013/08/28 22:13:57 tomwij Exp $ + +*ant-junit-1.9.2 (28 Aug 2013) + + 28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +ant-junit-1.9.2.ebuild: + Version bump to 1.9.2. Fixes security bug #476958. *ant-junit-1.9.1 (05 Jul 2013) diff --git a/dev-java/ant-junit/ant-junit-1.9.2.ebuild b/dev-java/ant-junit/ant-junit-1.9.2.ebuild new file mode 100644 index 000000000000..70e2d5c32003 --- /dev/null +++ b/dev-java/ant-junit/ant-junit-1.9.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.1 2013/08/28 22:13:57 tomwij Exp $ + +EAPI="5" + +inherit ant-tasks + +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd \ + ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos \ + ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND="dev-java/junit:4" +RDEPEND="${DEPEND}" + +JAVA_ANT_REWRITE_CLASSPATH="true" +EANT_GENTOO_CLASSPATH="junit-4" + +src_compile() { + eant jar-junit +} |