diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-10-01 20:03:13 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-10-01 20:15:54 +0200 |
commit | 73b5bc9ebf3bf747331bbf8442c9bca4c8eb53dd (patch) | |
tree | dba330da5cfb153427b1331639231ffa161e439c /dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild | |
parent | dev-java/ant-apache-xalan2: bump to 1.10.9 (diff) | |
download | gentoo-73b5bc9ebf3bf747331bbf8442c9bca4c8eb53dd.tar.gz gentoo-73b5bc9ebf3bf747331bbf8442c9bca4c8eb53dd.tar.bz2 gentoo-73b5bc9ebf3bf747331bbf8442c9bca4c8eb53dd.zip |
dev-java/ant-commons-logging: bump to 1.10.9
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild')
-rw-r--r-- | dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild new file mode 100644 index 000000000000..945cd57c2845 --- /dev/null +++ b/dev-java/ant-commons-logging/ant-commons-logging-1.10.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ANT_TASK_JDKVER=1.8 +ANT_TASK_JREVER=1.8 + +inherit ant-tasks + +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND=">=dev-java/commons-logging-1.0.4-r2:0" +RDEPEND="${DEPEND}" |