summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2005-10-30 02:28:29 +0000
committerJoe McCann <joem@gentoo.org>2005-10-30 02:28:29 +0000
commit7f8d71f49df666f7451e6081ea9cdd0340d0733c (patch)
tree47300c9e7f3b2679a30532b0990cce1e9dd72f78 /app-office/abiword-plugins
parent2 new local flags for abiword-plugins (diff)
downloadhistorical-7f8d71f49df666f7451e6081ea9cdd0340d0733c.tar.gz
historical-7f8d71f49df666f7451e6081ea9cdd0340d0733c.tar.bz2
historical-7f8d71f49df666f7451e6081ea9cdd0340d0733c.zip
New package of plugins for abiword
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-office/abiword-plugins')
-rw-r--r--app-office/abiword-plugins/ChangeLog11
-rw-r--r--app-office/abiword-plugins/abiword-plugins-2.4.1.ebuild52
-rw-r--r--app-office/abiword-plugins/files/digest-abiword-plugins-2.4.11
-rw-r--r--app-office/abiword-plugins/metadata.xml12
4 files changed, 76 insertions, 0 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog
new file mode 100644
index 000000000000..483dd9fad25d
--- /dev/null
+++ b/app-office/abiword-plugins/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-office/abiword-plugins
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.1 2005/10/30 02:28:29 joem Exp $
+
+*abiword-plugins-2.4.1 (30 Oct 2005)
+
+ 30 Oct 2005; Joe McCann <joem@gentoo.org> +metadata.xml,
+ +abiword-plugins-2.4.1.ebuild:
+ This is a collection of plugins for abiword that was split out of the main
+ build
+
diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.1.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.1.ebuild
new file mode 100644
index 000000000000..217e9d03f583
--- /dev/null
+++ b/app-office/abiword-plugins/abiword-plugins-2.4.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.1.ebuild,v 1.1 2005/10/30 02:28:29 joem Exp $
+
+DESCRIPTION="Set of plugins for abiword"
+HOMEPAGE="http://www.abisource.com/"
+SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/abiword-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome grammar jpeg math svg libgda"
+S=${WORKDIR}/abiword-${PV}/${PN}
+
+RDEPEND="=app-office/abiword-${PV}
+ >=app-text/aiksaurus-1.2
+ virtual/xft
+ >=media-libs/fontconfig-2.1
+ >=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=gnome-base/libglade-2
+ grammar? ( >=dev-libs/link-grammar-4.1.3 )
+ math? ( >=x11-libs/gtkmathview-0.7.5 )
+ gnome? ( >=x11-libs/goffice-0.1.0 )
+ libgda? ( >=gnome-extra/libgda-1.2 )
+ jpeg? ( >=media-libs/jpeg-6b-r2 )
+ svg? ( >=gnome-base/librsvg-2.9.5 )
+ !<app-office/abiword-2.4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+
+ econf \
+ --enable-all \
+ --with-abiword=${WORKDIR}/abiword-${PV}/abi \
+ `use_with grammar abigrammar` \
+ `use_with math abimathview` \
+ `use_with gnome abigochart` \
+ `use_with svg librsvg` \
+ `use_with jpeg` \
+ `use_with libgda gda` \
+ --without-ImageMagick || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog README
+}
diff --git a/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1 b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1
new file mode 100644
index 000000000000..5a69f901f132
--- /dev/null
+++ b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.1
@@ -0,0 +1 @@
+MD5 03d47aad66c4c9f9d329e3538de97dcd abiword-2.4.1.tar.bz2 24630989
diff --git a/app-office/abiword-plugins/metadata.xml b/app-office/abiword-plugins/metadata.xml
new file mode 100644
index 000000000000..a475a716fe9f
--- /dev/null
+++ b/app-office/abiword-plugins/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <maintainer>
+ <email>joem@gentoo.org</email>
+ <name>Joe McCann</name>
+ </maintainer>
+ <longdescription lang="en">Set of plugins for the abiword word processor
+ </longdescription>
+</pkgmetadata>
+