diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-29 12:48:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-29 12:48:37 +0000 |
commit | c795a34b6bc9a9109318aff623f5d91731094103 (patch) | |
tree | 296a2049f536574388fcc30dbe670708c8d4c6b8 /app-text/kding | |
parent | A version bump. The new version fixes a failure when --add or --delete didn't... (diff) | |
download | gentoo-2-c795a34b6bc9a9109318aff623f5d91731094103.tar.gz gentoo-2-c795a34b6bc9a9109318aff623f5d91731094103.tar.bz2 gentoo-2-c795a34b6bc9a9109318aff623f5d91731094103.zip |
Change DTD version scheme from 4.1.2 to 4.2 wrt #338466 by Diego E. Pettenò.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kding')
-rw-r--r-- | app-text/kding/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/kding/files/kding-0.6-dtd.patch | 20 | ||||
-rw-r--r-- | app-text/kding/kding-0.6.ebuild | 6 |
3 files changed, 31 insertions, 4 deletions
diff --git a/app-text/kding/ChangeLog b/app-text/kding/ChangeLog index 5c4a42265c73..07c3e9b9f1f4 100644 --- a/app-text/kding/ChangeLog +++ b/app-text/kding/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kding -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.14 2009/11/19 09:37:28 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.15 2010/10/29 12:48:37 ssuominen Exp $ + + 29 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> kding-0.6.ebuild, + +files/kding-0.6-dtd.patch: + Change DTD version scheme from 4.1.2 to 4.2 wrt #338466 by Diego E. + Pettenò. 19 Nov 2009; Christian Faulhammer <fauli@gentoo.org> kding-0.6.ebuild: stable x86, bug 292736 diff --git a/app-text/kding/files/kding-0.6-dtd.patch b/app-text/kding/files/kding-0.6-dtd.patch new file mode 100644 index 000000000000..0f8a4d5b9343 --- /dev/null +++ b/app-text/kding/files/kding-0.6-dtd.patch @@ -0,0 +1,20 @@ +http://bugs.gentoo.org/338466 + +--- doc/de/index.docbook ++++ doc/de/index.docbook +@@ -1,5 +1,5 @@ + <?xml version="1.0" encoding="UTF-8"?> +-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ ++<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kding "<application>KDing</application>"> + <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname--> + <!ENTITY % addindex "IGNORE"> +--- doc/en/index.docbook ++++ doc/en/index.docbook +@@ -1,5 +1,5 @@ + <?xml version="1.0" ?> +-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ ++<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kding "<application>KDing</application>"> + <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname--> + <!ENTITY % addindex "IGNORE"> diff --git a/app-text/kding/kding-0.6.ebuild b/app-text/kding/kding-0.6.ebuild index f73bd200f61d..429a5bd36964 100644 --- a/app-text/kding/kding-0.6.ebuild +++ b/app-text/kding/kding-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v 1.3 2009/11/19 09:37:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v 1.4 2010/10/29 12:48:37 ssuominen Exp $ EAPI=2 KDE_LINGUAS="de" @@ -14,3 +14,5 @@ LICENSE="GPL-2" SLOT="4" KEYWORDS="amd64 x86" IUSE="debug +handbook" + +PATCHES=( "${FILESDIR}"/${P}-dtd.patch ) |