From 35ea0b4f4193a4acd981356668e543900936927c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Dec 2005 03:31:16 +0000 Subject: remove pointless preplib (Portage version: 2.0.53) --- media-libs/libsdl/libsdl-1.2.6-r3.ebuild | 3 +-- media-libs/libsdl/libsdl-1.2.7-r3.ebuild | 3 +-- media-libs/libsdl/libsdl-1.2.8-r1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'media-libs/libsdl') diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild index 2fe8ee6ebc36..53e1273cdd9e 100644 --- a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild +++ b/media-libs/libsdl/libsdl-1.2.6-r3.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/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.16 2005/10/05 00:34:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.17 2005/12/17 03:31:16 vapier Exp $ inherit eutils flag-o-matic @@ -96,7 +96,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" - preplib dosed "s:-pthread::g" /usr/$(get_libdir)/libSDL.la # Bug 34804 # $(get_libdir) fixed BUG #65495. dodoc BUGS CREDITS README README-SDL.txt README.CVS TODO WhatsNew diff --git a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild b/media-libs/libsdl/libsdl-1.2.7-r3.ebuild index e7436ea0b21c..93b634c4c727 100644 --- a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild +++ b/media-libs/libsdl/libsdl-1.2.7-r3.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/media-libs/libsdl/libsdl-1.2.7-r3.ebuild,v 1.11 2005/10/05 00:34:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r3.ebuild,v 1.12 2005/12/17 03:31:16 vapier Exp $ inherit toolchain-funcs fixheadtails eutils gnuconfig flag-o-matic @@ -119,7 +119,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - preplib # Bug 34804; $(get_libdir) fixed BUG #65495 sed -i \ -e "s:-pthread::g" "${D}/usr/$(get_libdir)/libSDL.la" \ diff --git a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild index 8968066780f4..88a6b542c001 100644 --- a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.8-r1.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/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.23 2005/10/29 02:47:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.24 2005/12/17 03:31:16 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -145,7 +145,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - preplib # Bug 34804; $(get_libdir) fixed BUG #65495 sed -i \ -e "s:-pthread::g" "${D}/usr/$(get_libdir)/libSDL.la" \ -- cgit v1.2.3-65-gdbad