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 | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/xvile | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.3h.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/app-editors/xvile/xvile-9.3h.ebuild b/app-editors/xvile/xvile-9.3h.ebuild index f67467360b22..ba0f8ef224ca 100644 --- a/app-editors/xvile/xvile-9.3h.ebuild +++ b/app-editors/xvile/xvile-9.3h.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.3h.ebuild,v 1.7 2004/03/13 23:00:56 mr_bones_ Exp $ - -IUSE="perl" +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.3h.ebuild,v 1.8 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,19 +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" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc alpha" +IUSE="perl" DEPEND="virtual/glibc sys-devel/flex virtual/x11 =app-editors/vile-9.3h" - RDEPEND="perl? ( dev-lang/perl )" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha" - src_unpack() { unpack vile-9.3.tgz @@ -52,8 +49,8 @@ src_compile() { emake || die } -src_install () { +src_install() { dobin xvile make DESTDIR=${D} install || die - dodoc CHANGES* COPYING MANIFEST INSTALL README* doc/* + dodoc CHANGES* MANIFEST INSTALL README* doc/* } |