diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:39:51 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:39:51 +0000 |
commit | 6e13475e10d167dd531cc83a513bb641223b6fa5 (patch) | |
tree | 62206986d763f599f1118b02800ed9f01219cd6c /app-editors/levee/levee-3.4o.ebuild | |
parent | Added keywords (diff) | |
download | historical-6e13475e10d167dd531cc83a513bb641223b6fa5.tar.gz historical-6e13475e10d167dd531cc83a513bb641223b6fa5.tar.bz2 historical-6e13475e10d167dd531cc83a513bb641223b6fa5.zip |
Added SLOT and KEYWORDS
Diffstat (limited to 'app-editors/levee/levee-3.4o.ebuild')
-rw-r--r-- | app-editors/levee/levee-3.4o.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild index ddf49a6ce781..4efcecd59982 100644 --- a/app-editors/levee/levee-3.4o.ebuild +++ b/app-editors/levee/levee-3.4o.ebuild @@ -1,6 +1,6 @@ # 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/levee/levee-3.4o.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.4 2002/07/25 19:39:51 kabau Exp $ DESCRIPTION="Really tiny vi clone, for things like rescue disks" HOMEPAGE="http://www.pell.chi.il.us/~orc/Code/" @@ -9,6 +9,11 @@ SRC_URI="http://www.pell.chi.il.us/~orc/Code/${PN}.tar.gz" S=${WORKDIR}/${PN} DEPEND="sys-libs/ncurses" +RDEPEND="" + +SLOT="0" +LICENSE="" +KEYWORDS="x86" src_unpack () { unpack "${A}" || die |