summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-25 13:40:25 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-25 13:40:25 +0000
commit6614be6322ad3044dccc15470bbf9956078062b9 (patch)
treeeb16377785c55b9335c99a676d99566b0a50269d /gnome-office/gnumeric
parent*** empty log message *** (diff)
downloadhistorical-6614be6322ad3044dccc15470bbf9956078062b9.tar.gz
historical-6614be6322ad3044dccc15470bbf9956078062b9.tar.bz2
historical-6614be6322ad3044dccc15470bbf9956078062b9.zip
*** empty log message ***
Diffstat (limited to 'gnome-office/gnumeric')
-rw-r--r--gnome-office/gnumeric/files/digest-gnumeric-0.571
-rw-r--r--gnome-office/gnumeric/gnumeric-0.57.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.57 b/gnome-office/gnumeric/files/digest-gnumeric-0.57
deleted file mode 100644
index d06b6ceb0832..000000000000
--- a/gnome-office/gnumeric/files/digest-gnumeric-0.57
+++ /dev/null
@@ -1 +0,0 @@
-MD5 abe5002a4b812c86c85363cc24ac3a8a gnumeric-0.57.tar.gz
diff --git a/gnome-office/gnumeric/gnumeric-0.57.ebuild b/gnome-office/gnumeric/gnumeric-0.57.ebuild
deleted file mode 100644
index bc1a969463e9..000000000000
--- a/gnome-office/gnumeric/gnumeric-0.57.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.57.ebuild,v 1.2 2000/11/04 18:43:06 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnumeric"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-DEPEND=">=sys-devel/perl-5
- || ( >=sys-devel/python-basic-1.5 >=dev-lang/python-1.5 )
- >=gnome-base/gnome-print-0.24
- >=gnome-base/libglade-0.14
- >=gnome-libs/libunicode-0.4
- >=gnome-libs/gal-0.1
- >=gnome-apps/gb-0.0.12
- >=gnome-libs/libole2-0.1.6"
-
-src_compile() {
- cd ${S}
- LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-catgets --without-bonobo --with-gb
- cd plugins/perl
- cp Makefile Makefile.orig
- sed -e "s:perl Makefile\.PL:perl Makefile\.PL $PERLINSTALL:" \
- Makefile.orig > Makefile
- cd ${S}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-
-}
-
-
-
-