diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-26 13:53:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-26 13:53:31 +0000 |
commit | 70ff85ea7e87a0c31ac2f08bf2b5914d91e159f9 (patch) | |
tree | 2d7e58fa50d0b934efc02df7f3aa3ace9ddc007d /app-office | |
parent | Stable on amd64 wrt bug #269123 (diff) | |
download | historical-70ff85ea7e87a0c31ac2f08bf2b5914d91e159f9.tar.gz historical-70ff85ea7e87a0c31ac2f08bf2b5914d91e159f9.tar.bz2 historical-70ff85ea7e87a0c31ac2f08bf2b5914d91e159f9.zip |
Add abiword-docs package that was splitted from abiword sometime ago by upstream. This also fixes that old bug #149765 (by Benno Schulenberg).
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword-docs/ChangeLog | 11 | ||||
-rw-r--r-- | app-office/abiword-docs/abiword-docs-2.8.6.ebuild | 20 | ||||
-rw-r--r-- | app-office/abiword-docs/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/app-office/abiword-docs/ChangeLog b/app-office/abiword-docs/ChangeLog new file mode 100644 index 000000000000..c4b2eebefc3a --- /dev/null +++ b/app-office/abiword-docs/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2011/01/26 13:53:31 pacho Exp $ + +*abiword-docs-2.8.6 (26 Jan 2011) + + 26 Jan 2011; Pacho Ramos <pacho@gentoo.org> +abiword-docs-2.8.6.ebuild, + +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-2.8.6.ebuild b/app-office/abiword-docs/abiword-docs-2.8.6.ebuild new file mode 100644 index 000000000000..e8f4c3484a75 --- /dev/null +++ b/app-office/abiword-docs/abiword-docs-2.8.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-docs/abiword-docs-2.8.6.ebuild,v 1.1 2011/01/26 13:53:31 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Fully featured yet light and fast cross platform word processor" +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" +IUSE="" + +RDEPEND=">=app-office/abiword-${PV}" +DEPEND="${RDEPEND}" diff --git a/app-office/abiword-docs/metadata.xml b/app-office/abiword-docs/metadata.xml new file mode 100644 index 000000000000..669f23da60ac --- /dev/null +++ b/app-office/abiword-docs/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome-office</herd> +</pkgmetadata> |