diff options
author | Joe McCann <joem@gentoo.org> | 2005-01-28 04:52:40 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-01-28 04:52:40 +0000 |
commit | 97dd334be6ddc8fe99a4f4b37ef50f185efa9f16 (patch) | |
tree | dc9dbd248c27a059692d137688f5ee7d2f3e32d8 /x11-themes | |
parent | Version bump as per bug #74481. Still masked due to apache bug #76457 (diff) | |
download | gentoo-2-97dd334be6ddc8fe99a4f4b37ef50f185efa9f16.tar.gz gentoo-2-97dd334be6ddc8fe99a4f4b37ef50f185efa9f16.tar.bz2 gentoo-2-97dd334be6ddc8fe99a4f4b37ef50f185efa9f16.zip |
fix libtool mismatch, but 79753
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-themes')
4 files changed, 12 insertions, 9 deletions
diff --git a/x11-themes/gtk-engines-mist/ChangeLog b/x11-themes/gtk-engines-mist/ChangeLog index a89f26d3075c..de59e0367c14 100644 --- a/x11-themes/gtk-engines-mist/ChangeLog +++ b/x11-themes/gtk-engines-mist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-engines-mist -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-mist/ChangeLog,v 1.10 2004/12/28 22:32:16 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-mist/ChangeLog,v 1.11 2005/01/28 04:52:40 joem Exp $ + + 27 Jan 2005; Joe McCann <joem@gentoo.org> gtk-engines-mist-0.10.ebuild: + fix libtool mismatch, but 79753 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.10.ebuild b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.10.ebuild index d84b3171d742..7daa26236efa 100644 --- a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.10.ebuild +++ b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.10.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/gtk-engines-mist/gtk-engines-mist-0.10.ebuild,v 1.10 2004/07/09 21:30:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-mist/gtk-engines-mist-0.10.ebuild,v 1.11 2005/01/28 04:52:40 joem Exp $ inherit gtk-engines2 eutils @@ -22,7 +22,7 @@ src_unpack() { unpack ${A} # patch that adds --[enable|disable]-gtk-[1|2] - liquidx@g.o (04 Oct 03) epatch ${FILESDIR}/${P}-autoconf.patch - cd ${S}; aclocal; automake; autoconf + cd ${S}; aclocal; libtoolize --copy --force; automake; autoconf } src_compile() { diff --git a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r1.ebuild b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r1.ebuild index 948bc76cc903..959bfd4260a3 100644 --- a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r1.ebuild +++ b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-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/gtk-engines-mist/gtk-engines-mist-0.8-r1.ebuild,v 1.5 2004/06/24 23:31:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r1.ebuild,v 1.6 2005/01/28 04:52:40 joem Exp $ DESCRIPTION="Mist GTK+ theme engine" SLOT="1" diff --git a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r2.ebuild b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r2.ebuild index aa72b20ae597..d9b29d2f6038 100644 --- a/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r2.ebuild +++ b/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r2.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/gtk-engines-mist/gtk-engines-mist-0.8-r2.ebuild,v 1.5 2004/06/24 23:31:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-mist/gtk-engines-mist-0.8-r2.ebuild,v 1.6 2005/01/28 04:52:40 joem Exp $ DESCRIPTION="Mist GTK+ 2 theme engine" SLOT="2" |