diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:31:05 +0000 |
commit | 606ae7687c5031c85f81286daefd64043a34faba (patch) | |
tree | 464e4992a33ca8601d94ffaa59534eb293e64820 /games-strategy | |
parent | touch (diff) | |
download | historical-606ae7687c5031c85f81286daefd64043a34faba.tar.gz historical-606ae7687c5031c85f81286daefd64043a34faba.tar.bz2 historical-606ae7687c5031c85f81286daefd64043a34faba.zip |
clean older ebuilds
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.7.3 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.7.5 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.3.ebuild | 42 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.5.ebuild | 42 |
5 files changed, 0 insertions, 90 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 8ba4a40d2c3f..077ab5b1a0cc 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,8 +1,4 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 55f77fb806797baecbf8666a149b9900 ChangeLog 3530 -MD5 e5a28a60716ca01c3d5795c244713c20 wesnoth-0.7.3.ebuild 1089 -MD5 760d9b172f31550fab4b1a5e876076d6 wesnoth-0.7.5.ebuild 1089 MD5 8a9578dd0bbb80276a00175aa2ca8371 wesnoth-0.7.6.ebuild 1060 -MD5 30a5ab6c2f9337bb39ceb1fa8e5118c7 files/digest-wesnoth-0.7.3 67 -MD5 ff60debaba2a5e123a23173f56bb03e8 files/digest-wesnoth-0.7.5 67 MD5 85c8760fa128b26e3a29168510ffe3fd files/digest-wesnoth-0.7.6 67 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.3 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.3 deleted file mode 100644 index c5ae8dc68b7f..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cde46ceb3d1342cda6cf512c7b182cab wesnoth-0.7.3.tar.gz 19715749 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.5 deleted file mode 100644 index d5aaf609ab5f..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f51a8d5cfd32793fa95d1fc036687bb wesnoth-0.7.5.tar.gz 19528534 diff --git a/games-strategy/wesnoth/wesnoth-0.7.3.ebuild b/games-strategy/wesnoth/wesnoth-0.7.3.ebuild deleted file mode 100644 index d6d070455f9f..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.7.3.ebuild,v 1.2 2004/04/21 06:42:44 mr_bones_ Exp $ - -inherit flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc ~sparc" -IUSE="server editor tools gnome kde" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-ttf-2.0 - media-libs/sdl-net - virtual/x11" - -src_compile() { - append-flags -fsigned-char - - egamesconf \ - --disable-dependency-tracking \ - $(use_enable server) \ - $(use_enable editor) \ - $(use_enable tools) \ - $(use_enable gnome) \ - $(use_enable kde) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - mv "${D}${GAMES_DATADIR}/icons" "${D}/usr/share/" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} diff --git a/games-strategy/wesnoth/wesnoth-0.7.5.ebuild b/games-strategy/wesnoth/wesnoth-0.7.5.ebuild deleted file mode 100644 index c3ec15f4883b..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.7.5.ebuild,v 1.1 2004/04/25 08:49:14 mr_bones_ Exp $ - -inherit flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc ~sparc" -IUSE="server editor tools gnome kde" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-ttf-2.0 - media-libs/sdl-net - virtual/x11" - -src_compile() { - append-flags -fsigned-char - - egamesconf \ - --disable-dependency-tracking \ - $(use_enable server) \ - $(use_enable editor) \ - $(use_enable tools) \ - $(use_enable gnome) \ - $(use_enable kde) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - mv "${D}${GAMES_DATADIR}/icons" "${D}/usr/share/" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} |