diff options
author | 2004-04-02 07:58:56 +0000 | |
---|---|---|
committer | 2004-04-02 07:58:56 +0000 | |
commit | f8ef6d318153a674ffe892cf9566582471beb9ad (patch) | |
tree | 3f5d6a0e914cc89e01ed58d12735e48a8a3fd6b9 /gnome-extra | |
parent | Ximian rereleased the tarball so we have to fix the digest (diff) | |
download | gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.tar.gz gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.tar.bz2 gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.zip |
Added patch to fix gtk-doc issues. Closes bug #46275.
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgnomedb/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch | 32 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild | 4 |
6 files changed, 46 insertions, 8 deletions
diff --git a/gnome-extra/libgnomedb/ChangeLog b/gnome-extra/libgnomedb/ChangeLog index 2dd1cb11b69d..052e0d0642d3 100644 --- a/gnome-extra/libgnomedb/ChangeLog +++ b/gnome-extra/libgnomedb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgnomedb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.18 2004/02/17 20:04:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.19 2004/04/02 07:58:56 leonardop Exp $ + + 02 Apr 2004; L. Boshell <leonardop@gentoo.org> libgnomedb-1.0.3.ebuild, + files/libgnomedb-1.0.3-gtkdoc_fix.patch: + Added patch to avoid gtk-doc problems. Closes bug #46275. 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> libgnomedb-1.0.1.ebuild, libgnomedb-1.0.3.ebuild: diff --git a/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch b/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch new file mode 100644 index 000000000000..b1e4b2445cbf --- /dev/null +++ b/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch @@ -0,0 +1,32 @@ +diff -NurB libgnomedb-1.0.3-orig/doc/C/libgnomedb-docs.sgml libgnomedb-1.0.3/doc/C/libgnomedb-docs.sgml +--- libgnomedb-1.0.3-orig/doc/C/libgnomedb-docs.sgml 2004-04-02 00:59:19.000000000 -0500 ++++ libgnomedb-1.0.3/doc/C/libgnomedb-docs.sgml 2004-04-02 02:22:36.000000000 -0500 +@@ -32,7 +32,6 @@ + <!ENTITY LIBGDA "<application>libgda</application>"> + <!ENTITY LIBGNOMEDB "<application>libgnomedb</application>"> + <!ENTITY GNOME-DB "<application>GNOME-DB</application>"> +-<!ENTITY fdl-appendix SYSTEM "fdl-appendix.sgml"> + ]> + <book id="index"> + <bookinfo> +@@ -59,11 +58,10 @@ + <legalnotice id="legalnotice"> + <para> + Permission is granted to copy, distribute and/or modify this document +- under the terms of the <link linkend="fdl"><citetitle>GNU +- Free Documentation License</citetitle></link>, Version 1.1 or any later ++ under the terms of the <citetitle>GNU ++ Free Documentation License</citetitle>, Version 1.1 or any later + version published by the Free Software Foundation with no Invariant +- Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the +- license can be found in <xref linkend="fdl">. ++ Sections, no Front-Cover Texts, and no Back-Cover Texts. + </para> + <para> + Many of the names used by companies to distinguish their products and +@@ -145,5 +143,4 @@ + &libgnomedb-stock; + &libgnomedb-window; + </chapter> +- &fdl-appendix; + </book> diff --git a/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild b/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild index b76a2f238cce..b2c2e144f1f0 100644 --- a/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild,v 1.6 2004/01/06 04:09:28 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild,v 1.7 2004/04/02 07:58:56 leonardop Exp $ IUSE="" diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild index 673f6f6bdfdc..f370e6915d1d 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild,v 1.3 2003/10/08 21:50:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild,v 1.4 2004/04/02 07:58:56 leonardop Exp $ IUSE="doc" diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild index 24d241fe333c..fd53b1e8a199 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild,v 1.1 2003/12/01 14:01:58 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.2.ebuild,v 1.2 2004/04/02 07:58:56 leonardop Exp $ IUSE="doc" diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild index d21e01b1526a..7ddc92226e78 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild,v 1.3 2004/02/21 04:03:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild,v 1.4 2004/04/02 07:58:56 leonardop Exp $ inherit gnome2 @@ -30,6 +30,8 @@ src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in cd ${S}; intltoolize --force || die + # Avoid documentation problems. See bug #46275. + epatch ${FILESDIR}/${P}-gtkdoc_fix.patch } src_install() { |