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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3287158091 for ; Fri, 17 Jun 2022 11:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E75B8E09C0; Fri, 17 Jun 2022 11:22:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFFBDE09C0 for ; Fri, 17 Jun 2022 11:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E1F0341C2D for ; Fri, 17 Jun 2022 11:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AECF50B for ; Fri, 17 Jun 2022 11:22:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1655464881.da1d24649473078b5635f6d7f810738fdb856bf5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/reflections/Manifest dev-java/reflections/reflections-0.9.10-r1.ebuild X-VCS-Directories: dev-java/reflections/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: da1d24649473078b5635f6d7f810738fdb856bf5 X-VCS-Branch: master Date: Fri, 17 Jun 2022 11:22:11 +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: 5e9de8fe-59dd-4a5a-8f94-62cae6e7b47b X-Archives-Hash: b7b7335077c2929530fa5ed16f59a879 commit: da1d24649473078b5635f6d7f810738fdb856bf5 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Jun 17 11:09:44 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 17 11:21:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1d2464 dev-java/reflections: drop 0.9.10-r1 Closes: https://bugs.gentoo.org/833787 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25938 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/reflections/Manifest | 1 - dev-java/reflections/reflections-0.9.10-r1.ebuild | 31 ----------------------- 2 files changed, 32 deletions(-) diff --git a/dev-java/reflections/Manifest b/dev-java/reflections/Manifest index accc0725d1d8..1fdd79541793 100644 --- a/dev-java/reflections/Manifest +++ b/dev-java/reflections/Manifest @@ -1,2 +1 @@ -DIST reflections-0.9.10-sources.jar 53049 BLAKE2B 23491098dc648206161d983148bf11a1c4523df0593c903f9dbf03672b481d85aabaed7733a5d829b7f334e51d53dadde3fd439e62f9873ceb11f49f40a2cfef SHA512 940b80ed43aa900177e6c3551980eafe10f7ea16a1e5c0d24fc8c1e29f1e0155aae83e24f60af10f9743449ed38d2d3b211f3668fafbd95a6a2cb9c5581f56bf DIST reflections-0.9.12.tar.gz 48235 BLAKE2B c82bd69f4433d8db738fcd32dd7fbf643984917622853b1886e15b906a91579de0193daf0fc1a9642c12d13de8236acf3e1f1409a18713b37c6e705a3cae34bd SHA512 8f8c7603ab73b599c6e2160f42b61c4e0eedef9981c06124bba0437d6636e7bf8a916784e266754562dc17f4d3ccf8df6c9ba707d1a7c38d97dc5eea9138064f diff --git a/dev-java/reflections/reflections-0.9.10-r1.ebuild b/dev-java/reflections/reflections-0.9.10-r1.ebuild deleted file mode 100644 index e51003333934..000000000000 --- a/dev-java/reflections/reflections-0.9.10-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Java runtime metadata analysis" -HOMEPAGE="https://github.com/ronmamo/reflections" -SRC_URI="http://search.maven.org/remotecontent?filepath=org/${PN}/${PN}/${PV}/${P}-sources.jar" -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -CP_DEPEND="dev-java/commons-vfs:2 - dev-java/dom4j:1 - dev-java/gson:2.6 - dev-java/guava:20 - dev-java/javassist:3 - dev-java/jsr305:0 - dev-java/slf4j-api:0 - dev-java/tomcat-servlet-api:3.1" - -RDEPEND=">=virtual/jre-1.7 - ${CP_DEPEND}" - -DEPEND=">=virtual/jdk-1.7 - ${CP_DEPEND} - app-arch/unzip"