public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2012-11-16 20:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-16 20:08 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/16 20:08:44

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  workaround for bug 399061
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unoconv-0.6.ebuild	31 Oct 2012 08:55:29 -0000	1.1
+++ unoconv-0.6.ebuild	16 Nov 2012 20:08:44 -0000	1.2
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.1 2012/10/31 08:55:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.2 2012/11/16 20:08:44 ago Exp $
 
 EAPI=3
 
@@ -16,7 +16,11 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-[[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == 9999* ]] || \
+KEYWORDS="~amd64 ~x86"
+
 IUSE=""
 
 DEPEND=""



1.8                  app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Nov 2012 08:08:23 -0000	1.7
+++ ChangeLog	16 Nov 2012 20:08:44 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.7 2012/11/01 08:08:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.8 2012/11/16 20:08:44 ago Exp $
+
+  16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+  workaround for bug 399061
 
   01 Nov 2012; Hans de Graaff <graaff@gentoo.org> -unoconv-20120327.ebuild,
   -unoconv-20120522.ebuild:
@@ -40,4 +43,3 @@
   +unoconv-20110923.ebuild, +unoconv-99999999.ebuild, +files/timeout.patch,
   +metadata.xml:
   Initial commit. Fixes bug #262083.
-





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

* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2012-12-31 14:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 14:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 14:16:29

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unoconv-0.6.ebuild	16 Nov 2012 20:08:44 -0000	1.2
+++ unoconv-0.6.ebuild	31 Dec 2012 14:16:29 -0000	1.3
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.2 2012/11/16 20:08:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.3 2012/12/31 14:16:29 ago Exp $
 
 EAPI=3
 
@@ -19,7 +19,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == 9999* ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 IUSE=""
 



1.9                  app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Nov 2012 20:08:44 -0000	1.8
+++ ChangeLog	31 Dec 2012 14:16:29 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.8 2012/11/16 20:08:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.9 2012/12/31 14:16:29 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+  Add ~ppc, wrt bug #449220
 
   16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
   workaround for bug 399061





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

* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2013-08-23 16:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 16:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 16:36:49

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #481898
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unoconv-0.6.ebuild	9 Mar 2013 19:37:52 -0000	1.4
+++ unoconv-0.6.ebuild	23 Aug 2013 16:36:49 -0000	1.5
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.4 2013/03/09 19:37:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.5 2013/08/23 16:36:49 ago Exp $
 
 EAPI=3
 
@@ -19,7 +19,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == 9999* ]] || \
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 IUSE=""
 



1.11                 app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	9 Mar 2013 19:37:52 -0000	1.10
+++ ChangeLog	23 Aug 2013 16:36:49 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.10 2013/03/09 19:37:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.11 2013/08/23 16:36:49 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+  Stable for amd64, wrt bug #481898
 
   09 Mar 2013; Justin Lecher <jlec@gentoo.org> unoconv-0.6.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2013-08-26 17:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-26 17:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/26 17:00:22

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #481898
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unoconv-0.6.ebuild	23 Aug 2013 16:36:49 -0000	1.5
+++ unoconv-0.6.ebuild	26 Aug 2013 17:00:22 -0000	1.6
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.5 2013/08/23 16:36:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.6 2013/08/26 17:00:22 ago Exp $
 
 EAPI=3
 
@@ -19,7 +19,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == 9999* ]] || \
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 IUSE=""
 



1.12                 app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Aug 2013 16:36:49 -0000	1.11
+++ ChangeLog	26 Aug 2013 17:00:22 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.11 2013/08/23 16:36:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.12 2013/08/26 17:00:22 ago Exp $
+
+  26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+  Stable for ppc, wrt bug #481898
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
   Stable for amd64, wrt bug #481898





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

* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2013-08-28 11:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-28 11:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/28 11:16:49

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #481898
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unoconv-0.6.ebuild	26 Aug 2013 17:00:22 -0000	1.6
+++ unoconv-0.6.ebuild	28 Aug 2013 11:16:49 -0000	1.7
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.6 2013/08/26 17:00:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.7 2013/08/28 11:16:49 ago Exp $
 
 EAPI=3
 
@@ -19,7 +19,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == 9999* ]] || \
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 IUSE=""
 



1.13                 app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	26 Aug 2013 17:00:22 -0000	1.12
+++ ChangeLog	28 Aug 2013 11:16:49 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.12 2013/08/26 17:00:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.13 2013/08/28 11:16:49 ago Exp $
+
+  28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+  Stable for x86, wrt bug #481898
 
   26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
   Stable for ppc, wrt bug #481898





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

* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog
@ 2014-04-17  5:18 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2014-04-17  5:18 UTC (permalink / raw
  To: gentoo-commits

patrick     14/04/17 05:18:54

  Modified:             unoconv-0.6.ebuild ChangeLog
  Log:
  Dropping ppc stable keyword due to lack of stable open/libreoffice
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  app-office/unoconv/unoconv-0.6.ebuild

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

Index: unoconv-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unoconv-0.6.ebuild	28 Aug 2013 11:16:49 -0000	1.7
+++ unoconv-0.6.ebuild	17 Apr 2014 05:18:54 -0000	1.8
@@ -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-office/unoconv/unoconv-0.6.ebuild,v 1.7 2013/08/28 11:16:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.8 2014/04/17 05:18:54 patrick Exp $
 
 EAPI=3
 
@@ -19,7 +19,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == 9999* ]] || \
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE=""
 



1.15                 app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Apr 2014 10:09:15 -0000	1.14
+++ ChangeLog	17 Apr 2014 05:18:54 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/unoconv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.14 2014/04/01 10:09:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.15 2014/04/17 05:18:54 patrick Exp $
+
+  17 Apr 2014; Patrick Lauer <patrick@gentoo.org> unoconv-0.6.ebuild:
+  Dropping ppc stable keyword due to lack of stable open/libreoffice
 
 *unoconv-0.6.20131229 (01 Apr 2014)
 





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

end of thread, other threads:[~2014-04-17  5:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 11:16 [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-17  5:18 Patrick Lauer (patrick)
2013-08-26 17:00 Agostino Sarubbo (ago)
2013-08-23 16:36 Agostino Sarubbo (ago)
2012-12-31 14:16 Agostino Sarubbo (ago)
2012-11-16 20:08 Agostino Sarubbo (ago)

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