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 9DC92158015 for ; Fri, 22 Dec 2023 17:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2860F2BC098; Fri, 22 Dec 2023 17:48:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F0B672BC08E for ; Fri, 22 Dec 2023 17:47:59 +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 0814D342FF8 for ; Fri, 22 Dec 2023 17:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC5FED2 for ; Fri, 22 Dec 2023 17:47:57 +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: <1703267257.0e5a795f626ac4144f828ebda08976bfc829ada0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/eselect/eselect-1.4.26-r1.ebuild app-admin/eselect/eselect-1.4.26.ebuild app-admin/eselect/eselect-1.4.27-r1.ebuild app-admin/eselect/eselect-1.4.27.ebuild app-admin/eselect/eselect-9999.ebuild X-VCS-Directories: app-admin/eselect/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0e5a795f626ac4144f828ebda08976bfc829ada0 X-VCS-Branch: master Date: Fri, 22 Dec 2023 17:47:57 +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: e72bb52b-8f74-4055-93a7-693f24f01d30 X-Archives-Hash: 77c58d156b0cae2b3a8f9e9fa86663f1 commit: 0e5a795f626ac4144f828ebda08976bfc829ada0 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 22 17:44:43 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 22 17:47:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5a795f app-admin/eselect: remove mention of app-misc/realpath Bug: https://bugs.gentoo.org/908406 Signed-off-by: Arthur Zamarin gentoo.org> .../eselect/{eselect-1.4.26.ebuild => eselect-1.4.26-r1.ebuild} | 5 +---- .../eselect/{eselect-1.4.27.ebuild => eselect-1.4.27-r1.ebuild} | 5 +---- app-admin/eselect/eselect-9999.ebuild | 7 ++----- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/app-admin/eselect/eselect-1.4.26.ebuild b/app-admin/eselect/eselect-1.4.26-r1.ebuild similarity index 96% rename from app-admin/eselect/eselect-1.4.26.ebuild rename to app-admin/eselect/eselect-1.4.26-r1.ebuild index 995643f6cb6d..0017b6b54461 100644 --- a/app-admin/eselect/eselect-1.4.26.ebuild +++ b/app-admin/eselect/eselect-1.4.26-r1.ebuild @@ -20,10 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-1.4.27.ebuild b/app-admin/eselect/eselect-1.4.27-r1.ebuild similarity index 96% rename from app-admin/eselect/eselect-1.4.27.ebuild rename to app-admin/eselect/eselect-1.4.27-r1.ebuild index 61a54674f589..1ab16c235f36 100644 --- a/app-admin/eselect/eselect-1.4.27.ebuild +++ b/app-admin/eselect/eselect-1.4.27-r1.ebuild @@ -20,10 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 5922f93c46e0..c80845e9cc7a 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,10 +15,7 @@ SLOT="0" IUSE="doc emacs vim-syntax" DEPEND="sys-apps/sed - || ( - sys-apps/coreutils - app-misc/realpath - )" + sys-apps/coreutils" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0"