diff options
author | 2002-07-09 13:30:29 +0000 | |
---|---|---|
committer | 2002-07-09 13:30:29 +0000 | |
commit | 12d9f241a5fd5f0ab1ae8822d06bd66d0a77beec (patch) | |
tree | 251f7caaec3c22781c1b136ae9b9fdd03dab8c11 /app-shells | |
parent | added patch (diff) | |
download | historical-12d9f241a5fd5f0ab1ae8822d06bd66d0a77beec.tar.gz historical-12d9f241a5fd5f0ab1ae8822d06bd66d0a77beec.tar.bz2 historical-12d9f241a5fd5f0ab1ae8822d06bd66d0a77beec.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} |