summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-12 16:26:14 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-12 16:26:14 +0000
commit4afc48434f3b166ae61ff4046bbe01269c72f4d1 (patch)
tree518f9c2023eaff000c52c8ee6b510ee04909a00d /app-shells
parentunmasked mol-0.9.64 (diff)
downloadhistorical-4afc48434f3b166ae61ff4046bbe01269c72f4d1.tar.gz
historical-4afc48434f3b166ae61ff4046bbe01269c72f4d1.tar.bz2
historical-4afc48434f3b166ae61ff4046bbe01269c72f4d1.zip
repoman'd
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/scsh/ChangeLog9
-rw-r--r--app-shells/scsh/files/digest-scsh-0.6.01
-rw-r--r--app-shells/scsh/files/digest-scsh-0.6.11
-rw-r--r--app-shells/scsh/scsh-0.6.0.ebuild47
-rw-r--r--app-shells/scsh/scsh-0.6.1-r1.ebuild20
-rw-r--r--app-shells/scsh/scsh-0.6.1.ebuild46
6 files changed, 22 insertions, 102 deletions
diff --git a/app-shells/scsh/ChangeLog b/app-shells/scsh/ChangeLog
index 48c9e7540ccc..5926c49ec22f 100644
--- a/app-shells/scsh/ChangeLog
+++ b/app-shells/scsh/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-shells/scsh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.2 2002/03/06 17:54:10 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.3 2002/07/12 16:25:48 seemant Exp $
+
+*scsh-0.6.1-r1 (12 Jul 2002)
+
+ 12 Jul 2002; Seemant Kulleen <seemant@gentoo.org> scsh-0.6.1-r1 :
+
+ Man page edited to remove ${D} and repoman fixes. Also, the license is
+ just as-is or BSD.
*scsh-0.6.1-r1 ( 6 Mar 2002 )
diff --git a/app-shells/scsh/files/digest-scsh-0.6.0 b/app-shells/scsh/files/digest-scsh-0.6.0
deleted file mode 100644
index 79ca145c501e..000000000000
--- a/app-shells/scsh/files/digest-scsh-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed5a6106e436c9f35f9aed4f2b8ecb5e scsh-0.6.0.tar.gz 2356002
diff --git a/app-shells/scsh/files/digest-scsh-0.6.1 b/app-shells/scsh/files/digest-scsh-0.6.1
deleted file mode 100644
index 8c7e5d767229..000000000000
--- a/app-shells/scsh/files/digest-scsh-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8ac186061f0fd9679d86b2aa3d7826ba scsh-0.6.1.tar.gz 2438575
diff --git a/app-shells/scsh/scsh-0.6.0.ebuild b/app-shells/scsh/scsh-0.6.0.ebuild
deleted file mode 100644
index f9cb9cf873fa..000000000000
--- a/app-shells/scsh/scsh-0.6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.0.ebuild,v 1.4 2002/07/11 06:30:18 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Scsh is a Unix shell embedded in Scheme"
-SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/scsh-${PV}.tar.gz"
-HOMEPAGE="http://www.scsh.net/"
-LICENSE="SCSH"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- ./configure --prefix=/ --host=${CHOST} \
- --mandir=/usr/share/man \
- --libdir=/usr/lib \
- --includedir=/usr/include
- make || die
-}
-
-src_install() {
- make prefix=${D} \
- htmldir=${D}/usr/share/doc/${P}/html \
- incdir=${D}/usr/include \
- libdir=${D}/usr/lib \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc COPYING INSTALL RELEASE
-
-
- # Scsh doesn't have a very consistent documentation
- # structure. It's possible to override the placement of the
- # HTML during make install, but not the other documentation in
- # TeX, DVI and PS formats.
-
- # Thus we let scsh install the documentation and then clean up
- # afterwards.
-
- mv ${D}/usr/lib/scsh/doc/* ${D}/usr/share/doc/${P}
- rmdir ${D}/usr/lib/scsh/doc
- find ${D}/usr/share/doc/${P} \( -name \*.ps -o \
- -name \*.txt -o \
- -name \*.dvi -o \
- -name \*.tex \) \
- -print | xargs gzip
-}
diff --git a/app-shells/scsh/scsh-0.6.1-r1.ebuild b/app-shells/scsh/scsh-0.6.1-r1.ebuild
index 12ea7b282df8..5b5e1dd71395 100644
--- a/app-shells/scsh/scsh-0.6.1-r1.ebuild
+++ b/app-shells/scsh/scsh-0.6.1-r1.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.4 2002/07/12 16:25:49 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Scsh is a Unix shell embedded in Scheme"
-SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/scsh-${PV}.tar.gz"
+SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/${P}.tar.gz"
HOMEPAGE="http://www.scsh.net/"
-LICENSE="SCSH"
+
+SLOT="0"
+LICENSE="as-is | BSD | GPL"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
@@ -20,7 +23,7 @@ src_compile() {
src_install() {
make prefix=${D} \
- htmldir=${D}/usr/share/doc/${P}/html \
+ htmldir=${D}/usr/share/doc/${PF}/html \
incdir=${D}/usr/include \
libdir=${D}/usr/lib \
mandir=${D}/usr/share/man/man1 \
@@ -37,11 +40,16 @@ src_install() {
# Thus we let scsh install the documentation and then clean up
# afterwards.
- mv ${D}/usr/lib/scsh/doc/* ${D}/usr/share/doc/${P}
+ mv ${D}/usr/lib/scsh/doc/* ${D}/usr/share/doc/${PF}
rmdir ${D}/usr/lib/scsh/doc
- find ${D}/usr/share/doc/${P} \( -name \*.ps -o \
+ find ${D}/usr/share/doc/${PF} \( -name \*.ps -o \
-name \*.txt -o \
-name \*.dvi -o \
-name \*.tex \) \
-print | xargs gzip
+
+ mv ${D}/usr/share/man/man1/scsh.1 ${S} || die
+ sed "s:${D}::" ${S}/scsh.1 > scsh.1.blah
+ mv scsh.1.blah scsh.1
+ doman ${S}/scsh.1
}
diff --git a/app-shells/scsh/scsh-0.6.1.ebuild b/app-shells/scsh/scsh-0.6.1.ebuild
deleted file mode 100644
index 11eeba0dc1d3..000000000000
--- a/app-shells/scsh/scsh-0.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Scsh is a Unix shell embedded in Scheme"
-SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/scsh-${PV}.tar.gz"
-HOMEPAGE="http://www.scsh.net/"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- ./configure --prefix=/ --host=${CHOST} \
- --mandir=/usr/share/man \
- --libdir=/usr/lib \
- --includedir=/usr/include
- make || die
-}
-
-src_install() {
- make prefix=${D} \
- htmldir=${D}/usr/share/doc/${P}/html \
- incdir=${D}/usr/include \
- libdir=${D}/usr/lib \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc COPYING INSTALL RELEASE
-
-
- # Scsh doesn't have a very consistent documentation
- # structure. It's possible to override the placement of the
- # HTML during make install, but not the other documentation in
- # TeX, DVI and PS formats.
-
- # Thus we let scsh install the documentation and then clean up
- # afterwards.
-
- mv ${D}/usr/lib/scsh/doc/* ${D}/usr/share/doc/${P}
- rmdir ${D}/usr/lib/scsh/doc
- find ${D}/usr/share/doc/${P} \( -name \*.ps -o \
- -name \*.txt -o \
- -name \*.dvi -o \
- -name \*.tex \) \
- -print | xargs gzip
-}