From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02AC4158013 for ; Wed, 22 Sep 2021 09:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0888AE0802; Wed, 22 Sep 2021 09:43:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5A2EE0802 for ; Wed, 22 Sep 2021 09:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8518E342DAF for ; Wed, 22 Sep 2021 09:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B630B107 for ; Wed, 22 Sep 2021 09:43:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1632303738.9761cedf381ac9b0d05274e77f26b60d90cdbea2.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/asm-tree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/asm-tree/Manifest dev-java/asm-tree/asm-tree-9.1.ebuild X-VCS-Directories: dev-java/asm-tree/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9761cedf381ac9b0d05274e77f26b60d90cdbea2 X-VCS-Branch: master Date: Wed, 22 Sep 2021 09:43:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f8ccc29-acc6-4669-9267-adf26599d3c3 X-Archives-Hash: cadb0084296954f0fc7958457666cefa commit: 9761cedf381ac9b0d05274e77f26b60d90cdbea2 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Sep 22 09:42:18 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Sep 22 09:42:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9761cedf dev-java/asm-tree: removed obsolete 9.1 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/asm-tree/Manifest | 1 - dev-java/asm-tree/asm-tree-9.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-java/asm-tree/Manifest b/dev-java/asm-tree/Manifest index b2db0a2a834..20184b840f6 100644 --- a/dev-java/asm-tree/Manifest +++ b/dev-java/asm-tree/Manifest @@ -1,2 +1 @@ -DIST asm-ASM_9_1.tar.gz 1614561 BLAKE2B f19efad14a7bce5dd7311682a2e6c8625816d1b97ed390652681f14d6d341f559fee152b70474566752a80ff2fcc7cb83fea91f7382f898a0725beba5c9c6ada SHA512 84eb7bc0c7119d3ab0ddd9f3bad640662d96235d365da5bd85031abbdfed371c9742a01817ddd022fd4fb447441f423e4f5126d12dcadf12fa9669cd86b34f18 DIST asm-ASM_9_2.tar.gz 1614845 BLAKE2B 3fc0fb45d0583b06371452d2df166ce53f81a114a386eda96fe3b0c748beffdd42791d59ddfb4c9ad368f73728f3382855a7336324b013e937c20a4f31cea44b SHA512 a0077e3c1ebbd8a841d3556be4363383951244ba87670af45a8565e14ad3ac94ab89a23b934b3609190e1b16dd9663798c01d1c859eddb2e825c41908c2e2afd diff --git a/dev-java/asm-tree/asm-tree-9.1.ebuild b/dev-java/asm-tree/asm-tree-9.1.ebuild deleted file mode 100644 index 01e3400a43a..00000000000 --- a/dev-java/asm-tree/asm-tree-9.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.ow2.asm:asm-tree:9.1" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Bytecode manipulation framework for Java (Tree API)" -HOMEPAGE="http://asm.ow2.org" -MY_P="ASM_${PV//./_}" -SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.gz" -LICENSE="BSD" -SLOT=`ver_cut 1` -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" -RESTRICT="test" - -CDEPEND="dev-java/asm:${SLOT}" -DEPEND=">=virtual/jdk-1.8 -${CDEPEND} -" -RDEPEND=">=virtual/jre-1.8 -${CDEPEND} -" - -JAVA_GENTOO_CLASSPATH="asm-${SLOT}" -JAVA_SRC_DIR="asm-${MY_P}/${PN}/src/main/java"