diff options
author | 2002-07-07 12:00:29 +0000 | |
---|---|---|
committer | 2002-07-07 12:00:29 +0000 | |
commit | 0edeb0ff6c8e7a07b6108de5c65b5444247efd90 (patch) | |
tree | 96fd6df35698df244ee94655d2120a1eb921008f /app-shells/ccsh/ccsh-0.0.4-r2.ebuild | |
parent | Bumping to new version. (diff) | |
download | gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.tar.gz gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.tar.bz2 gentoo-2-0edeb0ff6c8e7a07b6108de5c65b5444247efd90.zip |
Added LICENSE tag
Diffstat (limited to 'app-shells/ccsh/ccsh-0.0.4-r2.ebuild')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index 07341e042d31..8fd294f6aa58 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 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/ccsh/ccsh-0.0.4-r2.ebuild,v 1.2 2001/11/10 03:07:01 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.3 2002/07/07 12:00:28 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz" HOMEPAGE="http://ccsh.sourceforge.net" +LICENSE="GPL-2" DEPEND="virtual/glibc" |