diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-03-02 22:38:53 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-03-02 22:38:53 +0000 |
commit | 0015cc328491df25ac22039181f25ffcf8f36d93 (patch) | |
tree | f8c0b6a51d60a4a467d40e9b842ba48b203f97e1 /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-0015cc328491df25ac22039181f25ffcf8f36d93.tar.gz gentoo-2-0015cc328491df25ac22039181f25ffcf8f36d93.tar.bz2 gentoo-2-0015cc328491df25ac22039181f25ffcf8f36d93.zip |
switched to virtual/awk (bug #455658)
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/wiggle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/wiggle/wiggle-0.8-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/wiggle/wiggle-0.9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/wiggle/ChangeLog b/dev-util/wiggle/ChangeLog index e313afff8d12..87a674e4e079 100644 --- a/dev-util/wiggle/ChangeLog +++ b/dev-util/wiggle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/wiggle -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/ChangeLog,v 1.29 2012/10/24 12:17:20 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/ChangeLog,v 1.30 2013/03/02 22:38:53 ottxor Exp $ + + 02 Mar 2013; Christoph Junghans <ottxor@gentoo.org> wiggle-0.8-r1.ebuild, + wiggle-0.9.ebuild: + switched to virtual/awk (bug #455658) 24 Oct 2012; Anthony G. Basile <blueness@gentoo.org> wiggle-0.9.ebuild: stable ppc, bug #429068 diff --git a/dev-util/wiggle/wiggle-0.8-r1.ebuild b/dev-util/wiggle/wiggle-0.8-r1.ebuild index 5d93f2e0927d..c6f5a6624f7b 100644 --- a/dev-util/wiggle/wiggle-0.8-r1.ebuild +++ b/dev-util/wiggle/wiggle-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/wiggle-0.8-r1.ebuild,v 1.4 2012/02/16 18:40:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/wiggle-0.8-r1.ebuild,v 1.5 2013/03/02 22:38:53 ottxor Exp $ EAPI=3 @@ -22,7 +22,7 @@ RDEPEND="dev-util/diffstat dev-util/patchutils sys-apps/diffutils sys-apps/findutils - sys-apps/gawk + virtual/awk sys-apps/grep sys-apps/less sys-apps/sed diff --git a/dev-util/wiggle/wiggle-0.9.ebuild b/dev-util/wiggle/wiggle-0.9.ebuild index 67a722656dfc..2a26595c82c0 100644 --- a/dev-util/wiggle/wiggle-0.9.ebuild +++ b/dev-util/wiggle/wiggle-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/wiggle-0.9.ebuild,v 1.4 2012/10/24 12:17:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wiggle/wiggle-0.9.ebuild,v 1.5 2013/03/02 22:38:53 ottxor Exp $ EAPI=4 @@ -23,7 +23,7 @@ RDEPEND=" dev-util/patchutils sys-apps/diffutils sys-apps/findutils - sys-apps/gawk + virtual/awk sys-apps/grep sys-apps/less sys-apps/sed |