From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/asm/
Date: Tue, 28 Feb 2023 12:47:30 +0000 (UTC) [thread overview]
Message-ID: <1677588430.219248c8e71f320bd8375e4bd6752aea7b8d24c6.fordfrog@gentoo> (raw)
commit: 219248c8e71f320bd8375e4bd6752aea7b8d24c6
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Feb 28 05:52:20 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 12:47:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219248c8
dev-java/asm: drop 5.1-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/29850
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/asm/Manifest | 2 --
dev-java/asm/asm-5.1-r1.ebuild | 49 ------------------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-java/asm/Manifest b/dev-java/asm/Manifest
index 229b6632d7b3..b9140ee1a927 100644
--- a/dev-java/asm/Manifest
+++ b/dev-java/asm/Manifest
@@ -1,3 +1 @@
-DIST asm-ASM_4_0.tar.bz2 14706135 BLAKE2B 20bed2b10b6107e9af74dafd8f7c9db93be1c26e073a8f7d8b25a94b99a1e89659dd03ed9094c4a56fe8a9b8d206b00e3db35eb4074e16396292d2fe75c2bb41 SHA512 046b36fe664a58e65daca2e3820f431436f27242fb548723ec02e829637f4d27d3329edd5014d3c84855d827a2fb2a87107043951a83f4fee2e83d89bb0ba74d
-DIST asm-ASM_5_1.tar.bz2 16191369 BLAKE2B 30e0f97fe200f09c78b3ba743ad70f25715b411d5e0be330234d97dec98b997db78736b5e005fdac8ed5339c553783a4e12386c34cb2c5a45bd8d8b42d7e8465 SHA512 6e73fe0787cfa974c598be44b5d735bbd6cba88f64db24169ec481281aea2169bce65fb08a677aa99f0d71f876a204c86432d2a4a79e85cc5286eb2ccf7617d7
DIST asm-ASM_9_4.tar.bz2 1380417 BLAKE2B 612fc6669294f2926ec77522f642f2878a96a9c977579ceda9feb955041ff53fa698c75b26c27bae478a41dca59357d9cf824263df39d60ea5c6722e5f0efc75 SHA512 a59268808ac54a238bd6e117eb0164d28c5c3572c12d7ad42c2f3dbd32714c03056f330255756511db4f1ede8d66bf32c7347128b8ec179beba11cca27927687
diff --git a/dev-java/asm/asm-5.1-r1.ebuild b/dev-java/asm/asm-5.1-r1.ebuild
deleted file mode 100644
index 1caebff74cf0..000000000000
--- a/dev-java/asm/asm-5.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Bytecode manipulation framework for Java"
-HOMEPAGE="https://asm.ow2.io"
-MY_P="ASM_${PV//./_}"
-SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.bz2 https://gitlab.ow2.org/asm/asm/-/archive/ASM_4_0/asm-ASM_4_0.tar.bz2"
-
-LICENSE="BSD"
-SLOT="4"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~x64-macos"
-
-CDEPEND=""
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-S="${WORKDIR}/asm-${MY_P}"
-
-# Needs dependencies we don't have yet.
-RESTRICT="test"
-
-EANT_DOC_TARGET="jdoc"
-
-# Fails if this objectweb.ant.tasks.path is not set.
-# Java generics seem to break unless product.noshrink is set.
-EANT_EXTRA_ARGS="-Dobjectweb.ant.tasks.path=foobar -Dproduct.noshrink=true"
-
-src_prepare() {
- default
- # Borrow some ant scripts from an old version to avoid requiring
- # bndlib and friends. This may not work forever!
- cp -vf "../asm-ASM_4_0/archive"/*.xml archive/ || die
-}
-
-src_install() {
- local x
- for x in output/dist/lib/*.jar ; do
- java-pkg_newjar "${x}" $(basename "${x%-*}.jar")
- done
-
- use doc && java-pkg_dojavadoc output/dist/doc/javadoc/user/
- use source && java-pkg_dosrc src/*
-}
next reply other threads:[~2023-02-28 12:47 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-28 12:47 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 9:57 [gentoo-commits] repo/gentoo:master commit in: dev-java/asm/ Miroslav Šulc
2024-11-10 6:40 Arthur Zamarin
2024-11-10 0:42 Jakov Smolić
2024-11-09 13:00 Sam James
2024-10-11 9:55 Miroslav Šulc
2024-10-10 16:20 Arthur Zamarin
2024-10-10 10:33 Miroslav Šulc
2024-09-29 10:59 Arthur Zamarin
2024-09-29 10:59 Arthur Zamarin
2024-09-29 10:59 Arthur Zamarin
2024-08-30 9:59 Miroslav Šulc
2023-11-18 8:34 Miroslav Šulc
2023-11-17 12:07 Sam James
2023-11-17 12:07 Sam James
2023-11-17 11:13 Sam James
2023-11-17 11:09 Sam James
2023-10-18 7:54 Miroslav Šulc
2023-08-01 7:19 Miroslav Šulc
2023-07-31 22:38 Sam James
2023-07-31 22:38 Sam James
2023-07-31 11:36 Sam James
2023-07-31 11:36 Sam James
2023-06-30 7:27 Miroslav Šulc
2023-01-08 19:00 Arthur Zamarin
2023-01-08 18:28 Arthur Zamarin
2023-01-08 18:28 Arthur Zamarin
2023-01-08 18:06 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2022-12-10 3:43 Sam James
2022-12-09 10:59 Miroslav Šulc
2022-12-09 10:59 Miroslav Šulc
2022-12-09 8:18 Miroslav Šulc
2022-06-05 6:18 Miroslav Šulc
2022-06-04 11:15 Jakov Smolić
2022-06-04 10:44 Jakov Smolić
2022-06-03 21:32 Jakov Smolić
2022-06-03 21:32 Jakov Smolić
2022-05-04 19:51 Florian Schmaus
2021-11-21 10:25 Miroslav Šulc
2021-11-10 16:47 Sam James
2021-09-22 9:43 Miroslav Šulc
2021-08-27 20:04 Sam James
2021-08-27 20:00 Sam James
2021-08-27 20:00 Sam James
2021-07-28 5:14 Miroslav Šulc
2021-05-06 16:55 Miroslav Šulc
2021-05-02 17:55 Miroslav Šulc
2021-04-21 17:34 Miroslav Šulc
2021-04-07 6:21 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-04-04 21:21 Sergei Trofimovich
2021-03-30 8:56 Miroslav Šulc
2021-03-28 11:00 Sam James
2021-03-28 11:00 Sam James
2021-03-28 10:02 Agostino Sarubbo
2021-03-28 10:00 Agostino Sarubbo
2021-03-15 12:46 Miroslav Šulc
2021-03-15 8:17 Miroslav Šulc
2020-07-20 1:10 Sam James
2018-03-01 8:39 Michał Górny
2017-07-13 12:13 Alexis Ballier
2016-04-15 8:09 Patrice Clement
2016-02-19 20:26 Patrice Clement
2016-02-07 19:18 Patrice Clement
2016-02-07 19:18 Patrice Clement
2016-02-07 19:18 Patrice Clement
2016-02-07 19:18 Patrice Clement
2016-02-07 19:18 Patrice Clement
2015-11-09 9:27 Patrice Clement
2015-11-09 9:27 Patrice Clement
2015-11-09 9:27 Patrice Clement
2015-11-09 9:27 Patrice Clement
2015-11-09 9:27 Patrice Clement
2015-11-01 19:12 Patrice Clement
2015-10-13 10:38 Patrice Clement
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=1677588430.219248c8e71f320bd8375e4bd6752aea7b8d24c6.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