diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-05-13 08:53:41 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-05-13 08:53:41 +0000 |
commit | 8eeed85d71666665fb653273eaa6c5aec1caee90 (patch) | |
tree | dc92eab426cedb9f2c8d16c4b19dc58ec1ea3635 /x11-themes | |
parent | Remove dev-php/asp2php from the tree per bug #74698. (diff) | |
download | gentoo-2-8eeed85d71666665fb653273eaa6c5aec1caee90.tar.gz gentoo-2-8eeed85d71666665fb653273eaa6c5aec1caee90.tar.bz2 gentoo-2-8eeed85d71666665fb653273eaa6c5aec1caee90.zip |
fix #91764
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/wm-icons/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild | 4 |
4 files changed, 16 insertions, 8 deletions
diff --git a/x11-themes/wm-icons/ChangeLog b/x11-themes/wm-icons/ChangeLog index 5116eeaae60b..c0e42da92bbf 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.10 2004/08/08 01:09:21 slarti Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.11 2005/05/13 08:53:41 taviso Exp $ + + 13 May 2005; Tavis Ormandy <taviso@gentoo.org> + wm-icons-0.4.0_pre1-r1.ebuild: + fix #91764 08 Aug 2004; Tom Martin <slarti@gentoo.org> : Typo in DESCRIPTION: beutiful -> beautiful. Bug 59717. diff --git a/x11-themes/wm-icons/wm-icons-0.3.0.ebuild b/x11-themes/wm-icons/wm-icons-0.3.0.ebuild index 7de6f0ad2daf..be2a56384e36 100644 --- a/x11-themes/wm-icons/wm-icons-0.3.0.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.3.0.ebuild,v 1.8 2004/07/15 01:07:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.3.0.ebuild,v 1.9 2005/05/13 08:53:41 taviso Exp $ inherit gnuconfig 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 97b39164378f..a1a9ed6ffb4a 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.4 2004/07/15 01:07:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild,v 1.5 2005/05/13 08:53:41 taviso Exp $ inherit gnuconfig @@ -23,6 +23,10 @@ src_unpack() { unpack ${A} sed -i 's#$(bindir)/wm-icons-config#true#g' ${S}/Makefile.am + # duplication of bin/Makefile in configure.in #91764 + sed -i '132s/bin\/Makefile//' ${S}/configure.in + # non-portable comment bombs automake. + sed -i 's/\t#/#/' ${S}/Makefile.am gnuconfig_update } diff --git a/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild index 88cf12649b28..37b731aa3415 100644 --- a/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.ebuild,v 1.7 2004/07/15 01:07:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild,v 1.8 2005/05/13 08:53:41 taviso Exp $ inherit gnuconfig |