summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-12-14 11:44:35 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-12-14 11:44:35 +0000
commit09a89ad849c23ccbae2d1a79a056755683511184 (patch)
tree84bb54f4068671511b7608a371282b54d7347ff9 /app-shells
parentVersion bump (security fix). Stable on x86. Bug # 74303. (diff)
downloadhistorical-09a89ad849c23ccbae2d1a79a056755683511184.tar.gz
historical-09a89ad849c23ccbae2d1a79a056755683511184.tar.bz2
historical-09a89ad849c23ccbae2d1a79a056755683511184.zip
add ~ia64.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/ChangeLog5
-rw-r--r--app-shells/zsh/Manifest14
-rw-r--r--app-shells/zsh/zsh-4.2.1-r1.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 844ddd3585ab..c921bc28290f 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/zsh
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.65 2004/11/08 07:35:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.66 2004/12/14 11:44:35 hattya Exp $
+
+ 14 Dec 2004; Akinori Hattori <hattya@gentoo.org> zsh-4.2.1-r1.ebuild:
+ add ~ia64.
08 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> zsh-4.0.9-r4.ebuild,
zsh-4.2.1-r1.ebuild:
diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index 6b546091f63a..b1395e3c5c05 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -1,12 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2c265ee20a994f224b42369e632613d2 ChangeLog 11772
+MD5 077d4afe7ed857e3f8a703f379d6089b ChangeLog 11859
MD5 28ed8ea6cdccb353e2e8ad783eb51f5b metadata.xml 506
MD5 bea28f17fbec74aa7391116aae07540f zsh-4.0.9-r3.ebuild 2728
MD5 66d19aeb2dd2becaf72945e2e1c2f0ec zsh-4.0.9-r4.ebuild 2888
MD5 4803e33b624f99a0eafaa801ad34ab24 zsh-4.2.0-r1.ebuild 3716
-MD5 a8662b90673bf8b337b4e4c5ac2ca4ea zsh-4.2.1-r1.ebuild 4183
+MD5 048034bcc9942d053b6e051783c2ae05 zsh-4.2.1-r1.ebuild 4190
MD5 f353ce626024b06d2e5de6141f395cf0 zsh-4.2.1.ebuild 4305
MD5 006e6cf19d9020494968fb2babc9c5ab files/_gcc-config 1148
MD5 f03e0d125db81b28e575e0a61109cbfe files/_genlop 5838
@@ -24,10 +21,3 @@ MD5 e6a9690e5c9b23757e887e14da621c9c files/zsh-4.2.1-gentoo.diff 735
MD5 d1bc426392f2bb0994ce1ad428261474 files/zsh-init.d-gentoo.diff 564
MD5 81e325aacd554d2c5f6d14efe45d1ffd files/zsh-strncmp.diff 354
MD5 de0db046f0f40cb1cc3cd3f6e6b2645a files/zshenv 318
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBj61LI1lqEGTUzyQRAuBUAJ99FeyLOcSf7DHAyDI38Q1lro1yhACcCAyt
-VmwC3nHlbOY4rOxfWlWYuTY=
-=MVUn
------END PGP SIGNATURE-----
diff --git a/app-shells/zsh/zsh-4.2.1-r1.ebuild b/app-shells/zsh/zsh-4.2.1-r1.ebuild
index 1b8a79c83ea7..50ee1f78f363 100644
--- a/app-shells/zsh/zsh-4.2.1-r1.ebuild
+++ b/app-shells/zsh/zsh-4.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1-r1.ebuild,v 1.2 2004/11/08 07:35:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1-r1.ebuild,v 1.3 2004/12/14 11:44:35 hattya Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ~arm hppa amd64"
+KEYWORDS="x86 ppc sparc alpha ~arm hppa amd64 ~ia64"
IUSE="maildir ncurses static doc pcre cap cjk"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )