summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-02 07:36:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-02 07:36:54 +0000
commit330e91d501ae0dfa4aa394da34586c4f3ea94a18 (patch)
treef27a36271dd1f1c90794c1d64e42af4d6925766e /games-strategy/wesnoth
parentStable on ppc; bug #220957 (diff)
downloadhistorical-330e91d501ae0dfa4aa394da34586c4f3ea94a18.tar.gz
historical-330e91d501ae0dfa4aa394da34586c4f3ea94a18.tar.bz2
historical-330e91d501ae0dfa4aa394da34586c4f3ea94a18.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/Manifest2
-rw-r--r--games-strategy/wesnoth/wesnoth-1.4.1.ebuild115
2 files changed, 0 insertions, 117 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 14cf2cdff5b7..cf2a2a2d6d60 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,9 +1,7 @@
AUX wesnothd.rc 619 RMD160 b3d7a303f27ce3cc1886fd7791ab58f58356ac39 SHA1 8ba6dad055ea943485c0a1cf324e39a340c89b00 SHA256 23e250272768e1fb540104b96c96a24da09fedc9f89a6867adcae046160c0065
DIST wesnoth-1.2.8.tar.bz2 73123148 RMD160 f085684005dc02d4fbe7802bdb0844a5a531a5c4 SHA1 da02b2bf952d4e309e47ce332930c1509e9a4d2e SHA256 6abc75fbb28a2d506a4d152cf79703f3920a8d1021bab32b1583b004c2ab298c
-DIST wesnoth-1.4.1.tar.bz2 149037917 RMD160 1e645625c452554301f63300e83a697261289c67 SHA1 41999a9ff01bc307952b29620733ec943404cf14 SHA256 c5b7b478553dc8994d99024e14b48b3f64e2c328631bd5b05904509b499fa68c
DIST wesnoth-1.4.2.tar.bz2 150078162 RMD160 3769d0ebd6d4cabfbe5429515e12263a2100b6eb SHA1 8dca4b1cb06ccc87a2bfbe6deeb632e2bcfe5740 SHA256 b9ad502eee93c3f9b9be68f215a267caf27a07f4b9b51e6dda67cc5dbb317079
EBUILD wesnoth-1.2.8.ebuild 2813 RMD160 41c7564c0a48778ec694af56bd4921006beb6d08 SHA1 84b569f9c08a74433dd2c3e2b2712f3ce985ca73 SHA256 1e60e367ba5c92f5f08e7d07067ffbfe4f6fddff2b0cec76c7e3dc760fb6e337
-EBUILD wesnoth-1.4.1.ebuild 3207 RMD160 9c8ec5ac1c1922e8b29d5c69f1606fb7281426b1 SHA1 210c78421e2376a6082fd0405096ce6125c4adaa SHA256 da9e37bdc29e945529bc8e46334ccdbb00cecf707dfd29dbb39a3b4a50420ace
EBUILD wesnoth-1.4.2.ebuild 3235 RMD160 9014e822200448e935b401fef25387e7fdc0c9ed SHA1 e0bbd928addd5090e0ffe69a5286b42352157186 SHA256 f2b256cf2d1b729e0cdd6f4b5bcf09da58a4dbb1f2fb61fec8b75316d5509d60
MISC ChangeLog 16415 RMD160 538443b8022f9babed77ebb684fd607726ed91c3 SHA1 125004ce51efdfd48c100a2f59601b434192d75a SHA256 c5bdbcc728c810e9f29812a335f709d750b4f57f8a5b4ee1268ce8c54b822fdf
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-strategy/wesnoth/wesnoth-1.4.1.ebuild b/games-strategy/wesnoth/wesnoth-1.4.1.ebuild
deleted file mode 100644
index a5297ce0f14d..000000000000
--- a/games-strategy/wesnoth/wesnoth-1.4.1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.4.1.ebuild,v 1.1 2008/04/06 01:12:52 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs flag-o-matic games
-
-MY_PV=${PV/_/}
-DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="dedicated editor lite nls server static tools"
-
-RDEPEND=">=media-libs/libsdl-1.2.7
- media-libs/sdl-net
- dev-libs/boost
- !dedicated? (
- x11-libs/libX11
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-image-1.2
- dev-lang/python
- >=media-libs/freetype-2 )
- nls? ( virtual/libintl )"
-# the configure script is broken and checks for freetype even if
-# it won't be used. until it's either patched out or upstream fixes
-# it, just make it a DEPEND.
-# reported by Miika Linnapuomi
-DEPEND="${RDEPEND}
- dedicated? (
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/freetype-2 )
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-pkg_setup() {
- if ! built_with_use media-libs/sdl-mixer vorbis ; then
- die "Please emerge media-libs/sdl-mixer with USE=vorbis"
- fi
- if ! built_with_use media-libs/sdl-image png ; then
- die "Please emerge media-libs/sdl-image with USE=png"
- fi
- if ! use dedicated && ! built_with_use media-libs/libsdl X ; then
- die "Please emerge media-libs/libsdl with USE=X"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- if use dedicated || use server ; then
- sed \
- -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
- -e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \
- -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
- -e "s/GAMES_GROUP/${GAMES_GROUP}/" "${FILESDIR}"/wesnothd.rc \
- > "${T}"/wesnothd \
- || die "sed failed"
- fi
- if ! use nls ; then
- cd "${S}"
- sed -i \
- -e '/^MAN_LANG/d' \
- doc/man/Makefile.in \
- || die "sed failed"
- fi
-}
-
-src_compile() {
- local myconf
-
- filter-flags -ftracer -fomit-frame-pointer
- if [[ $(gcc-major-version) -eq 3 ]] ; then
- filter-flags -fstack-protector
- append-flags -fno-stack-protector
- fi
- if use dedicated || use server ; then
- myconf="${myconf} --enable-server"
- myconf="${myconf} --enable-campaign-server"
- myconf="${myconf} --with-server-uid=${GAMES_USER_DED}"
- myconf="${myconf} --with-server-gid=${GAMES_GROUP}"
- fi
- egamesconf \
- --disable-dependency-tracking \
- --without-fribidi \
- --with-localedir=/usr/share/locale \
- --with-icondir=/usr/share/icons \
- --with-desktopdir=/usr/share/applications \
- --docdir=/usr/share/doc/${PF} \
- --enable-python-install \
- $(use_enable lite) \
- $(use_enable static) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(use_enable nls) \
- $(use_enable nls dummy-locales) \
- $(use_enable !dedicated game) \
- ${myconf} \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc changelog
- if use dedicated || use server; then
- keepdir "${GAMES_STATEDIR}/run/wesnothd"
- doinitd "${T}"/wesnothd || die "doinitd failed"
- fi
- prepgamesdirs
-}