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 | |
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')
-rw-r--r-- | app-misc/gtypist/gtypist-2.5.ebuild | 9 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.6.2.ebuild | 8 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.7.ebuild | 8 |
3 files changed, 12 insertions, 13 deletions
diff --git a/app-misc/gtypist/gtypist-2.5.ebuild b/app-misc/gtypist/gtypist-2.5.ebuild index 91a1614e19f8..440c138dae87 100644 --- a/app-misc/gtypist/gtypist-2.5.ebuild +++ b/app-misc/gtypist/gtypist-2.5.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.5.ebuild,v 1.13 2004/06/24 22:15:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.14 2004/06/28 03:40:06 vapier Exp $ DESCRIPTION="universal typing tutor" -SRC_URI="ftp://ftp.gnu.org/gnu/gtypist/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" +SRC_URI="ftp://ftp.gnu.org/gnu/gtypist/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="nls" @@ -17,12 +17,11 @@ src_compile() { # gtypist also produces some Emacs/XEmacs editing modes if # emacs/xemacs is present. if emacs/xemacs is not present then # these emacs modes are not compiled or installed. - econf `use_enable nls` || die emake || die } 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 } diff --git a/app-misc/gtypist/gtypist-2.6.2.ebuild b/app-misc/gtypist/gtypist-2.6.2.ebuild index f2842dd8bfc9..04620c696d4b 100644 --- a/app-misc/gtypist/gtypist-2.6.2.ebuild +++ b/app-misc/gtypist/gtypist-2.6.2.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.6.2.ebuild,v 1.7 2004/06/24 22:15:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.6.2.ebuild,v 1.8 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 } 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 } |