summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamon Conway <kabau@gentoo.org>2002-07-25 20:19:41 +0000
committerDamon Conway <kabau@gentoo.org>2002-07-25 20:19:41 +0000
commit82080eb365776065b40198553a4e24bbaeae2305 (patch)
tree6e2c4b275d350c88d534d86967ff8fa432939206 /app-editors
parentAdding the Sleepycat license. (diff)
downloadgentoo-2-82080eb365776065b40198553a4e24bbaeae2305.tar.gz
gentoo-2-82080eb365776065b40198553a4e24bbaeae2305.tar.bz2
gentoo-2-82080eb365776065b40198553a4e24bbaeae2305.zip
Added SLOT, LICENSE, and KEYWORDS
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvi/nvi-1.81.4.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/nvi/nvi-1.81.4.ebuild b/app-editors/nvi/nvi-1.81.4.ebuild
index ef640cef2a2d..08d1719bfea2 100644
--- a/app-editors/nvi/nvi-1.81.4.ebuild
+++ b/app-editors/nvi/nvi-1.81.4.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.4.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.4.ebuild,v 1.4 2002/07/25 20:19:41 kabau Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Vi clone"
SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.gz"
HOMEPAGE="http://www.kotnet.org/~skimo/nvi"
DEPEND=">=sys-libs/db-3.1"
-#RDEPEND=""
+RDEPEND=""
+
+SLOT="0"
+LICENSE="Sleepycat"
+KEYWORDS="x86"
src_compile() {
cd build.unix
- try ../dist/configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}
- try emake
+ ../dist/configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
+ emake || die
}
src_install () {
cd ${S}/build.unix
- try make prefix=${D}/usr install
+ make prefix=${D}/usr install || die
}