diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 19:11:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 19:11:15 +0000 |
commit | 3333a755c3a65b2745bd84fc159c3760ddb9b3f6 (patch) | |
tree | 0a2af312081fd8bde84d8ed61e32fddb8816e2d6 /games-strategy | |
parent | Cleanup for bug #92745. (diff) | |
download | gentoo-2-3333a755c3a65b2745bd84fc159c3760ddb9b3f6.tar.gz gentoo-2-3333a755c3a65b2745bd84fc159c3760ddb9b3f6.tar.bz2 gentoo-2-3333a755c3a65b2745bd84fc159c3760ddb9b3f6.zip |
clean old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.8.10 | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.8.11 | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.0 | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.8.10.ebuild | 72 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.8.11.ebuild | 66 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.0.ebuild | 62 |
6 files changed, 0 insertions, 206 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.10 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.10 deleted file mode 100644 index f1d26aee0833..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.10 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0fbda4c35f0a6cf9f18df453a7f83f7c wesnoth-0.8.10.tar.gz 36687797 -MD5 cb1ee68e19958a0a38e9a5a0af31161a wesnoth-lite-0.8.10.tar.gz 20886365 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.11 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.11 deleted file mode 100644 index 528e4373deb6..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.11 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 929c65818cc2fb47227929f253fb1f8c wesnoth-0.8.11.tar.gz 33034379 -MD5 fc6691a607fc99b8771fe462e7547ac0 wesnoth-lite-0.8.11.tar.gz 17239199 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.0 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.0 deleted file mode 100644 index 9ec993ee0904..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8dd59719631e0e6329a0a25e1dcbf302 wesnoth-0.9.0.tar.gz 36051074 -MD5 0071202a21a3095e535868f017b1c8f1 wesnoth-lite-0.9.0.tar.gz 20252375 diff --git a/games-strategy/wesnoth/wesnoth-0.8.10.ebuild b/games-strategy/wesnoth/wesnoth-0.8.10.ebuild deleted file mode 100644 index 3f396e1c5e58..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.8.10.ebuild +++ /dev/null @@ -1,72 +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.8.10.ebuild,v 1.3 2005/05/17 19:03:18 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="!lite? ( mirror://sourceforge/wesnoth/${P}.tar.gz ) - lite? ( mirror://sourceforge/wesnoth/${PN}-lite-${PV}.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_unpack() { - if use lite ; then - unpack ${PN}-lite-${PV}.tar.gz - S=${WORKDIR}/${PN}-lite-${PV} - else - unpack ${P}.tar.gz - fi - cd "${S}" - sed -i \ - -e 's/--expandvars//' configure \ - || die "sed failed" - if use tools ; then - sed -i \ - -e '/^DEFAULT_INCLUDES/s:-I$(srcdir):-I$(srcdir) -I../sdl_ttf:' \ - src/tools/Makefile.in \ - || die "sed failed" - fi -} - -src_compile() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - filter-flags -ftracer -fomit-frame-pointer - egamesconf \ - --disable-dependency-tracking \ - $(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() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - 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.8.11.ebuild b/games-strategy/wesnoth/wesnoth-0.8.11.ebuild deleted file mode 100644 index ac61a5299b6a..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.8.11.ebuild +++ /dev/null @@ -1,66 +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.8.11.ebuild,v 1.2 2005/05/17 19:03:18 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="!lite? ( mirror://sourceforge/wesnoth/${P}.tar.gz ) - lite? ( mirror://sourceforge/wesnoth/${PN}-lite-${PV}.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_unpack() { - if use lite ; then - unpack ${PN}-lite-${PV}.tar.gz - S=${WORKDIR}/${PN}-lite-${PV} - else - unpack ${P}.tar.gz - fi - cd "${S}" - sed -i \ - -e 's/--expandvars//' configure \ - || die "sed failed" -} - -src_compile() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - filter-flags -ftracer -fomit-frame-pointer - egamesconf \ - --disable-dependency-tracking \ - $(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() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - 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.0.ebuild b/games-strategy/wesnoth/wesnoth-0.9.0.ebuild deleted file mode 100644 index b9862d8f90dc..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.9.0.ebuild +++ /dev/null @@ -1,62 +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.0.ebuild,v 1.3 2005/05/17 19:03:18 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="!lite? ( mirror://sourceforge/wesnoth/${P}.tar.gz ) - lite? ( mirror://sourceforge/wesnoth/${PN}-lite-${PV}.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_unpack() { - if use lite ; then - unpack ${PN}-lite-${PV}.tar.gz - S=${WORKDIR}/${PN}-lite-${PV} - else - unpack ${P}.tar.gz - fi -} - -src_compile() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - filter-flags -ftracer -fomit-frame-pointer -fstack-protector - egamesconf \ - --disable-dependency-tracking \ - $(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() { - if use lite ; then - S=${WORKDIR}/${PN}-lite-${PV} - fi - cd "${S}" - make DESTDIR="${D}" install || die "make install failed" - mv "${D}${GAMES_DATADIR}/"{icons,applnk,applications} "${D}/usr/share/" - dodoc MANUAL changelog - prepgamesdirs -} |