summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-20 13:00:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-20 13:00:05 +0000
commitd73eceb8475029b24a5fab0b3562411566471bda (patch)
treeba0cfcd4ce42a717ea3ee299d96251e01b0431ce /games-strategy
parentStable on amd64. (Manifest recommit) (diff)
downloadgentoo-2-d73eceb8475029b24a5fab0b3562411566471bda.tar.gz
gentoo-2-d73eceb8475029b24a5fab0b3562411566471bda.tar.bz2
gentoo-2-d73eceb8475029b24a5fab0b3562411566471bda.zip
clean old ebuilds
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog8
-rw-r--r--games-strategy/wesnoth/files/0.8.4-conf.patch38
-rw-r--r--games-strategy/wesnoth/files/0.8.5-conf.patch38
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.81
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.8.11
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.8.21
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.8.41
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-0.8.51
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.1.ebuild41
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.2.ebuild42
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.4.ebuild49
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.5.ebuild54
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.ebuild41
13 files changed, 7 insertions, 309 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 9a70c3ccd926..b175c9c20b93 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.41 2004/12/06 02:11:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.42 2004/12/20 13:00:05 mr_bones_ Exp $
+
+ 20 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/0.8.4-conf.patch, -files/0.8.5-conf.patch, -wesnoth-0.8.1.ebuild,
+ -wesnoth-0.8.2.ebuild, -wesnoth-0.8.4.ebuild, -wesnoth-0.8.5.ebuild,
+ -wesnoth-0.8.ebuild:
+ clean old ebuilds
*wesnoth-0.8.8 (05 Dec 2004)
diff --git a/games-strategy/wesnoth/files/0.8.4-conf.patch b/games-strategy/wesnoth/files/0.8.4-conf.patch
deleted file mode 100644
index 8f6bae00395c..000000000000
--- a/games-strategy/wesnoth/files/0.8.4-conf.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.ac.orig 2004-09-11 16:40:17.000000000 -0700
-+++ configure.ac 2004-09-11 16:41:54.000000000 -0700
-@@ -97,13 +97,13 @@
- AC_ARG_ENABLE([kde],,[AC_MSG_ERROR([Please use --with-kde instead of obsolete --enable-kde])])
- AC_ARG_WITH([kde],
- [ --with-kde enable installation of icon and KDE menu entry],
-- [kde=$enableval],
-+ [kde=$withval],
- [kde=no])
-
- AC_ARG_ENABLE([gnome],,[AC_MSG_ERROR([Please use --with-gnome instead of obsolete --enable-gnome])])
- AC_ARG_WITH([gnome],
- [ --with-gnome enable installation of icon and GNOME menu entry],
-- [gnome=$enableval],
-+ [gnome=$withval],
- [gnome=no])
-
- AC_ARG_ENABLE([wzip],
-@@ -115,9 +115,6 @@
- AM_CONDITIONAL([SERVER], [test x$server = xyes])
- AM_CONDITIONAL([EDITOR], [test x$editor = xyes])
- AM_CONDITIONAL([TOOLS], [test x$tools = xyes])
--AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes])
--AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes])
--AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno])
- AM_CONDITIONAL([GCC], [test x$GXX = xyes])
- AM_CONDITIONAL([WZIP], [test x$wzip = xyes])
- AM_CONDITIONAL([INCLUDEDINTL], [test x$nls_cv_use_gnu_gettext = xyes])
-@@ -303,6 +300,9 @@
- AC_SUBST([KDE_DESKTOP])
- AC_SUBST([KDE_ICON])
-
-+AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes])
-+AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes])
-+AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno])
-
- #######################################################################
- # Checks for types. #
diff --git a/games-strategy/wesnoth/files/0.8.5-conf.patch b/games-strategy/wesnoth/files/0.8.5-conf.patch
deleted file mode 100644
index 8f6bae00395c..000000000000
--- a/games-strategy/wesnoth/files/0.8.5-conf.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.ac.orig 2004-09-11 16:40:17.000000000 -0700
-+++ configure.ac 2004-09-11 16:41:54.000000000 -0700
-@@ -97,13 +97,13 @@
- AC_ARG_ENABLE([kde],,[AC_MSG_ERROR([Please use --with-kde instead of obsolete --enable-kde])])
- AC_ARG_WITH([kde],
- [ --with-kde enable installation of icon and KDE menu entry],
-- [kde=$enableval],
-+ [kde=$withval],
- [kde=no])
-
- AC_ARG_ENABLE([gnome],,[AC_MSG_ERROR([Please use --with-gnome instead of obsolete --enable-gnome])])
- AC_ARG_WITH([gnome],
- [ --with-gnome enable installation of icon and GNOME menu entry],
-- [gnome=$enableval],
-+ [gnome=$withval],
- [gnome=no])
-
- AC_ARG_ENABLE([wzip],
-@@ -115,9 +115,6 @@
- AM_CONDITIONAL([SERVER], [test x$server = xyes])
- AM_CONDITIONAL([EDITOR], [test x$editor = xyes])
- AM_CONDITIONAL([TOOLS], [test x$tools = xyes])
--AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes])
--AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes])
--AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno])
- AM_CONDITIONAL([GCC], [test x$GXX = xyes])
- AM_CONDITIONAL([WZIP], [test x$wzip = xyes])
- AM_CONDITIONAL([INCLUDEDINTL], [test x$nls_cv_use_gnu_gettext = xyes])
-@@ -303,6 +300,9 @@
- AC_SUBST([KDE_DESKTOP])
- AC_SUBST([KDE_ICON])
-
-+AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes])
-+AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes])
-+AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno])
-
- #######################################################################
- # Checks for types. #
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8 b/games-strategy/wesnoth/files/digest-wesnoth-0.8
deleted file mode 100644
index 4dfa162382d8..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c6258d08645a97c311c9538128f5af6e wesnoth-0.8.tar.gz 22171378
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.1 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.1
deleted file mode 100644
index 615ad591d92b..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 431684c3d97fafa1d28e6faaae5965d4 wesnoth-0.8.1.tar.gz 24295152
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.2 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.2
deleted file mode 100644
index 7b6085939c18..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fb0899414d51ce3340a125e6d582d844 wesnoth-0.8.2.tar.gz 24770172
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.4 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.4
deleted file mode 100644
index 3360a30ee467..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 69cf64410c14e3929634131037f0436a wesnoth-0.8.4.tar.gz 29430807
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.5
deleted file mode 100644
index ad8f5b2ebad2..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2b7cee60a6a37662f628e8971f18b5fc wesnoth-0.8.5.tar.gz 31763952
diff --git a/games-strategy/wesnoth/wesnoth-0.8.1.ebuild b/games-strategy/wesnoth/wesnoth-0.8.1.ebuild
deleted file mode 100644
index 2b8c0c0d0b06..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.1.ebuild,v 1.1 2004/08/04 06:49:15 mr_bones_ Exp $
-
-inherit flag-o-matic gcc 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 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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() {
- [ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
- 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.8.2.ebuild b/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
deleted file mode 100644
index 349f7aa1f500..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.2.ebuild,v 1.2 2004/08/16 23:59:22 mr_bones_ Exp $
-
-inherit flag-o-matic gcc 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 ppc sparc amd64"
-IUSE="server editor tools gnome kde nomusic"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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() {
- [ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable nomusic lite) \
- $(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.8.4.ebuild b/games-strategy/wesnoth/wesnoth-0.8.4.ebuild
deleted file mode 100644
index d5757e3c9947..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.8.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.4.ebuild,v 1.2 2004/09/12 21:37:11 mr_bones_ Exp $
-
-inherit eutils flag-o-matic gcc 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="x86 ppc sparc amd64"
-IUSE="server editor tools gnome kde nomusic"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-conf.patch"
- autoconf -o configure configure.ac
-}
-
-src_compile() {
- filter-flags -ftracer
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable nomusic lite) \
- $(use_enable server) \
- $(use_enable editor) \
- $(use_enable tools) \
- $(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" "${D}/usr/share/"
- dodoc MANUAL changelog || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.8.5.ebuild b/games-strategy/wesnoth/wesnoth-0.8.5.ebuild
deleted file mode 100644
index 371d932ef222..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.8.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.5.ebuild,v 1.1 2004/10/06 04:56:57 mr_bones_ Exp $
-
-inherit eutils flag-o-matic gcc 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="x86 ppc sparc amd64"
-IUSE="nls server editor tools gnome kde nomusic"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-conf.patch"
- sed -i \
- -e 's/--expandvars//' configure.ac \
- || die "sed failed"
- autoconf -o configure configure.ac
-}
-
-src_compile() {
- filter-flags -ftracer
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable nomusic 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} "${D}/usr/share/"
- dodoc MANUAL changelog || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-strategy/wesnoth/wesnoth-0.8.ebuild b/games-strategy/wesnoth/wesnoth-0.8.ebuild
deleted file mode 100644
index c502d021cabb..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.ebuild,v 1.1 2004/07/04 09:49:35 mr_bones_ Exp $
-
-inherit flag-o-matic gcc 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 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
-
-DEPEND=">=media-libs/libsdl-1.2.7
- >=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() {
- [ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
- 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
-}