summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-21 14:56:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-21 14:56:10 +0000
commit3c0d4b6057b820d13ba029f371709717e54778dc (patch)
tree474d93b00291f2a5a1afbf7a483b2b4f4bebf6ac /games-strategy
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-3c0d4b6057b820d13ba029f371709717e54778dc.tar.gz
gentoo-2-3c0d4b6057b820d13ba029f371709717e54778dc.tar.bz2
gentoo-2-3c0d4b6057b820d13ba029f371709717e54778dc.zip
tidy older versions
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.4.81
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.51
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.5.11
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.6.11
-rw-r--r--games-strategy/wesnoth/wesnoth-0.4.8.ebuild34
-rw-r--r--games-strategy/wesnoth/wesnoth-0.5.1.ebuild38
-rw-r--r--games-strategy/wesnoth/wesnoth-0.5.ebuild41
-rw-r--r--games-strategy/wesnoth/wesnoth-0.6.1.ebuild36
8 files changed, 0 insertions, 153 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.4.8 b/games-strategy/wesnoth/files/digest-wesnoth-0.4.8
deleted file mode 100644
index fc4d6e038ad0..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.4.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8778b02dee552ea7f3a954bee44cf363 wesnoth-0.4.8.tar.gz 5437779
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.5
deleted file mode 100644
index dafcb7cddd40..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ae926aa1966aa2e0108644c46faf899a wesnoth-0.5.tar.gz 10416089
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.5.1 b/games-strategy/wesnoth/files/digest-wesnoth-0.5.1
deleted file mode 100644
index 986f28678748..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 040fd1aaa3f3913482805301e9e3ec6a wesnoth-0.5.1.tar.gz 10582148
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.6.1 b/games-strategy/wesnoth/files/digest-wesnoth-0.6.1
deleted file mode 100644
index 9a9d65a1abd1..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 716f3507d044318b63c907134356708c wesnoth-0.6.1.tar.gz 11616064
diff --git a/games-strategy/wesnoth/wesnoth-0.4.8.ebuild b/games-strategy/wesnoth/wesnoth-0.4.8.ebuild
deleted file mode 100644
index 4fd92bddde23..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.4.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.4.8.ebuild,v 1.2 2004/01/29 06:14:55 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="http://www.wesnoth.org/files/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0
- virtual/x11"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS} -DWESNOTH_PATH=\\\"${GAMES_DATADIR}/wesnoth\\\""
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin wesnoth || die "dogamesbin failed"
- dodoc MANUAL changelog || die "dodoc failed"
- dodir ${GAMES_DATADIR}/wesnoth || die "dodir failed"
- cp -r data fonts images music sounds \
- ${D}${GAMES_DATADIR}/wesnoth/ || die "cp failed"
- find ${D}${GAMES_DATADIR} -type f -exec chmod a-x \{\} \;
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.5.1.ebuild b/games-strategy/wesnoth/wesnoth-0.5.1.ebuild
deleted file mode 100644
index ba032885942f..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.5.1.ebuild,v 1.3 2004/01/29 06:14:55 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64"
-SLOT="0"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0
- media-libs/sdl-net
- virtual/x11"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS} -DWESNOTH_PATH=\\\"${GAMES_DATADIR}/wesnoth\\\""
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin wesnoth || die "dogamesbin failed"
- dodoc MANUAL changelog || die "dodoc failed"
- dodir ${GAMES_DATADIR}/wesnoth || die "dodir failed"
- cp -r data fonts images music sounds \
- ${D}${GAMES_DATADIR}/wesnoth/ || die "cp failed"
-
- # Tidy up the mess
- find ${D}${GAMES_DATADIR} -type f -exec chmod a-x \{\} \;
-
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.5.ebuild b/games-strategy/wesnoth/wesnoth-0.5.ebuild
deleted file mode 100644
index ec774d1df324..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.5.ebuild,v 1.3 2004/01/29 06:14:55 mr_bones_ Exp $
-
-inherit games
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0
- media-libs/sdl-net
- virtual/x11"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS} -DWESNOTH_PATH=\\\"${GAMES_DATADIR}/wesnoth\\\""
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin wesnoth || die "dogamesbin failed"
- dodoc MANUAL changelog || die "dodoc failed"
- dodir ${GAMES_DATADIR}/wesnoth || die "dodir failed"
- cp -r data fonts images music sounds \
- ${D}${GAMES_DATADIR}/wesnoth/ || die "cp failed"
-
- # Tidy up the mess
- find ${D}${GAMES_DATADIR} -type f -exec chmod a-x \{\} \;
- find ${D} -name CVS | xargs rm -rf \{\} \;
- find ${D} -name .cvsignore -exec rm -f \{\} \;
-
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.6.1.ebuild b/games-strategy/wesnoth/wesnoth-0.6.1.ebuild
deleted file mode 100644
index df01d258724e..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.6.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.1.ebuild,v 1.2 2004/01/16 21:26:55 darkspecter Exp $
-
-inherit games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc"
-IUSE="server editor tools"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0
- media-libs/sdl-net
- virtual/x11"
-
-src_compile() {
- egamesconf \
- `use_enable server` \
- `use_enable editor` \
- `use_enable tools` \
- || die "egamesconf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc MANUAL changelog
- prepgamesdirs
-}