diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 04:43:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 04:43:00 +0000 |
commit | fe037c996ca36c409079dee52a2de73c77762aa5 (patch) | |
tree | 97afb3151fa83f3eb550c53f0f1fa9366004a0e7 /games-strategy | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-fe037c996ca36c409079dee52a2de73c77762aa5.tar.gz gentoo-2-fe037c996ca36c409079dee52a2de73c77762aa5.tar.bz2 gentoo-2-fe037c996ca36c409079dee52a2de73c77762aa5.zip |
clean older ebuilds
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.7 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.7.1 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.7.2 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.1.ebuild | 37 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.2.ebuild | 39 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.ebuild | 37 |
7 files changed, 5 insertions, 117 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 5465a2a82816..8b77fd5b322a 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.23 2004/05/04 04:39:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.24 2004/05/04 04:43:00 mr_bones_ Exp $ + + 03 May 2004; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.7.1.ebuild, + wesnoth-0.7.2.ebuild, wesnoth-0.7.ebuild: + clean older ebuilds *wesnoth-0.7.6 (03 May 2004) diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7 b/games-strategy/wesnoth/files/digest-wesnoth-0.7 deleted file mode 100644 index d994716484c6..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c38f71db9c689148c300474992eb260 wesnoth-0.7.tar.gz 17497561 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.1 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.1 deleted file mode 100644 index b7a5be8795b9..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 22f0b38c2fa1d4ac4e633cbbfc2b8b13 wesnoth-0.7.1.tar.gz 20044804 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.7.2 b/games-strategy/wesnoth/files/digest-wesnoth-0.7.2 deleted file mode 100644 index c777832e03c2..000000000000 --- a/games-strategy/wesnoth/files/digest-wesnoth-0.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 efd950457569426ef6292156c741938f wesnoth-0.7.2.tar.gz 20157909 diff --git a/games-strategy/wesnoth/wesnoth-0.7.1.ebuild b/games-strategy/wesnoth/wesnoth-0.7.1.ebuild deleted file mode 100644 index ede106dc39f8..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.1.ebuild +++ /dev/null @@ -1,37 +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.1.ebuild,v 1.1 2004/04/03 23:49:02 mr_bones_ Exp $ - -inherit 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" - -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() { - egamesconf \ - --disable-dependency-tracking \ - `use_enable server` \ - `use_enable editor` \ - `use_enable tools` \ - || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} diff --git a/games-strategy/wesnoth/wesnoth-0.7.2.ebuild b/games-strategy/wesnoth/wesnoth-0.7.2.ebuild deleted file mode 100644 index a684166e0692..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.2.ebuild +++ /dev/null @@ -1,39 +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.2.ebuild,v 1.1 2004/04/09 09:41:58 mr_bones_ Exp $ - -inherit 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() { - egamesconf \ - --disable-dependency-tracking \ - `use_enable server` \ - `use_enable editor` \ - `use_enable tools` \ - `use_enable gnome` \ - `use_enable kde` \ - || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} diff --git a/games-strategy/wesnoth/wesnoth-0.7.ebuild b/games-strategy/wesnoth/wesnoth-0.7.ebuild deleted file mode 100644 index c23665541948..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.ebuild +++ /dev/null @@ -1,37 +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.ebuild,v 1.1 2004/03/20 03:40:47 mr_bones_ Exp $ - -inherit 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" - -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() { - egamesconf \ - --disable-dependency-tracking \ - `use_enable server` \ - `use_enable editor` \ - `use_enable tools` \ - || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} |