summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
commit0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch)
tree5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/scsh/scsh-0.6.5.ebuild
parentversion bump (Bug 33995) and java fix (diff)
downloadhistorical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.zip
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/scsh/scsh-0.6.5.ebuild')
-rw-r--r--app-shells/scsh/scsh-0.6.5.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-shells/scsh/scsh-0.6.5.ebuild b/app-shells/scsh/scsh-0.6.5.ebuild
index c17b0edd300d..24241a04de53 100644
--- a/app-shells/scsh/scsh-0.6.5.ebuild
+++ b/app-shells/scsh/scsh-0.6.5.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.5.ebuild,v 1.2 2004/06/24 22:25:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.5.ebuild,v 1.3 2004/06/29 03:59:24 vapier Exp $
DESCRIPTION="Unix shell embedded in Scheme"
-SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/${P}.tar.gz"
HOMEPAGE="http://www.scsh.net/"
+SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/${P}.tar.gz"
-SLOT="0"
LICENSE="as-is | BSD | GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc"
+IUSE=""
DEPEND=""
@@ -19,7 +20,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc RELEASE COPYING
+ dodoc RELEASE
# Let Scsh install the documentation and then clean up afterwards
dosed "s:${D}::" /usr/share/man/man1/scsh.1
dodir /usr/share/doc/${PF}