diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-03-22 10:39:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-03-22 10:39:29 +0000 |
commit | a4a9abd91d4d831c2e6e5af26ea63a19900ba4cc (patch) | |
tree | 14e26751063879bd888b3572a9ebc2b331477612 /app-shells | |
parent | Extend tcsh mask to tcsh-6.14-r33 (diff) | |
download | gentoo-2-a4a9abd91d4d831c2e6e5af26ea63a19900ba4cc.tar.gz gentoo-2-a4a9abd91d4d831c2e6e5af26ea63a19900ba4cc.tar.bz2 gentoo-2-a4a9abd91d4d831c2e6e5af26ea63a19900ba4cc.zip |
New revision that fixes a cosmetic issue of dircolors not being used, so no LS_COLORS env variable set.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.14-r32 | 6 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.14-r33 | 6 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r33.ebuild (renamed from app-shells/tcsh/tcsh-6.14-r32.ebuild) | 4 |
4 files changed, 16 insertions, 9 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 27af28fc9de8..9775647a6b40 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.69 2007/03/15 18:57:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.70 2007/03/22 10:39:29 grobian Exp $ + +*tcsh-6.14-r33 (22 Mar 2007) + + 22 Mar 2007; Fabian Groffen <grobian@gentoo.org> -tcsh-6.14-r32.ebuild, + +tcsh-6.14-r33.ebuild: + New revision that fixes a cosmetic issue of dircolors not being used, so no + LS_COLORS env variable set. *tcsh-6.14-r32 (15 Mar 2007) diff --git a/app-shells/tcsh/files/digest-tcsh-6.14-r32 b/app-shells/tcsh/files/digest-tcsh-6.14-r32 deleted file mode 100644 index 7aff61c7abdb..000000000000 --- a/app-shells/tcsh/files/digest-tcsh-6.14-r32 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz 859780 -RMD160 fa7635225ceb0225aedcfad5dd9d8e17d8d70849 tcsh-6.14.00.tar.gz 859780 -SHA256 fd738ac0c003d283a214d15d46c1bc3fb80afad697110994dccb8d101f0d6f0e tcsh-6.14.00.tar.gz 859780 -MD5 572de0587bafa0b5a3e1e03269c7e812 tcsh-config-1.3.tar.bz2 2279 -RMD160 33cfc61547c09be87e5603f60d40ee669adb44e5 tcsh-config-1.3.tar.bz2 2279 -SHA256 669f9f9173b2ed51e96fd1110bb817ed6c16b983b8e116383312d06fb3f26e22 tcsh-config-1.3.tar.bz2 2279 diff --git a/app-shells/tcsh/files/digest-tcsh-6.14-r33 b/app-shells/tcsh/files/digest-tcsh-6.14-r33 new file mode 100644 index 000000000000..ad6b9e38156f --- /dev/null +++ b/app-shells/tcsh/files/digest-tcsh-6.14-r33 @@ -0,0 +1,6 @@ +MD5 353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz 859780 +RMD160 fa7635225ceb0225aedcfad5dd9d8e17d8d70849 tcsh-6.14.00.tar.gz 859780 +SHA256 fd738ac0c003d283a214d15d46c1bc3fb80afad697110994dccb8d101f0d6f0e tcsh-6.14.00.tar.gz 859780 +MD5 6a4f913dba5bfb71a6b84da43510acb5 tcsh-config-1.4.tar.bz2 2388 +RMD160 30ee8c3957fe1bd83534c06ea0ae634e12f9a683 tcsh-config-1.4.tar.bz2 2388 +SHA256 76500542856e69f66412735cd45c4022d95c713460e4008a215fbe4c2cbafd84 tcsh-config-1.4.tar.bz2 2388 diff --git a/app-shells/tcsh/tcsh-6.14-r32.ebuild b/app-shells/tcsh/tcsh-6.14-r33.ebuild index 04aa99054d2b..cd9a0e570345 100644 --- a/app-shells/tcsh/tcsh-6.14-r32.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r33.ebuild @@ -1,10 +1,10 @@ # 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-r32.ebuild,v 1.1 2007/03/15 18:57:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r33.ebuild,v 1.1 2007/03/22 10:39:29 grobian Exp $ inherit eutils -PATCHVER="1.3" +PATCHVER="1.4" MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" |