From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant/
Date: Wed, 20 Mar 2019 17:27:57 +0000 (UTC) [thread overview]
Message-ID: <1553102820.48a6ebb589c7912365d8b7c368d2823c1cf9bee1.fordfrog@gentoo> (raw)
commit: 48a6ebb589c7912365d8b7c368d2823c1cf9bee1
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 16:59:32 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 17:27:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a6ebb5
dev-java/ant-1.9.2-r1: removed obsolete
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/ant/ant-1.9.2-r1.ebuild | 59 ----------------------------------------
1 file changed, 59 deletions(-)
diff --git a/dev-java/ant/ant-1.9.2-r1.ebuild b/dev-java/ant/ant-1.9.2-r1.ebuild
deleted file mode 100644
index b9f778d065f..00000000000
--- a/dev-java/ant/ant-1.9.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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
-}
next reply other threads:[~2019-03-20 17:28 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-20 17:27 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 7:48 [gentoo-commits] repo/gentoo:master commit in: dev-java/ant/ Miroslav Šulc
2024-11-21 21:08 Arthur Zamarin
2024-11-21 13:47 Jakov Smolić
2024-11-19 1:37 Sam James
2024-10-20 10:16 Miroslav Šulc
2024-04-19 10:38 Sam James
2024-03-12 6:45 Sam James
2024-03-10 21:10 Miroslav Šulc
2024-03-10 21:10 Miroslav Šulc
2024-03-10 8:53 Arthur Zamarin
2024-03-03 6:11 Sam James
2024-02-25 23:06 Sam James
2024-02-25 19:19 Jakov Smolić
2024-02-20 10:22 Miroslav Šulc
2024-01-26 2:09 Ionen Wolkens
2024-01-26 2:09 Ionen Wolkens
2024-01-24 10:48 Miroslav Šulc
2024-01-23 18:50 Sam James
2024-01-23 9:42 Miroslav Šulc
2023-12-11 19:22 Miroslav Šulc
2020-10-15 7:42 Miroslav Šulc
2020-10-14 19:19 Agostino Sarubbo
2020-10-01 18:16 Miroslav Šulc
2020-07-20 9:06 Miroslav Šulc
2020-07-19 21:35 Sam James
2020-07-05 11:20 Miroslav Šulc
2019-11-25 13:22 Miroslav Šulc
2019-11-25 13:22 Miroslav Šulc
2019-10-17 14:02 Miroslav Šulc
2019-03-19 10:23 Miroslav Šulc
2019-03-15 8:21 Mikle Kolyada
2019-03-04 18:42 Miroslav Šulc
2019-01-23 8:28 Miroslav Šulc
2019-01-21 10:29 Miroslav Šulc
2018-10-22 18:24 Michał Górny
2018-05-04 20:49 Patrice Clement
2018-04-19 22:14 Sergei Trofimovich
2018-04-18 14:47 Aaron Bauman
2018-03-17 13:37 Pacho Ramos
2018-03-01 8:39 Michał Górny
2017-01-29 15:41 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1553102820.48a6ebb589c7912365d8b7c368d2823c1cf9bee1.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox