diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-08 08:11:00 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-08 08:11:00 +0000 |
commit | c2a2a4895751c8f8fe0c6f4d3f767f2b7b19a78c (patch) | |
tree | 8bc405809eaccbb767170799f5d0ed407bd7a3bc /sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild | |
parent | stable x86, security bug 150288 (diff) | |
download | historical-c2a2a4895751c8f8fe0c6f4d3f767f2b7b19a78c.tar.gz historical-c2a2a4895751c8f8fe0c6f4d3f767f2b7b19a78c.tar.bz2 historical-c2a2a4895751c8f8fe0c6f4d3f767f2b7b19a78c.zip |
Initial commit. Bug #195264
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild b/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild new file mode 100644 index 000000000000..155567020329 --- /dev/null +++ b/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild,v 1.1 2007/11/08 08:10:59 corsair Exp $ + +DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++" +HOMEPAGE="http://gcc.gnu.org/libstdc++/" +SRC_URI="mirror://gentoo/${PN}-ppc64-${PV}.tbz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~ppc64" +IUSE="" + +DEPEND="" +RDEPEND="sys-libs/glibc" + +RESTRICT="strip" + +src_install() { + cp -pPR "${WORKDIR}"/* "${D}"/ || die "copying files failed!" +} |