public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.11.1.ebuild ChangeLog
@ 2013-06-19  6:07 Alexander Vershilov (qnikst)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Vershilov (qnikst) @ 2013-06-19  6:07 UTC (permalink / raw
  To: gentoo-commits

qnikst      13/06/19 06:07:54

  Modified:             pandoc-1.11.1.ebuild ChangeLog
  Log:
  fix pandoc-1.11.1 test failure, thanks slyfox for the report
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)

Revision  Changes    Path
1.2                  app-text/pandoc/pandoc-1.11.1.ebuild

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

Index: pandoc-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pandoc-1.11.1.ebuild	2 Apr 2013 13:05:31 -0000	1.1
+++ pandoc-1.11.1.ebuild	19 Jun 2013 06:07:54 -0000	1.2
@@ -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/pandoc/pandoc-1.11.1.ebuild,v 1.1 2013/04/02 13:05:31 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v 1.2 2013/06/19 06:07:54 qnikst Exp $
 
 EAPI=5
 
@@ -77,6 +77,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-no-man-tests.patch
+	epatch "${FILESDIR}"/${P}-test.patch
 
 	ghc-supports-threaded-runtime ||
 		cabal_chdeps \



1.16                 app-text/pandoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Apr 2013 13:05:32 -0000	1.15
+++ ChangeLog	19 Jun 2013 06:07:54 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pandoc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.15 2013/04/02 13:05:32 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.16 2013/06/19 06:07:54 qnikst Exp $
+
+  19 Jun 2013; Alexander Vershilov <qnikst@gentoo.org>
+  +files/pandoc-1.11.1-test.patch, pandoc-1.11.1.ebuild:
+  fix pandoc-1.11.1 test failure, thanks slyfox for the report
 
 *pandoc-1.11.1 (02 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.11.1.ebuild ChangeLog
@ 2013-06-22 22:28 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-06-22 22:28 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/06/22 22:28:37

  Modified:             pandoc-1.11.1.ebuild ChangeLog
  Log:
  Raise lower bounds of some deps (bug #474102 by bdouxx).
  
  (Portage version: 2.2.0_alpha182_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  app-text/pandoc/pandoc-1.11.1.ebuild

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

Index: pandoc-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pandoc-1.11.1.ebuild	19 Jun 2013 06:07:54 -0000	1.2
+++ pandoc-1.11.1.ebuild	22 Jun 2013 22:28:37 -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/pandoc/pandoc-1.11.1.ebuild,v 1.2 2013/06/19 06:07:54 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v 1.3 2013/06/22 22:28:37 slyfox Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 		>=dev-haskell/data-default-0.4:=[profile?]
 		<dev-haskell/data-default-0.6:=[profile?]
 		=dev-haskell/extensible-exceptions-0.1*:=[profile?]
-		>=dev-haskell/highlighting-kate-0.5.3.7:=[profile?]
+		>=dev-haskell/highlighting-kate-0.5.3.9:=[profile?]
 		<dev-haskell/highlighting-kate-0.6:=[profile?]
 		>=dev-haskell/http-4000.0.5:=[profile?]
 		<dev-haskell/http-4000.3:=[profile?]
@@ -48,7 +48,7 @@
 		>=dev-haskell/tagsoup-0.12.5:=[profile?]
 		<dev-haskell/tagsoup-0.13:=[profile?]
 		=dev-haskell/temporary-1.1*:=[profile?]
-		>=dev-haskell/texmath-0.6.1.3:=[profile?]
+		>=dev-haskell/texmath-0.6.1.5:=[profile?]
 		<dev-haskell/texmath-0.7:=[profile?]
 		=dev-haskell/text-0.11*:=[profile?]
 		>=dev-haskell/xml-1.3.12:=[profile?]



1.17                 app-text/pandoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Jun 2013 06:07:54 -0000	1.16
+++ ChangeLog	22 Jun 2013 22:28:37 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pandoc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.16 2013/06/19 06:07:54 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.17 2013/06/22 22:28:37 slyfox Exp $
+
+  22 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> pandoc-1.11.1.ebuild:
+  Raise lower bounds of some deps (bug #474102 by bdouxx).
 
   19 Jun 2013; Alexander Vershilov <qnikst@gentoo.org>
   +files/pandoc-1.11.1-test.patch, pandoc-1.11.1.ebuild:





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

end of thread, other threads:[~2013-06-22 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-22 22:28 [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.11.1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-19  6:07 Alexander Vershilov (qnikst)

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