diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 20:32:22 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 20:32:22 +0000 |
commit | 11091c2671abde583d19641db67e5c46f8e43186 (patch) | |
tree | 2bce9962d7a34b31a4ad5fb94cdb1d24274ee52a /app-editors/vile | |
parent | Added SLOT, LICENSE, and KEYWORDS (diff) | |
download | gentoo-2-11091c2671abde583d19641db67e5c46f8e43186.tar.gz gentoo-2-11091c2671abde583d19641db67e5c46f8e43186.tar.bz2 gentoo-2-11091c2671abde583d19641db67e5c46f8e43186.zip |
Added SLOT, LICENSE, and KEYWORDS. Also updated HOMEPAGE to new lo
Diffstat (limited to 'app-editors/vile')
-rw-r--r-- | app-editors/vile/vile-9.2p.ebuild | 9 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2r.ebuild | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/vile/vile-9.2p.ebuild b/app-editors/vile/vile-9.2p.ebuild index fe3048548672..69b3388c58f8 100644 --- a/app-editors/vile/vile-9.2p.ebuild +++ b/app-editors/vile/vile-9.2p.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/vile/vile-9.2p.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2p.ebuild,v 1.4 2002/07/25 20:32:22 kabau Exp $ S=${WORKDIR}/vile-9.2 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.2.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.2n.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.2o.patch.gz ftp://ftp.phred.org/pub/vile/patches/vile-9.2p.patch.gz" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" +HOMEPAGE="http://invisible-island.net/vile/" DEPEND="virtual/glibc sys-devel/flex @@ -31,6 +31,9 @@ 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 diff --git a/app-editors/vile/vile-9.2r.ebuild b/app-editors/vile/vile-9.2r.ebuild index ca02e59fa68f..3ec9dc9f01f0 100644 --- a/app-editors/vile/vile-9.2r.ebuild +++ b/app-editors/vile/vile-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/vile/vile-9.2r.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2r.ebuild,v 1.3 2002/07/25 20:32:22 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 @@ -33,6 +33,9 @@ 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 |