diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
commit | 0c0186e57f9c188f3c71c04a35825c8e134cf141 (patch) | |
tree | 764612f703bdba5335d790064606b1f53a330c24 /games-strategy/liquidwar | |
parent | minor version update. resolves bug 27641 (diff) | |
download | gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.tar.gz gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.tar.bz2 gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.zip |
mmm strategy games
Diffstat (limited to 'games-strategy/liquidwar')
-rw-r--r-- | games-strategy/liquidwar/ChangeLog | 37 | ||||
-rw-r--r-- | games-strategy/liquidwar/Manifest | 5 | ||||
-rw-r--r-- | games-strategy/liquidwar/files/digest-liquidwar-5.5.8 | 1 | ||||
-rw-r--r-- | games-strategy/liquidwar/files/digest-liquidwar-5.5.9 | 1 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.5.8.ebuild | 31 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.5.9.ebuild | 34 |
6 files changed, 109 insertions, 0 deletions
diff --git a/games-strategy/liquidwar/ChangeLog b/games-strategy/liquidwar/ChangeLog new file mode 100644 index 000000000000..63ab07443fd6 --- /dev/null +++ b/games-strategy/liquidwar/ChangeLog @@ -0,0 +1,37 @@ +# ChangeLog for app-games/liquidwar +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.1 2003/09/10 05:27:31 vapier Exp $ + +*liquidwar-5.5.9 (05 Jun 2003) + + 05 Jun 2003; Martin Holzer <mholzer@gentoo.org> liquidwar-5.5.9.ebuild: + Version bumped. closes #19962 + +*liquidwar-5.5.8 (05 Mar 2003) + + 05 Mar 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump #15292. + +*liquidwar-5.5.7 (12 Dec 2002) + + 12 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + games eclass support and version bump #9018. + +*liquidwar-5.5.6 (01 Oct 2002) + + 1 Oct 2002; Matthew Turk <satai@gentoo.org> liquidwar-5.5.6.ebuild: + Fix tetex errors. Now PS and PDF docs aren't built; but info still is. + +*liquidwar-5.5.6 (18 Jul 2002) + + 18 Jul 2002; Spider <spider@gentoo.org> liquidwar-5.5.6.ebuild: + update teh version, just a copy work. + +*liquidwar-5.5.3.ebuild (17 julio 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> Changelog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-strategy/liquidwar/Manifest b/games-strategy/liquidwar/Manifest new file mode 100644 index 000000000000..11d13becf01e --- /dev/null +++ b/games-strategy/liquidwar/Manifest @@ -0,0 +1,5 @@ +MD5 6f6adf93a11eb27624ca18082f1d3f15 ChangeLog 1405 +MD5 e52e783ea072f42cc767331c0c5ab705 liquidwar-5.5.8.ebuild 716 +MD5 415cce646738e3d302568eca6a48535b liquidwar-5.5.9.ebuild 836 +MD5 2dd2c7dde8d981f363fad2bf89ec36db files/digest-liquidwar-5.5.8 68 +MD5 02931807e4cf05dc7adf7d9623aaac31 files/digest-liquidwar-5.5.9 68 diff --git a/games-strategy/liquidwar/files/digest-liquidwar-5.5.8 b/games-strategy/liquidwar/files/digest-liquidwar-5.5.8 new file mode 100644 index 000000000000..9a8b503ea9c8 --- /dev/null +++ b/games-strategy/liquidwar/files/digest-liquidwar-5.5.8 @@ -0,0 +1 @@ +MD5 cb51cdea67cdbde02bc8dab4b3ac327c liquidwar-5.5.8.tar.gz 1575456 diff --git a/games-strategy/liquidwar/files/digest-liquidwar-5.5.9 b/games-strategy/liquidwar/files/digest-liquidwar-5.5.9 new file mode 100644 index 000000000000..53971d05f54f --- /dev/null +++ b/games-strategy/liquidwar/files/digest-liquidwar-5.5.9 @@ -0,0 +1 @@ +MD5 26d2c796d0a94d905e88f45770b460c6 liquidwar-5.5.9.tar.gz 1674585 diff --git a/games-strategy/liquidwar/liquidwar-5.5.8.ebuild b/games-strategy/liquidwar/liquidwar-5.5.8.ebuild new file mode 100644 index 000000000000..838e262da13c --- /dev/null +++ b/games-strategy/liquidwar/liquidwar-5.5.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.5.8.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ + +inherit games + +DESCRIPTION="unique multiplayer wargame" +HOMEPAGE="http://www.ufoot.org/liquidwar/" +SRC_URI="http://freesoftware.fsf.org/download/liquidwar/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND=">media-libs/allegro-4.0" + +src_compile() { + econf --disable-doc-ps --disable-doc-pdf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + cd ${D}/usr/games + mkdir bin + mv liquidwar liquidwar-server bin/ + rm -rf ${D}/usr/bin + + prepgamesdirs +} diff --git a/games-strategy/liquidwar/liquidwar-5.5.9.ebuild b/games-strategy/liquidwar/liquidwar-5.5.9.ebuild new file mode 100644 index 000000000000..233d31852484 --- /dev/null +++ b/games-strategy/liquidwar/liquidwar-5.5.9.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.5.9.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ + +inherit games flag-o-matic + +DESCRIPTION="unique multiplayer wargame" +HOMEPAGE="http://www.ufoot.org/liquidwar/" +SRC_URI="http://freesoftware.fsf.org/download/liquidwar/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND=">media-libs/allegro-4.0" + +src_compile() { + # Fixes build problem with gcc3 and -march=pentium4 + replace-flags "-march=pentium4" "-march=pentium3" + + econf --disable-doc-ps --disable-doc-pdf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + cd ${D}/usr/games + mkdir bin + mv liquidwar liquidwar-server bin/ + rm -rf ${D}/usr/bin + + prepgamesdirs +} |