diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:09 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:09 +0000 |
commit | 14735fbc060a951121ae8321d95d6bd2b865f881 (patch) | |
tree | 49bfd7f7dfa4f8306bc4c86bbf82b068e2c29611 /app-editors/fte/fte-20020324.ebuild | |
parent | Added SLOT, KEYWORDS, and LICENSE. Also fixed spacing and depricated try syn... (diff) | |
download | gentoo-2-14735fbc060a951121ae8321d95d6bd2b865f881.tar.gz gentoo-2-14735fbc060a951121ae8321d95d6bd2b865f881.tar.bz2 gentoo-2-14735fbc060a951121ae8321d95d6bd2b865f881.zip |
Added SLOT, KEYWORDS, and LICENSE.
Diffstat (limited to 'app-editors/fte/fte-20020324.ebuild')
-rw-r--r-- | app-editors/fte/fte-20020324.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/fte/fte-20020324.ebuild b/app-editors/fte/fte-20020324.ebuild index 453d618be7d9..83b16e79f39d 100644 --- a/app-editors/fte/fte-20020324.ebuild +++ b/app-editors/fte/fte-20020324.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/fte/fte-20020324.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.5 2002/07/25 19:12:09 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" @@ -32,6 +32,10 @@ if [ "`use gpm`" ] ; then TARGETS="${TARGETS} vfte" fi +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_unpack() { cd ${WORKDIR} |