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 27F2915808E for ; Fri, 29 Apr 2022 10:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0F0E08A8; Fri, 29 Apr 2022 10:21:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 705AEE08A8 for ; Fri, 29 Apr 2022 10:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9AF05341A67 for ; Fri, 29 Apr 2022 10:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009F4462 for ; Fri, 29 Apr 2022 10:21:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651227666.ee997880343c462b15d82df0da1c9d1990d1955f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libintl/libintl-0-r1.ebuild virtual/libintl/libintl-0.ebuild X-VCS-Directories: virtual/libintl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee997880343c462b15d82df0da1c9d1990d1955f X-VCS-Branch: master Date: Fri, 29 Apr 2022 10:21:53 +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: 99cc3a34-fc29-4c01-b7d4-9c828ba76b03 X-Archives-Hash: 9c9f3134bf6825529fcb0a6029a84681 commit: ee997880343c462b15d82df0da1c9d1990d1955f Author: Sam James gentoo org> AuthorDate: Fri Apr 29 09:51:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 29 10:21:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee997880 virtual/libintl: drop 0, 0-r1 Signed-off-by: Sam James gentoo.org> virtual/libintl/libintl-0-r1.ebuild | 14 -------------- virtual/libintl/libintl-0.ebuild | 12 ------------ 2 files changed, 26 deletions(-) diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild deleted file mode 100644 index 2c6704a97239..000000000000 --- a/virtual/libintl/libintl-0-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for the GNU Internationalization Library" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. -RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) )" diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild deleted file mode 100644 index 42d04b96e41d..000000000000 --- a/virtual/libintl/libintl-0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for the GNU Internationalization Library" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. -RDEPEND="!elibc_glibc? ( !elibc_musl? ( sys-devel/gettext ) )"