summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-shells/ccsh/ccsh-0.0.4-r1.ebuild
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-shells/ccsh/ccsh-0.0.4-r1.ebuild')
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r1.ebuild33
1 files changed, 0 insertions, 33 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
-}
-
-
-
-
-