diff options
author | 2006-01-07 09:31:44 +0000 | |
---|---|---|
committer | 2006-01-07 09:31:44 +0000 | |
commit | 711e335c215314e2df10faeed48f7259d077e564 (patch) | |
tree | 0d4f5c102d58db08aa2678b2980d66d54f6e149d /sys-libs/lib-compat | |
parent | copyright update (diff) | |
download | historical-711e335c215314e2df10faeed48f7259d077e564.tar.gz historical-711e335c215314e2df10faeed48f7259d077e564.tar.bz2 historical-711e335c215314e2df10faeed48f7259d077e564.zip |
dont install smpeg #118142
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/Manifest | 14 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest index 66cb7ceddc0b..bb7510438005 100644 --- a/sys-libs/lib-compat/Manifest +++ b/sys-libs/lib-compat/Manifest @@ -1,4 +1,14 @@ -MD5 151b35485d83539f1e8e65bf8e85e9b7 lib-compat-1.4.ebuild 1108 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 1160e729066658a795c9debf73a09b23 ChangeLog 3327 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 cd1bc668a06184e6e98d7b69aa780495 files/digest-lib-compat-1.4 68 +MD5 6256f9a97ac46ee8d11d397c87af5f6a lib-compat-1.4.ebuild 1095 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDv4rJ2+ySkm8kpY0RArFBAJ9KbDMMlKTrTXCJl1MBjtaa8536gwCfeJ+o +oBJFgdxIzJgw7KJaEtGPhDE= +=86en +-----END PGP SIGNATURE----- diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild index 9df62d7151cf..7851de4a2bd8 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.4 2005/05/10 21:55:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.5 2006/01/07 09:31:44 vapier Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -27,7 +27,7 @@ src_unpack() { # No package installs this one, so no need for the .dummy mv -f libstdc++.so.2.9.dummy libstdc++.so.2.9.0 # dont install if they dont want sdl - use sdl || rm -f libsmpeg-0.4.so.0.dummy + rm -f libsmpeg-0.4.so.0.dummy } src_install() { |