summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-10-08 16:49:19 +0000
committerFabian Groffen <grobian@gentoo.org>2007-10-08 16:49:19 +0000
commit29b025d653ab248a14d23e0a01973ae4f176942b (patch)
tree8cc530f39b62763643877fa27aeacc090ef1c70e /app-arch
parentstable x86, bug 195048 (diff)
downloadgentoo-2-29b025d653ab248a14d23e0a01973ae4f176942b.tar.gz
gentoo-2-29b025d653ab248a14d23e0a01973ae4f176942b.tar.bz2
gentoo-2-29b025d653ab248a14d23e0a01973ae4f176942b.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/p7zip/ChangeLog7
-rw-r--r--app-arch/p7zip/p7zip-4.44.ebuild7
-rw-r--r--app-arch/p7zip/p7zip-4.45.ebuild7
-rw-r--r--app-arch/p7zip/p7zip-4.48.ebuild7
-rw-r--r--app-arch/p7zip/p7zip-4.51.ebuild7
-rw-r--r--app-arch/p7zip/p7zip-4.55.ebuild6
6 files changed, 17 insertions, 24 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog
index fd279500fbf1..222fa1bf4589 100644
--- a/app-arch/p7zip/ChangeLog
+++ b/app-arch/p7zip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/p7zip
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.75 2007/10/06 16:14:34 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.76 2007/10/08 16:49:19 grobian Exp $
+
+ 08 Oct 2007; Fabian Groffen <grobian@gentoo.org> p7zip-4.44.ebuild,
+ p7zip-4.45.ebuild, p7zip-4.48.ebuild, p7zip-4.51.ebuild,
+ p7zip-4.55.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
06 Oct 2007; Radoslaw Stachowiak <radek@gentoo.org> p7zip-4.55.ebuild:
added quotes for FILESDIR
diff --git a/app-arch/p7zip/p7zip-4.44.ebuild b/app-arch/p7zip/p7zip-4.44.ebuild
index 912669d5288c..2d235ffab65c 100644
--- a/app-arch/p7zip/p7zip-4.44.ebuild
+++ b/app-arch/p7zip/p7zip-4.44.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-arch/p7zip/p7zip-4.44.ebuild,v 1.9 2007/06/26 01:32:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.44.ebuild,v 1.10 2007/10/08 16:49:19 grobian Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc-macos ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="static doc"
S=${WORKDIR}/${PN}_${PV}
@@ -28,9 +28,6 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
- elif use ppc-macos; then
- # Mac OS X needs this special makefile, because it has a non-GNU linker
- cp -f makefile.macosx makefile.machine
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
diff --git a/app-arch/p7zip/p7zip-4.45.ebuild b/app-arch/p7zip/p7zip-4.45.ebuild
index 1d5dad40ed06..946615ae6ca5 100644
--- a/app-arch/p7zip/p7zip-4.45.ebuild
+++ b/app-arch/p7zip/p7zip-4.45.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-arch/p7zip/p7zip-4.45.ebuild,v 1.4 2007/06/26 01:32:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.45.ebuild,v 1.5 2007/10/08 16:49:19 grobian Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="static doc"
S=${WORKDIR}/${PN}_${PV}
@@ -28,9 +28,6 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
- elif use ppc-macos; then
- # Mac OS X needs this special makefile, because it has a non-GNU linker
- cp -f makefile.macosx makefile.machine
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
diff --git a/app-arch/p7zip/p7zip-4.48.ebuild b/app-arch/p7zip/p7zip-4.48.ebuild
index 02902cbf96be..460702eaee84 100644
--- a/app-arch/p7zip/p7zip-4.48.ebuild
+++ b/app-arch/p7zip/p7zip-4.48.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-arch/p7zip/p7zip-4.48.ebuild,v 1.5 2007/08/29 14:04:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.48.ebuild,v 1.6 2007/10/08 16:49:19 grobian Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc-macos ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="static doc"
S=${WORKDIR}/${PN}_${PV}
@@ -28,9 +28,6 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
- elif use ppc-macos; then
- # Mac OS X needs this special makefile, because it has a non-GNU linker
- cp -f makefile.macosx makefile.machine
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
diff --git a/app-arch/p7zip/p7zip-4.51.ebuild b/app-arch/p7zip/p7zip-4.51.ebuild
index a335e3aa10e1..5c4b6b5cfe8b 100644
--- a/app-arch/p7zip/p7zip-4.51.ebuild
+++ b/app-arch/p7zip/p7zip-4.51.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-arch/p7zip/p7zip-4.51.ebuild,v 1.4 2007/09/25 18:27:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.51.ebuild,v 1.5 2007/10/08 16:49:19 grobian Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="static doc"
DEPEND="!app-arch/lzma"
@@ -30,9 +30,6 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
- elif use ppc-macos; then
- # Mac OS X needs this special makefile, because it has a non-GNU linker
- cp -f makefile.macosx makefile.machine
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
diff --git a/app-arch/p7zip/p7zip-4.55.ebuild b/app-arch/p7zip/p7zip-4.55.ebuild
index d0b40befce92..56218abca954 100644
--- a/app-arch/p7zip/p7zip-4.55.ebuild
+++ b/app-arch/p7zip/p7zip-4.55.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-arch/p7zip/p7zip-4.55.ebuild,v 1.2 2007/10/06 16:14:34 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.55.ebuild,v 1.3 2007/10/08 16:49:19 grobian Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="static doc"
DEPEND="!app-arch/lzma"
@@ -30,7 +30,7 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
- elif use ppc-macos; then
+ elif [[ ${CHOST} == *-darwin* ]] ; then
# Mac OS X needs this special makefile, because it has a non-GNU linker
cp -f makefile.macosx makefile.machine
elif use x86-fbsd; then