public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2011-11-29 11:57 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-11-29 11:57 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/11/29 11:57:00

  Modified:             ChangeLog
  Added:                libwpd-0.9.4.ebuild
  Log:
  Version bump to latest.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	30 Oct 2011 14:48:02 -0000	1.88
+++ ChangeLog	29 Nov 2011 11:57:00 -0000	1.89
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.88 2011/10/30 14:48:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.89 2011/11/29 11:57:00 scarabeus Exp $
+
+*libwpd-0.9.4 (29 Nov 2011)
+
+  29 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libwpd-0.9.4.ebuild:
+  Version bump to latest.
 
   30 Oct 2011; Raúl Porcel <armin76@gentoo.org> libwpd-0.9.3.ebuild:
   alpha/ia64/sparc stable wrt #385699



1.1                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.1&content-type=text/plain

Index: libwpd-0.9.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.1 2011/11/29 11:57:00 scarabeus Exp $

EAPI=4

inherit alternatives autotools eutils

DESCRIPTION="WordPerfect Document import/export library"
HOMEPAGE="http://libwpd.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0.9"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test +tools"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )
	test? ( dev-util/cppunit )
"
RDEPEND="${RDEPEND}
	!<app-text/libwpd-0.8.14-r1"

src_configure() {
	econf \
		--disable-static \
		--disable-werror \
		$(use_with doc docs) \
		$(use_with tools stream) \
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
		--program-suffix=-${SLOT}
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}

pkg_postinst() {
	if use tools; then
		alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-9]"
		alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9]"
		alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9]"
	fi
}

pkg_postrm() {
	if use tools; then
		alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-9]"
		alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9]"
		alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9]"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2011-12-20 21:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-20 21:18 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/20 21:18:56

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #393007).
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.1&r2=1.2

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libwpd-0.9.4.ebuild	29 Nov 2011 11:57:00 -0000	1.1
+++ libwpd-0.9.4.ebuild	20 Dec 2011 21:18:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.1 2011/11/29 11:57:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.2 2011/12/20 21:18:56 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.90                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	29 Nov 2011 11:57:00 -0000	1.89
+++ ChangeLog	20 Dec 2011 21:18:56 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.89 2011/11/29 11:57:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.90 2011/12/20 21:18:56 jer Exp $
+
+  20 Dec 2011; Jeroen Roovers <jer@gentoo.org> libwpd-0.9.4.ebuild:
+  Stable for HPPA (bug #393007).
 
 *libwpd-0.9.4 (29 Nov 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2011-12-29 17:18 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 17:18 UTC (permalink / raw
  To: gentoo-commits

pacho       11/12/29 17:18:47

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.2&r2=1.3

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libwpd-0.9.4.ebuild	20 Dec 2011 21:18:56 -0000	1.2
+++ libwpd-0.9.4.ebuild	29 Dec 2011 17:18:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.2 2011/12/20 21:18:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.3 2011/12/29 17:18:47 pacho Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.91                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	20 Dec 2011 21:18:56 -0000	1.90
+++ ChangeLog	29 Dec 2011 17:18:47 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.90 2011/12/20 21:18:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.91 2011/12/29 17:18:47 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.4.ebuild:
+  amd64 stable, bug 393007
 
   20 Dec 2011; Jeroen Roovers <jer@gentoo.org> libwpd-0.9.4.ebuild:
   Stable for HPPA (bug #393007).






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-01-14 16:09 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 16:09 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 16:09:26

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.3&r2=1.4

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libwpd-0.9.4.ebuild	29 Dec 2011 17:18:47 -0000	1.3
+++ libwpd-0.9.4.ebuild	14 Jan 2012 16:09:26 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.3 2011/12/29 17:18:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.4 2012/01/14 16:09:26 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.92                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	29 Dec 2011 17:18:47 -0000	1.91
+++ ChangeLog	14 Jan 2012 16:09:26 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.91 2011/12/29 17:18:47 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.92 2012/01/14 16:09:26 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org> libwpd-0.9.4.ebuild:
+  x86 stable, bug #393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.4.ebuild:
   amd64 stable, bug 393007






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-01-18 20:11 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-01-18 20:11 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/01/18 20:11:41

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  add ~arm keyword
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.4&r2=1.5

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libwpd-0.9.4.ebuild	14 Jan 2012 16:09:26 -0000	1.4
+++ libwpd-0.9.4.ebuild	18 Jan 2012 20:11:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.4 2012/01/14 16:09:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.5 2012/01/18 20:11:41 lxnay Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.93                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	14 Jan 2012 16:09:26 -0000	1.92
+++ ChangeLog	18 Jan 2012 20:11:41 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.92 2012/01/14 16:09:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.93 2012/01/18 20:11:41 lxnay Exp $
+
+  18 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> libwpd-0.9.4.ebuild:
+  add ~arm keyword
 
   14 Jan 2012; Markus Meier <maekke@gentoo.org> libwpd-0.9.4.ebuild:
   x86 stable, bug #393007






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-03-05 16:32 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 16:32 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/05 16:32:34

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  Marking libwpd-0.9.4 ppc64 for bug 393007
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.5&r2=1.6

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwpd-0.9.4.ebuild	18 Jan 2012 20:11:41 -0000	1.5
+++ libwpd-0.9.4.ebuild	5 Mar 2012 16:32:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.5 2012/01/18 20:11:41 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.6 2012/03/05 16:32:34 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.94                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	18 Jan 2012 20:11:41 -0000	1.93
+++ ChangeLog	5 Mar 2012 16:32:34 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.93 2012/01/18 20:11:41 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.94 2012/03/05 16:32:34 ranger Exp $
+
+  05 Mar 2012; Brent Baude <ranger@gentoo.org> libwpd-0.9.4.ebuild:
+  Marking libwpd-0.9.4 ppc64 stable for bug 393007
 
   18 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> libwpd-0.9.4.ebuild:
   add ~arm keyword






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-03-05 21:54 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 21:54 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/05 21:54:25

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  Marking libwpd-0.9.4 ppc for bug 393007
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.6&r2=1.7

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libwpd-0.9.4.ebuild	5 Mar 2012 16:32:34 -0000	1.6
+++ libwpd-0.9.4.ebuild	5 Mar 2012 21:54:25 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.6 2012/03/05 16:32:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.7 2012/03/05 21:54:25 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.95                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	5 Mar 2012 16:32:34 -0000	1.94
+++ ChangeLog	5 Mar 2012 21:54:25 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.94 2012/03/05 16:32:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.95 2012/03/05 21:54:25 ranger Exp $
+
+  05 Mar 2012; Brent Baude <ranger@gentoo.org> libwpd-0.9.4.ebuild:
+  Marking libwpd-0.9.4 ppc stable for bug 393007
 
   05 Mar 2012; Brent Baude <ranger@gentoo.org> libwpd-0.9.4.ebuild:
   Marking libwpd-0.9.4 ppc64 stable for bug 393007






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-03-25 14:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-25 14:54 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/25 14:54:20

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #393007
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.8                  app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.7&r2=1.8

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libwpd-0.9.4.ebuild	5 Mar 2012 21:54:25 -0000	1.7
+++ libwpd-0.9.4.ebuild	25 Mar 2012 14:54:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.7 2012/03/05 21:54:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.8 2012/03/25 14:54:20 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.97                 app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	17 Mar 2012 05:50:42 -0000	1.96
+++ ChangeLog	25 Mar 2012 14:54:20 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.96 2012/03/17 05:50:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.97 2012/03/25 14:54:20 armin76 Exp $
+
+  25 Mar 2012; Raúl Porcel <armin76@gentoo.org> libwpd-0.9.4.ebuild:
+  alpha/ia64/sparc stable wrt #393007
 
   17 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -libwpd-0.8.14-r1.ebuild:
   old






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

* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog
@ 2012-05-29 22:04 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-05-29 22:04 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/29 22:04:46

  Modified:             libwpd-0.9.4.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-text/libwpd/libwpd-0.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild?r1=1.9&r2=1.10

Index: libwpd-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libwpd-0.9.4.ebuild	4 May 2012 03:33:12 -0000	1.9
+++ libwpd-0.9.4.ebuild	29 May 2012 22:04:46 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.9 2012/05/04 03:33:12 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.4.ebuild,v 1.10 2012/05/29 22:04:46 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.9"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test +tools"
 
 RDEPEND=""



1.100                app-text/libwpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	4 May 2012 03:33:12 -0000	1.99
+++ ChangeLog	29 May 2012 22:04:46 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.99 2012/05/04 03:33:12 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.100 2012/05/29 22:04:46 blueness Exp $
+
+  29 May 2012; Anthony G. Basile <blueness@gentoo.org> libwpd-0.9.4.ebuild:
+  Keyword ~mips
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> libwpd-0.9.4.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig






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

end of thread, other threads:[~2012-05-29 22:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 22:04 [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.4.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-25 14:54 Raul Porcel (armin76)
2012-03-05 21:54 Brent Baude (ranger)
2012-03-05 16:32 Brent Baude (ranger)
2012-01-18 20:11 Fabio Erculiani (lxnay)
2012-01-14 16:09 Markus Meier (maekke)
2011-12-29 17:18 Pacho Ramos (pacho)
2011-12-20 21:18 Jeroen Roovers (jer)
2011-11-29 11:57 Tomas Chvatal (scarabeus)

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