summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 17:03:43 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 17:03:43 +0000
commit758486be2c740ccbba5911f20928609d5af6e78e (patch)
tree42020639faaca5ed41ff11c3d9b105fb496b32d4 /app-office
parent*** empty log message *** (diff)
downloadgentoo-2-758486be2c740ccbba5911f20928609d5af6e78e.tar.gz
gentoo-2-758486be2c740ccbba5911f20928609d5af6e78e.tar.bz2
gentoo-2-758486be2c740ccbba5911f20928609d5af6e78e.zip
Update that works with bonobo-0.37
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.59a1
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.59a-r11
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.611
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.61-r11
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.641
-rw-r--r--app-office/gnumeric/gnumeric-0.59a-r1.ebuild48
-rw-r--r--app-office/gnumeric/gnumeric-0.61.ebuild44
-rw-r--r--app-office/gnumeric/gnumeric-0.64.ebuild (renamed from app-office/gnumeric/gnumeric-0.61-r1.ebuild)4
8 files changed, 3 insertions, 98 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.59a b/app-office/gnumeric/files/digest-gnumeric-0.59a
deleted file mode 100644
index c50140dc5e53..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.59a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0dccecb25142c6353722b18d70f5d278 gnumeric-0.59a.tar.gz
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.59a-r1 b/app-office/gnumeric/files/digest-gnumeric-0.59a-r1
deleted file mode 100644
index c50140dc5e53..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.59a-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0dccecb25142c6353722b18d70f5d278 gnumeric-0.59a.tar.gz
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.61 b/app-office/gnumeric/files/digest-gnumeric-0.61
deleted file mode 100644
index 52579fb1ba95..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.61
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.61-r1 b/app-office/gnumeric/files/digest-gnumeric-0.61-r1
deleted file mode 100644
index 52579fb1ba95..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.61-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.64 b/app-office/gnumeric/files/digest-gnumeric-0.64
new file mode 100644
index 000000000000..b478595faf00
--- /dev/null
+++ b/app-office/gnumeric/files/digest-gnumeric-0.64
@@ -0,0 +1 @@
+MD5 49673e41e314dacc54ea5aa74c0792ea gnumeric-0.64.tar.gz
diff --git a/app-office/gnumeric/gnumeric-0.59a-r1.ebuild b/app-office/gnumeric/gnumeric-0.59a-r1.ebuild
deleted file mode 100644
index c21544a6e1a5..000000000000
--- a/app-office/gnumeric/gnumeric-0.59a-r1.ebuild
+++ /dev/null
@@ -1,48 +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/app-office/gnumeric/gnumeric-0.59a-r1.ebuild,v 1.1 2000/12/01 19:46:12 drobbins 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
- >=virtual/python-1.5.2
- >=gnome-base/gal-0.2.2
- >=gnome-libs/gb-0.0.15
- >=gnome-libs/libole2-0.1.7
- bonobo? ( >=gnome-base/bonobo-0.28
- >=gnome-libs/libgda-0.2.0 ) "
-
-src_compile() {
- cd ${S}
- local myconf
- if [ "`use bonobo`" ]
- then
- myconf="--with-bonobo"
- fi
- LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
- ${myconf} --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 PREFIX=${D}/usr install
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-
-}
-
-
-
-
-
-
diff --git a/app-office/gnumeric/gnumeric-0.61.ebuild b/app-office/gnumeric/gnumeric-0.61.ebuild
deleted file mode 100644
index 84e98c6e7065..000000000000
--- a/app-office/gnumeric/gnumeric-0.61.ebuild
+++ /dev/null
@@ -1,44 +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/app-office/gnumeric/gnumeric-0.61.ebuild,v 1.2 2001/01/18 18:22:11 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
- >=virtual/python-1.5.2
- >=gnome-base/gal-0.2.2
- >=gnome-libs/gb-0.0.17
- >=gnome-libs/libole2-0.1.7
- bonobo? ( >=gnome-base/bonobo-0.28
- >=gnome-libs/libgda-0.2.0 ) "
-
-src_compile() {
- cd ${S}
- local myconf
- if [ "`use bonobo`" ]
- then
- myconf="--with-bonobo"
- fi
- LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
- ${myconf} --with-gb
- cd ${S}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome PREFIX=${D}/usr install
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-
-}
-
-
-
-
-
-
diff --git a/app-office/gnumeric/gnumeric-0.61-r1.ebuild b/app-office/gnumeric/gnumeric-0.64.ebuild
index 3df8fd9b1f62..d8f9a82097bc 100644
--- a/app-office/gnumeric/gnumeric-0.61-r1.ebuild
+++ b/app-office/gnumeric/gnumeric-0.64.ebuild
@@ -1,7 +1,7 @@
# 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/app-office/gnumeric/gnumeric-0.61-r1.ebuild,v 1.1 2001/01/22 04:55:46 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.64.ebuild,v 1.1 2001/04/29 17:03:43 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ 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
- >=virtual/python-1.5.2
+ >=dev-lang/python-2.0
>=gnome-base/gal-0.3.0
>=gnome-libs/gb-0.0.17
>=gnome-libs/libole2-0.1.7