public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-20120327.ebuild unoconv-99999999.ebuild ChangeLog
@ 2012-03-31 11:57 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-03-31 11:57 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/03/31 11:57:35

  Modified:             unoconv-20120327.ebuild unoconv-99999999.ebuild
                        ChangeLog
  Log:
  Add blocker on app-text/odt2txt which is different approach for the solution provided here. Wrt bug#410057.
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

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

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

Index: unoconv-20120327.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-20120327.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unoconv-20120327.ebuild	27 Mar 2012 16:27:31 -0000	1.1
+++ unoconv-20120327.ebuild	31 Mar 2012 11:57:35 -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-20120327.ebuild,v 1.1 2012/03/27 16:27:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-20120327.ebuild,v 1.2 2012/03/31 11:57:35 scarabeus Exp $
 
 EAPI=3
 
@@ -19,7 +19,9 @@
 [[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+DEPEND=""
 RDEPEND="${DEPEND}
+	!app-text/odt2txt
 	virtual/ooo
 "
 



1.2                  app-office/unoconv/unoconv-99999999.ebuild

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

Index: unoconv-99999999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unoconv-99999999.ebuild	23 Sep 2011 13:24:55 -0000	1.1
+++ unoconv-99999999.ebuild	31 Mar 2012 11:57:35 -0000	1.2
@@ -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-office/unoconv/unoconv-99999999.ebuild,v 1.1 2011/09/23 13:24:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild,v 1.2 2012/03/31 11:57:35 scarabeus Exp $
 
 EAPI=3
 
@@ -19,7 +19,9 @@
 [[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+DEPEND=""
 RDEPEND="${DEPEND}
+	!app-text/odt2txt
 	virtual/ooo
 "
 



1.3                  app-office/unoconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Mar 2012 16:27:31 -0000	1.2
+++ ChangeLog	31 Mar 2012 11:57:35 -0000	1.3
@@ -1,6 +1,11 @@
 # 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.2 2012/03/27 16:27:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.3 2012/03/31 11:57:35 scarabeus Exp $
+
+  31 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> unoconv-20120327.ebuild,
+  unoconv-99999999.ebuild:
+  Add blocker on app-text/odt2txt which is different approach for the solution
+  provided here. Wrt bug#410057.
 
 *unoconv-20120327 (27 Mar 2012)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-31 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 11:57 [gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-20120327.ebuild unoconv-99999999.ebuild ChangeLog 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