summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 07:06:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 07:06:33 +0000
commit5b7a88b8df31142dc31b953d8df84d20cbfbc181 (patch)
tree5f174f5e4c2f44d8e365da71abf23da4a310923a /games-action/gltron
parentclean older version (Manifest recommit) (diff)
downloadgentoo-2-5b7a88b8df31142dc31b953d8df84d20cbfbc181.tar.gz
gentoo-2-5b7a88b8df31142dc31b953d8df84d20cbfbc181.tar.bz2
gentoo-2-5b7a88b8df31142dc31b953d8df84d20cbfbc181.zip
clean older ebuild
Diffstat (limited to 'games-action/gltron')
-rw-r--r--games-action/gltron/ChangeLog5
-rw-r--r--games-action/gltron/files/digest-gltron-0.621
-rw-r--r--games-action/gltron/gltron-0.62.ebuild35
3 files changed, 4 insertions, 37 deletions
diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog
index 6085172c362e..e4b3e7629cd8 100644
--- a/games-action/gltron/ChangeLog
+++ b/games-action/gltron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/gltron
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.5 2004/08/30 20:09:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.6 2004/11/20 07:06:33 mr_bones_ Exp $
+
+ 19 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -gltron-0.62.ebuild:
+ clean older ebuild
30 Aug 2004; <blubb@gentoo.org> gltron-0.70.ebuild:
added ~amd64 keyword
diff --git a/games-action/gltron/files/digest-gltron-0.62 b/games-action/gltron/files/digest-gltron-0.62
deleted file mode 100644
index 5460e4b98a72..000000000000
--- a/games-action/gltron/files/digest-gltron-0.62
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cb62b09c39bd3f246432fa390e5e4881 gltron-0.62-source.tar.gz 3726643
diff --git a/games-action/gltron/gltron-0.62.ebuild b/games-action/gltron/gltron-0.62.ebuild
deleted file mode 100644
index 9d76caf7e7ad..000000000000
--- a/games-action/gltron/gltron-0.62.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.62.ebuild,v 1.4 2004/07/14 14:20:12 agriffis Exp $
-
-inherit games
-
-DESCRIPTION="3d tron, just like the movie"
-SRC_URI="mirror://sourceforge/gltron/${P}-source.tar.gz"
-HOMEPAGE="http://gltron.sourceforge.net/"
-
-KEYWORDS="x86 ppc"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/x11
- virtual/opengl
- media-libs/libsdl
- media-libs/sdl-mixer
- sys-libs/zlib
- media-libs/libpng"
-RDEPEND="${DEPEND}
- media-libs/sdl-sound"
-
-src_compile() {
- egamesconf || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc CREDITS ChangeLog FAQ README TODO
- dohtml *.html
- prepgamesdirs
-}