diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-06-24 09:11:08 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-06-24 09:11:08 +0000 |
commit | 53fc4a54724e00642fa193a97299e4eabe51fd82 (patch) | |
tree | bfe10410ef688871b296dbd377008f8e6f006bfd /app-office | |
parent | fixing dev-cpp/libgdamm for bug #172106 (diff) | |
download | gentoo-2-53fc4a54724e00642fa193a97299e4eabe51fd82.tar.gz gentoo-2-53fc4a54724e00642fa193a97299e4eabe51fd82.tar.bz2 gentoo-2-53fc4a54724e00642fa193a97299e4eabe51fd82.zip |
fixing abiword-plugins for bug #172106
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild | 6 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 6f719aa7e3ef..ba7ee2cee918 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.29 2007/05/23 15:35:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.30 2007/06/24 09:11:08 eva Exp $ + + 24 Jun 2007; Gilles Dartiguelongue <eva@gentoo.org> + abiword-plugins-2.4.5.ebuild, abiword-plugins-2.4.6.ebuild: + Preparing for lib{gda,gnomedb} 3.0, fixing dependencies (bug #172106) 23 May 2007; Jeroen Roovers <jer@gentoo.org> abiword-plugins-2.4.6.ebuild: Stable for HPPA too. diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild index c157b6bbc7b2..4a65eb35474d 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild,v 1.9 2007/02/10 20:52:11 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.5.ebuild,v 1.10 2007/06/24 09:11:08 eva Exp $ inherit eutils @@ -27,8 +27,8 @@ RDEPEND="=app-office/abiword-${PV}* grammar? ( >=dev-libs/link-grammar-4.2.2 ) jpeg? ( >=media-libs/jpeg-6b-r2 ) libgda? ( - >=gnome-extra/libgda-1.2 - >=gnome-extra/libgnomedb-1.2 ) + =gnome-extra/libgda-1* + =gnome-extra/libgnomedb-1* ) math? ( >=x11-libs/gtkmathview-0.7.5 ) !ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.4.1 ) ) ) ) pdf? ( >=app-text/poppler-0.5.0-r1 ) diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild index 785b2f1425a9..7bbc4deb7c41 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.5 2007/05/23 15:35:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.6 2007/06/24 09:11:08 eva Exp $ inherit eutils @@ -27,8 +27,8 @@ RDEPEND="=app-office/abiword-${PV}* grammar? ( >=dev-libs/link-grammar-4.2.2 ) jpeg? ( >=media-libs/jpeg-6b-r2 ) libgda? ( - >=gnome-extra/libgda-1.2 - >=gnome-extra/libgnomedb-1.2 ) + =gnome-extra/libgda-1* + =gnome-extra/libgnomedb-1* ) math? ( >=x11-libs/gtkmathview-0.7.5 ) !ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.4.1 ) ) ) ) pdf? ( >=app-text/poppler-0.5.0-r1 ) |