diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-12 20:35:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-12 20:35:53 +0000 |
commit | f07016cc4a270a735b903f4ad13b67bf3be9517e (patch) | |
tree | 60da31b1bc233a027c0e3fddc3b87d7ea606747a /games-simulation | |
parent | Remove old. (diff) | |
download | historical-f07016cc4a270a735b903f4ad13b67bf3be9517e.tar.gz historical-f07016cc4a270a735b903f4ad13b67bf3be9517e.tar.bz2 historical-f07016cc4a270a735b903f4ad13b67bf3be9517e.zip |
add more use deps for libsdl
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/gl117/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/gl117/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.3.2.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games-simulation/gl117/ChangeLog b/games-simulation/gl117/ChangeLog index 9f61300a8cda..dc34775f8d98 100644 --- a/games-simulation/gl117/ChangeLog +++ b/games-simulation/gl117/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/gl117 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.20 2009/01/06 21:21:30 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.21 2010/07/12 20:35:53 mr_bones_ Exp $ + + 12 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild: + add more use deps for libsdl 06 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild: EAPI=2; add use-based dep for media-libs/sdl-mixer diff --git a/games-simulation/gl117/Manifest b/games-simulation/gl117/Manifest index e7469792f31e..e7057ede1b29 100644 --- a/games-simulation/gl117/Manifest +++ b/games-simulation/gl117/Manifest @@ -1,4 +1,4 @@ DIST gl-117-1.3.2-src.tar.bz2 2411075 RMD160 a2996d59663cff3ba478294a71bafa8974023d30 SHA1 9782e1438fab9e992c20092a48cc50b01bc72f34 SHA256 64bd0190a102725c76eba4983a5d79a0979ec42a087c56c8025b461f6e0e6ffb -EBUILD gl117-1.3.2.ebuild 864 RMD160 83e2980eb44bb713273a94a9e290e838f1a95b3d SHA1 c9be300b78eccb8d9df97b4b34ee0d9d255f0016 SHA256 f410396ad3ffb71cf4b7d6c21cdc9e3b4f090caf6bfd623e94622b37b28b373c -MISC ChangeLog 2548 RMD160 cacb3ad80e0fcd63419b7aee99dbe3bbdd80c3b9 SHA1 182ea6237a185f6b4510b2d5b64a61a7c8ffa5ef SHA256 d35031c32862a7cf913775aa835fdcc3156b73fe39325acc1d7cdb410c304ea4 +EBUILD gl117-1.3.2.ebuild 893 RMD160 90350b8591b662d9d410274c841920eb7d051557 SHA1 0d9688ffef5f6de674315ab1b9bc5b71316aabb5 SHA256 d60a89cd79acfb822444f6059113fffbabf4d248443fc7477d64d3ba60efdf1f +MISC ChangeLog 2655 RMD160 ea97fc083e6ed4e7067addbfbf716647aedb8b2d SHA1 b6678b4732b713185e0bb08fc650926a0d66530c SHA256 21e2b75be99809441ca81407f0dc0a70c406df049cc9f1ee4c65d3e203eb4156 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild index 58fc876ca385..e5ae1c24435b 100644 --- a/games-simulation/gl117/gl117-1.3.2.ebuild +++ b/games-simulation/gl117/gl117-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.8 2009/01/06 21:21:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.9 2010/07/12 20:35:53 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[audio,joystick,opengl,video] media-libs/sdl-mixer[mikmod] virtual/opengl virtual/glu |