summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:41:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:41:29 +0000
commita707db2620c31dc302e79001b5389a1e1e821ae6 (patch)
tree48ffb08d6aae657cfac8aff5ea33d4c3a61e9d75 /games-strategy/wesnoth
parentVersion bump. (diff)
downloadgentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.tar.gz
gentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.tar.bz2
gentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.9.61
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-1.01
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.6.ebuild48
-rw-r--r--games-strategy/wesnoth/wesnoth-1.0.ebuild52
4 files changed, 0 insertions, 102 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.6 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.6
deleted file mode 100644
index b1f04399dd31..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d3bb0d492ac01e30c02f882f8d45d9fc wesnoth-0.9.6.tar.gz 40578425
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.0 b/games-strategy/wesnoth/files/digest-wesnoth-1.0
deleted file mode 100644
index e73ded28bc77..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ce9fa39f6a5b01f55eceb6c13de2b62d wesnoth-1.0.tar.gz 37375056
diff --git a/games-strategy/wesnoth/wesnoth-0.9.6.ebuild b/games-strategy/wesnoth/wesnoth-0.9.6.ebuild
deleted file mode 100644
index 90a650eef878..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.9.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.6.ebuild,v 1.1 2005/08/29 02:57:25 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="editor gnome kde lite nls server tools"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/freetype-2
- media-libs/sdl-net
- sys-libs/zlib
- virtual/x11"
-
-src_compile() {
- filter-flags -ftracer -fomit-frame-pointer
- if [[ $(gcc-major-version) -eq 3 ]] ; then
- filter-flags -fstack-protector
- fi
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable lite) \
- $(use_enable server) \
- $(use_enable server campaign-server) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(use_enable nls) \
- $(use_with gnome) \
- $(use_with kde) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- mv "${D}${GAMES_DATADIR}/"{icons,applnk,applications} "${D}/usr/share/"
- dodoc MANUAL changelog
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-1.0.ebuild b/games-strategy/wesnoth/wesnoth-1.0.ebuild
deleted file mode 100644
index 50cfbf29083b..000000000000
--- a/games-strategy/wesnoth/wesnoth-1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.ebuild,v 1.1 2005/10/04 14:52:46 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="editor gnome kde lite nls server tools"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/freetype-2
- media-libs/sdl-net
- sys-libs/zlib
- virtual/x11"
-
-src_compile() {
- filter-flags -ftracer -fomit-frame-pointer
- if [[ $(gcc-major-version) -eq 3 ]] ; then
- filter-flags -fstack-protector
- fi
- egamesconf \
- --disable-dependency-tracking \
- --with-localedir=/usr/share/locale \
- $(use_enable lite) \
- $(use_enable server) \
- $(use_enable server campaign-server) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(use_enable nls) \
- $(use_with gnome) \
- $(use_with kde) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- mv "${D}${GAMES_DATADIR}/"{icons,applnk,applications} "${D}/usr/share/"
- if use server ; then
- keepdir "${GAMES_STATEDIR}/run/wesnothd"
- fi
- dodoc MANUAL changelog
- prepgamesdirs
-}