diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 07:06:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 07:06:33 +0000 |
commit | 6789187fbce913b043bf0030e4621adcd0681198 (patch) | |
tree | 951785b9babed517a3b0902880d577a98dc41634 /games-action | |
parent | clean older version (diff) | |
download | historical-6789187fbce913b043bf0030e4621adcd0681198.tar.gz historical-6789187fbce913b043bf0030e4621adcd0681198.tar.bz2 historical-6789187fbce913b043bf0030e4621adcd0681198.zip |
clean older ebuild
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/gltron/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/gltron/Manifest | 6 | ||||
-rw-r--r-- | games-action/gltron/files/digest-gltron-0.62 | 1 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.62.ebuild | 35 |
4 files changed, 6 insertions, 41 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/Manifest b/games-action/gltron/Manifest index 75615d7f4c79..cdb2c556ce39 100644 --- a/games-action/gltron/Manifest +++ b/games-action/gltron/Manifest @@ -1,6 +1,4 @@ -MD5 72661fd8f2207a0ce1707defe1941f34 ChangeLog 1773 -MD5 11b3b39d50e0691139f1b0fc03b16188 gltron-0.62.ebuild 765 -MD5 e8247e5c06a8b3881eaef86f821dbb37 gltron-0.70.ebuild 773 +MD5 f62cfb36f80cde9f8b0fd643bf75f738 ChangeLog 1875 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3c3a2ca79ec73b429fa5f12310fccdbd files/digest-gltron-0.62 71 +MD5 e8247e5c06a8b3881eaef86f821dbb37 gltron-0.70.ebuild 773 MD5 e609d589da3c307eeae20a7b515cb920 files/digest-gltron-0.70 71 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 -} |