diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-10-25 17:40:45 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-10-25 17:40:45 +0000 |
commit | f8ddd078bbcdc7150adabc8506407e40506711c1 (patch) | |
tree | 562c2d95bdf22a9c6baa6a87e589ac380554ba80 /app-office/gnumeric | |
parent | dont set GCC_SPECS by default, fix hardenednossp specs file with USE=hardened (diff) | |
download | gentoo-2-f8ddd078bbcdc7150adabc8506407e40506711c1.tar.gz gentoo-2-f8ddd078bbcdc7150adabc8506407e40506711c1.tar.bz2 gentoo-2-f8ddd078bbcdc7150adabc8506407e40506711c1.zip |
mark x86
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.2.2 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.2.13.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.2.2.ebuild | 70 |
3 files changed, 2 insertions, 73 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.2.2 b/app-office/gnumeric/files/digest-gnumeric-1.2.2 deleted file mode 100644 index 7018ccea946a..000000000000 --- a/app-office/gnumeric/files/digest-gnumeric-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e6deff35d98794938cb7a3132bb55518 gnumeric-1.2.2.tar.bz2 10967922 diff --git a/app-office/gnumeric/gnumeric-1.2.13.ebuild b/app-office/gnumeric/gnumeric-1.2.13.ebuild index c5eafeb15a08..7918b13773bb 100644 --- a/app-office/gnumeric/gnumeric-1.2.13.ebuild +++ b/app-office/gnumeric/gnumeric-1.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.13.ebuild,v 1.2 2004/08/15 09:30:54 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.13.ebuild,v 1.3 2004/10/25 17:40:45 foser Exp $ #provide Xmake and Xemake inherit virtualx libtool gnome2 eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/projects/gnumeric/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" +KEYWORDS="x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" # evolution, perl, guile and gb support disabled currently (or to be removed) diff --git a/app-office/gnumeric/gnumeric-1.2.2.ebuild b/app-office/gnumeric/gnumeric-1.2.2.ebuild deleted file mode 100644 index ea2eb187af20..000000000000 --- a/app-office/gnumeric/gnumeric-1.2.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.2.ebuild,v 1.10 2004/08/15 09:30:54 obz Exp $ - -#provide Xmake and Xemake -inherit virtualx libtool gnome2 eutils - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://www.gnome.org/projects/gnumeric/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc amd64 hppa" - -# evolution, perl, guile and gb support disabled currently (or to be removed) - -# FIXME : should rethink gda/gnomedb USE stuff - -IUSE="libgda python bonobo" # gnomedb - -RDEPEND=">=x11-libs/gtk+-2 - >=dev-libs/glib-2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libgnomeprint-2.4.2 - >=gnome-base/libgnomeprintui-2.4.2 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libglade-2 - >=dev-libs/libxml2-2.4.12 - >=gnome-extra/libgsf-1.8.2 - >=media-libs/libart_lgpl-2.3.11 - python? ( >=dev-lang/python-2 - >=dev-python/pygtk-2 ) - libgda? ( >=gnome-extra/libgda-1.0.1 ) - bonobo? ( >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 )" -# gnomedb? ( >=gnome-extra/libgnomedb-0.90.2 ) - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.27.2 - dev-util/pkgconfig" - -src_unpack() { - - unpack ${A} - gnome2_omf_fix - - cd ${S} - # fixes a sandbox issue - foser <foser@gentoo.org> - epatch ${FILESDIR}/${PN}-1.2.1-fix_doc_destdir_install.patch - -} - -src_compile() { - - econf \ - `use_with bonobo` \ - `use_with python` \ - `use_with libgda gda` \ - || die - # `use_with gnomedb gda` - - # the build process has to be able to connect to X - Xemake || die - -} - -DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" - -USE_DESTDIR="1" - |