diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 20:53:33 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 20:53:33 +0000 |
commit | efdc5b537e1d48f6acb17f422ef84808a52fdd29 (patch) | |
tree | c1852df1b082d0537b12af6841efc3f8fa6dc8c4 /app-editors/xvile | |
parent | Added SLOT and LICENSE (diff) | |
download | gentoo-2-efdc5b537e1d48f6acb17f422ef84808a52fdd29.tar.gz gentoo-2-efdc5b537e1d48f6acb17f422ef84808a52fdd29.tar.bz2 gentoo-2-efdc5b537e1d48f6acb17f422ef84808a52fdd29.zip |
Added SLOT, LICENSE, KEYWORDS
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.2r.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/xvile/xvile-9.2r.ebuild b/app-editors/xvile/xvile-9.2r.ebuild index 02f7c6acfb26..afe1d751c535 100644 --- a/app-editors/xvile/xvile-9.2r.ebuild +++ b/app-editors/xvile/xvile-9.2r.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2000 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/xvile/xvile-9.2r.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.2r.ebuild,v 1.3 2002/07/25 20:53:33 kabau Exp $ S=${WORKDIR}/vile-9.2 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" @@ -23,7 +23,7 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.2.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.2p.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.2q.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.2r.patch.gz" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" +HOMEPAGE="http://invisible-island.net/vile/" DEPEND="virtual/glibc sys-devel/flex @@ -34,6 +34,10 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_unpack() { unpack vile-9.2.tgz |