diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-18 18:22:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-18 18:22:11 +0000 |
commit | 8927f069298df88fa5f44ba03d506bd3a1f1ec9a (patch) | |
tree | 10f67a1a79544844a7d4d022d9e32f0f0404378a /app-office/gnumeric | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.gz gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.bz2 gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.zip |
*** empty log message ***
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-0.61-r1 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-0.61.ebuild | 8 |
2 files changed, 3 insertions, 6 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.61-r1 b/app-office/gnumeric/files/digest-gnumeric-0.61-r1 new file mode 100644 index 000000000000..52579fb1ba95 --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-0.61-r1 @@ -0,0 +1 @@ +MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz diff --git a/app-office/gnumeric/gnumeric-0.61.ebuild b/app-office/gnumeric/gnumeric-0.61.ebuild index e2db7c877767..84e98c6e7065 100644 --- a/app-office/gnumeric/gnumeric-0.61.ebuild +++ b/app-office/gnumeric/gnumeric-0.61.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.ebuild,v 1.1 2000/12/21 19:19:19 achim Exp $ +# $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} @@ -12,7 +12,7 @@ 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/gb-0.0.17 >=gnome-libs/libole2-0.1.7 bonobo? ( >=gnome-base/bonobo-0.28 >=gnome-libs/libgda-0.2.0 ) " @@ -26,10 +26,6 @@ src_compile() { 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 } |