summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-06 08:03:00 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-06 08:03:00 +0000
commit4089df2b3efbc80e03a44b033e343169c5ba84bc (patch)
tree97270c0bb49a770279928565650abb2fcbdc638b /app-text/new
parentfix my attempt at earlier fix (diff)
downloadhistorical-4089df2b3efbc80e03a44b033e343169c5ba84bc.tar.gz
historical-4089df2b3efbc80e03a44b033e343169c5ba84bc.tar.bz2
historical-4089df2b3efbc80e03a44b033e343169c5ba84bc.zip
touchups
Diffstat (limited to 'app-text/new')
-rw-r--r--app-text/new/new-1.3.1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/new/new-1.3.1.ebuild b/app-text/new/new-1.3.1.ebuild
index 13748f46e4b4..939219ad1011 100644
--- a/app-text/new/new-1.3.1.ebuild
+++ b/app-text/new/new-1.3.1.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.4 2003/07/11 20:35:25 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.5 2003/08/06 08:03:00 vapier Exp $
-DESCRIPTION="New is a template system, especially useful in conjunction with a simple text editor such as vi."
-SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz"
+DESCRIPTION="template system useful when used with a simple text editor (like vi)"
HOMEPAGE="http://www.flyn.org/"
+SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
src_install() {
- einstall
+ einstall || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}