summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-26 19:15:29 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-26 19:15:29 +0000
commit436045f5f3199702b462325c10d896b9a4e4dfb2 (patch)
treec1d53b7d6beaf75d10d5596c3aa110ff54aa143f /dev-util
parentRemoved mask for the following packages that have been moved to Java junkyard... (diff)
downloadhistorical-436045f5f3199702b462325c10d896b9a4e4dfb2.tar.gz
historical-436045f5f3199702b462325c10d896b9a4e4dfb2.tar.bz2
historical-436045f5f3199702b462325c10d896b9a4e4dfb2.zip
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/aap/ChangeLog7
-rw-r--r--dev-util/aap/aap-1.076.ebuild16
-rw-r--r--dev-util/cook/ChangeLog8
-rw-r--r--dev-util/cook/cook-2.24.ebuild6
-rw-r--r--dev-util/cook/cook-2.26.ebuild6
5 files changed, 25 insertions, 18 deletions
diff --git a/dev-util/aap/ChangeLog b/dev-util/aap/ChangeLog
index d196cafa58ad..76734dbd6278 100644
--- a/dev-util/aap/ChangeLog
+++ b/dev-util/aap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/aap
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.26 2007/07/25 17:33:23 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.27 2008/01/26 19:12:20 grobian Exp $
+
+ 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> aap-1.076.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
25 Jul 2007; Raúl Porcel <armin76@gentoo.org> aap-1.055.ebuild,
aap-1.070.ebuild, aap-1.072.ebuild, aap-1.076.ebuild:
diff --git a/dev-util/aap/aap-1.076.ebuild b/dev-util/aap/aap-1.076.ebuild
index 3e63dd90d959..973d87e37419 100644
--- a/dev-util/aap/aap-1.076.ebuild
+++ b/dev-util/aap/aap-1.076.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.076.ebuild,v 1.6 2007/07/25 17:33:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.076.ebuild,v 1.7 2008/01/26 19:12:20 grobian Exp $
IUSE="doc"
@@ -9,13 +9,13 @@ HOMEPAGE="http://www.a-a-p.org/"
SRC_URI="mirror://sourceforge/a-a-p/${P}.zip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc-macos sparc x86"
+KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc sparc x86"
DEPEND="app-arch/unzip"
RDEPEND=">=dev-lang/python-1.5"
S=${WORKDIR}/${PN}
src_unpack() {
- mkdir ${S} && cd ${S} && unzip -q ${DISTDIR}/${A} || die
+ mkdir "${S}" && cd "${S}" && unzip -q "${DISTDIR}"/${A} || die
}
src_install() {
@@ -24,7 +24,7 @@ src_install() {
if use doc ; then
dodir /usr/share/doc/${PF}/html
- cp -R doc/* ${D}/usr/share/doc/${PF}/html
+ cp -R doc/* "${D}"/usr/share/doc/${PF}/html
fi
rm doc/*.html
rm -fr doc/images
@@ -35,10 +35,10 @@ src_install() {
# Move the remainder directly into the dest tree
dodir /usr/share
- cd ${WORKDIR}
- mv aap ${D}/usr/share
+ cd "${WORKDIR}"
+ mv aap "${D}"/usr/share
# Create a symbolic link for the executable
dodir /usr/bin
- ln -s ../share/aap/aap ${D}/usr/bin/aap
+ ln -s ../share/aap/aap "${D}"/usr/bin/aap
}
diff --git a/dev-util/cook/ChangeLog b/dev-util/cook/ChangeLog
index f69efb5d4020..a5583670050b 100644
--- a/dev-util/cook/ChangeLog
+++ b/dev-util/cook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cook
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.19 2007/12/25 14:04:09 phreak Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.20 2008/01/26 19:15:29 grobian Exp $
+
+ 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> cook-2.24.ebuild,
+ cook-2.26.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing karltk from metadata.xml as per #200332. Assigning to
diff --git a/dev-util/cook/cook-2.24.ebuild b/dev-util/cook/cook-2.24.ebuild
index 3c1cbf41a330..4c3ea7f1ed92 100644
--- a/dev-util/cook/cook-2.24.ebuild
+++ b/dev-util/cook/cook-2.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.10 2007/01/23 18:28:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.11 2008/01/26 19:15:29 grobian Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc ~ppc-macos sparc x86"
+KEYWORDS="ppc sparc x86"
IUSE=""
DEPEND="sys-devel/bison"
diff --git a/dev-util/cook/cook-2.26.ebuild b/dev-util/cook/cook-2.26.ebuild
index e30ad56aedf8..47a83e6d0768 100644
--- a/dev-util/cook/cook-2.26.ebuild
+++ b/dev-util/cook/cook-2.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.5 2007/08/13 20:46:10 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.6 2008/01/26 19:15:29 grobian Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc-macos sparc x86"
+KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
DEPEND="sys-devel/bison"