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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1E45138351 for ; Mon, 23 Mar 2020 23:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DACE09A2; Mon, 23 Mar 2020 23:58:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6454EE09A2 for ; Mon, 23 Mar 2020 23:58:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CC0F34F05A for ; Mon, 23 Mar 2020 23:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 068031A4 for ; Mon, 23 Mar 2020 23:58:05 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585007875.8f94e1a2fbbe2cffce99bbcfb3709b379154ae58.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libc/libc-0.ebuild X-VCS-Directories: virtual/libc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8f94e1a2fbbe2cffce99bbcfb3709b379154ae58 X-VCS-Branch: master Date: Mon, 23 Mar 2020 23:58:05 +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: 06d30444-e651-4396-b99f-8ee84710f3ab X-Archives-Hash: f55736cf64956d257f398a11471a8004 commit: 8f94e1a2fbbe2cffce99bbcfb3709b379154ae58 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 23 23:45:16 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 23 23:57:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f94e1a2 virtual/libc: drop old Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich gentoo.org> virtual/libc/libc-0.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild deleted file mode 100644 index 4bcd976bde0..00000000000 --- a/virtual/libc/libc-0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for the C library" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# explicitly depend on SLOT 2.2 of glibc, because it sets -# a different SLOT for cross-compiling -RDEPEND="!prefix-guest? ( - elibc_glibc? ( sys-libs/glibc:2.2 ) - elibc_musl? ( sys-libs/musl ) - elibc_uclibc? ( sys-libs/uclibc-ng ) - )"