summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 03:40:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 03:40:06 +0000
commit9fd4306e8c62c7b2487beb9e48340150de0233eb (patch)
tree53802f7a0ee41fec4d90ccec509035c01a8d48a2 /app-misc/gtypist/gtypist-2.7.ebuild
parentremoving giftui-cvs from portage as net-p2p/giftui-0.4.1 is sufficient (diff)
downloadgentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.tar.gz
gentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.tar.bz2
gentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/gtypist/gtypist-2.7.ebuild')
-rw-r--r--app-misc/gtypist/gtypist-2.7.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/gtypist/gtypist-2.7.ebuild b/app-misc/gtypist/gtypist-2.7.ebuild
index 4289dd6d4649..7285d9e86fa3 100644
--- a/app-misc/gtypist/gtypist-2.7.ebuild
+++ b/app-misc/gtypist/gtypist-2.7.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.4 2004/06/24 22:15:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.5 2004/06/28 03:40:06 vapier Exp $
DESCRIPTION="universal typing tutor"
-SRC_URI="mirror://gnu/gtypist/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html"
+SRC_URI="mirror://gnu/gtypist/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
IUSE="nls"
@@ -23,5 +23,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO THANKS
}