diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-15 01:35:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-15 01:35:09 +0000 |
commit | 86dbbd790f6723b31b752ccabb83277ddeb0d8cb (patch) | |
tree | ea102a42731c762728ce2e695c941ccebe3d0968 /app-office/gnumeric | |
parent | Mark 2.2.1 stable on ia64. #149970 (diff) | |
download | historical-86dbbd790f6723b31b752ccabb83277ddeb0d8cb.tar.gz historical-86dbbd790f6723b31b752ccabb83277ddeb0d8cb.tar.bz2 historical-86dbbd790f6723b31b752ccabb83277ddeb0d8cb.zip |
Move gconf dep out from under USE=gnome conditional #141702. Mark 1.4.3-r3
stable on alpha/ia64 and 1.6.3 stable on ia64. Trim old ebuilds
Package-Manager: portage-2.1.1
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.4.3-r3.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 05486ad615ad..b536f0b5c8f4 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnumeric # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.140 2006/10/15 01:22:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.141 2006/10/15 01:35:09 agriffis Exp $ + + 15 Oct 2006; Aron Griffis <agriffis@gentoo.org> -gnumeric-1.4.3-r2.ebuild, + gnumeric-1.4.3-r3.ebuild, -gnumeric-1.6.0.ebuild, -gnumeric-1.6.1.ebuild, + -gnumeric-1.6.2.ebuild: + Move gconf dep out from under USE=gnome conditional #141702. Mark 1.4.3-r3 + stable on alpha/ia64 and 1.6.3 stable on ia64. Trim old ebuilds 15 Oct 2006; Aron Griffis <agriffis@gentoo.org> gnumeric-1.6.3.ebuild: Mark 1.6.3 stable on ia64. #144120 diff --git a/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild b/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild index 6e01631ce0d3..e52069760298 100644 --- a/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild +++ b/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild,v 1.8 2006/08/21 15:39:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.4.3-r3.ebuild,v 1.9 2006/10/15 01:35:09 agriffis Exp $ inherit virtualx eutils flag-o-matic gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/gnumeric/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="gnome libgda python static" # bonobo gnomedb @@ -25,9 +25,9 @@ RDEPEND=">=dev-libs/glib-2.4 >=gnome-base/libgnomeprint-2.5.2 >=gnome-base/libgnomeprintui-2.5.2 >=media-libs/libart_lgpl-2.3.11 + >=gnome-base/gconf-2 gnome? ( - >=gnome-base/gconf-2 >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 >=gnome-base/libbonobo-2.2 |