diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-06-15 11:08:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-06-15 11:08:19 +0200 |
commit | 6b8746851f7bd6a2d2af3ce419507819f2c39645 (patch) | |
tree | 085d2a1f117f18be2ca738296f8eff1ff46bf57c /sys-libs | |
parent | app-doc/pms: Define VARTEXFONTS in compile phase. (diff) | |
download | gentoo-6b8746851f7bd6a2d2af3ce419507819f2c39645.tar.gz gentoo-6b8746851f7bd6a2d2af3ce419507819f2c39645.tar.bz2 gentoo-6b8746851f7bd6a2d2af3ce419507819f2c39645.zip |
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
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.5.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest index b6380cda3068..8852871cef2c 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 000000000000..064a9db028cb --- /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 +} |