* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2013-08-21 8:13 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-08-21 8:13 UTC (permalink / raw
To: gentoo-commits
scarabeus 13/08/21 08:13:44
Modified: ChangeLog
Added: libwpd-0.9.9.ebuild
Log:
Version bump to latest.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.115 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 15 May 2013 08:03:16 -0000 1.114
+++ ChangeLog 21 Aug 2013 08:13:44 -0000 1.115
@@ -1,6 +1,11 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.114 2013/05/15 08:03:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.115 2013/08/21 08:13:44 scarabeus Exp $
+
+*libwpd-0.9.9 (21 Aug 2013)
+
+ 21 Aug 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libwpd-0.9.9.ebuild:
+ Version bump to latest.
*libwpd-0.9.8 (15 May 2013)
1.1 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.1&content-type=text/plain
Index: libwpd-0.9.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.1 2013/08/21 08:13:44 scarabeus Exp $
EAPI=5
inherit alternatives eutils
DESCRIPTION="WordPerfect Document import/export library"
HOMEPAGE="http://libwpd.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
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=""
DEPEND="${RDEPEND}
virtual/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
prune_libtool_files --all
}
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.9.ebuild ChangeLog
@ 2013-10-27 12:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-27 12:05 UTC (permalink / raw
To: gentoo-commits
ago 13/10/27 12:05:15
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for x86, wrt bug #486204
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.2&r2=1.3
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libwpd-0.9.9.ebuild 20 Oct 2013 22:42:39 -0000 1.2
+++ libwpd-0.9.9.ebuild 27 Oct 2013 12:05:15 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.2 2013/10/20 22:42:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.3 2013/10/27 12:05:15 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.117 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 20 Oct 2013 22:42:39 -0000 1.116
+++ ChangeLog 27 Oct 2013 12:05:15 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.116 2013/10/20 22:42:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.117 2013/10/27 12:05:15 ago Exp $
+
+ 27 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for x86, wrt bug #486204
20 Oct 2013; Tony Vroon <chainsaw@gentoo.org> libwpd-0.9.9.ebuild:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-02-22 14:32 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 14:32 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/22 14:32:13
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
arch stable, bug 888
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.4&r2=1.5
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libwpd-0.9.9.ebuild 22 Dec 2013 15:29:05 -0000 1.4
+++ libwpd-0.9.9.ebuild 22 Feb 2014 14:32:13 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.4 2013/12/22 15:29:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.5 2014/02/22 14:32:13 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.119 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 22 Dec 2013 15:29:05 -0000 1.118
+++ ChangeLog 22 Feb 2014 14:32:13 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.118 2013/12/22 15:29:05 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.119 2014/02/22 14:32:13 pacho Exp $
+
+ 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.9.ebuild:
+ arch stable, bug 888
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> libwpd-0.9.9.ebuild:
Stable for HPPA (bug #478252).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-02-22 21:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 21:06 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/22 21:06:51
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.5&r2=1.6
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwpd-0.9.9.ebuild 22 Feb 2014 14:32:13 -0000 1.5
+++ libwpd-0.9.9.ebuild 22 Feb 2014 21:06:51 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.5 2014/02/22 14:32:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.6 2014/02/22 21:06:51 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.120 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 22 Feb 2014 14:32:13 -0000 1.119
+++ ChangeLog 22 Feb 2014 21:06:51 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.119 2014/02/22 14:32:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.120 2014/02/22 21:06:51 pacho Exp $
+
+ 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.9.ebuild:
+ Fix wrong commit, bug 502160
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.9.ebuild:
arch stable, bug 888
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-04-14 20:33 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-14 20:33 UTC (permalink / raw
To: gentoo-commits
ago 14/04/14 20:33:07
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.6&r2=1.7
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libwpd-0.9.9.ebuild 22 Feb 2014 21:06:51 -0000 1.6
+++ libwpd-0.9.9.ebuild 14 Apr 2014 20:33:07 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.6 2014/02/22 21:06:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.7 2014/04/14 20:33:07 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.121 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 22 Feb 2014 21:06:51 -0000 1.120
+++ ChangeLog 14 Apr 2014 20:33:07 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.120 2014/02/22 21:06:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.121 2014/04/14 20:33:07 ago Exp $
+
+ 14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for ppc, wrt bug #507568
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.9.ebuild:
Fix wrong commit, bug 502160
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-04-16 7:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-16 7:46 UTC (permalink / raw
To: gentoo-commits
ago 14/04/16 07:46:44
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.7&r2=1.8
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libwpd-0.9.9.ebuild 14 Apr 2014 20:33:07 -0000 1.7
+++ libwpd-0.9.9.ebuild 16 Apr 2014 07:46:44 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.7 2014/04/14 20:33:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.8 2014/04/16 07:46:44 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.122 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 14 Apr 2014 20:33:07 -0000 1.121
+++ ChangeLog 16 Apr 2014 07:46:44 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.121 2014/04/14 20:33:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.122 2014/04/16 07:46:44 ago Exp $
+
+ 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for ppc64, wrt bug #507568
14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
Stable for ppc, wrt bug #507568
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-04-17 7:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-17 7:48 UTC (permalink / raw
To: gentoo-commits
ago 14/04/17 07:48:00
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.8&r2=1.9
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libwpd-0.9.9.ebuild 16 Apr 2014 07:46:44 -0000 1.8
+++ libwpd-0.9.9.ebuild 17 Apr 2014 07:48:00 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.8 2014/04/16 07:46:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.9 2014/04/17 07:48:00 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.123 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 16 Apr 2014 07:46:44 -0000 1.122
+++ ChangeLog 17 Apr 2014 07:48:00 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.122 2014/04/16 07:46:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.123 2014/04/17 07:48:00 ago Exp $
+
+ 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for ia64, wrt bug #507568
16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
Stable for ppc64, wrt bug #507568
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-04-18 13:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-18 13:55 UTC (permalink / raw
To: gentoo-commits
ago 14/04/18 13:55:33
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.9&r2=1.10
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libwpd-0.9.9.ebuild 17 Apr 2014 07:48:00 -0000 1.9
+++ libwpd-0.9.9.ebuild 18 Apr 2014 13:55:33 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.9 2014/04/17 07:48:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.10 2014/04/18 13:55:33 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.124 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 17 Apr 2014 07:48:00 -0000 1.123
+++ ChangeLog 18 Apr 2014 13:55:33 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.123 2014/04/17 07:48:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.124 2014/04/18 13:55:33 ago Exp $
+
+ 18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for alpha, wrt bug #507568
17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
Stable for ia64, wrt bug #507568
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog
@ 2014-04-19 17:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-19 17:43 UTC (permalink / raw
To: gentoo-commits
ago 14/04/19 17:43:20
Modified: libwpd-0.9.9.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 app-text/libwpd/libwpd-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild?r1=1.10&r2=1.11
Index: libwpd-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libwpd-0.9.9.ebuild 18 Apr 2014 13:55:33 -0000 1.10
+++ libwpd-0.9.9.ebuild 19 Apr 2014 17:43:20 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.10 2014/04/18 13:55:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.9.ebuild,v 1.11 2014/04/19 17:43:20 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.9"
-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"
+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.125 app-text/libwpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 18 Apr 2014 13:55:33 -0000 1.124
+++ ChangeLog 19 Apr 2014 17:43:20 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.124 2014/04/18 13:55:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.125 2014/04/19 17:43:20 ago Exp $
+
+ 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
+ Stable for sparc, wrt bug #507568
18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwpd-0.9.9.ebuild:
Stable for alpha, wrt bug #507568
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-04-19 17:43 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 13:55 [gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.9.9.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-04-19 17:43 Agostino Sarubbo (ago)
2014-04-17 7:48 Agostino Sarubbo (ago)
2014-04-16 7:46 Agostino Sarubbo (ago)
2014-04-14 20:33 Agostino Sarubbo (ago)
2014-02-22 21:06 Pacho Ramos (pacho)
2014-02-22 14:32 Pacho Ramos (pacho)
2013-10-27 12:05 Agostino Sarubbo (ago)
2013-08-21 8:13 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