diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:29:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:29:02 +0000 |
commit | 7f1adf08efcfc8a637a6eeea025d643155a5596e (patch) | |
tree | 4be7ec7fc8412c4be4bcc70b09a3f03a1c83ba66 /app-shells | |
parent | Repoman fixes: Added missing ChangeLogs (diff) | |
download | gentoo-2-7f1adf08efcfc8a637a6eeea025d643155a5596e.tar.gz gentoo-2-7f1adf08efcfc8a637a6eeea025d643155a5596e.tar.bz2 gentoo-2-7f1adf08efcfc8a637a6eeea025d643155a5596e.zip |
version bump
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.10-r1 | 1 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.10-r2 | 1 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.11 | 1 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.10-r1.ebuild | 41 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.10-r2.ebuild | 43 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.11.ebuild | 47 |
7 files changed, 56 insertions, 87 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index e85ae614673d..3e495947baaf 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/tcsh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.2 2002/03/21 11:49:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.3 2002/07/09 13:29:01 seemant Exp $ + +*tcsh-6.11 (09 Jul 2002) + + 09 Jul 2002; Seemant Kulleen <seemant@gentoo.org> tcsh-6.11.ebuild + files/digest-tcsh-6.11 : + + Version bump. Thanks to: gentoo@subgroove.net in bug #4740 *tcsh-6.10-r3 (21 Mar 2002) diff --git a/app-shells/tcsh/files/digest-tcsh-6.10-r1 b/app-shells/tcsh/files/digest-tcsh-6.10-r1 deleted file mode 100644 index 1d2487bf5af0..000000000000 --- a/app-shells/tcsh/files/digest-tcsh-6.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz 665733 diff --git a/app-shells/tcsh/files/digest-tcsh-6.10-r2 b/app-shells/tcsh/files/digest-tcsh-6.10-r2 deleted file mode 100644 index 1d2487bf5af0..000000000000 --- a/app-shells/tcsh/files/digest-tcsh-6.10-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz 665733 diff --git a/app-shells/tcsh/files/digest-tcsh-6.11 b/app-shells/tcsh/files/digest-tcsh-6.11 new file mode 100644 index 000000000000..ef659cfc4cec --- /dev/null +++ b/app-shells/tcsh/files/digest-tcsh-6.11 @@ -0,0 +1 @@ +MD5 8c04d53162a896b53d751bfa041cdeb6 tcsh-6.11.tar.gz 716863 diff --git a/app-shells/tcsh/tcsh-6.10-r1.ebuild b/app-shells/tcsh/tcsh-6.10-r1.ebuild deleted file mode 100644 index feaa380311a8..000000000000 --- a/app-shells/tcsh/tcsh-6.10-r1.ebuild +++ /dev/null @@ -1,41 +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/tcsh/tcsh-6.10-r1.ebuild,v 1.2 2001/11/10 03:07:01 hallski Exp $ - -S=${WORKDIR}/${P}.00 -DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" -#ugh, astron.com doesn't support passive ftp... maybe another source? -SRC_URI="ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - perl? ( sys-devel/perl )" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-tc.os.h-gentoo.diff -} - -src_compile() { - - try ./configure --prefix=/ --mandir=/usr/share/man --host=${CHOST} - try make -} - -src_install() { - - try make DESTDIR=${D} install install.man - if [ "`use perl`" ] - then - try perl tcsh.man2html - docinto html - dodoc tcsh.html/*.html - fi - dosym tcsh /bin/csh - dodoc FAQ Fixes NewThings Ported README WishList Y2K - -} - - - diff --git a/app-shells/tcsh/tcsh-6.10-r2.ebuild b/app-shells/tcsh/tcsh-6.10-r2.ebuild deleted file mode 100644 index 10aac65bd6aa..000000000000 --- a/app-shells/tcsh/tcsh-6.10-r2.ebuild +++ /dev/null @@ -1,43 +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/tcsh/tcsh-6.10-r2.ebuild,v 1.1 2001/12/13 23:40:03 kabau Exp $ - -S=${WORKDIR}/${P}.00 -DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" -#ugh, astron.com doesn't support passive ftp... maybe another source? -SRC_URI="ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - perl? ( sys-devel/perl )" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-tc.os.h-gentoo.diff -} - -src_compile() { - - try ./configure --prefix=/ --mandir=/usr/share/man --host=${CHOST} - try make -} - -src_install() { - - try make DESTDIR=${D} install install.man - if [ "`use perl`" ] - then - try perl tcsh.man2html - docinto html - dodoc tcsh.html/*.html - fi - dosym tcsh /bin/csh - dodoc FAQ Fixes NewThings Ported README WishList Y2K - - insinto /etc - doins ${FILESDIR}/csh.cshrc ${FILESDIR}/csh.login -} - - - diff --git a/app-shells/tcsh/tcsh-6.11.ebuild b/app-shells/tcsh/tcsh-6.11.ebuild new file mode 100644 index 000000000000..3c1171773073 --- /dev/null +++ b/app-shells/tcsh/tcsh-6.11.ebuild @@ -0,0 +1,47 @@ +# 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/tcsh/tcsh-6.11.ebuild,v 1.1 2002/07/09 13:29:02 seemant Exp $ + +S=${WORKDIR}/${P}.00 +DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" +#ugh, astron.com doesn't support passive ftp... maybe another source? +SRC_URI="ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz" +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.1 + perl? ( sys-devel/perl )" + +HOMEPAGE="http://www.tcsh.org/" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="*" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-tc.os.h-gentoo.diff || die +} + +src_compile() { + + econf \ + --prefix=/ || die + + emake || die +} + +src_install() { + + make DESTDIR=${D} install install.man || die + + use perl && ( \ + perl tcsh.man2html || die + dohtml tcsh.html/*.html + ) + + dosym /bin/tcsh /bin/csh + dodoc FAQ Fixes NewThings Ported README WishList Y2K + + insinto /etc + doins ${FILESDIR}/csh.cshrc ${FILESDIR}/csh.login +} |