diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-07-29 23:05:57 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-07-29 23:05:57 +0000 |
commit | 54c5e8cb005736a1a3d03fb7264ae34100222b35 (patch) | |
tree | c41d95af10244cc44d1a057b3f4f8bae76adcfaa /games-strategy/castle-combat | |
parent | Fixed JDK dependencies, so Java 1.5 won't be used. (diff) | |
download | gentoo-2-54c5e8cb005736a1a3d03fb7264ae34100222b35.tar.gz gentoo-2-54c5e8cb005736a1a3d03fb7264ae34100222b35.tar.bz2 gentoo-2-54c5e8cb005736a1a3d03fb7264ae34100222b35.zip |
Version bump, bug #111305
(Portage version: 2.1-r1)
Diffstat (limited to 'games-strategy/castle-combat')
4 files changed, 49 insertions, 2 deletions
diff --git a/games-strategy/castle-combat/ChangeLog b/games-strategy/castle-combat/ChangeLog index c606091694b6..16faee5d8a44 100644 --- a/games-strategy/castle-combat/ChangeLog +++ b/games-strategy/castle-combat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/castle-combat -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.6 2005/05/01 18:24:10 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.7 2006/07/29 23:05:56 tupone Exp $ + +*castle-combat-0.8.1 (29 Jul 2006) + + 29 Jul 2006; <tupone@gentoo.org> +castle-combat-0.8.1.ebuild: + Version bump to 0.8.1. bug #111305 by CABILLOT Julien 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> castle-combat-0.7.4.ebuild: diff --git a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild new file mode 100644 index 000000000000..4b6e972a150a --- /dev/null +++ b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.1 2006/07/29 23:05:56 tupone Exp $ + +inherit games + +DESCRIPTION="A clone of the old arcade game Rampart" +HOMEPAGE="http://www.linux-games.com/castle-combat/" +SRC_URI="mirror://sourceforge/castle-combat/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-python/twisted + dev-python/pygame" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:src:${GAMES_LIBDIR}/${PN}:" \ + castle-combat.py + sed -i -e "/data_path =/s:\"data:\"${GAMES_DATADIR}/${PN}:" \ + src/common.py +} + +src_install() { + newgamesbin castle-combat.py castle-combat + insinto ${GAMES_LIBDIR}/${PN} + doins src/* + insinto ${GAMES_DATADIR}/${PN} + doins -r data/{colourba.ttf,gfx,sound} + dohtml -r data/font_read_me.html data/doc + dodoc TODO + prepgamesdirs +} diff --git a/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 b/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 index b1b3e96f63b9..a0d3b92df357 100644 --- a/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 +++ b/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 @@ -1 +1,3 @@ MD5 1cf225fbcfbee2b9a00757609fd054bb castle-combat-0.7.4.tar.gz 1694096 +RMD160 d96e58960042168761b329480a2df0fee4c74cf6 castle-combat-0.7.4.tar.gz 1694096 +SHA256 ad8cd11b9222f04f26e343433f05b0dd7964569b91b317847344b058355731b3 castle-combat-0.7.4.tar.gz 1694096 diff --git a/games-strategy/castle-combat/files/digest-castle-combat-0.8.1 b/games-strategy/castle-combat/files/digest-castle-combat-0.8.1 new file mode 100644 index 000000000000..fdb7ebac388f --- /dev/null +++ b/games-strategy/castle-combat/files/digest-castle-combat-0.8.1 @@ -0,0 +1,3 @@ +MD5 63380e9fc3d4d9de780b3cc52c822ea6 castle-combat-0.8.1.tar.gz 1721393 +RMD160 484aa420d5e571dee38c7907e6ef61204e0873dd castle-combat-0.8.1.tar.gz 1721393 +SHA256 33eefc1402363a77b1a02dd33cc38d14c997a78ab81148c84b1221f95af1e4c2 castle-combat-0.8.1.tar.gz 1721393 |