diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-19 05:01:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-19 05:01:04 +0000 |
commit | 7eed0c0934db964c37b13c479627776d08256124 (patch) | |
tree | 0e86bee247e887225772a659afb364ba549df682 /games-action | |
parent | EAPI=2 (diff) | |
download | historical-7eed0c0934db964c37b13c479627776d08256124.tar.gz historical-7eed0c0934db964c37b13c479627776d08256124.tar.bz2 historical-7eed0c0934db964c37b13c479627776d08256124.zip |
add video use dep for libsdl; tidy
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/shootingstar/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/shootingstar/Manifest | 4 | ||||
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/games-action/shootingstar/ChangeLog b/games-action/shootingstar/ChangeLog index 4e12d9fd3609..657411b5c1cb 100644 --- a/games-action/shootingstar/ChangeLog +++ b/games-action/shootingstar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/shootingstar -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.6 2009/06/03 14:17:13 tupone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ + + 19 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> + shootingstar-1.2.0.ebuild: + add video use dep for libsdl; tidy 03 Jun 2009; Alfredo Tupone <tupone@gentoo.org> +files/shootingstar-1.2.0-gcc44.patch, shootingstar-1.2.0.ebuild: diff --git a/games-action/shootingstar/Manifest b/games-action/shootingstar/Manifest index d57665ac5440..a325fa656a1b 100644 --- a/games-action/shootingstar/Manifest +++ b/games-action/shootingstar/Manifest @@ -1,6 +1,6 @@ AUX 1.2.0-gcc34.patch 1053 RMD160 9e20cbb6d060b0a94cf5589ba1a3cf69bb0426bd SHA1 43b9ca06b63d4445b070ba648a33a1fd2f6e4f02 SHA256 af546d3f6201db0e42b4f1bade2ba214f10959986b95892887e17f33f1e23ee2 AUX shootingstar-1.2.0-gcc44.patch 324 RMD160 4a6a867e41f8db40193594ca8ba5e0986c384da2 SHA1 fcdc99fc10a7460ff1ed01391aef15faee44106c SHA256 7c6583a536eb0cf2e2c55477d019e8386dcb763f336b715c2a5be1e6104be389 DIST shootingstar-1.2.0.tar.gz 7755911 RMD160 e14d9308f8a9ebefac0d9e896e4587b7c57b73ad SHA1 3c812d12582453d8ed2760f18124d9e0bb80c579 SHA256 21ed7e557a77a12c1bde5f968c55659667c1b14702f3b0ca5762d10374c6b1d9 -EBUILD shootingstar-1.2.0.ebuild 851 RMD160 aa27c6326ce5c0047e00c56f87b60c9216247291 SHA1 7880c2cea3db4982252538708f767a0d16816f26 SHA256 960538eea67d1938c8aedaa7ebfc25920e8fab353d4f6481f8cf117052fcfeb1 -MISC ChangeLog 1063 RMD160 bd92537cd2b66b0c08b030bc0aaf632d187e59e9 SHA1 1e5a0a4b4b823bcf6f9d760c33db703ea8c1394c SHA256 58a1f74105967677e476f3463564e669633454e3142345224b9370b8445ed8ee +EBUILD shootingstar-1.2.0.ebuild 840 RMD160 fe5011e273d5dad68cbd638fc43eb03db2f792dd SHA1 48d0668333c4821c74d79a8cf13c457511db1669 SHA256 ddbcdbaa76753bab8ae17ea54bca87008f7492efb724a71d9add3ec9883a10cf +MISC ChangeLog 1188 RMD160 5680321efbe96280917d4ffe530b0f8ac6d5a3f1 SHA1 615440bcbc90acce247d16c8ee81816b7314f535 SHA256 3656ca5a932c7d9e9e1d2d78830cceca938cd839fb9a63ca5962a738248f4a7d MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-action/shootingstar/shootingstar-1.2.0.ebuild b/games-action/shootingstar/shootingstar-1.2.0.ebuild index b5ab1a9ac9cd..b9f9ab684d85 100644 --- a/games-action/shootingstar/shootingstar-1.2.0.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.6 2009/06/03 14:17:13 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ EAPI=2 - inherit eutils games DESCRIPTION="A topdown shooter" @@ -17,10 +16,9 @@ IUSE="" DEPEND="virtual/opengl virtual/glu - media-libs/libsdl + media-libs/libsdl[video] media-libs/sdl-mixer media-libs/sdl-image" -RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PV}-gcc34.patch |