diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-28 15:54:42 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-28 15:54:42 +0000 |
commit | e5c5b20bb47f33854d496b46b40dd0849f8c821b (patch) | |
tree | 0fa217ef48f86dd48a1b9a6f7b09ab13f99977c9 /x11-themes | |
parent | Stable for HPPA (bug #456476). (diff) | |
download | gentoo-2-e5c5b20bb47f33854d496b46b40dd0849f8c821b.tar.gz gentoo-2-e5c5b20bb47f33854d496b46b40dd0849f8c821b.tar.bz2 gentoo-2-e5c5b20bb47f33854d496b46b40dd0849f8c821b.zip |
switched to virtual/awk (bug #455692)
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/wm-icons/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-themes/wm-icons/ChangeLog b/x11-themes/wm-icons/ChangeLog index 87519efabdcb..d58ca4f7ba32 100644 --- a/x11-themes/wm-icons/ChangeLog +++ b/x11-themes/wm-icons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/wm-icons -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.21 2007/03/09 21:04:11 anant Exp $ +# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.22 2013/02/28 15:54:42 ottxor Exp $ + + 28 Feb 2013; Christoph Junghans <ottxor@gentoo.org> wm-icons-0.4.0.ebuild, + wm-icons-0.4.0_pre1-r1.ebuild: + switched to virtual/awk (bug #455692) *wm-icons-0.4.0 (08 Mar 2007) @@ -70,4 +74,3 @@ 01 Sep 2003; Tavis Ormandy <taviso@gentoo.org> wm-icons-0.3.0.ebuild, wm-icons-0.4.0_pre1.ebuild: initial import, 0.4.0_pre1 contains the aquafusion icon set - diff --git a/x11-themes/wm-icons/wm-icons-0.4.0.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0.ebuild index 7ad7455a67e1..a8a2cfe45e8c 100644 --- a/x11-themes/wm-icons/wm-icons-0.4.0.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0.ebuild,v 1.2 2010/02/24 14:18:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0.ebuild,v 1.3 2013/02/28 15:54:42 ottxor Exp $ DESCRIPTION="A Large Assortment of Beutiful Themed Icons, Created with FVWM in mind" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND="sys-apps/gawk dev-lang/perl" +RDEPEND="virtual/awk dev-lang/perl" DEPEND="${RDEPEND} sys-devel/autoconf sys-devel/automake sys-apps/sed" src_compile() { diff --git a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild index 5be49b6f7539..9ee5e933c749 100644 --- a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild,v 1.14 2010/02/24 14:18:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild,v 1.15 2013/02/28 15:54:42 ottxor Exp $ inherit autotools @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 x86" IUSE="" -RDEPEND="sys-apps/gawk dev-lang/perl" +RDEPEND="virtual/awk dev-lang/perl" S=${WORKDIR}/wm-icons |