summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-libs/goffice/ChangeLog9
-rw-r--r--x11-libs/goffice/files/digest-goffice-0.2.03
-rw-r--r--x11-libs/goffice/files/digest-goffice-0.4.33
-rw-r--r--x11-libs/goffice/goffice-0.2.0.ebuild55
-rw-r--r--x11-libs/goffice/goffice-0.2.1.ebuild6
-rw-r--r--x11-libs/goffice/goffice-0.4.3.ebuild69
6 files changed, 83 insertions, 62 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
index 7469bf5064e3..f9547f3f2c0b 100644
--- a/x11-libs/goffice/ChangeLog
+++ b/x11-libs/goffice/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.21 2007/02/21 23:55:55 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.22 2007/12/10 23:11:21 eva Exp $
+
+*goffice-0.4.3 (09 Dec 2007)
+
+ 09 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org> -goffice-0.2.0.ebuild,
+ goffice-0.2.1.ebuild, +goffice-0.4.3.ebuild:
+ add version 0.4.3 to fix bug #156984 and bug #198385, slot ebuilds and remove
+ older 0.2.0 release
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-libs/goffice/files/digest-goffice-0.2.0 b/x11-libs/goffice/files/digest-goffice-0.2.0
deleted file mode 100644
index 5805d3c8b54e..000000000000
--- a/x11-libs/goffice/files/digest-goffice-0.2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e1f60fc9822813c6c3f20296e54928bf goffice-0.2.0.tar.bz2 1414147
-RMD160 39e304ca54f05f76b9517c8ee4fe62d8e1d2889d goffice-0.2.0.tar.bz2 1414147
-SHA256 61449a89dc9d174101676b8e0598920fca6e2e1df266b568f0c9730176dbb807 goffice-0.2.0.tar.bz2 1414147
diff --git a/x11-libs/goffice/files/digest-goffice-0.4.3 b/x11-libs/goffice/files/digest-goffice-0.4.3
new file mode 100644
index 000000000000..9b7e0a5f5108
--- /dev/null
+++ b/x11-libs/goffice/files/digest-goffice-0.4.3
@@ -0,0 +1,3 @@
+MD5 f299e3a469e11609910d72d007420aa7 goffice-0.4.3.tar.bz2 1767305
+RMD160 d79696c53f34f33ab9546db49046ce4b6ec4478b goffice-0.4.3.tar.bz2 1767305
+SHA256 1687a01596888093b23a2c835e8c0c62af79d572fa3dfbf79b22625d056debba goffice-0.4.3.tar.bz2 1767305
diff --git a/x11-libs/goffice/goffice-0.2.0.ebuild b/x11-libs/goffice/goffice-0.2.0.ebuild
deleted file mode 100644
index b0471fa6c61c..000000000000
--- a/x11-libs/goffice/goffice-0.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.2.0.ebuild,v 1.2 2006/05/10 18:51:31 gustavoz Exp $
-
-inherit eutils gnome2 flag-o-matic
-
-DESCRIPTION="A library of document-centric objects and utilities"
-HOMEPAGE="http://freshmeat.net/projects/goffice/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gnome"
-#cairo support broken and -gtk broken
-
-RDEPEND=">=dev-libs/glib-2.6.3
- >=gnome-extra/libgsf-1.13.3
- >=dev-libs/libxml2-2.4.12
- >=x11-libs/pango-1.8.1
- >=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-0.9
- >=dev-util/intltool-0.28"
-
-DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="$(use_with gnome)"
-
- 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
-}
-
-src_compile() {
- filter-flags -ffast-math
- gnome2_src_compile
-}
-
-pkg_postinst() {
- ewarn "You must recompile all packages that are linked against"
- ewarn "goffice-0.1.* by using revdep-rebuild from gentoolkit:"
- ewarn "# revdep-rebuild --library libgoffice-1.so.1"
-}
diff --git a/x11-libs/goffice/goffice-0.2.1.ebuild b/x11-libs/goffice/goffice-0.2.1.ebuild
index 379dc3b7fd1d..d50412c22936 100644
--- a/x11-libs/goffice/goffice-0.2.1.ebuild
+++ b/x11-libs/goffice/goffice-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.2.1.ebuild,v 1.8 2006/10/14 17:11:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.2.1.ebuild,v 1.9 2007/12/10 23:11:21 eva Exp $
inherit eutils gnome2 flag-o-matic
@@ -8,7 +8,7 @@ DESCRIPTION="A library of document-centric objects and utilities"
HOMEPAGE="http://freshmeat.net/projects/goffice/"
LICENSE="GPL-2"
-SLOT="0"
+SLOT="0.2"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="gnome"
#cairo support broken and -gtk broken
diff --git a/x11-libs/goffice/goffice-0.4.3.ebuild b/x11-libs/goffice/goffice-0.4.3.ebuild
new file mode 100644
index 000000000000..53c856711a1f
--- /dev/null
+++ b/x11-libs/goffice/goffice-0.4.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.4.3.ebuild,v 1.1 2007/12/10 23:11:21 eva Exp $
+
+inherit eutils gnome2 flag-o-matic
+
+DESCRIPTION="A library of document-centric objects and utilities"
+HOMEPAGE="http://freshmeat.net/projects/goffice/"
+
+LICENSE="GPL-2"
+SLOT="0.4"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc gnome"
+#cairo support broken and -gtk broken
+
+RDEPEND=">=dev-libs/glib-2.8.0
+ >=gnome-extra/libgsf-1.13.3
+ >=dev-libs/libxml2-2.4.12
+ >=x11-libs/pango-1.8.1
+ >=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2.3.6
+ >=gnome-base/libgnomeprint-2.8.2
+ >=media-libs/libart_lgpl-2.3.11
+ >=x11-libs/cairo-1.2
+ gnome? (
+ >=gnome-base/gconf-2
+ >=gnome-base/libgnomeui-2 )
+ dev-libs/libpcre"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.18
+ >=dev-util/intltool-0.28
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_with gnome)"
+
+ 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
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # fix tests
+ echo "goffice/component/go-component-factory.c" >> po/POTFILES.in
+ echo "goffice/graph/gog-graph-prefs.glade" >> po/POTFILES.in
+ echo "goffice/graph/gog-renderer-cairo.c" >> po/POTFILES.in
+ echo "goffice/graph/gog-series-prefs.glade" >> po/POTFILES.in
+ echo "goffice/graph/gog-smoothed-curve.c" >> po/POTFILES.in
+ echo "goffice/graph/gog-trend-line.c" >> po/POTFILES.in
+ echo "goffice/gtk/go-color-selector.c" >> po/POTFILES.in
+ echo "goffice/gtk/go-image-save-dialog-extra.glade" >> po/POTFILES.in
+ echo "goffice/gtk/go-palette.c" >> po/POTFILES.in
+ echo "plugins/plot_boxes/gog-histogram.c" >> po/POTFILES.in
+ echo "plugins/reg_linear/gog-power-reg.c" >> po/POTFILES.in
+}
+
+src_compile() {
+ filter-flags -ffast-math
+ gnome2_src_compile
+}
+