diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-22 20:19:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-22 20:19:52 +0000 |
commit | a2eb37098ffcf7d53badb48c8272f9797266631b (patch) | |
tree | ad67281105d6a90fcabe950723aec4b5501dda1f | |
parent | x86 stable wrt bug #109993. (diff) | |
download | historical-a2eb37098ffcf7d53badb48c8272f9797266631b.tar.gz historical-a2eb37098ffcf7d53badb48c8272f9797266631b.tar.bz2 historical-a2eb37098ffcf7d53badb48c8272f9797266631b.zip |
old
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.7 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.7.ebuild | 48 |
3 files changed, 1 insertions, 52 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 6f34c9aa5067..6538ae72ffd1 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,7 +1,5 @@ -MD5 9ba243e9b33926b492d2e74dc4b65863 ChangeLog 9109 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 583db22f94cfbcce2bdf462ddf3615aa wesnoth-1.0.1.ebuild 1980 -MD5 57059bb5bc220cf8bcc5756fc97f55e5 wesnoth-0.9.7.ebuild 1304 +MD5 9ba243e9b33926b492d2e74dc4b65863 ChangeLog 9109 MD5 6a73a3191925d45024cf48879c799e0e files/digest-wesnoth-1.0.1 67 -MD5 fb1fa5b4b8d2cf8cb254199744d05a69 files/digest-wesnoth-0.9.7 67 MD5 2238ca275d6ab646096d612c46b1eb05 files/wesnothd.rc 619 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 -} |