diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 18:59:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 18:59:38 +0000 |
commit | 7cd8ef821a0304a3fab8fd4191ee60fc49353b98 (patch) | |
tree | a41b80cb7a84afc73b98f5a2efcd011238a629af /gnome-office | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-7cd8ef821a0304a3fab8fd4191ee60fc49353b98.tar.gz gentoo-2-7cd8ef821a0304a3fab8fd4191ee60fc49353b98.tar.bz2 gentoo-2-7cd8ef821a0304a3fab8fd4191ee60fc49353b98.zip |
*** empty log message ***
Diffstat (limited to 'gnome-office')
-rw-r--r-- | gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.59a.ebuild | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild b/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild index 332d6ed98e53..f80a9477446e 100644 --- a/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild +++ b/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.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/gnome-pim/gnome-pim-1.2.0-r1.ebuild,v 1.1 2000/11/25 16:38:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild,v 1.2 2000/11/25 18:59:38 achim Exp $ P=gnome-pim-1.2.0 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="gnome-pim" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A} HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml" -DEPEND=">=gnome-base/gnome-core-1.2.2.1" -RDEPEND=">gnome-base/gnome-libs-1.2.4" +DEPEND=">=gnome-base/gnome-core-1.2.4" +RDEPEND=">gnome-base/gnome-libs-1.2.8" src_compile() { cd ${S} diff --git a/gnome-office/gnumeric/gnumeric-0.59a.ebuild b/gnome-office/gnumeric/gnumeric-0.59a.ebuild index 27bdd0beabf4..864c8aa7ae11 100644 --- a/gnome-office/gnumeric/gnumeric-0.59a.ebuild +++ b/gnome-office/gnumeric/gnumeric-0.59a.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.59a.ebuild,v 1.2 2000/11/25 17:05:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.59a.ebuild,v 1.3 2000/11/25 18:59:38 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,11 @@ 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.25 - >=gnome-base/libglade-0.15 - >=gnome-base/libunicode-0.4 - >=gnome-base/gal-0.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 )" + bonobo? ( >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0 ) " src_compile() { cd ${S} |