diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-29 17:03:43 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-29 17:03:43 +0000 |
commit | de9a77c746b35bd0128fc11e012a6f59816fd14b (patch) | |
tree | aded20551fafd39f82ea83379956eb9ca0a50582 /gnome-office/gnumeric | |
parent | *** empty log message *** (diff) | |
download | historical-de9a77c746b35bd0128fc11e012a6f59816fd14b.tar.gz historical-de9a77c746b35bd0128fc11e012a6f59816fd14b.tar.bz2 historical-de9a77c746b35bd0128fc11e012a6f59816fd14b.zip |
Update that works with bonobo-0.37
Diffstat (limited to 'gnome-office/gnumeric')
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.59a | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.59a-r1 | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.61 | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.61-r1 | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.64 | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.59a-r1.ebuild | 48 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.61.ebuild | 44 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.64.ebuild (renamed from gnome-office/gnumeric/gnumeric-0.61-r1.ebuild) | 4 |
8 files changed, 3 insertions, 98 deletions
diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.59a b/gnome-office/gnumeric/files/digest-gnumeric-0.59a deleted file mode 100644 index c50140dc5e53..000000000000 --- a/gnome-office/gnumeric/files/digest-gnumeric-0.59a +++ /dev/null @@ -1 +0,0 @@ -MD5 0dccecb25142c6353722b18d70f5d278 gnumeric-0.59a.tar.gz diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.59a-r1 b/gnome-office/gnumeric/files/digest-gnumeric-0.59a-r1 deleted file mode 100644 index c50140dc5e53..000000000000 --- a/gnome-office/gnumeric/files/digest-gnumeric-0.59a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0dccecb25142c6353722b18d70f5d278 gnumeric-0.59a.tar.gz diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.61 b/gnome-office/gnumeric/files/digest-gnumeric-0.61 deleted file mode 100644 index 52579fb1ba95..000000000000 --- a/gnome-office/gnumeric/files/digest-gnumeric-0.61 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1 b/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1 deleted file mode 100644 index 52579fb1ba95..000000000000 --- a/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.64 b/gnome-office/gnumeric/files/digest-gnumeric-0.64 new file mode 100644 index 000000000000..b478595faf00 --- /dev/null +++ b/gnome-office/gnumeric/files/digest-gnumeric-0.64 @@ -0,0 +1 @@ +MD5 49673e41e314dacc54ea5aa74c0792ea gnumeric-0.64.tar.gz diff --git a/gnome-office/gnumeric/gnumeric-0.59a-r1.ebuild b/gnome-office/gnumeric/gnumeric-0.59a-r1.ebuild deleted file mode 100644 index b23a2611925c..000000000000 --- a/gnome-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/gnome-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/gnome-office/gnumeric/gnumeric-0.61.ebuild b/gnome-office/gnumeric/gnumeric-0.61.ebuild deleted file mode 100644 index 96800724a809..000000000000 --- a/gnome-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/gnome-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/gnome-office/gnumeric/gnumeric-0.61-r1.ebuild b/gnome-office/gnumeric/gnumeric-0.64.ebuild index ba48cd4417c8..30901019e71e 100644 --- a/gnome-office/gnumeric/gnumeric-0.61-r1.ebuild +++ b/gnome-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/gnome-office/gnumeric/gnumeric-0.61-r1.ebuild,v 1.1 2001/01/22 04:55:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-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 |