summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-28 22:07:41 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-28 22:07:41 +0000
commitf8359b4613579c37641a00107e24f4a7d4c272e9 (patch)
tree9a4f3958abb3448271ceb82018d94f5030fff863 /sys-libs/lib-compat
parentupdate (diff)
downloadgentoo-2-f8359b4613579c37641a00107e24f4a7d4c272e9.tar.gz
gentoo-2-f8359b4613579c37641a00107e24f4a7d4c272e9.tar.bz2
gentoo-2-f8359b4613579c37641a00107e24f4a7d4c272e9.zip
welcome libsmpeg !
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r--sys-libs/lib-compat/ChangeLog12
-rw-r--r--sys-libs/lib-compat/files/digest-lib-compat-1.31
-rw-r--r--sys-libs/lib-compat/lib-compat-1.3.ebuild33
3 files changed, 43 insertions, 3 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog
index 1753a836faec..f41200f3df6d 100644
--- a/sys-libs/lib-compat/ChangeLog
+++ b/sys-libs/lib-compat/ChangeLog
@@ -1,12 +1,18 @@
# ChangeLog for sys-libs/lib-compat
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.13 2003/10/26 18:30:59 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.14 2003/10/28 22:07:41 vapier Exp $
- 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org> lib-compat-1.2-r1.ebuild:
- Mark stable for all archs.
+*lib-compat-1.3 (28 Oct 2003)
+
+ 28 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Let's add libsmpeg to the horde since many binary games need an old school glibc-2.2
+ version. Most binary games come with their own copy, but not all.
*lib-compat-1.2-r1 (11 Oct 2003)
+ 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org> lib-compat-1.2-r1.ebuild:
+ Mark stable for all archs.
+
11 Oct 2003; Martin Schlemmer <azarah@gentoo.org> lib-compat-1.2-r1.ebuild:
Cleanup the filename s to be a bit more uniform, and fix warning forwith
ldconfig from glibc-2.3.3.
diff --git a/sys-libs/lib-compat/files/digest-lib-compat-1.3 b/sys-libs/lib-compat/files/digest-lib-compat-1.3
new file mode 100644
index 000000000000..37fc83fff3a0
--- /dev/null
+++ b/sys-libs/lib-compat/files/digest-lib-compat-1.3
@@ -0,0 +1 @@
+MD5 f195c1563077eed08c77b65db34eaf86 lib-compat-1.3.tar.bz2 3150019
diff --git a/sys-libs/lib-compat/lib-compat-1.3.ebuild b/sys-libs/lib-compat/lib-compat-1.3.ebuild
new file mode 100644
index 000000000000..3021fc2564b3
--- /dev/null
+++ b/sys-libs/lib-compat/lib-compat-1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.3.ebuild,v 1.1 2003/10/28 22:07:41 vapier Exp $
+
+DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc alpha"
+
+DEPEND="virtual/glibc"
+
+S=${WORKDIR}/${P}/${ARCH}
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ # Rather install this with the proper filename
+ mv -f libstdc++-libc6.2-2.so.3 libstdc++-3-libc6.2-2-2.10.0.so
+ # libstdc++-2-libc6.1-1-2.9.0.so provides this one ...
+ rm -f libstdc++-libc6.1-1.so.2
+ # No package installs this one, so no need for the .dummy
+ mv -f libstdc++.so.2.9.dummy libstdc++.so.2.9.0
+}
+
+src_install() {
+ into /usr
+ dolib.so *.so*
+ preplib /usr
+}