diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 4559f7b9013ddd83e1078f81640d3fd153a05e4a (patch) | |
tree | f0f56511f8ca4be13b2cea17ed70dc40bbedba2a /app-editors/vile | |
parent | version bump, first gpg-signed package ;) (diff) | |
download | historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.gz historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.bz2 historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/vile')
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild index 4f415dad969c..7a532ef4b653 100644 --- a/app-editors/vile/vile-9.3h.ebuild +++ b/app-editors/vile/vile-9.3h.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.8 2003/10/03 11:53:47 agriffis Exp $ - -IUSE="perl" +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.9 2004/05/31 22:12:04 vapier Exp $ S=${WORKDIR}/vile-9.3 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" +HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.3.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.3a.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.3b.patch.gz @@ -16,20 +15,17 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.3.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.3g.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.3h.patch.gz" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" - -DEPEND="${RDEPEND} - sys-devel/flex" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc sparc alpha" +IUSE="perl" RDEPEND=">=sys-libs/ncurses-5.2 perl? ( dev-lang/perl )" - +DEPEND="${RDEPEND} + sys-devel/flex" PROVIDE="virtual/editor" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha" - src_unpack() { unpack vile-9.3.tgz @@ -55,6 +51,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc CHANGES* COPYING MANIFEST INSTALL README* doc/* + dodoc CHANGES* MANIFEST INSTALL README* doc/* } - |