diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 21:13:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 21:13:05 +0000 |
commit | cddef5ca4eb4061ea319e3bc6b6214b3b0cad086 (patch) | |
tree | 6b199fd01842375af798a97590db256ae5a8c16c /games-strategy | |
parent | Added modular X dependencies and closing bug #119524. (diff) | |
download | historical-cddef5ca4eb4061ea319e3bc6b6214b3b0cad086.tar.gz historical-cddef5ca4eb4061ea319e3bc6b6214b3b0cad086.tar.bz2 historical-cddef5ca4eb4061ea319e3bc6b6214b3b0cad086.zip |
Marking stable on amd64, removing older versions, adding modular X dependencies, and closing bug #118303.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-1.0.1 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.1.ebuild | 71 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.2.ebuild | 13 |
5 files changed, 17 insertions, 83 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index c066ba7d3296..be74c4543fc5 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/wesnoth -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.71 2005/12/24 15:27:44 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.72 2006/01/20 21:13:05 wolf31o2 Exp $ + + 20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> -wesnoth-1.0.1.ebuild, + wesnoth-1.0.2.ebuild: + Marking stable on amd64, removing older versions, adding modular X + dependencies, and closing bug #118303. 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> wesnoth-1.0.2.ebuild: Stable on ppc. diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 7d722a21fd25..901ade497348 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,7 +1,5 @@ -MD5 3ca0c50d771ec43ebc99d8b93815cdf9 ChangeLog 9425 -MD5 6a73a3191925d45024cf48879c799e0e files/digest-wesnoth-1.0.1 67 +MD5 778c4f1b080099e68c568fed6f1b4ce9 ChangeLog 9639 MD5 3831d294741fa1f1cf243836b6c1788d files/digest-wesnoth-1.0.2 67 MD5 2238ca275d6ab646096d612c46b1eb05 files/wesnothd.rc 619 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 c1f613663e92cda1b3c4516a9b7322da wesnoth-1.0.1.ebuild 1986 -MD5 232a58073ff97530841f2c45f3c9d134 wesnoth-1.0.2.ebuild 1987 +MD5 6b593898f367f75040b68cd5042f5407 wesnoth-1.0.2.ebuild 2018 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.0.1 b/games-strategy/wesnoth/files/digest-wesnoth-1.0.1 deleted file mode 100644 index 8887ae48b9cd..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 20a2498938a168bf6a0989af857da500 wesnoth-1.0.1.tar.gz 39014760 diff --git a/games-strategy/wesnoth/wesnoth-1.0.1.ebuild b/games-strategy/wesnoth/wesnoth-1.0.1.ebuild deleted file mode 100644 index dd978bfb2916..000000000000 --- a/games-strategy/wesnoth/wesnoth-1.0.1.ebuild +++ /dev/null @@ -1,71 +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.1.ebuild,v 1.7 2006/01/09 22:06:33 mr_bones_ Exp $ - -inherit eutils toolchain-funcs flag-o-matic games - -MY_PV=${PV/_/} -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" -IUSE="dedicated editor gnome kde lite nls server tools" - -DEPEND=">=media-libs/libsdl-1.2.7 - !dedicated? ( virtual/x11 - >=media-libs/freetype-2 ) - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - media-libs/sdl-net - sys-libs/zlib" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_unpack() { - unpack ${A} - if 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 - -} -src_compile() { - filter-flags -ftracer -fomit-frame-pointer - if [[ $(gcc-major-version) -eq 3 ]] ; then - filter-flags -fstack-protector - append-flags -fno-stack-protector - fi - egamesconf \ - --disable-dependency-tracking \ - $(use_enable lite) \ - $(use_enable server) \ - $(use_enable server campaign-server) \ - $(use server && echo --with-server-uid=${GAMES_USER_DED} --with-server-gid=${GAMES_GROUP}) \ - $(use_enable editor) \ - $(use_enable tools) \ - $(use_enable nls) \ - $(use_enable !dedicated game) \ - $(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 - if use server; then - keepdir "${GAMES_STATEDIR}/run/wesnothd" - doinitd "${T}"/wesnothd || die "doinitd failed" - fi - prepgamesdirs -} diff --git a/games-strategy/wesnoth/wesnoth-1.0.2.ebuild b/games-strategy/wesnoth/wesnoth-1.0.2.ebuild index d1daa95a3e68..42fddf784edb 100644 --- a/games-strategy/wesnoth/wesnoth-1.0.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.2.ebuild,v 1.5 2006/01/09 22:06:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.2.ebuild,v 1.6 2006/01/20 21:13:05 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -11,11 +11,14 @@ SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ppc ~ppc64 sparc x86" IUSE="dedicated editor gnome kde lite nls server tools" DEPEND=">=media-libs/libsdl-1.2.7 - !dedicated? ( virtual/x11 + !dedicated? ( + || ( + x11-libs/libX11 + virtual/x11 ) >=media-libs/freetype-2 ) >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 @@ -25,7 +28,7 @@ DEPEND=">=media-libs/libsdl-1.2.7 S=${WORKDIR}/${PN}-${MY_PV} src_unpack() { - unpack ${A} + unpack "${A}" if use server ; then sed \ -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \ |