summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/tuxanci')
-rw-r--r--games-arcade/tuxanci/ChangeLog4
-rw-r--r--games-arcade/tuxanci/Manifest4
-rw-r--r--games-arcade/tuxanci/tuxanci-0.07.ebuild36
3 files changed, 5 insertions, 39 deletions
diff --git a/games-arcade/tuxanci/ChangeLog b/games-arcade/tuxanci/ChangeLog
index e1c62fdf2..ac0fc52f0 100644
--- a/games-arcade/tuxanci/ChangeLog
+++ b/games-arcade/tuxanci/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com>
+ -tuxanci-0.07.ebuild:
+ Drop old
+
01 Jun 2007; Jakub Moc <jakub@gentoo.org> tuxanci-0.18_rc1.ebuild:
Fix dependencies, add ~amd64 keyword
diff --git a/games-arcade/tuxanci/Manifest b/games-arcade/tuxanci/Manifest
index 8c7ebf3af..7ed9ca949 100644
--- a/games-arcade/tuxanci/Manifest
+++ b/games-arcade/tuxanci/Manifest
@@ -1,6 +1,4 @@
-DIST tuxanci-0.07.tar.bz2 1182820 RMD160 cfaa33651ab7b7ac5b2cf3e50a436d35b5afdff0 SHA1 15534d5356afab3cb9b79b753c3a05fc4778f652 SHA256 0bbaae9d356afd651c5bc1ce6218c149e406b5470df894a4f621b9e46bfd6696
DIST tuxanci-0.18rc1.tar.bz2 3146650 RMD160 b9e99b7f4536cad8e006df9e2d3dc5f5bdcd597e SHA1 908d30414bc955c2d8dfebd09d3d088d4612bda2 SHA256 a305fbb8177c651ec409a7997680593b3f932a0e0f4205dec23ddcc32071b996
-EBUILD tuxanci-0.07.ebuild 820 RMD160 914393bb916c14d6f2f17d642eb6b5cc2666148e SHA1 155f851f474df4844a6c16e6c8135bdad446b586 SHA256 629629af0d58e9242b353482f1e3f607bcbf7700962c98e0c62bf3366a4f4fbb
EBUILD tuxanci-0.18_rc1.ebuild 1088 RMD160 0a77857c41b714af7ba34e474fc883892876e9f5 SHA1 8bac742a4c65f9f9cb7414f175bafa181ad37aed SHA256 5dfc227bfcc0574cefc611ab8ad2862faddde06238bb4087f0f90e0a154cd9ff
-MISC ChangeLog 683 RMD160 0db874e4682e6c2cec959feb8b92e2bc56852877 SHA1 da53e4ee7ffd98c1447a57710947792cbd7eadd7 SHA256 a427684abdbc63c7e7e60a1f63d43518abbeade672c54d72cb003828ec4d1d88
+MISC ChangeLog 776 RMD160 eb918cf90eac0746df3ef9955683c16817d3dd82 SHA1 86b9edb09d77d016426accfe1cd7bda2e6773510 SHA256 d32cb2939715e5642f852588aff3509bc8a22d45babcb2be9b21e8ac5b61eea6
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-arcade/tuxanci/tuxanci-0.07.ebuild b/games-arcade/tuxanci/tuxanci-0.07.ebuild
deleted file mode 100644
index eb471564e..000000000
--- a/games-arcade/tuxanci/tuxanci-0.07.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit games toolchain-funcs
-
-DESCRIPTION="First Cushion Shooter! A remake of well-known Czech game Bulanci."
-SRC_URI="http://tuxanci.tuxportal.cz/releases/${P}.tar.bz2"
-HOMEPAGE="http://tuxanci.tuxportal.cz"
-
-KEYWORDS="~x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-ttf
- media-libs/sdl-image
- media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # quick fix for English localization
- sed -i -e "s/End game/Quit!/" lang/en.lang || die "sed failed"
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed."
- dodoc README ChangeLog
- prepgamesdirs
-}