diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:30:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:30:29 +0000 |
commit | bcc5146f25019a33a4d81eee7acaab577070c91f (patch) | |
tree | d665115ea95830edd1439be8ea65bc8c1a8d8885 /app-shells | |
parent | added patch (diff) | |
download | gentoo-2-bcc5146f25019a33a4d81eee7acaab577070c91f.tar.gz gentoo-2-bcc5146f25019a33a4d81eee7acaab577070c91f.tar.bz2 gentoo-2-bcc5146f25019a33a4d81eee7acaab577070c91f.zip |
repoman'd
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.10-r3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-shells/tcsh/tcsh-6.10-r3.ebuild b/app-shells/tcsh/tcsh-6.10-r3.ebuild index 43c97fb126e8..90a96657a88e 100644 --- a/app-shells/tcsh/tcsh-6.10-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.10-r3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r3.ebuild,v 1.1 2002/03/21 11:49:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r3.ebuild,v 1.2 2002/07/09 13:30:29 seemant Exp $ S=${WORKDIR}/${P}.00 DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" @@ -11,6 +10,10 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 perl? ( sys-devel/perl )" +SLOT="0" +KEYWORDS="*" +LICENSE="BSD" + src_unpack() { unpack ${A} cd ${S} |