summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-22 20:19:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-22 20:19:52 +0000
commit8c427fc6ffcd19b0eb72a95043c44796bfa43bd3 (patch)
treeac917509ec4c53dee544c52424aef816ea2fd460 /games-strategy
parentx86 stable wrt bug #109993. (diff)
downloadgentoo-2-8c427fc6ffcd19b0eb72a95043c44796bfa43bd3.tar.gz
gentoo-2-8c427fc6ffcd19b0eb72a95043c44796bfa43bd3.tar.bz2
gentoo-2-8c427fc6ffcd19b0eb72a95043c44796bfa43bd3.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.9.71
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.7.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.7 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.7
deleted file mode 100644
index 6a0bf8659ceb..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2c863c58a3eb7de5fce882d8a1944e1 wesnoth-0.9.7.tar.gz 40965266
diff --git a/games-strategy/wesnoth/wesnoth-0.9.7.ebuild b/games-strategy/wesnoth/wesnoth-0.9.7.ebuild
deleted file mode 100644
index 9a62025bd01e..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.9.7.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.7.ebuild,v 1.1 2005/09/09 04:31:13 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
-}