diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-29 22:46:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-29 22:46:18 +0000 |
commit | 85b14c0431c8c7611f464ba88aa3cf8bb7c7afd0 (patch) | |
tree | 0dec0b09bf0f2ac4a794b73e316dbd6c6c4a944f /games-strategy | |
parent | Version bump, ebuild cleanup. (diff) | |
download | gentoo-2-85b14c0431c8c7611f464ba88aa3cf8bb7c7afd0.tar.gz gentoo-2-85b14c0431c8c7611f464ba88aa3cf8bb7c7afd0.tar.bz2 gentoo-2-85b14c0431c8c7611f464ba88aa3cf8bb7c7afd0.zip |
force stable and remove old (security bug #200789)
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-1.2.7 | 3 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.7.ebuild | 96 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.8.ebuild | 4 |
4 files changed, 7 insertions, 102 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 2a5d48d0daa3..64eca406e430 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.109 2007/11/26 01:41:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.110 2007/11/29 22:46:17 mr_bones_ Exp $ + + 29 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> + -wesnoth-1.2.7.ebuild, wesnoth-1.2.8.ebuild: + force stable and remove old (security bug #200789) *wesnoth-1.2.8 (26 Nov 2007) diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.2.7 b/games-strategy/wesnoth/files/digest-wesnoth-1.2.7 deleted file mode 100644 index 36d610457a7a..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-1.2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f80482cf0dc4379c0bbbf6337f43ea2c wesnoth-1.2.7.tar.bz2 73123521 -RMD160 eb5944aa218d1dc1c68bcde5fdc09f2fc6079fbf wesnoth-1.2.7.tar.bz2 73123521 -SHA256 8d2d2c2a086435aafbcfc017691022c7d9f280e3466f97d6ba3f6e440ec8a442 wesnoth-1.2.7.tar.bz2 73123521 diff --git a/games-strategy/wesnoth/wesnoth-1.2.7.ebuild b/games-strategy/wesnoth/wesnoth-1.2.7.ebuild deleted file mode 100644 index a34cb85a9194..000000000000 --- a/games-strategy/wesnoth/wesnoth-1.2.7.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.7.ebuild,v 1.6 2007/10/22 04:13:35 kingtaco 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 gnome kde lite nls server tools" - -RDEPEND=">=media-libs/libsdl-1.2.7 - !dedicated? ( - x11-libs/libX11 - >=media-libs/freetype-2 ) - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - media-libs/sdl-net - 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/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 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 \ - --without-fribidi \ - --with-localedir=/usr/share/locale \ - --with-icondir=/usr/share/icons \ - --with-desktopdir=/usr/share/applications \ - $(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 nls dummy-locales) \ - $(use_enable !dedicated game) \ - $(use_with gnome) \ - $(use_with kde) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - 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.2.8.ebuild b/games-strategy/wesnoth/wesnoth-1.2.8.ebuild index 9c125cc46b9e..11cb445c1e72 100644 --- a/games-strategy/wesnoth/wesnoth-1.2.8.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.8.ebuild,v 1.1 2007/11/26 01:41:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.8.ebuild,v 1.2 2007/11/29 22:46:17 mr_bones_ Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="dedicated editor gnome kde lite nls server tools" RDEPEND=">=media-libs/libsdl-1.2.7 |