summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-24 07:44:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-24 07:44:33 +0000
commit43907db1eaf2d15caa92407e3ee48c915fce0d94 (patch)
treeea2e93ff94cac50c30e85a812c34c728e502d484 /games-strategy/freelords
parentclean older versions (Manifest recommit) (diff)
downloadgentoo-2-43907db1eaf2d15caa92407e3ee48c915fce0d94.tar.gz
gentoo-2-43907db1eaf2d15caa92407e3ee48c915fce0d94.tar.bz2
gentoo-2-43907db1eaf2d15caa92407e3ee48c915fce0d94.zip
clean older version
Diffstat (limited to 'games-strategy/freelords')
-rw-r--r--games-strategy/freelords/ChangeLog6
-rw-r--r--games-strategy/freelords/files/0.2.3-gcc3.patch44
-rw-r--r--games-strategy/freelords/files/digest-freelords-0.3.11
-rw-r--r--games-strategy/freelords/freelords-0.3.1.ebuild45
4 files changed, 5 insertions, 91 deletions
diff --git a/games-strategy/freelords/ChangeLog b/games-strategy/freelords/ChangeLog
index 5b4671af870a..8149b22f85d9 100644
--- a/games-strategy/freelords/ChangeLog
+++ b/games-strategy/freelords/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freelords
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/ChangeLog,v 1.9 2004/08/07 13:03:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/ChangeLog,v 1.10 2004/09/24 07:44:33 mr_bones_ Exp $
+
+ 24 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/0.2.3-gcc3.patch, -freelords-0.3.1.ebuild:
+ clean older version
*freelords-0.3.3 (07 Aug 2004)
diff --git a/games-strategy/freelords/files/0.2.3-gcc3.patch b/games-strategy/freelords/files/0.2.3-gcc3.patch
deleted file mode 100644
index 0b77e1e8feaa..000000000000
--- a/games-strategy/freelords/files/0.2.3-gcc3.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -ur src.orig/ArmyInfo.cpp src/ArmyInfo.cpp
---- src.orig/ArmyInfo.cpp 2003-09-13 16:42:34.185713232 -0400
-+++ src/ArmyInfo.cpp 2003-09-13 16:42:52.020002008 -0400
-@@ -15,6 +15,7 @@
- #include "ArmyInfo.h"
- #include <pglabel.h>
- #include "army.h"
-+#include <assert.h>
-
- //#define debug(x) {std::cerr<<__FILE__<<": "<<__LINE__<<": "<<x<<endl;}
- #define debug(x)
-diff -ur src.orig/playerlist.cpp src/playerlist.cpp
---- src.orig/playerlist.cpp 2003-09-13 16:42:34.186713080 -0400
-+++ src/playerlist.cpp 2003-09-13 16:43:12.420900600 -0400
-@@ -17,6 +17,7 @@
- #include "playerlist.h"
- #include "citylist.h"
- #include "defs.h"
-+#include <assert.h>
-
- using namespace std;
-
-diff -ur src.orig/stack.cpp src/stack.cpp
---- src.orig/stack.cpp 2003-09-13 16:42:34.182713688 -0400
-+++ src/stack.cpp 2003-09-13 16:42:59.612847720 -0400
-@@ -18,6 +18,7 @@
- #include "path.h"
- #include "armysetlist.h"
- #include "counter.h"
-+#include <assert.h>
-
- using namespace std;
-
-diff -ur src.orig/w_edit.cpp src/w_edit.cpp
---- src.orig/w_edit.cpp 2003-09-13 16:42:34.187712928 -0400
-+++ src/w_edit.cpp 2003-09-13 16:43:06.297831448 -0400
-@@ -32,6 +32,7 @@
- #include "file.h"
- #include "NextPlayerPopup.h"
- #include "player.h"
-+#include <assert.h>
-
- using namespace std;
-
diff --git a/games-strategy/freelords/files/digest-freelords-0.3.1 b/games-strategy/freelords/files/digest-freelords-0.3.1
deleted file mode 100644
index ed4cbed990f4..000000000000
--- a/games-strategy/freelords/files/digest-freelords-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 614776752fe166e3c5fcd107e42bfd4b freelords-0.3.1.tar.bz2 917039
diff --git a/games-strategy/freelords/freelords-0.3.1.ebuild b/games-strategy/freelords/freelords-0.3.1.ebuild
deleted file mode 100644
index 2c05a950b24b..000000000000
--- a/games-strategy/freelords/freelords-0.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.1.ebuild,v 1.3 2004/06/24 23:27:53 agriffis Exp $
-
-inherit games
-
-DESCRIPTION="Free Warlords clone"
-HOMEPAGE="http://www.freelords.org/"
-SRC_URI="mirror://sourceforge/freelords/${P}.tar.bz2"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/expat
- >=media-libs/libsdl-1.2.0
- >=media-libs/sdl-image-1.2.0
- >=media-libs/paragui-1.0.4
- >=dev-libs/libsigc++-1.2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "s:/etc/freelordsrc:${GAMES_SYSCONFDIR}/freelordsrc:" src/main.cpp \
- || die "sed src/main.cpp failed"
-}
-
-src_compile() {
- egamesconf --disable-paraguitest || die
- emake CXXFLAGS="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodir "${GAMES_SYSCONFDIR}"
- mv "${D}/etc/freelordsrc" "${D}/${GAMES_SYSCONFDIR}/"
- dodoc AUTHORS BUGS ChangeLog DEPENDENCIES HACKER NEWS README TODO doc/* \
- || die "dodoc failed"
- prepgamesdirs
-}