summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-19 22:54:50 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-19 22:54:50 +0000
commit04bb4a5602c4be00e845af6f09c00882b79d5823 (patch)
treeb576983366c282e24e8f7192f4238cc5b4bcba8a /sys-apps/gawk
parentNew revbump to fix problems with suspend/hibernate. Bug #345351. Thanks to An... (diff)
downloadgentoo-2-04bb4a5602c4be00e845af6f09c00882b79d5823.tar.gz
gentoo-2-04bb4a5602c4be00e845af6f09c00882b79d5823.tar.bz2
gentoo-2-04bb4a5602c4be00e845af6f09c00882b79d5823.zip
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r--sys-apps/gawk/ChangeLog5
-rw-r--r--sys-apps/gawk/gawk-4.0.1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/gawk/ChangeLog b/sys-apps/gawk/ChangeLog
index d56603c791c8..2f74253d345c 100644
--- a/sys-apps/gawk/ChangeLog
+++ b/sys-apps/gawk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/gawk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.147 2012/07/01 18:07:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.148 2012/08/19 22:54:50 ottxor Exp $
+
+ 19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> gawk-4.0.1.ebuild:
+ added prefix keywords
01 Jul 2012; Raúl Porcel <armin76@gentoo.org> gawk-4.0.0.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #413117
diff --git a/sys-apps/gawk/gawk-4.0.1.ebuild b/sys-apps/gawk/gawk-4.0.1.ebuild
index 67bef381bbc8..abedd508785b 100644
--- a/sys-apps/gawk/gawk-4.0.1.ebuild
+++ b/sys-apps/gawk/gawk-4.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.1.ebuild,v 1.2 2012/04/26 15:09:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.1.ebuild,v 1.3 2012/08/19 22:54:50 ottxor Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls readline"
# older gawk's provided shared lib for baselayout-1
@@ -43,7 +43,7 @@ src_install() {
# Keep important gawk in /bin
if use userland_GNU ; then
dodir /bin
- mv "${D}"/usr/bin/gawk "${D}"/bin/ || die
+ mv "${ED}"/usr/bin/gawk "${ED}"/bin/ || die
dosym /bin/gawk /usr/bin/gawk
# Provide canonical `awk`
@@ -55,7 +55,7 @@ src_install() {
# Install headers
insinto /usr/include/awk
doins *.h || die
- rm "${D}"/usr/include/awk/config.h || die
+ rm "${ED}"/usr/include/awk/config.h || die
dodoc AUTHORS ChangeLog FUTURES LIMITATIONS NEWS PROBLEMS POSIX.STD README README_d/*.*
for x in */ChangeLog ; do