diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
commit | ed34e375961396c31c32ea54685059966d51665e (patch) | |
tree | 318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/gtypist/gtypist-2.7.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-ed34e375961396c31c32ea54685059966d51665e.tar.gz historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2 historical-ed34e375961396c31c32ea54685059966d51665e.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.ebuild | 8 |
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 } |