diff options
author | 2005-12-17 03:31:16 +0000 | |
---|---|---|
committer | 2005-12-17 03:31:16 +0000 | |
commit | f38dce70ba02965febc90140f089157577803804 (patch) | |
tree | b557143c0dc927f02dce7b39e6e095f8e623d53e /media-libs/libsdl | |
parent | Remove pointless call to preplib. (diff) | |
download | historical-f38dce70ba02965febc90140f089157577803804.tar.gz historical-f38dce70ba02965febc90140f089157577803804.tar.bz2 historical-f38dce70ba02965febc90140f089157577803804.zip |
remove pointless preplib
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/Manifest | 16 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r3.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.7-r3.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.8-r1.ebuild | 3 |
4 files changed, 16 insertions, 9 deletions
diff --git a/media-libs/libsdl/Manifest b/media-libs/libsdl/Manifest index d2148d922b17..cde092c48c2f 100644 --- a/media-libs/libsdl/Manifest +++ b/media-libs/libsdl/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 317310f4b53b0cc11a5b458eed25801a ChangeLog 14906 MD5 0c2020ec3ce37ea0612064c52d1014b1 files/1.2.6-alsa-1.0.0.patch 557 MD5 4f1ce33c931d461bed06277f60341085 files/1.2.6-nobuggy-X.patch 568 @@ -34,9 +37,16 @@ MD5 7fd44027d68e34cfdd399e23931caa94 files/libsdl-1.2.9-dlvsym-check.patch 907 MD5 27b5c7cf673424d9c9ce5e26d5031385 files/libsdl-1.2.9-gcc-mmx.patch 15320 MD5 1aec1ecf1921c28a0b02c6e47c35b192 files/libsdl-1.2.9-no-exec-stack.patch 1146 MD5 7335dd719002ab81477446278b2f786f files/libsdl-1.2.9-sdl-blit-mmx-check.patch 551 -MD5 33a794f49d333129e866fc0f51ea6ddb libsdl-1.2.6-r3.ebuild 3023 -MD5 3ce9b61a50a330133454637dccdbb9e9 libsdl-1.2.7-r3.ebuild 3968 -MD5 458d9903cf678ea5065444a33f93e574 libsdl-1.2.8-r1.ebuild 5073 +MD5 39ea3c7b2e0ed9dd50ff4368cf272620 libsdl-1.2.6-r3.ebuild 3014 +MD5 9d408bc00468d47211d02072479e2134 libsdl-1.2.7-r3.ebuild 3959 +MD5 991e8e9bbd269b2c1326fa0c5146b38b libsdl-1.2.8-r1.ebuild 5064 MD5 d7556cdea305459a2e01b23ee9386eb7 libsdl-1.2.9-r1.ebuild 4726 MD5 950a76c3f9f7cf9503758f5432319e2b libsdl-1.2.9.ebuild 4279 MD5 baaaa69f33ef9027dac84ee4ff02773b metadata.xml 974 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDo4ai2+ySkm8kpY0RAgumAJsFoVQethai2fFFH06tH3O6ebp/GQCgsCAN +O+V+URQ9x3S5jOMxY/2Yn2c= +=gEZ4 +-----END PGP SIGNATURE----- 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" \ |