summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 16:39:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 16:39:04 +0000
commit8b38902dfc46e5c5a2d07451c8d4a3193c83f80e (patch)
tree6c111685d12712684573b44aa7052cf5f57ccb54 /games-strategy/wesnoth
parentAdded ~hppa (diff)
downloadgentoo-2-8b38902dfc46e5c5a2d07451c8d4a3193c83f80e.tar.gz
gentoo-2-8b38902dfc46e5c5a2d07451c8d4a3193c83f80e.tar.bz2
gentoo-2-8b38902dfc46e5c5a2d07451c8d4a3193c83f80e.zip
clean old versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/ChangeLog6
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.9.12
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.9.22
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.9.31
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.1.ebuild62
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.2.ebuild65
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.3.ebuild45
7 files changed, 5 insertions, 178 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 00d39022c0e1..c05f9b58bc63 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.54 2005/08/09 16:35:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.55 2005/08/09 16:39:04 mr_bones_ Exp $
+
+ 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -wesnoth-0.9.1.ebuild, -wesnoth-0.9.2.ebuild, -wesnoth-0.9.3.ebuild:
+ clean old versions
*wesnoth-0.9.5 (09 Aug 2005)
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.1 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.1
deleted file mode 100644
index 61beaa6ba33f..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 667eabd30d9fd61505288be5d53c3d46 wesnoth-0.9.1.tar.gz 37234931
-MD5 f1dc97220d836a18c00d1e776ad1ac07 wesnoth-lite-0.9.1.tar.gz 20635541
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.2 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.2
deleted file mode 100644
index e1fdd9721bd3..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 0158b7733373b1a25ed1da6bf1d32899 wesnoth-0.9.2.tar.gz 38286675
-MD5 3e051e2bd163c96bc4a8407a45e29835 wesnoth-lite-0.9.2.tar.gz 21691642
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.3 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.3
deleted file mode 100644
index 04b4365e2b47..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.9.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 833bd6995a26c873485750875607f127 wesnoth-0.9.3.tar.gz 38203711
diff --git a/games-strategy/wesnoth/wesnoth-0.9.1.ebuild b/games-strategy/wesnoth/wesnoth-0.9.1.ebuild
deleted file mode 100644
index 1a17dfae94fc..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.9.1.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.1.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
-}
-
-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.2.ebuild b/games-strategy/wesnoth/wesnoth-0.9.2.ebuild
deleted file mode 100644
index 5325f19b2a45..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.9.2.ebuild
+++ /dev/null
@@ -1,65 +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.2.ebuild,v 1.2 2005/06/08 16:51:59 mr_bones_ 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
- # Fix error in packaging (bug #95466)
- cd "${S}"
- find . -name stamp-po -exec rm -f '{}' \;
-}
-
-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.3.ebuild b/games-strategy/wesnoth/wesnoth-0.9.3.ebuild
deleted file mode 100644
index e98d09a2b86a..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.9.3.ebuild
+++ /dev/null
@@ -1,45 +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.3.ebuild,v 1.1 2005/07/01 06:46:24 mr_bones_ Exp $
-
-inherit eutils 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
- 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
-}