summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 07:08:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 07:08:10 +0000
commit35cdc0565e29d22f9a85b2b8f13ea01e8b2470ba (patch)
treeb5ddf80a93bc99983de0317005e731000709fd22 /games-action/gltron
parentclean older ebuild (diff)
downloadhistorical-35cdc0565e29d22f9a85b2b8f13ea01e8b2470ba.tar.gz
historical-35cdc0565e29d22f9a85b2b8f13ea01e8b2470ba.tar.bz2
historical-35cdc0565e29d22f9a85b2b8f13ea01e8b2470ba.zip
tidy
Diffstat (limited to 'games-action/gltron')
-rw-r--r--games-action/gltron/Manifest2
-rw-r--r--games-action/gltron/gltron-0.70.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/gltron/Manifest b/games-action/gltron/Manifest
index cdb2c556ce39..77436d08ada2 100644
--- a/games-action/gltron/Manifest
+++ b/games-action/gltron/Manifest
@@ -1,4 +1,4 @@
MD5 f62cfb36f80cde9f8b0fd643bf75f738 ChangeLog 1875
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 e8247e5c06a8b3881eaef86f821dbb37 gltron-0.70.ebuild 773
+MD5 224fad5f72702d919f789c9eb791f5e9 gltron-0.70.ebuild 713
MD5 e609d589da3c307eeae20a7b515cb920 files/digest-gltron-0.70 71
diff --git a/games-action/gltron/gltron-0.70.ebuild b/games-action/gltron/gltron-0.70.ebuild
index f9f0e4624b03..a15395fa9e94 100644
--- a/games-action/gltron/gltron-0.70.ebuild
+++ b/games-action/gltron/gltron-0.70.ebuild
@@ -1,6 +1,6 @@
# 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.70.ebuild,v 1.3 2004/08/30 20:09:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70.ebuild,v 1.4 2004/11/20 07:08:10 mr_bones_ Exp $
inherit games
@@ -8,9 +8,9 @@ DESCRIPTION="3d tron, just like the movie"
HOMEPAGE="http://gltron.sourceforge.net/"
SRC_URI="mirror://sourceforge/gltron/${P}-source.tar.gz"
-KEYWORDS="x86 ppc ~amd64"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ppc ~amd64"
IUSE=""
DEPEND="virtual/x11
@@ -23,7 +23,7 @@ DEPEND="virtual/x11
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README || die "dodoc failed"
- dohtml *.html || die "dohtml failed"
+ dodoc ChangeLog README
+ dohtml *.html
prepgamesdirs
}