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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBD4D158042 for ; Thu, 17 Oct 2024 09:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 416B4E07D7; Thu, 17 Oct 2024 09:05:40 +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 2C827E07D7 for ; Thu, 17 Oct 2024 09:05:40 +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 6E7B533BDFF for ; Thu, 17 Oct 2024 09:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DC931293 for ; Thu, 17 Oct 2024 09:05:38 +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: <1729155930.5a0f0fff0fb8697fe76840cd8fd02f404cf09bb3.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jetbrains-annotations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jetbrains-annotations/Manifest dev-java/jetbrains-annotations/jetbrains-annotations-24.1.0.ebuild X-VCS-Directories: dev-java/jetbrains-annotations/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5a0f0fff0fb8697fe76840cd8fd02f404cf09bb3 X-VCS-Branch: master Date: Thu, 17 Oct 2024 09:05:38 +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: 341e17bf-e945-4f4c-bd01-729c7469370b X-Archives-Hash: 6e39f7ffcebe177bd8ad9fd230795641 commit: 5a0f0fff0fb8697fe76840cd8fd02f404cf09bb3 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Oct 16 09:38:30 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Oct 17 09:05:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0f0fff dev-java/jetbrains-annotations: drop 24.1.0 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836/commits/000c4a1f0c24415c3ff0d245ad880b1004650ee3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jetbrains-annotations/Manifest | 1 - .../jetbrains-annotations-24.1.0.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-java/jetbrains-annotations/Manifest b/dev-java/jetbrains-annotations/Manifest index e42e888d5656..1cd87d3f4b58 100644 --- a/dev-java/jetbrains-annotations/Manifest +++ b/dev-java/jetbrains-annotations/Manifest @@ -1,2 +1 @@ -DIST jetbrains-annotations-24.1.0.tar.gz 84549 BLAKE2B 1c522e4eeb71520108d83305667571fd07b452977277a161ea0f6a940431212ccd3b7ca2980f77b0e8c015cce0b5a35500fefca73e74bf48c9859525332bdc81 SHA512 80dc35009eaac29b44a5126865bf76d1c2d20c0e9094a200b13bc9047d6ec327a25e49a06c462ba65c4aa6e3d201d0a3005614f27b07adcf107080c0189af9fa DIST jetbrains-annotations-26.0.1.tar.gz 148134 BLAKE2B 154dad272ea1326281e4dd7b6dbfed98a8ba018ce1d6fc2a225ddff1db785646b1707f4e59640658b6f6a512ef6b3c282fa18eb2d656ce659d0ed2e47e2e9b3f SHA512 230e5812242cdad9baf0c3fd8a9cc0ef17cc52e8c2d120988da84d9097cc63fb809547afdfcd17a3506fbf3e9c96eb9fd5e149ee90645ef9098a085318be3cf1 diff --git a/dev-java/jetbrains-annotations/jetbrains-annotations-24.1.0.ebuild b/dev-java/jetbrains-annotations/jetbrains-annotations-24.1.0.ebuild deleted file mode 100644 index 5f359ddcbe74..000000000000 --- a/dev-java/jetbrains-annotations/jetbrains-annotations-24.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.jetbrains:annotations:${PV}" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Annotations for JVM-based languages" -HOMEPAGE="https://github.com/JetBrains/java-annotations" -SRC_URI="https://github.com/JetBrains/java-annotations/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P/jetbrains/java}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=virtual/jdk-11:*" # module-info -RDEPEND=">=virtual/jre-1.8:*" - -JAVA_SRC_DIR=( {common,java8,module-info}/src/main/java )