diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-18 01:17:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-18 01:17:44 +0000 |
commit | 4d78599748c35a4d302915c07d7e5276290a4812 (patch) | |
tree | fd7f1e6bda9e6ec36a3eb8f797244e88a47731c7 /games-action/atanks | |
parent | Version bump. Ebuild by Paul Bredbury <brebs@sent.com> and modified by me. ... (diff) | |
download | gentoo-2-4d78599748c35a4d302915c07d7e5276290a4812.tar.gz gentoo-2-4d78599748c35a4d302915c07d7e5276290a4812.tar.bz2 gentoo-2-4d78599748c35a4d302915c07d7e5276290a4812.zip |
version bump
(Portage version: 2.1.2.11)
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/atanks/atanks-2.5.ebuild | 40 | ||||
-rw-r--r-- | games-action/atanks/files/digest-atanks-2.5 | 3 |
3 files changed, 49 insertions, 1 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 892c917c00ae..3b2ce0edacf4 100644 --- a/games-action/atanks/ChangeLog +++ b/games-action/atanks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/atanks # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.24 2007/06/29 02:29:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.25 2007/08/18 01:17:44 mr_bones_ Exp $ + +*atanks-2.5 (18 Aug 2007) + + 18 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> +atanks-2.5.ebuild: + version bump *atanks-2.4 (29 Jun 2007) diff --git a/games-action/atanks/atanks-2.5.ebuild b/games-action/atanks/atanks-2.5.ebuild new file mode 100644 index 000000000000..ff7c6e821616 --- /dev/null +++ b/games-action/atanks/atanks-2.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-2.5.ebuild,v 1.1 2007/08/18 01:17:44 mr_bones_ Exp $ + +inherit eutils toolchain-funcs games + +DESCRIPTION="Worms and Scorched Earth-like game" +HOMEPAGE="http://atanks.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="media-libs/allegro" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "/^CC/s:g++:$(tc-getCXX):" \ + -e '/^CFLAGS/s:-g::' \ + -e 's:CFLAGS:CXXFLAGS:' \ + -e '/^LDFLAGS/s:=:+=:' \ + -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${GAMES_DATADIR}/${PN}\\\\\":" \ + src/Makefile \ + || die "sed failed" + emake clean +} + +src_install() { + dogamesbin ${PN} || die "dogamesbin failed" + insinto "${GAMES_DATADIR}"/${PN} + doins *.dat *.txt || die "doins failed" + dodoc BUGS Changelog README TODO + prepgamesdirs +} diff --git a/games-action/atanks/files/digest-atanks-2.5 b/games-action/atanks/files/digest-atanks-2.5 new file mode 100644 index 000000000000..28fef05d1acb --- /dev/null +++ b/games-action/atanks/files/digest-atanks-2.5 @@ -0,0 +1,3 @@ +MD5 9d2e435ef214c5fab7881100441aaa9c atanks-2.5.tar.gz 1351458 +RMD160 d9cb0cdf56ffde6ddc89c4a8e8f6a7d616d79676 atanks-2.5.tar.gz 1351458 +SHA256 70dadc83b1b5590738a49f54f5b5426db282cd8065594bf0038ebfc0715b8f4b atanks-2.5.tar.gz 1351458 |