summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2006-01-07 07:27:32 +0000
committerJoe McCann <joem@gentoo.org>2006-01-07 07:27:32 +0000
commit609d6f2a311aa230105bec76366aed99d86438bd (patch)
tree870648351ee4241644fb907dbb943a868a95d5cb
parentModular X fix: No need for hard dep on virtual/x11, comes in through others. (diff)
downloadgentoo-2-609d6f2a311aa230105bec76366aed99d86438bd.tar.gz
gentoo-2-609d6f2a311aa230105bec76366aed99d86438bd.tar.bz2
gentoo-2-609d6f2a311aa230105bec76366aed99d86438bd.zip
new version
(Portage version: 2.1_pre3-r1)
-rw-r--r--app-office/gnumeric/ChangeLog9
-rw-r--r--app-office/gnumeric/Manifest2
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-1.6.11
-rw-r--r--app-office/gnumeric/gnumeric-1.6.1.ebuild86
4 files changed, 96 insertions, 2 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog
index 0b2cf322e4a1..059d76d40365 100644
--- a/app-office/gnumeric/ChangeLog
+++ b/app-office/gnumeric/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnumeric
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.121 2005/11/01 16:20:57 yoswink Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.122 2006/01/07 07:27:32 joem Exp $
+
+*gnumeric-1.6.1 (07 Jan 2006)
+
+ 07 Jan 2006; Joe McCann <joem@gentoo.org> +gnumeric-1.6.1.ebuild:
+ new version
01 Nov 2005; Jose Luis Rivero <yoswink@gentoo.org> gnumeric-1.6.0.ebuild:
Added ~alpha keyword wrt bug #110767
diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest
index a79620a9f76a..c8e270ff1d2d 100644
--- a/app-office/gnumeric/Manifest
+++ b/app-office/gnumeric/Manifest
@@ -2,10 +2,12 @@ MD5 4d9cea150329c4c95621976070a59227 ChangeLog 16150
MD5 2bff8e6c3d41ceae3d04783899915363 files/digest-gnumeric-1.4.3-r2 69
MD5 2bff8e6c3d41ceae3d04783899915363 files/digest-gnumeric-1.4.3-r3 69
MD5 b76afee2920aebc8fd632925765c3c70 files/digest-gnumeric-1.6.0 69
+MD5 7c673051dd023c2fd0bc25dcf86af734 files/digest-gnumeric-1.6.1 69
MD5 403a9f34b1159b636dec6156951e023d files/gnumeric-1.4.3-makejobs.patch 1591
MD5 3fab812a68d5849434ba8d7ee3ef2887 files/gnumeric-1.4.3-new_gsf_api.patch 3308
MD5 00512bbcd353d056c02b62335dfd87d1 files/gnumeric-1.4.3-pcre_int_overflow.patch 3916
MD5 05cab453a958d1d24692202747791548 gnumeric-1.4.3-r2.ebuild 2572
MD5 2644f43aa2b70a69568b5fe657d03f03 gnumeric-1.4.3-r3.ebuild 2597
MD5 e31ee656aaf8a2f6c6660d39150c358d gnumeric-1.6.0.ebuild 1981
+MD5 26cd944beb921a739f2b84062f1d3ae3 gnumeric-1.6.1.ebuild 1997
MD5 add4556f7fbed381a299100d2457069f metadata.xml 167
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.6.1 b/app-office/gnumeric/files/digest-gnumeric-1.6.1
new file mode 100644
index 000000000000..dddd5785f7b9
--- /dev/null
+++ b/app-office/gnumeric/files/digest-gnumeric-1.6.1
@@ -0,0 +1 @@
+MD5 e6f769e4e74c29ffea0305d48691fe28 gnumeric-1.6.1.tar.bz2 12529002
diff --git a/app-office/gnumeric/gnumeric-1.6.1.ebuild b/app-office/gnumeric/gnumeric-1.6.1.ebuild
new file mode 100644
index 000000000000..1267383447ac
--- /dev/null
+++ b/app-office/gnumeric/gnumeric-1.6.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.6.1.ebuild,v 1.1 2006/01/07 07:27:32 joem Exp $
+
+inherit eutils flag-o-matic gnome2
+
+DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
+HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="gnome python static"
+# bonobo libgda
+
+RDEPEND="sys-libs/zlib
+ app-arch/bzip2
+ >=dev-libs/glib-2.6
+ >=gnome-extra/libgsf-1.13.2
+ >=x11-libs/goffice-0.1.2
+ >=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
+ >=gnome-base/libgnomeprintui-2.8.2
+ >=media-libs/libart_lgpl-2.3.11
+
+ gnome? (
+ >=gnome-base/gconf-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libbonobo-2.2
+ >=gnome-base/libbonoboui-2.2 )
+ python? (
+ >=dev-lang/python-2
+ >=dev-python/pygtk-2 )"
+ # libgda? (
+ # >=gnome-extra/libgda-1.3
+ # >=gnome-extra/libgnomedb-1.3 )
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.29
+ >=dev-util/pkgconfig-0.9
+ app-text/scrollkeeper"
+
+DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO"
+USE_DESTDIR="1"
+
+
+pkg_setup() {
+ G2CONF="--enable-ssindex \
+ $(use_with python) \
+ $(use_with gnome) \
+ $(use_enable static)"
+
+ if use gnome && ! built_with_use gnome-extra/libgsf gnome; then
+ einfo "libgsf needs to be compiled with gnome in USE"
+ einfo "for this version of gnumeric to work. Rebuild"
+ einfo "libgsf first like this :"
+ einfo "USE=gnome emerge libgsf -vp"
+ die "libgsf was built without gnome support..."
+ fi
+
+ #gcc bug (http://bugs.gnome.org/show_bug.cgi?id=128834)
+ replace-flags "-Os" "-O2"
+}
+
+src_unpack() {
+ unpack "${A}"
+ gnome2_omf_fix ${S}/doc/C/Makefile.in
+}
+
+
+src_install() {
+
+ gnome2_src_install
+
+ # make gnumeric find its help
+ dosym \
+ /usr/share/gnome/help/gnumeric \
+ /usr/share/${PN}/${PV}/doc
+
+}