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 189F41382C5 for ; Wed, 31 Jan 2018 10:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20FB7E0ACC; Wed, 31 Jan 2018 10:32:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 02FC1E0ACC for ; Wed, 31 Jan 2018 10:32:58 +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 649F2335C70 for ; Wed, 31 Jan 2018 10:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A011C3 for ; Wed, 31 Jan 2018 10:32:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1517394710.151be73b29e72ec45f4ed6f9c1408e7dc93a6931.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/lib-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/lib-compat/Manifest sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild X-VCS-Directories: sys-libs/lib-compat/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 151be73b29e72ec45f4ed6f9c1408e7dc93a6931 X-VCS-Branch: master Date: Wed, 31 Jan 2018 10:32: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-Archives-Salt: 763ea937-777b-4b3e-8a00-e57d2f87ad6e X-Archives-Hash: 09baef7e2e7867147cfe3f499f7e88c2 commit: 151be73b29e72ec45f4ed6f9c1408e7dc93a6931 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 31 10:30:42 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 31 10:31:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151be73b sys-libs/lib-compat: Remove old. Closes: https://bugs.gentoo.org/504952 Package-Manager: Portage-2.3.21, Repoman-2.3.6 sys-libs/lib-compat/Manifest | 1 - sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild | 30 -------------------------- 2 files changed, 31 deletions(-) diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest index cfcf53ff8d2..b42991810ad 100644 --- a/sys-libs/lib-compat/Manifest +++ b/sys-libs/lib-compat/Manifest @@ -1,2 +1 @@ -DIST lib-compat-1.4.2.tar.bz2 3002557 BLAKE2B b635f047bbe2c69ae488bfb2a6ab15b6dab27c9aff6796a765a5a0a3fdfa43b111d8b54afacb098a646d869bce8837e0827cdd732800b39a494f477d8b976fef SHA512 aa801434db2749f5f6f42fb12aaa4e518474e8a2b75e7d2e93733d99ebdbc52615c879f575b708dafa15bd1e8bd8362697a6d1f5a38691dd4664cd6fbb51ae14 DIST lib-compat-1.5.tar.bz2 110305 BLAKE2B d103cd4df22d018e03cdd940a74a50ed79a121863dced17b199a0dee4c2fb7a6fd5547d62f70e61cca3933162e2433b1fa2a3edb1cc2991ac0417b509f42419b SHA512 b23b12ab6ecf8c3840ccaebd9c7823651c687fbfaa845b071fa2c2970e616345650f2688cbfca35097686c6b914ab637d166461adb2122f5f7d37c7870a68472 diff --git a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild deleted file mode 100644 index c15d3231e82..00000000000 --- a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for very old programs" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="!<=app-emulation/emul-linux-x86-compat-20140508" - -src_install() { - if use amd64 || use x86; then - cd x86 || die - ABI=x86 - into / - dolib.so ld-linux.so.1* - rm -f ld-linux.so.1* - #elif use alpha; then - # cd alpha || die - else - die "arch not supported" - fi - into /usr - dolib.so *.so* -}