summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-06 08:07:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-06 08:07:16 +0000
commitc6cb3c8ee0decbe222f8c9236dccc0e052f46f27 (patch)
tree6716d5f1d29bf838aae10fee5fee2609606c13ca /app-text/new
parentensure we explictly use the ipv4 tcpserver address (diff)
downloadgentoo-2-c6cb3c8ee0decbe222f8c9236dccc0e052f46f27.tar.gz
gentoo-2-c6cb3c8ee0decbe222f8c9236dccc0e052f46f27.tar.bz2
gentoo-2-c6cb3c8ee0decbe222f8c9236dccc0e052f46f27.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
}