summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-12-22 15:08:09 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-12-22 15:08:09 +0000
commit1128b37292bcf9fa34fb9e3450c7f0103428792c (patch)
treece4b2ac31a6918bd110014a706fd0936df53a994 /app-shells
parenta lot, please take a look at the changelog (diff)
downloadgentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.tar.gz
gentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.tar.bz2
gentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.zip
Fixed bug #33155. Marked stable on hppa.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/ChangeLog6
-rw-r--r--app-shells/tcsh/Manifest6
-rw-r--r--app-shells/tcsh/files/tcsh-complete14
-rw-r--r--app-shells/tcsh/tcsh-6.12-r2.ebuild4
4 files changed, 17 insertions, 13 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog
index f6858d5f82cc..20a2d08b8014 100644
--- a/app-shells/tcsh/ChangeLog
+++ b/app-shells/tcsh/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-shells/tcsh
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.16 2003/12/13 18:24:36 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.17 2003/12/22 15:07:59 gmsoft Exp $
13 Dec 2003; Brad House <brad_mssw@gentoo.org> tcsh-6.12-r2.ebuild:
mark stable on amd64
@@ -17,6 +17,10 @@
*tcsh-6.12-r2 (7 Mar 2003)
+ 22 Dec 2003; Guy Martin <gmsoft@gentoo.org> tcsh-6.12-r2.ebuild,
+ files/tcsh-complete :
+ Fixed bug #33155. Marked stable on hppa.
+
7 Mar 2003; Alain Penders <alain@gentoo.org> : Added minor patch to enable
kanji support when cjk flag is set.
diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest
index 59d21a29e169..7674cffe14f2 100644
--- a/app-shells/tcsh/Manifest
+++ b/app-shells/tcsh/Manifest
@@ -1,6 +1,6 @@
-MD5 548a3def5ac637f4b574829362229286 ChangeLog 2330
+MD5 83f6d2da6bc8a136537beee617e70567 ChangeLog 2463
MD5 6bef7f063109896e6e7104e480cedddd tcsh-6.11.ebuild 1107
-MD5 3c48a4ed02903a80cd616ca8bf03da19 tcsh-6.12-r2.ebuild 1369
+MD5 9ab8fe81b4444f3822d09b7d6b04033f tcsh-6.12-r2.ebuild 1371
MD5 548264e16c7c848079c42fe008b0f7e4 files/csh.cshrc 311
MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810
MD5 98ca83148bd1d9bc6774c52d212ee71f files/csh.login 190
@@ -12,7 +12,7 @@ MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.11-tc.os.h-gentoo.diff 363
MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.12-tc.os.h-gentoo.diff 363
MD5 16713fff7d0ccc21e1c32b250cdc44ff files/tcsh-aliases 2399
MD5 8c5915d05b8b0c2db109c754a2bee20f files/tcsh-bindkey 3597
-MD5 dddffcfc3fed998320e7d9871f8aa8bd files/tcsh-complete 45240
+MD5 49bb1f6ad11273e6d85f432c605e2a40 files/tcsh-complete 45247
MD5 e717dd2122d1ae7ab9ee8ebf2c33636a files/tcsh-settings 3271
MD5 6bd69d3c815412ada4579ac8f8cc9c45 files/tcsh.config 1466
MD5 a51fb6146ec2bcb7a603e5af41f6c7a2 files/tcsh_enable_kanji.diff 466
diff --git a/app-shells/tcsh/files/tcsh-complete b/app-shells/tcsh/files/tcsh-complete
index 660b19d56850..866583d5e26f 100644
--- a/app-shells/tcsh/files/tcsh-complete
+++ b/app-shells/tcsh/files/tcsh-complete
@@ -2,7 +2,7 @@
##
## Gentoo system tcsh scripts
##
-## $Id: tcsh-complete,v 1.2 2003/10/18 05:40:05 raker Exp $
+## $Id: tcsh-complete,v 1.3 2003/12/22 15:07:59 gmsoft Exp $
##
## Based on the TCSH complete.tcsh script, with changed from the TCSHRC
## package (http://tcshrc.sourceforge.net)
@@ -917,13 +917,13 @@ endif
# n/*/'`mount | cut -d " " -f 1`'/
#complete mountall c/-/"(F l r)"/ n@-F@'`\ls -1 /usr/lib/fs`'@
#complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \
- n/-h/'`df -k | cut -s -d ":" -f 1 | sort -u`'/
+ # n/-h/'`df -k | cut -s -d ":" -f 1 | sort -u`'/
# BSD 4.3 filesystems
- complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \
- n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@
- complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \
- n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \
- n/*/'`mount | cut -d " " -f 3`'/
+ #complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \
+ # n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@
+ #complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \
+ # n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \
+ # n/*/'`mount | cut -d " " -f 3`'/
# BSD 4.2 filesystems
#complete mount c/-/"(a r t v)"/ n/-t/"(ufs nfs)"/ \
# n@*@'`cut -d ":" -f 2 /etc/fstab`'@
diff --git a/app-shells/tcsh/tcsh-6.12-r2.ebuild b/app-shells/tcsh/tcsh-6.12-r2.ebuild
index 5787b76b87a6..1259c63d83a1 100644
--- a/app-shells/tcsh/tcsh-6.12-r2.ebuild
+++ b/app-shells/tcsh/tcsh-6.12-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r2.ebuild,v 1.6 2003/12/13 18:24:36 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r2.ebuild,v 1.7 2003/12/22 15:07:59 gmsoft Exp $
MY_P="${PN}-${PV}.00"
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.tcsh.org/"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha ia64 amd64"
+KEYWORDS="x86 ~ppc sparc ~alpha ia64 amd64 hppa"
IUSE="cjk perl"
RDEPEND="virtual/glibc