diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-23 16:14:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-23 16:14:46 +0000 |
commit | a7dfdfe49c89828eb2a42c7a6c371e149520316a (patch) | |
tree | 085768e7a7fbd5baadba5caf9b6cbd4352cb49da /games-action | |
parent | Remove comment about unused gtkunique depend wrt #268722, which has been drop... (diff) | |
download | historical-a7dfdfe49c89828eb2a42c7a6c371e149520316a.tar.gz historical-a7dfdfe49c89828eb2a42c7a6c371e149520316a.tar.bz2 historical-a7dfdfe49c89828eb2a42c7a6c371e149520316a.zip |
old
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/snipes/Manifest | 14 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.1.ebuild | 32 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.3.ebuild | 24 |
3 files changed, 0 insertions, 70 deletions
diff --git a/games-action/snipes/Manifest b/games-action/snipes/Manifest index f2a15a5e8586..8f52fae1c48b 100644 --- a/games-action/snipes/Manifest +++ b/games-action/snipes/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST snipes-1.0.1.tar.gz 33101 RMD160 bfbf9f7259c2560dda162f7989b8dc9ae610a529 SHA1 0a0363f688305fd612e2390cf8c52e564e057854 SHA256 2af050a96ec86feca9da47e9ed3ac3e15cdefa62de06c9d700c08ae516970104 -DIST snipes-1.0.3.tar.gz 38773 RMD160 8bcf2dd5b159a1de9a21e41dbff1b42b72face78 SHA1 b415ceeba6a8e0cdc1fad726e544d849ed370453 SHA256 c2fe94b2a4418dc70bcc2c35588c3adef492c951be3606ffa9c35a0b4e0e7d83 DIST snipes-1.0.4.tar.gz 39150 RMD160 2f76f5ab1d02b0bdcfb678879ac1add02e25ca42 SHA1 f0f781c4a7ab7ffd2df598a7894387a773ffc639 SHA256 61096e82e2467e3b8ada0560e08d0745022cfe674cdf333e2ee7e140e841a913 -EBUILD snipes-1.0.1.ebuild 838 RMD160 750721f7bf60cb52dabb8d06213c7ba0d5c453bd SHA1 9b700e52ca56f9c6a09de19ce13680988ada71e4 SHA256 75c0d4375b2594e2e2a319cbf9031352561c77eff6834b84cd5634f0910cb060 -EBUILD snipes-1.0.3.ebuild 654 RMD160 19dd5e8f4bd3c3a493a2683ee1be01ecfe6d13a4 SHA1 f15ce246b9eae2a955db656ad4b8f14d6613f1ab SHA256 c6fd4c0e47fd85c224bdfb9e2230358b04bf00fabfd8c27adfc7d0f9f0c760b5 EBUILD snipes-1.0.4.ebuild 666 RMD160 f77429a529007f3642840ee3530566454187083b SHA1 83d58d2f074f10a996155f699b1027c6e51260f7 SHA256 b7d23acf96c9df71854616addd40e9c939ca376c66d1d0b07dde8b87edf5daf2 MISC ChangeLog 1162 RMD160 4a66cedfbfbc27b8f9c9c47f8eb6108784b91361 SHA1 de62a4a15c820dd757ca0e73f15efaa12d91f2e1 SHA256 40f3895fc449eae717caad770198e30075278a7556e3ae48bb413e468f342591 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkoX6S0ACgkQkKaRLQcq0GIxNACgq1H9SHSkmLgdnb/PaWNX4OzU -ZagAnREquceayYSZwk4/zKUn4p7lOC0Y -=rG1Y ------END PGP SIGNATURE----- diff --git a/games-action/snipes/snipes-1.0.1.ebuild b/games-action/snipes/snipes-1.0.1.ebuild deleted file mode 100644 index bc753b6b44eb..000000000000 --- a/games-action/snipes/snipes-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.3 2007/02/07 08:33:20 nyhm Exp $ - -inherit toolchain-funcs flag-o-matic games - -DESCRIPTION="2D scrolling shooter, resembles old DOS game of same name" -HOMEPAGE="http://geocities.com/fnorddaemon/" -SRC_URI="http://geocities.com/fnorddaemon/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="media-libs/libsdl" - -src_compile() { - tc-export CC - append-flags $(sdl-config --cflags) - append-ldflags $(sdl-config --libs) - - emake bin2h || die "bin2h failed" - ./bitms.sh || die "./bitms.sh failed" - emake snipes || die "snipes failed" -} - -src_install() { - dogamesbin snipes || die "dogamesbin failed" - doman snipes.6 - prepgamesdirs -} diff --git a/games-action/snipes/snipes-1.0.3.ebuild b/games-action/snipes/snipes-1.0.3.ebuild deleted file mode 100644 index 899e9602b876..000000000000 --- a/games-action/snipes/snipes-1.0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild,v 1.2 2009/04/07 02:02:16 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" -HOMEPAGE="http://cyp.github.com/snipes/" -SRC_URI="http://cyp.github.com/snipes/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="media-libs/libsdl" - -src_install() { - dogamesbin snipes || die "dogamesbin failed" - doman snipes.6 - dodoc ChangeLog - make_desktop_entry snipes "Snipes" - prepgamesdirs -} |