public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/
Date: Tue, 23 Jan 2024 09:42:41 +0000 (UTC)	[thread overview]
Message-ID: <1706002953.d3e32af191491a385fea63c285d0eade85d329c1.fordfrog@gentoo> (raw)

commit:     d3e32af191491a385fea63c285d0eade85d329c1
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Dec 26 10:47:11 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 09:42:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e32af1

dev-java/ant-core: compatibility symlink, add 1.10.14

Some packages still depend on dev-java/ant-core just for getting ant.jar
into their classpath. Starting from version 1.10.14 ant-core is no longer
used as a regular package. Instead, ant.jar is provided by dev-java/ant.

This version of dev-java/ant-core provides only the package.env file to
register the compatibility symlink /usr/share/ant-core/lib/ant.jar which
is provided by dev-java/ant.

Delete this package at the end of transition period after adjusting
JAVA_ANT_E_DEPEND in java-ant-2.eclass when all reverse dependencies
have switched to dev-java/ant.

Bug: https://bugs.gentoo.org/802165
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/ant-core/ant-core-1.10.14.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-java/ant-core/ant-core-1.10.14.ebuild b/dev-java/ant-core/ant-core-1.10.14.ebuild
new file mode 100644
index 000000000000..be672e0f7aa2
--- /dev/null
+++ b/dev-java/ant-core/ant-core-1.10.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2
+
+DESCRIPTION="Compatibility link to ant-core for >=dev-java/ant-1.10.14"
+HOMEPAGE="https://ant.apache.org/"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+DEPEND="
+	~dev-java/ant-${PV}:0
+	>=virtual/jdk-1.8:*
+"
+RDEPEND=">=virtual/jre-1.8:*"
+
+src_compile() { :; }
+
+src_install() {
+	java-pkg_regjar /usr/share/ant-core/lib/ant.jar
+}


             reply	other threads:[~2024-01-23  9:42 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23  9:42 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-27 17:39 [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/ Eli Schwartz
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-01-26  2:09 Ionen Wolkens
2024-01-26  2:09 Ionen Wolkens
2023-12-11 19:21 Miroslav Šulc
2022-05-21 18:19 Florian Schmaus
2022-05-20  8:45 Florian Schmaus
2022-05-12 18:23 Florian Schmaus
2022-03-22 17:47 Arthur Zamarin
2022-03-22 11:26 Agostino Sarubbo
2022-03-22  9:27 Jakov Smolić
2022-03-22  9:27 Jakov Smolić
2022-03-22  8:37 Arthur Zamarin
2022-02-19  9:25 Miroslav Šulc
2022-02-19  9:25 Miroslav Šulc
2022-02-03  6:56 Florian Schmaus
2022-01-30  9:00 Florian Schmaus
2022-01-30  9:00 Florian Schmaus
2022-01-18  9:51 Miroslav Šulc
2020-12-27 14:07 Fabian Groffen
2020-10-15  7:42 Miroslav Šulc
2020-10-14 19:22 Agostino Sarubbo
2020-10-14 19:19 Agostino Sarubbo
2020-10-14 19:08 Agostino Sarubbo
2020-10-14 18:29 Sam James
2020-10-01 18:16 Miroslav Šulc
2020-07-19 21:35 Sam James
2020-07-19 15:18 Sam James
2020-07-19 13:38 Sam James
2020-07-05 11:20 Miroslav Šulc
2019-11-25 13:22 Miroslav Šulc
2019-11-25 13:22 Miroslav Šulc
2019-11-23 16:49 Agostino Sarubbo
2019-11-23 12:43 Agostino Sarubbo
2019-11-23  5:42 Aaron Bauman
2019-11-22 10:24 Agostino Sarubbo
2019-11-01 10:31 Miroslav Šulc
2019-10-17 14:02 Miroslav Šulc
2019-04-30  8:40 Michał Górny
2019-03-20 17:27 Miroslav Šulc
2019-03-15  8:21 Mikle Kolyada
2019-03-01 12:46 Mikle Kolyada
2019-03-01  1:14 Thomas Deutschmann
2019-01-24 22:06 Miroslav Šulc
2019-01-23  8:28 Miroslav Šulc
2019-01-21 10:29 Miroslav Šulc
2018-02-12 22:18 James Le Cuirot
2017-01-30 19:03 Fabian Groffen
2017-01-27  9:34 Patrick Lauer
2017-01-26 21:50 James Le Cuirot

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=1706002953.d3e32af191491a385fea63c285d0eade85d329c1.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