diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 15:40:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 15:40:53 +0000 |
commit | 85270d44e415222c8600e9976f3a1ed68b0b3d74 (patch) | |
tree | 3acb3b39262ca6eefe7cb2dfef62913f2f96707c /media-libs/libsdl | |
parent | Changing glheader patch for more version consistency. (diff) | |
download | historical-85270d44e415222c8600e9976f3a1ed68b0b3d74.tar.gz historical-85270d44e415222c8600e9976f3a1ed68b0b3d74.tar.bz2 historical-85270d44e415222c8600e9976f3a1ed68b0b3d74.zip |
gnuconfig loving
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/Manifest | 10 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.7-r2.ebuild | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-libs/libsdl/Manifest b/media-libs/libsdl/Manifest index 87ab3f1731a6..6d15dd97b65f 100644 --- a/media-libs/libsdl/Manifest +++ b/media-libs/libsdl/Manifest @@ -6,7 +6,7 @@ MD5 baaaa69f33ef9027dac84ee4ff02773b metadata.xml 974 MD5 4cdef02cae2d28ec06e6fc752ff24602 libsdl-1.2.7-r1.ebuild 2750 MD5 725053ce30b454e912aaab60c08caf10 libsdl-1.2.6-r3.ebuild 2854 MD5 5074715fa2ad4fbd78e35864ff07248a libsdl-1.2.7.ebuild 2486 -MD5 8833b16b55986ac60e1dc944d8ab468d libsdl-1.2.7-r2.ebuild 3182 +MD5 9252a4902a3e72b9e948d779f7765a69 libsdl-1.2.7-r2.ebuild 3211 MD5 0c2020ec3ce37ea0612064c52d1014b1 files/1.2.6-alsa-1.0.0.patch 557 MD5 2e9d99f7ab858b5a64d124abea4565b9 files/digest-libsdl-1.2.7-r1 62 MD5 803844293dc7df2bb7d2323c03977b71 files/1.2.7-libcaca.patch 23266 @@ -21,9 +21,9 @@ MD5 abf0c6fe9d93e5b0cc9a4dbb6d93ad87 files/1.2.7-joystick2.patch 16196 MD5 2e9d99f7ab858b5a64d124abea4565b9 files/digest-libsdl-1.2.7-r2 62 MD5 71a857d2bbcc34c4807638eb5d710f2e files/1.2.7-26headers.patch 1017 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBCz+DHTu7gpaalycRAv85AJ4mCwWo8OXIu6a3W93XIb22Il6CNACgmeOP -bcXYDHO3ildbVXhslarstd4= -=wk3S +iD8DBQFBIidkHTu7gpaalycRAi7nAJ97fkufh8zMqwvUuIPKMl8FE97eiACgmm4+ +eqviVi1Yv07cuseGX4jNBAk= +=lDmR -----END PGP SIGNATURE----- diff --git a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild b/media-libs/libsdl/libsdl-1.2.7-r2.ebuild index 69addb3d83e6..d036ced2336a 100644 --- a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.7-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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-r2.ebuild,v 1.4 2004/07/31 06:42:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r2.ebuild,v 1.5 2004/08/17 15:40:53 vapier Exp $ -inherit fixheadtails eutils +inherit fixheadtails eutils gnuconfig DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" @@ -60,6 +60,8 @@ src_unpack() { fi ./autogen.sh || die "autogen failed" + + gnuconfig_update } src_compile() { |