diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:16:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:16:48 +0000 |
commit | 53927492dda3f0a2e41ece856033ffbac8a51b36 (patch) | |
tree | 9260d625c646016e798a8c8d1249812c72043c0e /app-misc/gtypist | |
parent | liblapack.la installed in correct location (diff) | |
download | historical-53927492dda3f0a2e41ece856033ffbac8a51b36.tar.gz historical-53927492dda3f0a2e41ece856033ffbac8a51b36.tar.bz2 historical-53927492dda3f0a2e41ece856033ffbac8a51b36.zip |
Added IUSE
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog index 3796aca9f5f3..ce8be8e54d42 100644 --- a/app-misc/gtypist/ChangeLog +++ b/app-misc/gtypist/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-misc/gtypist # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.1 2002/04/08 03:52:02 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.2 2002/10/17 14:16:48 aliz Exp $ *gtypist-2.5 (7 Apr 2002) + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> gtypist-2.5.ebuild : + Added IUSE. + 7 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, gtypist-2.5.ebuild, files/digest-gtypist-2.5 : diff --git a/app-misc/gtypist/gtypist-2.5.ebuild b/app-misc/gtypist/gtypist-2.5.ebuild index 03a4a7c24a07..5e16b0f5b46d 100644 --- a/app-misc/gtypist/gtypist-2.5.ebuild +++ b/app-misc/gtypist/gtypist-2.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.6 2002/10/17 00:14:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.7 2002/10/17 14:16:48 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." SRC_URI="ftp://ftp.gnu.org/gnu/gtypist/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" - +IUSE="nls" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" |