diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-14 20:57:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-14 20:57:26 +0000 |
commit | 68f9a83375d28806d894f107e0dfdfbfa686b6b4 (patch) | |
tree | f983c969b8172af80c2fd412d601612a8c34240a /app-office | |
parent | Switch to git-r3. (diff) | |
download | gentoo-2-68f9a83375d28806d894f107e0dfdfbfa686b6b4.tar.gz gentoo-2-68f9a83375d28806d894f107e0dfdfbfa686b6b4.tar.bz2 gentoo-2-68f9a83375d28806d894f107e0dfdfbfa686b6b4.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
5 files changed, 80 insertions, 3 deletions
diff --git a/app-office/abiword-docs/ChangeLog b/app-office/abiword-docs/ChangeLog index 5b2d8a689c97..a0b3af00fba8 100644 --- a/app-office/abiword-docs/ChangeLog +++ b/app-office/abiword-docs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/abiword-docs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-docs/ChangeLog,v 1.3 2011/07/23 15:31:28 tomka Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-docs/ChangeLog,v 1.4 2013/10/14 20:57:26 pacho Exp $ + +*abiword-docs-3.0.0 (14 Oct 2013) + + 14 Oct 2013; Pacho Ramos <pacho@gentoo.org> +abiword-docs-3.0.0.ebuild, + +files/abiword-docs-3.0.0-doc1.patch, +files/abiword-docs-3.0.0-doc2.patch, + +files/abiword-docs-3.0.0-doc3.patch: + Version bump 23 Jul 2011; Thomas Kahle <tomka@gentoo.org> abiword-docs-2.8.6.ebuild: ~x86 per bug 372185 @@ -14,4 +21,3 @@ +metadata.xml: Add abiword-docs package that was splitted from abiword sometime ago by upstream. This also fixes that old bug #149765 (by Benno Schulenberg). - diff --git a/app-office/abiword-docs/abiword-docs-3.0.0.ebuild b/app-office/abiword-docs/abiword-docs-3.0.0.ebuild new file mode 100644 index 000000000000..78347ed01f00 --- /dev/null +++ b/app-office/abiword-docs/abiword-docs-3.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-docs/abiword-docs-3.0.0.ebuild,v 1.1 2013/10/14 20:57:26 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Fully featured yet light and fast cross platform word processor documentation" +HOMEPAGE="http://www.abisource.com/" +SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-office/abiword-${PV}" +DEPEND="${RDEPEND}" + +src_prepare() { + # http://bugzilla.abisource.com/show_bug.cgi?id=13564 + epatch "${FILESDIR}"/${PN}-3.0.0-doc{1,2,3}.patch + gnome2_src_prepare +} diff --git a/app-office/abiword-docs/files/abiword-docs-3.0.0-doc1.patch b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc1.patch new file mode 100644 index 000000000000..02fdf3c98858 --- /dev/null +++ b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc1.patch @@ -0,0 +1,15 @@ +--- ABW/pl-PL/Makefile.in~ 2013-01-23 20:26:45.912523261 +0000 ++++ ABW/pl-PL/Makefile.in 2013-01-23 20:26:45.929523455 +0000 +@@ -196,11 +196,10 @@ + SUBDIRS = \ + howto \ + info \ +- interface \ + plugins \ + problems \ + tutorial +- ++# interface \ + helpdir = $(ABIWORD_EXTRAS_PKGDATADIR)/help/pl-PL + cssdir = $(helpdir) + css_DATA = \ diff --git a/app-office/abiword-docs/files/abiword-docs-3.0.0-doc2.patch b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc2.patch new file mode 100644 index 000000000000..a248c77f03f3 --- /dev/null +++ b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc2.patch @@ -0,0 +1,15 @@ +--- ABW/fr-FR/Makefile.in~ 2013-01-23 20:43:26.754948930 +0000 ++++ ABW/fr-FR/Makefile.in 2013-01-23 20:43:26.774948255 +0000 +@@ -196,11 +196,10 @@ + SUBDIRS = \ + howto \ + info \ +- interface \ + plugins \ + problems \ + tutorial +- ++# interface \ + helpdir = $(ABIWORD_EXTRAS_PKGDATADIR)/help/fr-FR + cssdir = $(helpdir) + css_DATA = \ diff --git a/app-office/abiword-docs/files/abiword-docs-3.0.0-doc3.patch b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc3.patch new file mode 100644 index 000000000000..4067791755a7 --- /dev/null +++ b/app-office/abiword-docs/files/abiword-docs-3.0.0-doc3.patch @@ -0,0 +1,15 @@ +--- ABW/en-US/Makefile.in~ 2013-01-23 19:50:38.980920560 +0000 ++++ ABW/en-US/Makefile.in 2013-01-23 19:50:38.998920705 +0000 +@@ -196,11 +196,10 @@ + SUBDIRS = \ + howto \ + info \ +- interface \ + plugins \ + problems \ + tutorial +- ++# interface \ + helpdir = $(ABIWORD_EXTRAS_PKGDATADIR)/help/en-US + cssdir = $(helpdir) + css_DATA = \ |