summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 20:37:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 20:37:10 +0000
commit4bfb32f9cf4961ff14363ae93a87fbf654af0d38 (patch)
tree18c71c2110283040bc055eb7a5d051b664184ad8 /games-strategy/liquidwar
parentinherit eutils (diff)
downloadhistorical-4bfb32f9cf4961ff14363ae93a87fbf654af0d38.tar.gz
historical-4bfb32f9cf4961ff14363ae93a87fbf654af0d38.tar.bz2
historical-4bfb32f9cf4961ff14363ae93a87fbf654af0d38.zip
tidy older versions
Diffstat (limited to 'games-strategy/liquidwar')
-rw-r--r--games-strategy/liquidwar/Manifest4
-rw-r--r--games-strategy/liquidwar/files/digest-liquidwar-5.5.81
-rw-r--r--games-strategy/liquidwar/files/digest-liquidwar-5.5.91
-rw-r--r--games-strategy/liquidwar/liquidwar-5.5.8.ebuild31
-rw-r--r--games-strategy/liquidwar/liquidwar-5.5.9.ebuild49
5 files changed, 0 insertions, 86 deletions
diff --git a/games-strategy/liquidwar/Manifest b/games-strategy/liquidwar/Manifest
index eb4e39ead636..fe9b4b519bb8 100644
--- a/games-strategy/liquidwar/Manifest
+++ b/games-strategy/liquidwar/Manifest
@@ -1,9 +1,5 @@
MD5 2ef32319fdceae2331ebf19a7eb30d0a ChangeLog 1708
-MD5 5c33d189b501bc50a2155a505314d7ef liquidwar-5.5.8.ebuild 721
-MD5 bd5e6201f39b4e95afa6294bcaf6332a liquidwar-5.5.9.ebuild 1400
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 191691ca00df6838ea8264b880d9394f liquidwar-5.6.1.ebuild 1089
-MD5 2dd2c7dde8d981f363fad2bf89ec36db files/digest-liquidwar-5.5.8 68
-MD5 02931807e4cf05dc7adf7d9623aaac31 files/digest-liquidwar-5.5.9 68
MD5 29a673ba920badafbb70251f63177d18 files/liquidwar-gcc-3.3-fix.patch 1134
MD5 501e5f0f75ebd8b160bb68a0511dff51 files/digest-liquidwar-5.6.1 68
diff --git a/games-strategy/liquidwar/files/digest-liquidwar-5.5.8 b/games-strategy/liquidwar/files/digest-liquidwar-5.5.8
deleted file mode 100644
index 9a8b503ea9c8..000000000000
--- a/games-strategy/liquidwar/files/digest-liquidwar-5.5.8
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 53971d05f54f..000000000000
--- a/games-strategy/liquidwar/files/digest-liquidwar-5.5.9
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 838e262da13c..000000000000
--- a/games-strategy/liquidwar/liquidwar-5.5.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
deleted file mode 100644
index c1613eaf7788..000000000000
--- a/games-strategy/liquidwar/liquidwar-5.5.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.3 2003/11/07 08:42:04 hythloday 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_unpack() {
- unpack ${A}
- cd ${S}
-
- # Because we work around some Makefile issues the "helpful" messages
- # that get printed are wrong for Gentoo. So we take them out lest
- # they be confusing.
- sed -i \
- -e '/@echo/d' Makefile.in || \
- die "sed Makefile.in failed"
-
- epatch ${FILESDIR}/liquidwar-gcc-3.3-fix.patch
-}
-
-src_compile() {
- # Fixes build problem with gcc3 and -march=pentium4
- replace-flags "-march=pentium4" "-march=pentium3"
-
- # needs to be econf and not egamesconf. Otherwise we end up
- # with too many /games/ all over the place.
- econf --disable-doc-ps --disable-doc-pdf || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- cd ${D}/usr/games
- dogamesbin ${D}/usr/games/{liquidwar,liquidwar-server} || \
- die "dogamesbin failed"
- rm -f ${D}/usr/games/{liquidwar,liquidwar-server}
- rm -rf ${D}/usr/bin
- prepgamesdirs
-}