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.8.ebuild ChangeLog
@ 2009-03-15  1:00 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-03-15  1:00 UTC (permalink / raw
  To: gentoo-commits

eva         09/03/15 01:00:44

  Modified:             ChangeLog
  Added:                abiword-plugins-2.6.8.ebuild
  Log:
  Bump to 2.6.8. Bug fixes.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	20 Feb 2009 00:20:24 -0000	1.61
+++ ChangeLog	15 Mar 2009 01:00:44 -0000	1.62
@@ -1,6 +1,12 @@
 # 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.61 2009/02/20 00:20:24 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.62 2009/03/15 01:00:44 eva Exp $
+
+*abiword-plugins-2.6.8 (15 Mar 2009)
+
+  15 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +abiword-plugins-2.6.8.ebuild:
+  Bump to 2.6.8. Bug fixes.
 
 *abiword-plugins-2.6.6 (20 Feb 2009)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.1&content-type=text/plain

Index: abiword-plugins-2.6.8.ebuild
===================================================================
# 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 $

EAPI="1"

inherit eutils

DESCRIPTION="Set of plugins for abiword"
HOMEPAGE="http://www.abisource.com/"
SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz
	http://www.abisource.com/downloads/abiword/${PV}/source/${P//-plugins/}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"

# FIXME: add asio support (better wait on boost 1.35)
# add abiscan when we get gnome-scan

RDEPEND="=app-office/abiword-${PV}*
	>=media-libs/fontconfig-1
	>=dev-libs/fribidi-0.10.4
	>=dev-libs/glib-2
	>=x11-libs/gtk+-2
	x11-libs/libXft
	>=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 )
	grammar? ( >=dev-libs/link-grammar-4.2.2 )
	!alpha? ( !ia64? ( jabber? (
		>=dev-libs/libxml2-2.4
		>=net-libs/loudmouth-1.0.1 ) ) )
	jpeg?  ( >=media-libs/jpeg-6b-r2 )
	libgda? (
		=gnome-extra/libgda-1*
		=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 )
	readline? ( sys-libs/readline )
	thesaurus? ( >=app-text/aiksaurus-1.2 )
	wordperfect? ( >=app-text/libwpd-0.8 )
	wmf? ( >=media-libs/libwmf-0.2.8 )
	svg? ( >=gnome-base/librsvg-2 )"

DEPEND="${RDEPEND}
	>=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() {
	local myconf="--enable-all \
		--with-abiword="${WORKDIR}/abiword-${PV}" \
		$(use_with cxx boost) \
		$(use_with cxx OpenXML) \
		$(use_enable debug) \
		$(use_with gnome abigoffice) \
		$(use_with grammar abigrammar) \
		$(use_with jabber abicollab) \
		$(use_with jpeg) \
		$(use_with libgda gda) \
		$(use_with math abimathview) \
		$(use_with ots) \
		$(use_with pdf) \
		$(use_with readline abicommand)
		$(use_with svg librsvg) \
		$(use_with thesaurus aiksaurus) \
		$(use_with wmf) \
		$(use_with wordperfect wpg) \
		--disable-abiscan \
		--without-psion"

	econf ${myconf}

	emake || die "Compilation failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Installation failed"
	dodoc AUTHORS ChangeLog README || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2009-09-03 20:41 Romain Perier (mrpouet)
  0 siblings, 0 replies; 11+ messages in thread
From: Romain Perier (mrpouet) @ 2009-09-03 20:41 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/09/03 20:41:18

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  Fix bug #283053, missing $(use_with wordperfect) in src_configure() which caused wordprefect plugin to be installed if libwpd was installed, even with USE=-wordperfect.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.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.8.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- abiword-plugins-2.6.8.ebuild	29 Jul 2009 22:51:02 -0000	1.3
+++ abiword-plugins-2.6.8.ebuild	3 Sep 2009 20:41:18 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2009/07/29 22:51:02 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.4 2009/09/03 20:41:18 mrpouet Exp $
 
 EAPI=2
 
@@ -79,6 +79,7 @@
 		$(use_with thesaurus aiksaurus) \
 		$(use_with wmf) \
 		$(use_with wordperfect wpg) \
+		$(use_with wordperfect) \
 		--disable-abiscan \
 		--without-psion"
 



1.66                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	27 Aug 2009 20:10:50 -0000	1.65
+++ ChangeLog	3 Sep 2009 20:41:18 -0000	1.66
@@ -1,6 +1,12 @@
 # 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.65 2009/08/27 20:10:50 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.66 2009/09/03 20:41:18 mrpouet Exp $
+
+  03 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  abiword-plugins-2.6.8.ebuild:
+  Fix bug #283053, missing $(use_with wordperfect) in src_configure() which
+  caused wordprefect plugin to be installed if libwpd was installed, even
+  with USE="-wordperfect".
 
   27 Aug 2009; Peter Volkov <pva@gentoo.org> metadata.xml:
   Fixed typo: app-text/libwpdlibwpd -> app-text/libwpd.






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-01-22 16:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-22 16:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/22 16:44:03

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  Require SLOT="0" of media-libs/jpeg for headers.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.5&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.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- abiword-plugins-2.6.8.ebuild	3 Sep 2009 20:41:18 -0000	1.4
+++ abiword-plugins-2.6.8.ebuild	22 Jan 2010 16:44:02 -0000	1.5
@@ -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.8.ebuild,v 1.4 2009/09/03 20:41:18 mrpouet Exp $
+# $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 $
 
 EAPI=2
 
@@ -33,7 +33,7 @@
 	!alpha? ( !ia64? ( jabber? (
 		>=dev-libs/libxml2-2.4
 		>=net-libs/loudmouth-1.0.1 ) ) )
-	jpeg?  ( >=media-libs/jpeg-6b-r2 )
+	jpeg?  ( >=media-libs/jpeg-6b-r2:0 )
 	libgda? (
 		=gnome-extra/libgda-1*
 		=gnome-extra/libgnomedb-1* )



1.67                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	3 Sep 2009 20:41:18 -0000	1.66
+++ ChangeLog	22 Jan 2010 16:44:02 -0000	1.67
@@ -1,6 +1,10 @@
 # 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.66 2009/09/03 20:41:18 mrpouet Exp $
+# 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 $
+
+  22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  abiword-plugins-2.6.8.ebuild:
+  Require SLOT="0" of media-libs/jpeg for headers.
 
   03 Sep 2009; Romain Perier <mrpouet@gentoo.org>
   abiword-plugins-2.6.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-02-22 14:21 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabio Erculiani (lxnay) @ 2010-02-22 14:21 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/02/22 14:21:46

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  update glibc 2.10 patch, apply API changes to make abiword-plugins compile on x86
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.7&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.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- abiword-plugins-2.6.8.ebuild	10 Feb 2010 23:02:47 -0000	1.6
+++ abiword-plugins-2.6.8.ebuild	22 Feb 2010 14:21:45 -0000	1.7
@@ -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.6 2010/02/10 23:02:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.7 2010/02/22 14:21:45 lxnay Exp $
 
 EAPI=2
 
@@ -57,7 +57,7 @@
 }
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-glibc-2.10.patch
+	epatch "${FILESDIR}"/${P}-glibc-2.10+api.patch
 }
 
 src_configure(){



1.69                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	10 Feb 2010 23:02:47 -0000	1.68
+++ ChangeLog	22 Feb 2010 14:21:45 -0000	1.69
@@ -1,6 +1,13 @@
 # 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.68 2010/02/10 23:02:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.69 2010/02/22 14:21:45 lxnay Exp $
+
+  22 Feb 2010; Fabio Erculiani <lxnay@gentoo.org>
+  abiword-plugins-2.6.8.ebuild,
+  +files/abiword-plugins-2.6.8-glibc-2.10+api.patch,
+  -files/abiword-plugins-2.6.8-glibc-2.10.patch:
+  update glibc 2.10 patch, apply API changes to make abiword-plugins compile
+  on x86
 
   10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
   abiword-plugins-2.4.6.ebuild, abiword-plugins-2.6.4.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-02-22 18:50 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabio Erculiani (lxnay) @ 2010-02-22 18:50 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/02/22 18:50:41

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  re-add previous glibc-2.10 patch, still required by package
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- abiword-plugins-2.6.8.ebuild	22 Feb 2010 14:21:45 -0000	1.7
+++ abiword-plugins-2.6.8.ebuild	22 Feb 2010 18:50:40 -0000	1.8
@@ -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.7 2010/02/22 14:21:45 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.8 2010/02/22 18:50:40 lxnay Exp $
 
 EAPI=2
 
@@ -57,6 +57,7 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-glibc-2.10.patch
 	epatch "${FILESDIR}"/${P}-glibc-2.10+api.patch
 }
 



1.70                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	22 Feb 2010 14:21:45 -0000	1.69
+++ ChangeLog	22 Feb 2010 18:50:40 -0000	1.70
@@ -1,6 +1,11 @@
 # 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.69 2010/02/22 14:21:45 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.70 2010/02/22 18:50:40 lxnay Exp $
+
+  22 Feb 2010; Fabio Erculiani <lxnay@gentoo.org>
+  abiword-plugins-2.6.8.ebuild,
+  +files/abiword-plugins-2.6.8-glibc-2.10.patch:
+  re-add previous glibc-2.10 patch, still required by package
 
   22 Feb 2010; Fabio Erculiani <lxnay@gentoo.org>
   abiword-plugins-2.6.8.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-03-13 17:02 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-03-13 17:02 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/13 17:02:49

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  Marking abiword-plugins-2.6.8 ppc64 for bug 306405
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.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.8.ebuild?r1=1.8&r2=1.9

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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- abiword-plugins-2.6.8.ebuild	22 Feb 2010 18:50:40 -0000	1.8
+++ abiword-plugins-2.6.8.ebuild	13 Mar 2010 17:02:48 -0000	1.9
@@ -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.8 2010/02/22 18:50:40 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.9 2010/03/13 17:02:48 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.72                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	22 Feb 2010 19:23:29 -0000	1.71
+++ ChangeLog	13 Mar 2010 17:02:48 -0000	1.72
@@ -1,6 +1,9 @@
 # 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.71 2010/02/22 19:23:29 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.72 2010/03/13 17:02:48 ranger Exp $
+
+  13 Mar 2010; Brent Baude <ranger@gentoo.org> abiword-plugins-2.6.8.ebuild:
+  Marking abiword-plugins-2.6.8 ppc64 for bug 306405
 
   22 Feb 2010; Fabio Erculiani <lxnay@gentoo.org>
   files/abiword-plugins-2.6.8-glibc-2.10+api.patch:






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-03-13 18:10 Pacho Ramos (pacho)
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2010-03-13 18:10 UTC (permalink / raw
  To: gentoo-commits

pacho       10/03/13 18:10:32

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  amd64 stable, bug 306405
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.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.8.ebuild?r1=1.9&r2=1.10

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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- abiword-plugins-2.6.8.ebuild	13 Mar 2010 17:02:48 -0000	1.9
+++ abiword-plugins-2.6.8.ebuild	13 Mar 2010 18:10:31 -0000	1.10
@@ -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.9 2010/03/13 17:02:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.10 2010/03/13 18:10:31 pacho Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.73                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	13 Mar 2010 17:02:48 -0000	1.72
+++ ChangeLog	13 Mar 2010 18:10:31 -0000	1.73
@@ -1,6 +1,9 @@
 # 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.72 2010/03/13 17:02:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.73 2010/03/13 18:10:31 pacho Exp $
+
+  13 Mar 2010; Pacho Ramos <pacho@gentoo.org> abiword-plugins-2.6.8.ebuild:
+  amd64 stable, bug 306405
 
   13 Mar 2010; Brent Baude <ranger@gentoo.org> abiword-plugins-2.6.8.ebuild:
   Marking abiword-plugins-2.6.8 ppc64 for bug 306405






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-03-23 20:32 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-03-23 20:32 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/23 20:32:49

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  Marking abiword-plugins-2.6.8 ppc for bug 306405
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 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.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.11&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.10&r2=1.11

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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- abiword-plugins-2.6.8.ebuild	13 Mar 2010 18:10:31 -0000	1.10
+++ abiword-plugins-2.6.8.ebuild	23 Mar 2010 20:32:49 -0000	1.11
@@ -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.10 2010/03/13 18:10:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.11 2010/03/23 20:32:49 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.74                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	13 Mar 2010 18:10:31 -0000	1.73
+++ ChangeLog	23 Mar 2010 20:32:49 -0000	1.74
@@ -1,6 +1,9 @@
 # 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.73 2010/03/13 18:10:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.74 2010/03/23 20:32:49 ranger Exp $
+
+  23 Mar 2010; Brent Baude <ranger@gentoo.org> abiword-plugins-2.6.8.ebuild:
+  Marking abiword-plugins-2.6.8 ppc for bug 306405
 
   13 Mar 2010; Pacho Ramos <pacho@gentoo.org> abiword-plugins-2.6.8.ebuild:
   amd64 stable, bug 306405






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-03-25 13:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-25 13:30 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/25 13:30:45

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  stable x86, bug 306405
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.12                 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.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.12&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.11&r2=1.12

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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- abiword-plugins-2.6.8.ebuild	23 Mar 2010 20:32:49 -0000	1.11
+++ abiword-plugins-2.6.8.ebuild	25 Mar 2010 13:30:45 -0000	1.12
@@ -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.11 2010/03/23 20:32:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.12 2010/03/25 13:30:45 fauli Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.75                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	23 Mar 2010 20:32:49 -0000	1.74
+++ ChangeLog	25 Mar 2010 13:30:45 -0000	1.75
@@ -1,6 +1,10 @@
 # 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.74 2010/03/23 20:32:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.75 2010/03/25 13:30:45 fauli Exp $
+
+  25 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+  abiword-plugins-2.6.8.ebuild:
+  stable x86, bug 306405
 
   23 Mar 2010; Brent Baude <ranger@gentoo.org> abiword-plugins-2.6.8.ebuild:
   Marking abiword-plugins-2.6.8 ppc for bug 306405






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-04-11 14:04 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-04-11 14:04 UTC (permalink / raw
  To: gentoo-commits

armin76     10/04/11 14:04:55

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #306405
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.13&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.12&r2=1.13

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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- abiword-plugins-2.6.8.ebuild	25 Mar 2010 13:30:45 -0000	1.12
+++ abiword-plugins-2.6.8.ebuild	11 Apr 2010 14:04:55 -0000	1.13
@@ -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.12 2010/03/25 13:30:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.13 2010/04/11 14:04:55 armin76 Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.76                 app-office/abiword-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	25 Mar 2010 13:30:45 -0000	1.75
+++ ChangeLog	11 Apr 2010 14:04:55 -0000	1.76
@@ -1,6 +1,10 @@
 # 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.75 2010/03/25 13:30:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.76 2010/04/11 14:04:55 armin76 Exp $
+
+  11 Apr 2010; Raúl Porcel <armin76@gentoo.org>
+  abiword-plugins-2.6.8.ebuild:
+  alpha/ia64/sparc stable wrt #306405
 
   25 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   abiword-plugins-2.6.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
@ 2010-07-06  0:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-06  0:34 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/06 00:34:06

  Modified:             abiword-plugins-2.6.8.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #306405).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.14                 app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?r1=1.13&r2=1.14

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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- abiword-plugins-2.6.8.ebuild	11 Apr 2010 14:04:55 -0000	1.13
+++ abiword-plugins-2.6.8.ebuild	6 Jul 2010 00:34:06 -0000	1.14
@@ -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.13 2010/04/11 14:04:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.14 2010/07/06 00:34:06 jer Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
 
 # FIXME: add asio support (better wait on boost 1.35)



1.78                 app-office/abiword-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	19 Apr 2010 21:54:12 -0000	1.77
+++ ChangeLog	6 Jul 2010 00:34:06 -0000	1.78
@@ -1,6 +1,9 @@
 # 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.77 2010/04/19 21:54:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.78 2010/07/06 00:34:06 jer Exp $
+
+  06 Jul 2010; Jeroen Roovers <jer@gentoo.org> abiword-plugins-2.6.8.ebuild:
+  Stable for HPPA (bug #306405).
 
   19 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org>
   abiword-plugins-2.6.4.ebuild, -abiword-plugins-2.6.5.ebuild,






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

end of thread, other threads:[~2010-07-06  0:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 16:44 [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-06  0:34 Jeroen Roovers (jer)
2010-04-11 14:04 Raul Porcel (armin76)
2010-03-25 13:30 Christian Faulhammer (fauli)
2010-03-23 20:32 Brent Baude (ranger)
2010-03-13 18:10 Pacho Ramos (pacho)
2010-03-13 17:02 Brent Baude (ranger)
2010-02-22 18:50 Fabio Erculiani (lxnay)
2010-02-22 14:21 Fabio Erculiani (lxnay)
2009-09-03 20:41 Romain Perier (mrpouet)
2009-03-15  1:00 Gilles Dartiguelongue (eva)

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