summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-11-28 15:33:38 +0000
committerFabian Groffen <grobian@gentoo.org>2007-11-28 15:33:38 +0000
commit0406e737c5e6a26bfce28c08081c7c5c5ee1ebe2 (patch)
tree9587fee02ec4947d2f7595c9d2dda2aaa4c28963 /app-admin
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-0406e737c5e6a26bfce28c08081c7c5c5ee1ebe2.tar.gz
gentoo-2-0406e737c5e6a26bfce28c08081c7c5c5ee1ebe2.tar.bz2
gentoo-2-0406e737c5e6a26bfce28c08081c7c5c5ee1ebe2.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/realpath/ChangeLog6
-rw-r--r--app-admin/realpath/realpath-1.9.16.ebuild17
-rw-r--r--app-admin/realpath/realpath-1.9.28.ebuild17
3 files changed, 11 insertions, 29 deletions
diff --git a/app-admin/realpath/ChangeLog b/app-admin/realpath/ChangeLog
index 1641b84f6be0..36a00783cb5f 100644
--- a/app-admin/realpath/ChangeLog
+++ b/app-admin/realpath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/realpath
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.28 2007/06/23 17:22:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.29 2007/11/28 15:33:38 grobian Exp $
+
+ 28 Nov 2007; Fabian Groffen <grobian@gentoo.org> realpath-1.9.16.ebuild,
+ realpath-1.9.28.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
23 Jun 2007; Joshua Kinard <kumba@gentoo.org> realpath-1.9.28.ebuild:
Stable on mips, per #182979.
diff --git a/app-admin/realpath/realpath-1.9.16.ebuild b/app-admin/realpath/realpath-1.9.16.ebuild
index d1f88b955c69..5284defdd5a5 100644
--- a/app-admin/realpath/realpath-1.9.16.ebuild
+++ b/app-admin/realpath/realpath-1.9.16.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-admin/realpath/realpath-1.9.16.ebuild,v 1.9 2007/02/04 01:56:12 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.10 2007/11/28 15:33:38 grobian Exp $
inherit eutils toolchain-funcs
@@ -10,24 +10,13 @@ SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips amd64 ppc64 ppc-macos ~hppa"
+KEYWORDS="x86 ppc sparc mips amd64 ppc64 ~hppa"
IUSE=""
S=${WORKDIR}/dwww-${PV}
src_unpack() {
- if use userland_Darwin; then
- local dirname="dwww-${PV}"
- tar xzf ${DISTDIR}/${A} \
- ${dirname}/Makefile \
- ${dirname}/realpath.c \
- ${dirname}/README \
- ${dirname}/TODO \
- ${dirname}/BUGS \
- ${dirname}/man/realpath.1 || die "unpack failed."
- else
- unpack ${A}
- fi
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-Makefile.patch
diff --git a/app-admin/realpath/realpath-1.9.28.ebuild b/app-admin/realpath/realpath-1.9.28.ebuild
index 8af5947bad03..8e577f1f5974 100644
--- a/app-admin/realpath/realpath-1.9.28.ebuild
+++ b/app-admin/realpath/realpath-1.9.28.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-admin/realpath/realpath-1.9.28.ebuild,v 1.10 2007/06/23 17:22:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v 1.11 2007/11/28 15:33:38 grobian Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa mips ppc ~ppc-macos ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa mips ppc ppc64 sparc x86"
IUSE=""
# tests only operate upon things we don't use
@@ -21,18 +21,7 @@ RDEPEND="!sys-freebsd/freebsd-bin"
S=${WORKDIR}/dwww-${PV}
src_unpack() {
- if use userland_Darwin; then
- local dirname="dwww-${PV}"
- tar xzf ${DISTDIR}/${A} \
- ${dirname}/Makefile \
- ${dirname}/realpath.c \
- ${dirname}/README \
- ${dirname}/TODO \
- ${dirname}/BUGS \
- ${dirname}/man/realpath.1 || die "unpack failed."
- else
- unpack ${A}
- fi
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-Makefile.patch