From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/ant/Manifest | 2 ++ dev-java/ant/ant-1.9.2-r1.ebuild | 59 ++++++++++++++++++++++++++++++++++++++++ dev-java/ant/metadata.xml | 24 ++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 dev-java/ant/Manifest create mode 100644 dev-java/ant/ant-1.9.2-r1.ebuild create mode 100644 dev-java/ant/metadata.xml (limited to 'dev-java/ant') diff --git a/dev-java/ant/Manifest b/dev-java/ant/Manifest new file mode 100644 index 000000000000..37970fd4f453 --- /dev/null +++ b/dev-java/ant/Manifest @@ -0,0 +1,2 @@ +EBUILD ant-1.9.2-r1.ebuild 2027 BLAKE2B eee331a9cffd99f179cd2df829299f95e100d132cf7055dffa63463d42655febd55a3e7643af993f236a6ba5bc12efe5c332fcd73e7cebb4540bf45d4a7a7018 SHA512 092edc2dc1c0b2e2b607db39dab7632814bb124ef3c20c1787fc84760b4192e8690cdc575f21efc2b4146b1efea97e2317829f5c99b4f3b96cbb1c002951d605 +MISC metadata.xml 1159 BLAKE2B 393c61676e20af2acd08d2ecee954ea68ddb794f3aaf52bb576f72049b8807b25b8122919254d41cc249c88b375283d459193fe2c05dda46ae344e6774674ca2 SHA512 daa64360ccca2ae691a7d47b980cc35eb0c4577fd99493b235c4931861edc60a0bce1c7da5d360fd58c3c426421a7bbf41a8d9b463783e212dbae91f32a06a49 diff --git a/dev-java/ant/ant-1.9.2-r1.ebuild b/dev-java/ant/ant-1.9.2-r1.ebuild new file mode 100644 index 000000000000..b9f778d065f9 --- /dev/null +++ b/dev-java/ant/ant-1.9.2-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit versionator + +DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files" +HOMEPAGE="https://ant.apache.org/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf + +jsch +log4j +oro +regexp +resolver testutil" + +DEPEND="~dev-java/ant-core-${PV}" + +RDEPEND="${DEPEND} + ~dev-java/ant-core-${PV} + ~dev-java/ant-junit-${PV} + !dev-java/ant-optional + !dev-java/ant-tasks + ~dev-java/ant-apache-xalan2-${PV} + antlr? ( ~dev-java/ant-antlr-${PV} ) + bcel? ( ~dev-java/ant-apache-bcel-${PV} ) + bsf? ( ~dev-java/ant-apache-bsf-${PV} ) + log4j? ( ~dev-java/ant-apache-log4j-${PV} ) + oro? ( ~dev-java/ant-apache-oro-${PV} ) + regexp? ( ~dev-java/ant-apache-regexp-${PV} ) + resolver? ( ~dev-java/ant-apache-resolver-${PV} ) + commonslogging? ( ~dev-java/ant-commons-logging-${PV} ) + commonsnet? ( ~dev-java/ant-commons-net-${PV} ) + jai? ( ~dev-java/ant-jai-${PV} ) + javamail? ( ~dev-java/ant-javamail-${PV} ) + jdepend? ( ~dev-java/ant-jdepend-${PV} ) + jmf? ( ~dev-java/ant-jmf-${PV} ) + jsch? ( ~dev-java/ant-jsch-${PV} ) + testutil? ( ~dev-java/ant-testutil-${PV} ) + X? ( ~dev-java/ant-swing-${PV} ) +" + +S="${WORKDIR}" + +src_compile() { :; } + +pkg_postinst() { + if [[ -n ${REPLACING_VERSIONS} ]]; then + # if we update from a version below 1.7.1 + if ! version_is_at_least 1.7.1 ${REPLACING_VERSIONS}; then + elog "Since 1.7.1, the ant-tasks meta-ebuild has been removed and its USE" + elog "flags have been moved to dev-java/ant." + elog + elog "You may now freely set the USE flags of this package without breaking" + elog "building of Java packages, which depend on the exact ant tasks they need." + elog "The USE flags default to enabled (except X, jai and jmf) for convenience." + fi + fi +} diff --git a/dev-java/ant/metadata.xml b/dev-java/ant/metadata.xml new file mode 100644 index 000000000000..2874ae4bc71e --- /dev/null +++ b/dev-java/ant/metadata.xml @@ -0,0 +1,24 @@ + + + + + java@gentoo.org + Java + + + Enable ANTLR Ant tasks + Enable bcel (bytecode manipulation) Ant tasks + Enable commons-logging Ant tasks + Enable commons-net Ant tasks + Enable JAI (Java Imaging) Ant task + Enable JavaMail Ant task + Enable Jdepend Ant tasks + Enable JMF (Java Media Framework) Ant tasks + Disable Jsch (ssh, scp and related) Ant tasks + Enable Apache log4j Ant tasks + Enable Apache Oro Ant tasks + Enable Apache Regexp Ant tasks + Enable Apache Resolver Ant tasks + Enable optional test util classes + + -- cgit v1.2.3