diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-11-04 21:51:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-11-04 21:51:32 +0000 |
commit | 5b2f6cc85a073e5a9b939fefe1efa799b70268fb (patch) | |
tree | 3da446c1eb541b9faabc4567ac62b5afb3f8d322 /app-misc | |
parent | Version bumped (diff) | |
download | historical-5b2f6cc85a073e5a9b939fefe1efa799b70268fb.tar.gz historical-5b2f6cc85a073e5a9b939fefe1efa799b70268fb.tar.bz2 historical-5b2f6cc85a073e5a9b939fefe1efa799b70268fb.zip |
Version bumped
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gtypist/Manifest | 4 | ||||
-rw-r--r-- | app-misc/gtypist/files/digest-gtypist-2.7 | 1 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.7.ebuild | 27 |
3 files changed, 30 insertions, 2 deletions
diff --git a/app-misc/gtypist/Manifest b/app-misc/gtypist/Manifest index fb3dc21d5f93..12e9dc55705e 100644 --- a/app-misc/gtypist/Manifest +++ b/app-misc/gtypist/Manifest @@ -1,7 +1,7 @@ -MD5 bab12f289774f78a580bdfef7dd67ba6 ChangeLog 613 +MD5 f42eb26e5a060195c1dcf8b44d79f7e8 ChangeLog 727 MD5 fc3c487ad597292304efdf359df46e5c gtypist-2.5.ebuild 831 MD5 28e1ac4b85a35df00e3f74cff5fe2837 gtypist-2.6.2.ebuild 820 -MD5 71372cc7dbf5e67b5630cc3fa94a1e7c gtypist-2.7.ebuild 821 +MD5 b2a4ef49ffe9f393b067d7d150cc4680 gtypist-2.7.ebuild 820 MD5 e55901705ba9fd54961455902a124ca7 files/digest-gtypist-2.5 63 MD5 142cf658318a68224886c2f80ae7f3d8 files/digest-gtypist-2.6.2 65 MD5 e97d6b2b67231e79be77e762fd0bca12 files/digest-gtypist-2.7 64 diff --git a/app-misc/gtypist/files/digest-gtypist-2.7 b/app-misc/gtypist/files/digest-gtypist-2.7 new file mode 100644 index 000000000000..44dd293540cd --- /dev/null +++ b/app-misc/gtypist/files/digest-gtypist-2.7 @@ -0,0 +1 @@ +MD5 2e69a3fd10f9e7fba0dadb1189dc185a gtypist-2.7.tar.gz 1019990 diff --git a/app-misc/gtypist/gtypist-2.7.ebuild b/app-misc/gtypist/gtypist-2.7.ebuild new file mode 100644 index 000000000000..eb084f5294d4 --- /dev/null +++ b/app-misc/gtypist/gtypist-2.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/11/04 21:51:27 usata Exp $ + +DESCRIPTION="universal typing tutor" +SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="nls" + +DEPEND=">=sys-libs/ncurses-5.2" + +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 +} |