summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-28 20:41:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-28 20:41:40 +0000
commitec3dc22cab975fe81a888e7e7c9098ef8176926d (patch)
treed687c38c70c5948b629309f106397ac5d5b9ffda /games-strategy
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-ec3dc22cab975fe81a888e7e7c9098ef8176926d.tar.gz
gentoo-2-ec3dc22cab975fe81a888e7e7c9098ef8176926d.tar.bz2
gentoo-2-ec3dc22cab975fe81a888e7e7c9098ef8176926d.zip
clean older ebuild
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.7.81
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.7.91
-rw-r--r--games-strategy/wesnoth/wesnoth-0.7.8.ebuild41
-rw-r--r--games-strategy/wesnoth/wesnoth-0.7.9.ebuild41
4 files changed, 0 insertions, 84 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.8 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.8
deleted file mode 100644
index d2c2a5913a1d..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cf3d1d963b26c79306a46247ee7a10a8 wesnoth-0.7.8.tar.gz 20175742
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.9 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.9
deleted file mode 100644
index 02c516aa9fa9..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e97bbed9767a02061c6209d73c7b00ce wesnoth-0.7.9.tar.gz 21214961
diff --git a/games-strategy/wesnoth/wesnoth-0.7.8.ebuild b/games-strategy/wesnoth/wesnoth-0.7.8.ebuild
deleted file mode 100644
index eaa5a4838d44..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.7.8.ebuild
+++ /dev/null
@@ -1,41 +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/wesnoth/wesnoth-0.7.8.ebuild,v 1.3 2004/06/24 23:30:13 agriffis Exp $
-
-inherit flag-o-matic games gcc
-
-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 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
-
-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() {
- [ "`gcc-fullversion`" == "3.4.0" ] && filter-flags -ftracer
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable server) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(use_enable gnome) \
- $(use_enable kde) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- mv "${D}${GAMES_DATADIR}/icons" "${D}/usr/share/"
- dodoc MANUAL changelog || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.7.9.ebuild b/games-strategy/wesnoth/wesnoth-0.7.9.ebuild
deleted file mode 100644
index cf7ff59b2fcb..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.7.9.ebuild
+++ /dev/null
@@ -1,41 +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/wesnoth/wesnoth-0.7.9.ebuild,v 1.2 2004/06/24 23:30:13 agriffis Exp $
-
-inherit flag-o-matic gcc 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 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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() {
- [ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable server) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(use_enable gnome) \
- $(use_enable kde) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- mv "${D}${GAMES_DATADIR}/icons" "${D}/usr/share/"
- dodoc MANUAL changelog || die "dodoc failed"
- prepgamesdirs
-}