Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/asm-util/
Date: Tue, 16 Aug 2022 08:11:59
Message-Id: 1660637148.3a142a207aa62d364e4954dddc47b6abcc366685.jsmolic@gentoo
1 commit: 3a142a207aa62d364e4954dddc47b6abcc366685
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 08:05:48 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 08:05:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a142a20
7
8 dev-java/asm-util: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/asm-util/Manifest | 1 -
13 dev-java/asm-util/asm-util-9.2.ebuild | 28 ----------------------------
14 dev-java/asm-util/metadata.xml | 26 --------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 56 deletions(-)
17
18 diff --git a/dev-java/asm-util/Manifest b/dev-java/asm-util/Manifest
19 deleted file mode 100644
20 index 20184b840f68..000000000000
21 --- a/dev-java/asm-util/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST asm-ASM_9_2.tar.gz 1614845 BLAKE2B 3fc0fb45d0583b06371452d2df166ce53f81a114a386eda96fe3b0c748beffdd42791d59ddfb4c9ad368f73728f3382855a7336324b013e937c20a4f31cea44b SHA512 a0077e3c1ebbd8a841d3556be4363383951244ba87670af45a8565e14ad3ac94ab89a23b934b3609190e1b16dd9663798c01d1c859eddb2e825c41908c2e2afd
25
26 diff --git a/dev-java/asm-util/asm-util-9.2.ebuild b/dev-java/asm-util/asm-util-9.2.ebuild
27 deleted file mode 100644
28 index 24ae0369880b..000000000000
29 --- a/dev-java/asm-util/asm-util-9.2.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -JAVA_PKG_IUSE="doc source"
37 -MAVEN_ID="org.ow2.asm:asm-util:9.2"
38 -
39 -inherit java-pkg-2 java-pkg-simple
40 -
41 -DESCRIPTION="Bytecode manipulation framework for Java (Utilities)"
42 -HOMEPAGE="http://asm.ow2.org"
43 -MY_P="ASM_${PV//./_}"
44 -SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.gz"
45 -LICENSE="BSD"
46 -SLOT=`ver_cut 1`
47 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~x64-macos"
48 -RESTRICT="test"
49 -
50 -CDEPEND="dev-java/asm-analysis:${SLOT} dev-java/asm-tree:${SLOT} dev-java/asm:${SLOT}"
51 -DEPEND=">=virtual/jdk-1.8:*
52 -${CDEPEND}
53 -"
54 -RDEPEND=">=virtual/jre-1.8:*
55 -${CDEPEND}
56 -"
57 -
58 -JAVA_GENTOO_CLASSPATH="asm-${SLOT} asm-tree-${SLOT} asm-analysis-${SLOT}"
59 -JAVA_SRC_DIR="asm-${MY_P}/${PN}/src/main/java"
60
61 diff --git a/dev-java/asm-util/metadata.xml b/dev-java/asm-util/metadata.xml
62 deleted file mode 100644
63 index b460724d5676..000000000000
64 --- a/dev-java/asm-util/metadata.xml
65 +++ /dev/null
66 @@ -1,26 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="project">
71 - <email>java@g.o</email>
72 - <name>Java</name>
73 - </maintainer>
74 - <maintainer type="person" proxied="yes">
75 - <email>kaiboma06@×××××.com</email>
76 - <name>Kaibo Ma</name>
77 - </maintainer>
78 - <longdescription>
79 - ASM is a Java bytecode manipulation framework. It can be used to
80 - dynamically generate stub classes or other proxy classes, directly in
81 - binary form, or to dynamically modify classes at load time, i.e., just
82 - before they are loaded into the Java Virtual Machine.
83 -
84 - ASM offers similar functionalities as BCEL or SERP, but is much more
85 - smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
86 - than these tools (the overhead of a load time class transformation is of
87 - the order of 60% with ASM, 700% or more with BCEL, and 1100% or more
88 - with SERP). Indeed ASM was designed to be used in a dynamic way* and was
89 - therefore designed and implemented to be as small and as fast as
90 - possible.
91 - </longdescription>
92 -</pkgmetadata>
93
94 diff --git a/profiles/package.mask b/profiles/package.mask
95 index 17d7e77ba062..e63e85955381 100644
96 --- a/profiles/package.mask
97 +++ b/profiles/package.mask
98 @@ -533,7 +533,6 @@ sci-visualization/opendx-samples
99 dev-java/asm-analysis
100 dev-java/asm-commons
101 dev-java/asm-tree
102 -dev-java/asm-util
103
104 # Fabian Groffen <grobian@g.o> (2022-07-02)
105 # Segfaults handling SPF validations (warn on permerror), like the