summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-02-27 16:59:15 +0000
committerFabian Groffen <grobian@gentoo.org>2007-02-27 16:59:15 +0000
commit376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea (patch)
tree86c9563f00d9800900d8a1421631669b4b9c6a18 /app-shells/zsh
parentAdd java-ant-2 to inherit to satisfy strict eant() requirements. Depend on ja... (diff)
downloadgentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.tar.gz
gentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.tar.bz2
gentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r--app-shells/zsh/ChangeLog6
-rw-r--r--app-shells/zsh/zsh-4.2.5.ebuild16
-rw-r--r--app-shells/zsh/zsh-4.2.6-r1.ebuild9
-rw-r--r--app-shells/zsh/zsh-4.3.2-r1.ebuild9
-rw-r--r--app-shells/zsh/zsh-4.3.2-r2.ebuild9
5 files changed, 13 insertions, 36 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 614a8064b832..cb0c35556a85 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/zsh
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.105 2007/02/27 14:03:49 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.106 2007/02/27 16:59:15 grobian Exp $
+
+ 27 Feb 2007; Fabian Groffen <grobian@gentoo.org> zsh-4.2.5.ebuild,
+ zsh-4.2.6-r1.ebuild, zsh-4.3.2-r1.ebuild, zsh-4.3.2-r2.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
27 Feb 2007; Guy Martin <gmsoft@gentoo.org> zsh-4.3.2-r2.ebuild:
Stable on hppa
diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild
index 304b86958f42..7ea9e8d919d0 100644
--- a/app-shells/zsh/zsh-4.2.5.ebuild
+++ b/app-shells/zsh/zsh-4.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.13 2007/01/24 03:59:25 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.14 2007/02/27 16:59:15 grobian Exp $
inherit eutils multilib
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86"
IUSE="maildir ncurses static doc pcre cap"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )
@@ -42,11 +42,6 @@ src_compile() {
use static && myconf="${myconf} --disable-dynamic" \
&& LDFLAGS="${LDFLAGS} -static"
- if use ppc-macos; then
- LDFLAGS="${LDFLAGS} -Wl,-x"
- myconf="${myconf} --enable-libs=-liconv"
- fi
-
econf \
--bindir=/bin \
--libdir=/usr/$(get_libdir) \
@@ -78,13 +73,6 @@ src_compile() {
Makefile || die
fi
- # hack for Darwin8 broken poll()
- if use ppc-macos ; then
- sed -i -e "s/define HAVE_POLL_H/undef HAVE_POLL_H/g" \
- -e "s/define HAVE_POLL/undef HAVE_POLL/g" \
- config.h
- fi
-
# emake still b0rks
emake -j1 || die "make failed"
}
diff --git a/app-shells/zsh/zsh-4.2.6-r1.ebuild b/app-shells/zsh/zsh-4.2.6-r1.ebuild
index ebbdf6e44e90..f332e5cba7e1 100644
--- a/app-shells/zsh/zsh-4.2.6-r1.ebuild
+++ b/app-shells/zsh/zsh-4.2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6-r1.ebuild,v 1.4 2007/01/24 03:59:25 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6-r1.ebuild,v 1.5 2007/02/27 16:59:15 grobian Exp $
inherit eutils multilib
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="maildir ncurses static doc pcre cap"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )
@@ -41,11 +41,6 @@ src_compile() {
use static && myconf="${myconf} --disable-dynamic" \
&& LDFLAGS="${LDFLAGS} -static"
- if use ppc-macos; then
- LDFLAGS="${LDFLAGS} -Wl,-x"
- myconf="${myconf} --enable-libs=-liconv"
- fi
-
econf \
--bindir=/bin \
--libdir=/usr/$(get_libdir) \
diff --git a/app-shells/zsh/zsh-4.3.2-r1.ebuild b/app-shells/zsh/zsh-4.3.2-r1.ebuild
index 6e9263852d33..d5a0ffafad80 100644
--- a/app-shells/zsh/zsh-4.3.2-r1.ebuild
+++ b/app-shells/zsh/zsh-4.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r1.ebuild,v 1.7 2007/01/24 03:59:25 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r1.ebuild,v 1.8 2007/02/27 16:59:15 grobian Exp $
inherit eutils multilib
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="maildir ncurses static doc pcre caps unicode"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )
@@ -39,11 +39,6 @@ src_compile() {
use static && myconf="${myconf} --disable-dynamic" \
&& LDFLAGS="${LDFLAGS} -static"
- if use ppc-macos; then
- LDFLAGS="${LDFLAGS} -Wl,-x"
- myconf="${myconf} --enable-libs=-liconv"
- fi
-
econf \
--bindir=/bin \
--libdir=/usr/$(get_libdir) \
diff --git a/app-shells/zsh/zsh-4.3.2-r2.ebuild b/app-shells/zsh/zsh-4.3.2-r2.ebuild
index 1b18cb202225..56d5ebb8b6d7 100644
--- a/app-shells/zsh/zsh-4.3.2-r2.ebuild
+++ b/app-shells/zsh/zsh-4.3.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.6 2007/02/27 14:03:49 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.7 2007/02/27 16:59:15 grobian Exp $
inherit eutils multilib
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc-macos ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="maildir ncurses static doc examples pcre caps unicode"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )
@@ -43,11 +43,6 @@ src_compile() {
use static && myconf="${myconf} --disable-dynamic" \
&& LDFLAGS="${LDFLAGS} -static"
- if use ppc-macos; then
- LDFLAGS="${LDFLAGS} -Wl,-x"
- myconf="${myconf} --enable-libs=-liconv"
- fi
-
econf \
--bindir=/bin \
--libdir=/usr/$(get_libdir) \