summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-18 16:31:39 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-18 16:31:39 +0000
commit9935f6729260702edbd616769ac906ff08af7b75 (patch)
treee24c67eaf650b4ea59d208a7a6c9e135c715ada8 /app-office/gnumeric/gnumeric-1.1.20.ebuild
parentchange modutils default to module-init-tools, since this profile requires (diff)
downloadgentoo-2-9935f6729260702edbd616769ac906ff08af7b75.tar.gz
gentoo-2-9935f6729260702edbd616769ac906ff08af7b75.tar.bz2
gentoo-2-9935f6729260702edbd616769ac906ff08af7b75.zip
cleanup
Diffstat (limited to 'app-office/gnumeric/gnumeric-1.1.20.ebuild')
-rw-r--r--app-office/gnumeric/gnumeric-1.1.20.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/app-office/gnumeric/gnumeric-1.1.20.ebuild b/app-office/gnumeric/gnumeric-1.1.20.ebuild
deleted file mode 100644
index d949b1b7f95e..000000000000
--- a/app-office/gnumeric/gnumeric-1.1.20.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# 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.20.ebuild,v 1.4 2003/09/08 11:31:04 msterret Exp $
-
-#provide Xmake and Xemake
-inherit virtualx libtool gnome2 eutils debug
-
-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)
-
-# FIXME : should rethink gda/gnomedb USE stuff
-
-IUSE="libgda gnomedb 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
- >=dev-libs/libxml2-2.4.12
- >=gnome-extra/libgsf-1.8.1
- >=media-libs/libart_lgpl-2.3.11
- python? ( >=dev-lang/python-2.0
- >=dev-python/pygtk-1.99.10 )
- libgda? ( >=gnome-extra/libgda-0.90 )
- 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
-}
-
-src_compile() {
- econf `use_with bonobo` `use_with python` `use_with libgda gda`
- # `use_with gnomedb gda`
-
- #the build process have to be able to connect to X
- Xemake || die
-}
-
-DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO"
-
-USE_DESTDIR="1"
-