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 5CE17139694 for ; Thu, 15 Jun 2017 09:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A6B521C091; Thu, 15 Jun 2017 09:16:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4793621C091 for ; Thu, 15 Jun 2017 09:16: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 D29B03418AE for ; Thu, 15 Jun 2017 09:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 348C37474 for ; Thu, 15 Jun 2017 09:16:06 +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: <1497517699.6b8746851f7bd6a2d2af3ce419507819f2c39645.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.5.ebuild X-VCS-Directories: sys-libs/lib-compat/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6b8746851f7bd6a2d2af3ce419507819f2c39645 X-VCS-Branch: master Date: Thu, 15 Jun 2017 09:16:06 +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: 7beaa808-27b5-4e7f-8a2c-4d67892f408c X-Archives-Hash: 6148a845d2c4a0cb07e725988bb9ce10 commit: 6b8746851f7bd6a2d2af3ce419507819f2c39645 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jun 15 09:08:19 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jun 15 09:08:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b874685 sys-libs/lib-compat: Install only libs that are needed by reverse deps. The only library that is still needed by reverse dependencies appears to be libstdc++-libc6.2-2.so.3 (aka libstdc++-3-libc6.2-2-2.10.0.so). Add a notice where to find the Corresponding Source (namely, in the gcc-2.95.3 tarball) to fulfil GPL requirements. Bug: 504952 Bug: 515926 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-libs/lib-compat/Manifest | 1 + sys-libs/lib-compat/lib-compat-1.5.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest index b6380cda306..8852871cef2 100644 --- a/sys-libs/lib-compat/Manifest +++ b/sys-libs/lib-compat/Manifest @@ -1 +1,2 @@ DIST lib-compat-1.4.2.tar.bz2 3002557 SHA256 89861c0ba899e8f9c81561422007d0c6961fce60eb5d2967fff2618230ed562c SHA512 aa801434db2749f5f6f42fb12aaa4e518474e8a2b75e7d2e93733d99ebdbc52615c879f575b708dafa15bd1e8bd8362697a6d1f5a38691dd4664cd6fbb51ae14 WHIRLPOOL b1cee9cd0c19d06c1f08fc0b7fda18fef51501f27bc11dc0b345797a90a10a32a3f6e377c89bcd380126f12c59835e53035b802dc24242ee75b26128ef4b9dd9 +DIST lib-compat-1.5.tar.bz2 110305 SHA256 e926c320e47ef7bccf17ba5c45a7de5b2aa6dc1f98e18c44248088014719d668 SHA512 b23b12ab6ecf8c3840ccaebd9c7823651c687fbfaa845b071fa2c2970e616345650f2688cbfca35097686c6b914ab637d166461adb2122f5f7d37c7870a68472 WHIRLPOOL 290180a0ca732de1071f41909c686b41ddb6efff6447e221d343ad59e97ca7121dd45b35df33ba4a22803934f75d7b30669fea57ed9cb76a297e5e0ad3cf1f8c diff --git a/sys-libs/lib-compat/lib-compat-1.5.ebuild b/sys-libs/lib-compat/lib-compat-1.5.ebuild new file mode 100644 index 00000000000..064a9db028c --- /dev/null +++ b/sys-libs/lib-compat/lib-compat-1.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Compatibility C++ library for very old programs" +HOMEPAGE="https://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="libstdc++" # corresponding source code in gcc-2.95.3.tar.bz2 +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +src_install() { + ABI=x86 dolib.so x86/libstdc++-libc6.2-2.so.3 +}