summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2005-10-29 04:51:40 +0000
committerJoe McCann <joem@gentoo.org>2005-10-29 04:51:40 +0000
commit67909069042b65237367c6338ccae75142a2413f (patch)
tree18a29dcc403b0c9357bda538f3db67505f4c221f /x11-libs/goffice
parentcairo local use for goffice (diff)
downloadgentoo-2-67909069042b65237367c6338ccae75142a2413f.tar.gz
gentoo-2-67909069042b65237367c6338ccae75142a2413f.tar.bz2
gentoo-2-67909069042b65237367c6338ccae75142a2413f.zip
First release of goffice. GOffice is a library of document-centric objects and utilities building on top of GLib and Gtk+ and used by software such as Gnumeric.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-libs/goffice')
-rw-r--r--x11-libs/goffice/ChangeLog11
-rw-r--r--x11-libs/goffice/Manifest4
-rw-r--r--x11-libs/goffice/files/digest-goffice-0.1.01
-rw-r--r--x11-libs/goffice/goffice-0.1.0.ebuild44
-rw-r--r--x11-libs/goffice/metadata.xml14
5 files changed, 74 insertions, 0 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
new file mode 100644
index 000000000000..39f8c2edbd24
--- /dev/null
+++ b/x11-libs/goffice/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-libs/goffice
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.1 2005/10/29 04:51:40 joem Exp $
+
+*goffice-0.1.0 (29 Oct 2005)
+
+ 29 Oct 2005; Joe McCann <joem@gentoo.org> +goffice-0.1.0.ebuild:
+ First release of goffice. GOffice is a library of document-centric objects
+ and utilities building on top of GLib and Gtk+ and used by software such as
+ Gnumeric.
+
diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
new file mode 100644
index 000000000000..52f41205de81
--- /dev/null
+++ b/x11-libs/goffice/Manifest
@@ -0,0 +1,4 @@
+MD5 7c34997d3575848b02920665423698f7 ChangeLog 382
+MD5 0d5535797dbf42513d9f390cdb6d31f0 files/digest-goffice-0.1.0 67
+MD5 416c27ce7f54ac35e2817b8603684d88 goffice-0.1.0.ebuild 1248
+MD5 9223ce07181892826a7663eb673f91f3 metadata.xml 436
diff --git a/x11-libs/goffice/files/digest-goffice-0.1.0 b/x11-libs/goffice/files/digest-goffice-0.1.0
new file mode 100644
index 000000000000..f2778254030f
--- /dev/null
+++ b/x11-libs/goffice/files/digest-goffice-0.1.0
@@ -0,0 +1 @@
+MD5 4f7b6c97bc745d4644072d86d5b90216 goffice-0.1.0.tar.bz2 1408047
diff --git a/x11-libs/goffice/goffice-0.1.0.ebuild b/x11-libs/goffice/goffice-0.1.0.ebuild
new file mode 100644
index 000000000000..2cb913b97bb0
--- /dev/null
+++ b/x11-libs/goffice/goffice-0.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.1.0.ebuild,v 1.1 2005/10/29 04:51:40 joem Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="GOffice is a library of document-centric objects and utilities
+building on top of GLib and Gtk+ and used by software such as Gnumeric."
+HOMEPAGE="http://freshmeat.net/projects/goffice/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+#cairo support broken and -gtk broken
+
+RDEPEND=">=dev-libs/glib-2.6.3
+ >=gnome-extra/libgsf-1.13.1
+ >=dev-libs/libxml2-2.4.12
+ >=x11-libs/pango-1.8.2
+ >=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2.3.6
+ >=gnome-base/libgnomeprint-2.8.2
+ >=media-libs/libart_lgpl-2.3.11
+ gnome? ( >=gnome-base/gconf-2
+ >=gnome-base/libgnomeui-2 )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.29"
+
+pkg_setup() {
+ if use gnome && ! built_with_use gnome-extra/libgsf gnome; then
+ eerror "Please rebuild gnome-extra/libgsf with gnome support enabled"
+ eerror "USE=\"gnome\" emerge gnome-extra/libgsf"
+ eerror "or add \"gnome\" to your USE string in /etc/make.conf"
+ die "No Gnome support found in libgsf"
+ fi
+}
+
+G2CONF="${G2CONF} $(use_with gnome)"
+USE_DESTDIR="1"
+
+DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL MAINTAINERS NEWS README"
diff --git a/x11-libs/goffice/metadata.xml b/x11-libs/goffice/metadata.xml
new file mode 100644
index 000000000000..45d551fcefb0
--- /dev/null
+++ b/x11-libs/goffice/metadata.xml
@@ -0,0 +1,14 @@
+<?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">
+ GOffice is a library of document-centric objects and utilities building
+ on top of GLib and Gtk+ and used by software such as Gnumeric.
+ </longdescription>
+</pkgmetadata>
+