diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-05-14 00:09:43 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-05-14 00:09:43 +0000 |
commit | 1d6a52989d8ec6c54f069cb0c995d5a2d6e9b773 (patch) | |
tree | 816a7ada99ac00ba48088efcae9a2f3fd99c9222 /app-office/gnumeric | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-1d6a52989d8ec6c54f069cb0c995d5a2d6e9b773.tar.gz gentoo-2-1d6a52989d8ec6c54f069cb0c995d5a2d6e9b773.tar.bz2 gentoo-2-1d6a52989d8ec6c54f069cb0c995d5a2d6e9b773.zip |
new dev version
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.1.17 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.1.17.ebuild | 56 |
3 files changed, 64 insertions, 1 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 72d21e1118b6..4aa72ee54827 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnumeric # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.32 2003/05/04 19:04:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.33 2003/05/14 00:09:43 foser Exp $ + +*gnumeric-1.1.17 (13 May 2003) + + 13 May 2003; foser <foser@gentoo.org> gnumeric-1.1.17.ebuild : + New dev version, bonobo USE flag added, removed nls and perl flags + general cleanup and dep fixes 04 May 2003; Alastair Tse <liquidx@gentoo.org> gnumeric-1.1.16-r1.ebuild: changed to use new gnome2_omf_fix diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.17 b/app-office/gnumeric/files/digest-gnumeric-1.1.17 new file mode 100644 index 000000000000..8a76d278275a --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.1.17 @@ -0,0 +1 @@ +MD5 7a03f24e492479b90c50c71448cc83b7 gnumeric-1.1.17.tar.bz2 11723223 diff --git a/app-office/gnumeric/gnumeric-1.1.17.ebuild b/app-office/gnumeric/gnumeric-1.1.17.ebuild new file mode 100644 index 000000000000..731bcf575712 --- /dev/null +++ b/app-office/gnumeric/gnumeric-1.1.17.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.17.ebuild,v 1.1 2003/05/14 00:09:43 foser Exp $ + +#provide Xmake and Xemake +inherit virtualx libtool gnome2 eutils + +DESCRIPTION="Gnumeric, the GNOME Spreadsheet" +HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +# evolution, perl, guile and gb support disabled currently (or to be removed) + +IUSE="libgda python bonobo" + +RDEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libgnomeprint-2.2 + >=gnome-base/libgnomeprintui-2.2 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/libglade-2 + >=gnome-extra/gal-1.99 + >=dev-libs/libxml2-2.4.12 + >=gnome-extra/libgsf-1.8 + >=media-libs/libart_lgpl-2.3.11 + perl? ( >=dev-lang/perl-5.6 ) + python? ( >=dev-lang/python-2.0 + >=dev-python/pygtk-1.99.10 ) + libgda? ( >=gnome-extra/libgda-0.10 ) + bonobo? ( >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2 + >=gnome-base/bonobo-activation-1.0.2 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + gnome2_omf_fix +} + +src_compile() { + econf `use_with bonobo` `use_with python` `use_with libgda gda` + + #the build process have to be able to connect to X + Xemake || Xmake || die +} + +DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" + +USE_DESTDIR="1" + |