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 CEF3515808E 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 901FBE08AD; Fri, 29 Apr 2022 10:21:57 +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 70F05E08AD for ; Fri, 29 Apr 2022 10:21:57 +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 9A1F8341A61 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 E19B0459 for ; Fri, 29 Apr 2022 10:21:52 +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.da3ed2eef12624dcab9919d825d23b493e89dfab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libiconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libiconv/libiconv-0-r1.ebuild virtual/libiconv/libiconv-0.ebuild X-VCS-Directories: virtual/libiconv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da3ed2eef12624dcab9919d825d23b493e89dfab X-VCS-Branch: master Date: Fri, 29 Apr 2022 10:21:52 +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: c08e91a6-a89e-4fc0-8f62-d9530dd52058 X-Archives-Hash: 6cb90fc577cf9b12677939122d27ecf0 commit: da3ed2eef12624dcab9919d825d23b493e89dfab Author: Sam James gentoo org> AuthorDate: Fri Apr 29 09:51:43 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=da3ed2ee virtual/libiconv: drop 0, 0-r1 Signed-off-by: Sam James gentoo.org> virtual/libiconv/libiconv-0-r1.ebuild | 15 --------------- virtual/libiconv/libiconv-0.ebuild | 13 ------------- 2 files changed, 28 deletions(-) diff --git a/virtual/libiconv/libiconv-0-r1.ebuild b/virtual/libiconv/libiconv-0-r1.ebuild deleted file mode 100644 index d9df8e3c8034..000000000000 --- a/virtual/libiconv/libiconv-0-r1.ebuild +++ /dev/null @@ -1,15 +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 conversion library" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )" diff --git a/virtual/libiconv/libiconv-0.ebuild b/virtual/libiconv/libiconv-0.ebuild deleted file mode 100644 index 450c20339629..000000000000 --- a/virtual/libiconv/libiconv-0.ebuild +++ /dev/null @@ -1,13 +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 conversion library" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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? ( dev-libs/libiconv ) )"