summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-12-04 20:50:30 +0000
committerFabian Groffen <grobian@gentoo.org>2008-12-04 20:50:30 +0000
commitce308e9aad8dda5929359a80363fe563dd93fcb6 (patch)
tree293edb32a2f3505caaf06c33eb139a71a3a318b0 /app-shells
parentReplace dependency on gtkhtml by real deps on python packages, bug #247636. (diff)
downloadgentoo-2-ce308e9aad8dda5929359a80363fe563dd93fcb6.tar.gz
gentoo-2-ce308e9aad8dda5929359a80363fe563dd93fcb6.tar.bz2
gentoo-2-ce308e9aad8dda5929359a80363fe563dd93fcb6.zip
remove old
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/ChangeLog6
-rw-r--r--app-shells/tcsh/tcsh-6.14-r3.ebuild89
-rw-r--r--app-shells/tcsh/tcsh-6.14-r5.ebuild6
-rw-r--r--app-shells/tcsh/tcsh-6.15-r2.ebuild4
4 files changed, 10 insertions, 95 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog
index 17301dd2238b..3c50805f6271 100644
--- a/app-shells/tcsh/ChangeLog
+++ b/app-shells/tcsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/tcsh
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.85 2008/12/04 20:46:06 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.86 2008/12/04 20:50:30 grobian Exp $
+
+ 04 Dec 2008; Fabian Groffen <grobian@gentoo.org> -tcsh-6.14-r3.ebuild,
+ tcsh-6.14-r5.ebuild:
+ Remove old
*tcsh-6.16 (04 Dec 2008)
diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild
deleted file mode 100644
index ac1227c532f8..000000000000
--- a/app-shells/tcsh/tcsh-6.14-r3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.19 2007/07/15 05:23:38 mr_bones_ Exp $
-
-inherit eutils
-
-MY_P="${P}.00"
-DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
-HOMEPAGE="http://www.tcsh.org/"
-SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz
- mirror://gentoo/${P}-conffiles.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE="perl catalogs"
-
-DEPEND=">=sys-libs/ncurses-5.1
- perl? ( dev-lang/perl )
- !app-shells/csh" # bug #119703
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${MY_P}"-debian-dircolors.patch # bug #120792
- epatch "${FILESDIR}/${P}"-r2.patch
- epatch "${FILESDIR}/${P}"-makefile.patch # bug #151951
-
- if use catalogs ; then
- einfo "enabling NLS catalogs support..."
- sed -i -e "s/#undef NLS_CATALOGS/#define NLS_CATALOGS/" \
- ${WORKDIR}/${MY_P}/config_f.h || die
- eend $?
- fi
-}
-
-src_compile() {
- econf --prefix=/ || die "econf failed"
- emake || die "compile problem"
-}
-
-src_install() {
- emake DESTDIR="${D}" install install.man || die
-
- if use perl ; then
- perl tcsh.man2html tcsh.man || die
- dohtml tcsh.html/*.html
- fi
-
- insinto /etc
- doins \
- "${WORKDIR}"/gentoo/csh.cshrc \
- "${WORKDIR}"/gentoo/csh.login
-
- insinto /etc/profile.d
- doins \
- "${WORKDIR}"/gentoo/tcsh-bindkey.csh \
- "${WORKDIR}"/gentoo/tcsh-settings.csh
-
- dodoc FAQ Fixes NewThings Ported README WishList Y2K
-
- docinto examples
- dodoc \
- "${WORKDIR}"/gentoo/tcsh-aliases \
- "${WORKDIR}"/gentoo/tcsh-complete \
- "${WORKDIR}"/gentoo/tcsh-gentoo_legacy \
- "${WORKDIR}"/gentoo/tcsh.config
-
- # bug #119703: add csh -> tcsh symlink
- dosym /bin/tcsh /bin/csh
-}
-
-pkg_postinst() {
-
- while read line; do elog "${line}"; done <<EOF
-The default behaviour of tcsh has significantly changed starting from
-version 6.14-r1. In contrast to previous ebuilds, the amount of
-customisation to the default shell's behaviour has been reduced to a
-bare minimum (a customised prompt).
-If you rely on the customisations provided by previous ebuilds, you will
-have to copy over the relevant (now commented out) parts to your own
-~/.tcshrc. Please check all tcsh-* files in
-/usr/share/doc/${P}/examples/ and include their behaviour in your own
-configuration files.
-The tcsh-complete file is not any longer sourced by the default system
-scripts.
-EOF
-}
diff --git a/app-shells/tcsh/tcsh-6.14-r5.ebuild b/app-shells/tcsh/tcsh-6.14-r5.ebuild
index ad01a0de6d67..2189179974af 100644
--- a/app-shells/tcsh/tcsh-6.14-r5.ebuild
+++ b/app-shells/tcsh/tcsh-6.14-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild,v 1.3 2007/07/15 05:23:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild,v 1.4 2008/12/04 20:50:30 grobian Exp $
inherit eutils
@@ -31,7 +31,7 @@ src_unpack() {
if use catalogs ; then
einfo "enabling NLS catalogs support..."
sed -i -e "s/#undef NLS_CATALOGS/#define NLS_CATALOGS/" \
- ${WORKDIR}/${MY_P}/config_f.h || die
+ "${WORKDIR}"/${MY_P}/config_f.h || die
eend $?
fi
}
diff --git a/app-shells/tcsh/tcsh-6.15-r2.ebuild b/app-shells/tcsh/tcsh-6.15-r2.ebuild
index e7c329a31940..0232d3ae059d 100644
--- a/app-shells/tcsh/tcsh-6.15-r2.ebuild
+++ b/app-shells/tcsh/tcsh-6.15-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.11 2007/12/11 09:25:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.12 2008/12/04 20:50:30 grobian Exp $
inherit eutils