diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
commit | e3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch) | |
tree | ea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-shells/ccsh | |
parent | Cleanup (diff) | |
download | gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2 gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip |
Cleanup
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r1.ebuild | 33 | ||||
-rw-r--r-- | app-shells/ccsh/files/digest-ccsh-0.0.4-r1 | 1 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild deleted file mode 100644 index 7bbbdd5ee72f..000000000000 --- a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $ - -P=ccsh-0.0.4 -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} -HOMEPAGE="http://ccsh.sourceforge.net" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - - make CFLAGS="${CFLAGS}" all -} - -src_install() { - cd ${S} - into / - dobin ccsh - into /usr - newman ccsh.man ccsh.1 - dodoc ChangeLog COPYING README TODO -} - - - - - diff --git a/app-shells/ccsh/files/digest-ccsh-0.0.4-r1 b/app-shells/ccsh/files/digest-ccsh-0.0.4-r1 deleted file mode 100644 index 25a513ed0f28..000000000000 --- a/app-shells/ccsh/files/digest-ccsh-0.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 042a8596065e49dccf154b661e2444a9 ccsh-0.0.4.tar.gz |