From e27af0e4bf49753e666c37f10dab64d088311684 Mon Sep 17 00:00:00 2001 From: Joe McCann Date: Thu, 16 Dec 2004 06:24:41 +0000 Subject: Fix for libtool issue, see bug 74572 --- app-text/gtkspell/ChangeLog | 6 +++++- app-text/gtkspell/Manifest | 6 +++--- app-text/gtkspell/gtkspell-2.0.4-r1.ebuild | 5 +++-- app-text/gtkspell/gtkspell-2.0.4.ebuild | 5 +++-- 4 files changed, 14 insertions(+), 8 deletions(-) (limited to 'app-text') diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index d98194a113a7..63ff285a8ee2 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.30 2004/11/15 19:59:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.31 2004/12/16 06:24:41 joem Exp $ + + 16 Dec 2004; Joe McCann gtkspell-2.0.4-r1.ebuild, + gtkspell-2.0.4.ebuild: + Fix for libtool issue, see bug 74572 15 Nov 2004; Markus Rothe gtkspell-2.0.4-r1.ebuild: Marked ~ppc64; bug #58170 diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index 002c3ddafa70..00de21f8c869 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,8 +1,8 @@ -MD5 77e0455b542cb8f82397c81d6ba1dbeb ChangeLog 3540 +MD5 92ec2c18f0d3ad18bff81eaa495057a4 ChangeLog 3672 MD5 df695a70ce00704eb93574f3576694ca gtkspell-2.0.2.ebuild 656 -MD5 f847110ae3a3ce60e92864415c129927 gtkspell-2.0.4-r1.ebuild 1103 -MD5 f8b6a93ac61b88ab84781441a7c95102 gtkspell-2.0.4.ebuild 1021 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 ce4383dac4f452e56c03a1d7ae7323fd gtkspell-2.0.4-r1.ebuild 1164 +MD5 801d0b8c571cf23f5935908056aeb182 gtkspell-2.0.4.ebuild 1081 MD5 776dac4f06c10cd4d6030bb0227604ca files/digest-gtkspell-2.0.2 66 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4 66 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4-r1 66 diff --git a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild index 0cf9303519bd..69f08705b149 100644 --- a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.14 2004/11/15 19:59:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.15 2004/12/16 06:24:41 joem Exp $ -inherit eutils +inherit libtool eutils DESCRIPTION="Spell checking widget for GTK2" HOMEPAGE="http://gtkspell.sourceforge.net/" @@ -25,6 +25,7 @@ src_unpack() { # fix the config script's gtkdoc check (bug #16997) cd ${S} + libtoolize --copy --force # See bug #73563, comment #9 sed -i "s:GTKDOC=true::" configure # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild index df5cc79cb143..5a4ea5257f27 100644 --- a/app-text/gtkspell/gtkspell-2.0.4.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.15 2004/06/24 22:38:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.16 2004/12/16 06:24:41 joem Exp $ -inherit eutils +inherit libtool eutils DESCRIPTION="spell library for GTK2" HOMEPAGE="http://gtkspell.sourceforge.net/" @@ -22,6 +22,7 @@ src_unpack() { # fix the config script's gtkdoc check (bug #16997) cd ${S} + libtoolize --copy --force # See bug #73563, comment #9 sed -i "s:GTKDOC=true::" configure # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook -- cgit v1.2.3-65-gdbad