diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-01 04:39:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-01 04:39:16 +0000 |
commit | 2ed5cf42759e5a3584a97a1d695af681058ef804 (patch) | |
tree | 4a76cbbf6a3429d2fe71c19823b0208caca8c932 /games-strategy | |
parent | Version bump. (diff) | |
download | historical-2ed5cf42759e5a3584a97a1d695af681058ef804.tar.gz historical-2ed5cf42759e5a3584a97a1d695af681058ef804.tar.bz2 historical-2ed5cf42759e5a3584a97a1d695af681058ef804.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.6 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-1.0 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.6.ebuild | 48 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.ebuild | 52 |
5 files changed, 0 insertions, 106 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 922dcfdf40a4..c761373ff6c4 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,11 +1,7 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 57059bb5bc220cf8bcc5756fc97f55e5 wesnoth-0.9.7.ebuild 1304 -MD5 8db58a8f70a15e32d9e253b21466fb7d wesnoth-0.9.6.ebuild 1304 MD5 e087e55990c8cb7ce71c8c72f0c14871 wesnoth-1.0.1.ebuild 2017 -MD5 6a3159632701ba0f96665b096b2e6add wesnoth-1.0.ebuild 1414 MD5 a9bb422be819376c8341f05e8eb9f415 ChangeLog 8623 -MD5 ed05bdc0d65c5396b06d15c667e260fc files/digest-wesnoth-0.9.6 67 -MD5 b6b7714f976baa5d256c2f910992da4a files/digest-wesnoth-1.0 65 MD5 fb1fa5b4b8d2cf8cb254199744d05a69 files/digest-wesnoth-0.9.7 67 MD5 6a73a3191925d45024cf48879c799e0e files/digest-wesnoth-1.0.1 67 MD5 2238ca275d6ab646096d612c46b1eb05 files/wesnothd.rc 619 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.6 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.6 deleted file mode 100644 index b1f04399dd31..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3bb0d492ac01e30c02f882f8d45d9fc wesnoth-0.9.6.tar.gz 40578425 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.0 b/games-strategy/wesnoth/files/digest-wesnoth-1.0 deleted file mode 100644 index e73ded28bc77..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce9fa39f6a5b01f55eceb6c13de2b62d wesnoth-1.0.tar.gz 37375056 diff --git a/games-strategy/wesnoth/wesnoth-0.9.6.ebuild b/games-strategy/wesnoth/wesnoth-0.9.6.ebuild deleted file mode 100644 index 90a650eef878..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.9.6.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.6.ebuild,v 1.1 2005/08/29 02:57:25 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-1.0.ebuild b/games-strategy/wesnoth/wesnoth-1.0.ebuild deleted file mode 100644 index 50cfbf29083b..000000000000 --- a/games-strategy/wesnoth/wesnoth-1.0.ebuild +++ /dev/null @@ -1,52 +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.ebuild,v 1.1 2005/10/04 14:52:46 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 \ - --with-localedir=/usr/share/locale \ - $(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/" - if use server ; then - keepdir "${GAMES_STATEDIR}/run/wesnothd" - fi - dodoc MANUAL changelog - prepgamesdirs -} |