diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-13 19:22:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-13 19:22:09 +0000 |
commit | 9adce32250d4dfd013dc1078ff8e15b85a5c8f37 (patch) | |
tree | a14a74761433ad400a4f29ed5281c2edecbe05db /games-strategy/wesnoth | |
parent | manifest fix (diff) | |
download | gentoo-2-9adce32250d4dfd013dc1078ff8e15b85a5c8f37.tar.gz gentoo-2-9adce32250d4dfd013dc1078ff8e15b85a5c8f37.tar.bz2 gentoo-2-9adce32250d4dfd013dc1078ff8e15b85a5c8f37.zip |
old
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.4 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.5 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.4.ebuild | 48 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.5.ebuild | 48 |
4 files changed, 0 insertions, 98 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.4 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.4 deleted file mode 100644 index f0d0e6177bbf..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 b27115df93298a8ee192a85499f26ef2 wesnoth-0.9.4.tar.gz 38929151 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 deleted file mode 100644 index cd46b38000b6..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 864dee75a0d5c37a5e91d2f063121a83 wesnoth-0.9.5.tar.gz 40104367 diff --git a/games-strategy/wesnoth/wesnoth-0.9.4.ebuild b/games-strategy/wesnoth/wesnoth-0.9.4.ebuild deleted file mode 100644 index 1b075cb2df31..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.9.4.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.4.ebuild,v 1.2 2005/08/19 05:14:41 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-0.9.5.ebuild b/games-strategy/wesnoth/wesnoth-0.9.5.ebuild deleted file mode 100644 index 6d9719dfc67b..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.9.5.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.5.ebuild,v 1.6 2005/08/28 13:54:01 cryos 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 -} |