summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-24 04:29:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-24 04:29:22 +0000
commitdfa6c422863be79f39ae686524a091fc80bbd374 (patch)
treee0560f1a1f719844ca1f17cdfd23a398ca1d3899
parentstable on x86 (diff)
downloadgentoo-2-dfa6c422863be79f39ae686524a091fc80bbd374.tar.gz
gentoo-2-dfa6c422863be79f39ae686524a091fc80bbd374.tar.bz2
gentoo-2-dfa6c422863be79f39ae686524a091fc80bbd374.zip
clean old ebuilds
(Portage version: 2.0.51.22-r2)
-rw-r--r--games-rpg/tmw/ChangeLog6
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.121
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.131
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.141
-rw-r--r--games-rpg/tmw/tmw-0.0.12.ebuild40
-rw-r--r--games-rpg/tmw/tmw-0.0.13.ebuild46
-rw-r--r--games-rpg/tmw/tmw-0.0.14.ebuild46
7 files changed, 5 insertions, 136 deletions
diff --git a/games-rpg/tmw/ChangeLog b/games-rpg/tmw/ChangeLog
index e4f6cffc2ea2..49b4d5dd0c98 100644
--- a/games-rpg/tmw/ChangeLog
+++ b/games-rpg/tmw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/tmw
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.7 2005/08/24 02:46:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.8 2005/08/24 04:29:22 mr_bones_ Exp $
+
+ 24 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> -tmw-0.0.12.ebuild,
+ -tmw-0.0.13.ebuild, -tmw-0.0.14.ebuild:
+ clean old ebuilds
*tmw-0.0.15 (24 Aug 2005)
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.12 b/games-rpg/tmw/files/digest-tmw-0.0.12
deleted file mode 100644
index bd68d7e69915..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 884911d3472c694a800cdee0db64d0c5 tmw-0.0.12.tar.gz 1313183
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.13 b/games-rpg/tmw/files/digest-tmw-0.0.13
deleted file mode 100644
index 8efbd31f64f9..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0dd5be2e0a9204516852f69d9ad22e2e tmw-0.0.13.tar.gz 1402437
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.14 b/games-rpg/tmw/files/digest-tmw-0.0.14
deleted file mode 100644
index 7aad2fe458ec..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 21cb60f61ef55b261ea75eaea7317026 tmw-0.0.14.tar.gz 1439918
diff --git a/games-rpg/tmw/tmw-0.0.12.ebuild b/games-rpg/tmw/tmw-0.0.12.ebuild
deleted file mode 100644
index df6182a96cb0..000000000000
--- a/games-rpg/tmw/tmw-0.0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.12.ebuild,v 1.4 2005/06/15 19:08:36 wolf31o2 Exp $
-
-inherit eutils games
-
-DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG"
-HOMEPAGE="http://themanaworld.org"
-SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-games/physfs-1.0.0
- dev-libs/libxml2
- media-libs/sdl-mixer
- media-libs/sdl-image
- >=dev-games/guichan-0.3.0"
-
-pkg_setup() {
- if ! built_with_use dev-games/guichan sdl ; then
- eerror "dev-games/guichan needs to be built with USE=sdl"
- die "please re-emerge guichan with USE=sdl"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-desktop.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- prepgamesdirs
-}
diff --git a/games-rpg/tmw/tmw-0.0.13.ebuild b/games-rpg/tmw/tmw-0.0.13.ebuild
deleted file mode 100644
index 964ba9ced2bd..000000000000
--- a/games-rpg/tmw/tmw-0.0.13.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.13.ebuild,v 1.3 2005/06/15 19:08:36 wolf31o2 Exp $
-
-inherit eutils games
-
-DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG"
-HOMEPAGE="http://themanaworld.org"
-SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl"
-
-DEPEND=">=dev-games/physfs-1.0.0
- opengl? ( virtual/opengl )
- dev-libs/libxml2
- media-libs/sdl-mixer
- media-libs/sdl-image
- >=dev-games/guichan-0.4.0"
-
-pkg_setup() {
- if ! built_with_use dev-games/guichan sdl ; then
- eerror "dev-games/guichan needs to be built with USE=sdl"
- die "please re-emerge guichan with USE=sdl"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch
-}
-
-src_compile() {
- egamesconf $(use_with opengl) || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- prepgamesdirs
-}
diff --git a/games-rpg/tmw/tmw-0.0.14.ebuild b/games-rpg/tmw/tmw-0.0.14.ebuild
deleted file mode 100644
index 82931959728a..000000000000
--- a/games-rpg/tmw/tmw-0.0.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.14.ebuild,v 1.1 2005/07/06 03:22:43 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG"
-HOMEPAGE="http://themanaworld.org"
-SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl"
-
-DEPEND=">=dev-games/physfs-1.0.0
- opengl? ( virtual/opengl )
- dev-libs/libxml2
- media-libs/sdl-mixer
- media-libs/sdl-image
- >=dev-games/guichan-0.4.0"
-
-pkg_setup() {
- if ! built_with_use dev-games/guichan sdl ; then
- eerror "dev-games/guichan needs to be built with USE=sdl"
- die "please re-emerge guichan with USE=sdl"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch
-}
-
-src_compile() {
- egamesconf $(use_with opengl) || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- prepgamesdirs
-}