diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-07 14:31:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-07 14:31:53 +0000 |
commit | 8104fc282784a15055d7c4a5aeed7369e1443c59 (patch) | |
tree | 7ba067058f1343d36fb711c131982864b967da1c /app-editors | |
parent | added libpcap to DEPEND (diff) | |
download | gentoo-2-8104fc282784a15055d7c4a5aeed7369e1443c59.tar.gz gentoo-2-8104fc282784a15055d7c4a5aeed7369e1443c59.tar.bz2 gentoo-2-8104fc282784a15055d7c4a5aeed7369e1443c59.zip |
HOMEPAGE updatE
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nvi/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.4.ebuild | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/app-editors/nvi/ChangeLog b/app-editors/nvi/ChangeLog index edcea0a7cd4a..db3e63aabbf7 100644 --- a/app-editors/nvi/ChangeLog +++ b/app-editors/nvi/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-editors/nvi # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.2 2002/08/06 15:48:33 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.3 2002/09/07 14:31:53 seemant Exp $ *nvi-1.81.4 (1 Feb 2002) + 07 Sep 2002; Seemant Kulleen <seemant@gentoo.org> nvi-1.81.4.ebuild : + + HOMEPAGE update by: ajs@pigpond.com (Andrew Snare) in bug #7501 + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/app-editors/nvi/nvi-1.81.4.ebuild b/app-editors/nvi/nvi-1.81.4.ebuild index aa9487cb4e7a..2f25c22a5d11 100644 --- a/app-editors/nvi/nvi-1.81.4.ebuild +++ b/app-editors/nvi/nvi-1.81.4.ebuild @@ -1,11 +1,11 @@ # 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.6 2002/08/14 18:32:05 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.4.ebuild,v 1.7 2002/09/07 14:31:53 seemant 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" +HOMEPAGE="http://www.bostic.com/vi/" DEPEND=">=sys-libs/db-3.1" RDEPEND="" @@ -15,11 +15,15 @@ KEYWORDS="x86 ppc sparc sparc64" src_compile() { cd build.unix - ../dist/configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die + ../dist/configure \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --prefix=/usr \ + --host=${CHOST} || die emake || die } src_install () { cd ${S}/build.unix - make prefix=${D}/usr install || die + einstall || die } |