diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 03:07:01 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 03:07:01 +0000 |
commit | afd12a6a7f18ee8067e05c80be0164b78ef7530e (patch) | |
tree | 599574cb14ba73a8615dc9dc30e910c7813cccc9 /app-shells/ccsh | |
parent | -fix and removed old gnumerics (diff) | |
download | gentoo-2-afd12a6a7f18ee8067e05c80be0164b78ef7530e.tar.gz gentoo-2-afd12a6a7f18ee8067e05c80be0164b78ef7530e.tar.bz2 gentoo-2-afd12a6a7f18ee8067e05c80be0164b78ef7530e.zip |
-fix
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index 661ae352d5bc..07341e042d31 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild @@ -1,12 +1,11 @@ # 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.1 2001/04/13 13:01:59 achim Exp $ +# $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 $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" -SRC_URI="http://download.sourceforge.net/ccsh/${A}" +SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz" HOMEPAGE="http://ccsh.sourceforge.net" DEPEND="virtual/glibc" |