public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.4.ebuild ChangeLog abiword-plugins-2.4.6.ebuild abiword-plugins-2.6.5.ebuild abiword-plugins-2.6.8.ebuild abiword-plugins-2.6.6.ebuild
@ 2009-03-30 15:01 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-03-30 15:01 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/03/30 15:01:03

  Modified:             abiword-plugins-2.6.4.ebuild ChangeLog
                        abiword-plugins-2.4.6.ebuild
                        abiword-plugins-2.6.5.ebuild
                        abiword-plugins-2.6.8.ebuild
                        abiword-plugins-2.6.6.ebuild
  Log:
  Update dependencies w.r.t. bug 264230, fully-split-out poppler transition. Go EAPI=2 so abiword-plugins can depend on poppler-utils[abiword]. Also convert built_with_use checks for x11-libs/goffice[gnome] to USE deps.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?r1=1.8&r2=1.9

Index: abiword-plugins-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- abiword-plugins-2.6.4.ebuild	4 Jan 2009 22:54:26 -0000	1.8
+++ abiword-plugins-2.6.4.ebuild	30 Mar 2009 15:01:03 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 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.6.4.ebuild,v 1.8 2009/01/04 22:54:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild,v 1.9 2009/03/30 15:01:03 loki_val Exp $
 
-EAPI="1"
+EAPI=2
 
 inherit eutils
 
@@ -28,7 +28,7 @@
 	>=gnome-base/libglade-2
 	>=gnome-extra/libgsf-1.14.4
 	cxx? ( >=dev-libs/boost-1.33.1 )
-	gnome? ( >=x11-libs/goffice-0.4:0.4 )
+	gnome? ( >=x11-libs/goffice-0.4:0.4[gnome] )
 	grammar? ( >=dev-libs/link-grammar-4.2.2 )
 	!alpha? ( !ia64? ( jabber? (
 		>=dev-libs/libxml2-2.4
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=app-text/poppler-0.5.0-r1 )
+	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )
@@ -50,19 +50,13 @@
 	>=dev-util/pkgconfig-0.9"
 
 pkg_setup() {
-	if use gnome && ! built_with_use x11-libs/goffice gnome; then
-		eerror "abiword-plugin requires x11-libs/goffice to be compiled"
-		eerror "with USE=\"gnome\""
-		die "gnome support missing in x11-libs/goffice"
-	fi
-
 	if use jabber && ! use cxx; then
 		eerror "AbiCollab needs dev-libs/boost to be build"
 		die "Add USE=\"cxx\" to build AbiCollab plugin"
 	fi
 }
 
-src_compile() {
+src_configure() {
 	local myconf="--enable-all \
 		--with-abiword="${WORKDIR}/abiword-${PV}" \
 		$(use_with cxx boost) \
@@ -85,7 +79,9 @@
 		--without-psion"
 
 	econf $myconf || die "./configure failed"
+}
 
+src_compile() {
 	emake || die "Compilation failed"
 }
 



1.63                 app-office/abiword-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	15 Mar 2009 01:00:44 -0000	1.62
+++ ChangeLog	30 Mar 2009 15:01:03 -0000	1.63
@@ -1,6 +1,14 @@
 # ChangeLog for app-office/abiword-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.62 2009/03/15 01:00:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.63 2009/03/30 15:01:03 loki_val Exp $
+
+  30 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
+  abiword-plugins-2.4.6.ebuild, abiword-plugins-2.6.4.ebuild,
+  abiword-plugins-2.6.5.ebuild, abiword-plugins-2.6.6.ebuild,
+  abiword-plugins-2.6.8.ebuild:
+  Update dependencies w.r.t. bug 264230, fully-split-out poppler transition.
+  Go EAPI=2 so abiword-plugins can depend on poppler-utils[abiword]. Also
+  convert built_with_use checks for x11-libs/goffice[gnome] to USE deps.
 
 *abiword-plugins-2.6.8 (15 Mar 2009)
 



1.16                 app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?r1=1.15&r2=1.16

Index: abiword-plugins-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- abiword-plugins-2.4.6.ebuild	4 Jan 2009 22:54:26 -0000	1.15
+++ abiword-plugins-2.4.6.ebuild	30 Mar 2009 15:01:03 -0000	1.16
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 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.15 2009/01/04 22:54:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.16 2009/03/30 15:01:03 loki_val Exp $
+
+EAPI=2
 
 inherit eutils
 
@@ -31,7 +33,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( =app-text/ots-0.4* ) ) ) )
-	pdf? ( >=app-text/poppler-0.5.0-r1 )
+	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )
@@ -43,18 +45,12 @@
 
 S="${WORKDIR}/abiword-${PV}/${PN}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/poppler_abi_change.patch"
-
-	# Fix use of poppler API
-	if has_version '>=app-text/poppler-0.6'; then
-		epatch "${FILESDIR}"/${P}-poppler-0.6-api.patch
-	fi
+	epatch "${FILESDIR}"/${P}-poppler-0.6-api.patch
 }
 
-src_compile() {
+src_configure() {
 	local myconf="--enable-all \
 		--with-abiword="${WORKDIR}/abiword-${PV}/abi" \
 		$(use_enable debug) \
@@ -74,7 +70,9 @@
 		--without-psion"
 
 	econf $myconf || die "./configure failed"
+}
 
+src_compile() {
 	emake || die "Compilation failed"
 }
 



1.3                  app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?r1=1.2&r2=1.3

Index: abiword-plugins-2.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abiword-plugins-2.6.5.ebuild	4 Jan 2009 22:54:26 -0000	1.2
+++ abiword-plugins-2.6.5.ebuild	30 Mar 2009 15:01:03 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 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.6.5.ebuild,v 1.2 2009/01/04 22:54:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild,v 1.3 2009/03/30 15:01:03 loki_val Exp $
 
-EAPI="1"
+EAPI=2
 
 inherit eutils
 
@@ -28,7 +28,7 @@
 	>=gnome-base/libglade-2
 	>=gnome-extra/libgsf-1.14.4
 	cxx? ( >=dev-libs/boost-1.33.1 )
-	gnome? ( >=x11-libs/goffice-0.4:0.4 )
+	gnome? ( >=x11-libs/goffice-0.4:0.4[gnome] )
 	grammar? ( >=dev-libs/link-grammar-4.2.2 )
 	!alpha? ( !ia64? ( jabber? (
 		>=dev-libs/libxml2-2.4
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=app-text/poppler-0.5.0-r1 )
+	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )
@@ -50,19 +50,13 @@
 	>=dev-util/pkgconfig-0.9"
 
 pkg_setup() {
-	if use gnome && ! built_with_use x11-libs/goffice gnome; then
-		eerror "abiword-plugin requires x11-libs/goffice to be compiled"
-		eerror "with USE=\"gnome\""
-		die "gnome support missing in x11-libs/goffice"
-	fi
-
 	if use jabber && ! use cxx; then
 		eerror "AbiCollab needs dev-libs/boost to be build"
 		die "Add USE=\"cxx\" to build AbiCollab plugin"
 	fi
 }
 
-src_compile() {
+src_configure() {
 	local myconf="--enable-all \
 		--with-abiword="${WORKDIR}/abiword-${PV}" \
 		$(use_with cxx boost) \
@@ -85,7 +79,9 @@
 		--without-psion"
 
 	econf ${myconf}
+}
 
+src_compile() {
 	emake || die "Compilation failed"
 }
 



1.2                  app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?r1=1.1&r2=1.2

Index: abiword-plugins-2.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abiword-plugins-2.6.8.ebuild	15 Mar 2009 01:00:44 -0000	1.1
+++ abiword-plugins-2.6.8.ebuild	30 Mar 2009 15:01:03 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 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.6.8.ebuild,v 1.1 2009/03/15 01:00:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.2 2009/03/30 15:01:03 loki_val Exp $
 
-EAPI="1"
+EAPI=2
 
 inherit eutils
 
@@ -28,7 +28,7 @@
 	>=gnome-base/libglade-2
 	>=gnome-extra/libgsf-1.14.4
 	cxx? ( >=dev-libs/boost-1.33.1 )
-	gnome? ( >=x11-libs/goffice-0.4:0.4 )
+	gnome? ( >=x11-libs/goffice-0.4:0.4[gnome] )
 	grammar? ( >=dev-libs/link-grammar-4.2.2 )
 	!alpha? ( !ia64? ( jabber? (
 		>=dev-libs/libxml2-2.4
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=app-text/poppler-0.5.0-r1 )
+	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )
@@ -50,19 +50,13 @@
 	>=dev-util/pkgconfig-0.9"
 
 pkg_setup() {
-	if use gnome && ! built_with_use x11-libs/goffice gnome; then
-		eerror "abiword-plugin requires x11-libs/goffice to be compiled"
-		eerror "with USE=\"gnome\""
-		die "gnome support missing in x11-libs/goffice"
-	fi
-
 	if use jabber && ! use cxx; then
 		eerror "AbiCollab needs dev-libs/boost to be build"
 		die "Add USE=\"cxx\" to build AbiCollab plugin"
 	fi
 }
 
-src_compile() {
+src_configure(){
 	local myconf="--enable-all \
 		--with-abiword="${WORKDIR}/abiword-${PV}" \
 		$(use_with cxx boost) \
@@ -85,7 +79,9 @@
 		--without-psion"
 
 	econf ${myconf}
+}
 
+src_compile() {
 	emake || die "Compilation failed"
 }
 



1.2                  app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?r1=1.1&r2=1.2

Index: abiword-plugins-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abiword-plugins-2.6.6.ebuild	20 Feb 2009 00:20:24 -0000	1.1
+++ abiword-plugins-2.6.6.ebuild	30 Mar 2009 15:01:03 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 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.6.6.ebuild,v 1.1 2009/02/20 00:20:24 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild,v 1.2 2009/03/30 15:01:03 loki_val Exp $
 
-EAPI="1"
+EAPI=2
 
 inherit eutils
 
@@ -28,7 +28,7 @@
 	>=gnome-base/libglade-2
 	>=gnome-extra/libgsf-1.14.4
 	cxx? ( >=dev-libs/boost-1.33.1 )
-	gnome? ( >=x11-libs/goffice-0.4:0.4 )
+	gnome? ( >=x11-libs/goffice-0.4:0.4[gnome] )
 	grammar? ( >=dev-libs/link-grammar-4.2.2 )
 	!alpha? ( !ia64? ( jabber? (
 		>=dev-libs/libxml2-2.4
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=app-text/poppler-0.5.0-r1 )
+	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )
@@ -50,19 +50,13 @@
 	>=dev-util/pkgconfig-0.9"
 
 pkg_setup() {
-	if use gnome && ! built_with_use x11-libs/goffice gnome; then
-		eerror "abiword-plugin requires x11-libs/goffice to be compiled"
-		eerror "with USE=\"gnome\""
-		die "gnome support missing in x11-libs/goffice"
-	fi
-
 	if use jabber && ! use cxx; then
 		eerror "AbiCollab needs dev-libs/boost to be build"
 		die "Add USE=\"cxx\" to build AbiCollab plugin"
 	fi
 }
 
-src_compile() {
+src_configure() {
 	local myconf="--enable-all \
 		--with-abiword="${WORKDIR}/abiword-${PV}" \
 		$(use_with cxx boost) \
@@ -85,7 +79,9 @@
 		--without-psion"
 
 	econf ${myconf}
+}
 
+src_compile() {
 	emake || die "Compilation failed"
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.4.ebuild ChangeLog abiword-plugins-2.4.6.ebuild abiword-plugins-2.6.5.ebuild abiword-plugins-2.6.8.ebuild abiword-plugins-2.6.6.ebuild
@ 2010-02-10 23:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-10 23:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/10 23:02:49

  Modified:             abiword-plugins-2.6.4.ebuild ChangeLog
                        abiword-plugins-2.4.6.ebuild
                        abiword-plugins-2.6.5.ebuild
                        abiword-plugins-2.6.8.ebuild
                        abiword-plugins-2.6.6.ebuild
  Log:
  Fix poppler depend.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild?r1=1.9&r2=1.10

Index: abiword-plugins-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- abiword-plugins-2.6.4.ebuild	30 Mar 2009 15:01:03 -0000	1.9
+++ abiword-plugins-2.6.4.ebuild	10 Feb 2010 23:02:47 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.6.4.ebuild,v 1.9 2009/03/30 15:01:03 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.4.ebuild,v 1.10 2010/02/10 23:02:47 ssuominen Exp $
 
 EAPI=2
 
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
+	pdf? ( >=app-text/poppler-0.12.3-r3[abiword,utils] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )



1.68                 app-office/abiword-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	22 Jan 2010 16:44:02 -0000	1.67
+++ ChangeLog	10 Feb 2010 23:02:47 -0000	1.68
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/abiword-plugins
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.67 2010/01/22 16:44:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.68 2010/02/10 23:02:47 ssuominen Exp $
+
+  10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  abiword-plugins-2.4.6.ebuild, abiword-plugins-2.6.4.ebuild,
+  abiword-plugins-2.6.5.ebuild, abiword-plugins-2.6.6.ebuild,
+  abiword-plugins-2.6.8.ebuild:
+  Fix poppler depend.
 
   22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
   abiword-plugins-2.6.8.ebuild:



1.17                 app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?r1=1.16&r2=1.17

Index: abiword-plugins-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- abiword-plugins-2.4.6.ebuild	30 Mar 2009 15:01:03 -0000	1.16
+++ abiword-plugins-2.4.6.ebuild	10 Feb 2010 23:02:47 -0000	1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.16 2009/03/30 15:01:03 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.17 2010/02/10 23:02:47 ssuominen Exp $
 
 EAPI=2
 
@@ -33,7 +33,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( =app-text/ots-0.4* ) ) ) )
-	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
+	pdf? ( >=app-text/poppler-0.12.3-r3[abiword,utils] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )



1.4                  app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild?r1=1.3&r2=1.4

Index: abiword-plugins-2.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- abiword-plugins-2.6.5.ebuild	30 Mar 2009 15:01:03 -0000	1.3
+++ abiword-plugins-2.6.5.ebuild	10 Feb 2010 23:02:47 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.6.5.ebuild,v 1.3 2009/03/30 15:01:03 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.5.ebuild,v 1.4 2010/02/10 23:02:47 ssuominen Exp $
 
 EAPI=2
 
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
+	pdf? ( >=app-text/poppler-0.12.3-r3[abiword,utils] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )



1.6                  app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?r1=1.5&r2=1.6

Index: abiword-plugins-2.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- abiword-plugins-2.6.8.ebuild	22 Jan 2010 16:44:02 -0000	1.5
+++ abiword-plugins-2.6.8.ebuild	10 Feb 2010 23:02:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.6.8.ebuild,v 1.5 2010/01/22 16:44:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.6 2010/02/10 23:02:47 ssuominen Exp $
 
 EAPI=2
 
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
+	pdf? ( >=app-text/poppler-0.12.3-r3[abiword,utils] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )



1.3                  app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?r1=1.2&r2=1.3

Index: abiword-plugins-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abiword-plugins-2.6.6.ebuild	30 Mar 2009 15:01:03 -0000	1.2
+++ abiword-plugins-2.6.6.ebuild	10 Feb 2010 23:02:47 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.6.6.ebuild,v 1.2 2009/03/30 15:01:03 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild,v 1.3 2010/02/10 23:02:47 ssuominen Exp $
 
 EAPI=2
 
@@ -39,7 +39,7 @@
 		=gnome-extra/libgnomedb-1* )
 	math? ( >=x11-libs/gtkmathview-0.7.5 )
 	!ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
-	pdf? ( >=virtual/poppler-utils-0.5.0-r1[abiword] )
+	pdf? ( >=app-text/poppler-0.12.3-r3[abiword,utils] )
 	readline? ( sys-libs/readline )
 	thesaurus? ( >=app-text/aiksaurus-1.2 )
 	wordperfect? ( >=app-text/libwpd-0.8 )






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 15:01 [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.4.ebuild ChangeLog abiword-plugins-2.4.6.ebuild abiword-plugins-2.6.5.ebuild abiword-plugins-2.6.8.ebuild abiword-plugins-2.6.6.ebuild Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-10 23:02 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox