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 8B2D6158087 for ; Tue, 16 Nov 2021 11:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8641FE0828; Tue, 16 Nov 2021 11:38:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88892E0828 for ; Tue, 16 Nov 2021 11:38:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 866C4342FC0 for ; Tue, 16 Nov 2021 11:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAFA1AD for ; Tue, 16 Nov 2021 11:38:30 +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: <1637062709.c0106eac0fd78c69c3d2738aec0c29ce4310eaba.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-java/Manifest app-eselect/eselect-java/eselect-java-0.4.2.ebuild X-VCS-Directories: app-eselect/eselect-java/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c0106eac0fd78c69c3d2738aec0c29ce4310eaba X-VCS-Branch: master Date: Tue, 16 Nov 2021 11:38:30 +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: d1b79be0-3fda-448a-92d8-24164e5d4045 X-Archives-Hash: 5c7192bdd0f912252fc1e9dc6147aed9 commit: c0106eac0fd78c69c3d2738aec0c29ce4310eaba Author: Miroslav Šulc gentoo org> AuthorDate: Tue Nov 16 11:36:39 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Nov 16 11:38:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0106eac app-eselect/eselect-java: dropped obsolete 0.4.2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> app-eselect/eselect-java/Manifest | 1 - app-eselect/eselect-java/eselect-java-0.4.2.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/app-eselect/eselect-java/Manifest b/app-eselect/eselect-java/Manifest index 364a40bc4fea..fe408730aa17 100644 --- a/app-eselect/eselect-java/Manifest +++ b/app-eselect/eselect-java/Manifest @@ -1,2 +1 @@ -DIST eselect-java-0.4.2.tar.bz2 13782 BLAKE2B 10fd7faa3759f5b0d52c04bcd5a9f1c438814f4b477c12d2f0843c146d10cd8f7db43594ca4dc29de85bc33864fe1b205c69f9d2dc10c739ca1d50071fac6aad SHA512 dbb9ff873cf3073f60ba783e32b5a75c88114f790643d4a898db5429d04452f64cc5757a1ec2fb7c33beee1fc4509abeb7016f112c2bc75543a4250a85cb19cb DIST eselect-java-0.4.3.tar.bz2 13799 BLAKE2B 353035ef1c0b3e1cd79021c9198bedf29fdcb3f13fdfb2e5a8384796f2a48236d671f07d7657409273dd1f52e37272d91383d2a14d64ed0cedb686a8e277b009 SHA512 40b10768f00f03c49e1b60aab615658ac1d986444aaf487ca74f7c14edb5dce62d85fc3ce049e857d0ec2eaea496afa17c45de59e7179331f112eb51cbe451e5 diff --git a/app-eselect/eselect-java/eselect-java-0.4.2.ebuild b/app-eselect/eselect-java/eselect-java-0.4.2.ebuild deleted file mode 100644 index 4a0b02d9ccbb..000000000000 --- a/app-eselect/eselect-java/eselect-java-0.4.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A set of eselect modules for Java" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java" -SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - !app-eselect/eselect-ecj - !app-eselect/eselect-maven - !/dev/null && REMOVED=1 - rm -v "${EROOT}"/etc/java-config-2/current-icedtea-web-vm 2>/dev/null && REMOVED=1 - - if [[ ${REMOVED} = 1 ]]; then - elog "The eselect java-nsplugin module has been removed and your configuration" - elog "has been cleaned up. From now on, you may only install either Oracle or" - elog "IcedTea's plugin but not both. Note you can use IcedTea's plugin with an" - elog "Oracle VM. See the README installed with icedtea-web for more details." - fi -}