diff options
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/Manifest | 5 | ||||
-rw-r--r-- | app-text/gtkspell/files/gtkspell-2.0.4-docbookx.patch | 11 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 6 |
4 files changed, 24 insertions, 4 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 9d531e09ca00..350c95a8ed4a 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.15 2003/06/30 18:50:51 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.16 2003/07/02 09:43:09 liquidx Exp $ + + 02 Jul 2003; Alastair Tse <liquidx@gentoo.org> gtkspell-2.0.4.ebuild, + files/gtkspell-2.0.4-docbookx.patch: + make docs use dtd 4.1.2 to workaround missing docbook-4.2 xml dtd 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> gtkspell-2.0.4.ebuild: set ppc in keywords diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index 3de8849ed975..20ec650d3852 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,7 +1,8 @@ -MD5 eb3574cfaae8465420437860179d324e ChangeLog 1916 +MD5 8b15276eba1e52a31039c4464b422490 ChangeLog 2092 MD5 19a46d738f61b3168504b2059f9453ba gtkspell-2.0.0-r1.ebuild 670 MD5 a732b61023abdc8200ed394a03760d43 gtkspell-2.0.2.ebuild 664 -MD5 0876872b0c614d6467ae5f6969de9ba1 gtkspell-2.0.4.ebuild 965 +MD5 0e84a55fd986270b38743f673cddd34a gtkspell-2.0.4.ebuild 1067 MD5 6dfdf5c869d5b3381077e134fce58544 files/digest-gtkspell-2.0.0-r1 66 MD5 776dac4f06c10cd4d6030bb0227604ca files/digest-gtkspell-2.0.2 66 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4 66 +MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582 diff --git a/app-text/gtkspell/files/gtkspell-2.0.4-docbookx.patch b/app-text/gtkspell/files/gtkspell-2.0.4-docbookx.patch new file mode 100644 index 000000000000..10010e2d1eca --- /dev/null +++ b/app-text/gtkspell/files/gtkspell-2.0.4-docbookx.patch @@ -0,0 +1,11 @@ +--- gtkspell-2.0.4/docs/gtkspell-docs.sgml 2002-12-17 09:41:08.000000000 +0000 ++++ gtkspell-2.0.4/docs/gtkspell-docs.sgml 2003-07-02 10:23:04.000000000 +0100 +@@ -1,6 +1,6 @@ + <?xml version="1.0"?> +-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ ++<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" ++ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + <!ENTITY gtkspell-gtkspell SYSTEM "xml/gtkspell.xml"> + <!ENTITY gtkspell-tutorial SYSTEM "tutorial.sgml"> + ]> diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild index 43c54ae45524..5b1bdafdb5a4 100644 --- a/app-text/gtkspell/gtkspell-2.0.4.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.6 2003/06/30 18:50:53 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.7 2003/07/02 09:43:09 liquidx Exp $ DESCRIPTION="spell library for GTK2" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" @@ -23,6 +23,10 @@ src_unpack() { mv configure configure.old sed -e "s:GTKDOC=true::" configure.old > configure chmod +x configure + + # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook + epatch ${FILESDIR}/${P}-docbookx.patch + } src_compile() { |