public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-02-09 19:14 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-02-09 19:14 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/02/09 19:14:07

  Modified:             ChangeLog
  Added:                ansi-wl-pprint-0.6.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.24                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	22 Dec 2012 21:07:41 -0000	1.23
+++ ChangeLog	9 Feb 2013 19:14:07 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.23 2012/12/22 21:07:41 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.24 2013/02/09 19:14:07 slyfox Exp $
+
+*ansi-wl-pprint-0.6.6 (09 Feb 2013)
+
+  09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
+  +ansi-wl-pprint-0.6.6.ebuild:
+  Version bump.
 
   22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
   -ansi-wl-pprint-0.5.1.ebuild, -ansi-wl-pprint-0.6.3.ebuild:



1.1                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.1&content-type=text/plain

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.1 2013/02/09 19:14:07 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
HOMEPAGE="http://github.com/batterseapower/ansi-wl-pprint"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
		<dev-haskell/ansi-terminal-0.7:=[profile?]
		>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.2"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-example \
		--flag=newbase
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-16 13:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:13:26

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.1&r2=1.2

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ansi-wl-pprint-0.6.6.ebuild	9 Feb 2013 19:14:07 -0000	1.1
+++ ansi-wl-pprint-0.6.6.ebuild	16 May 2013 13:13:26 -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.1 2013/02/09 19:14:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.2 2013/05/16 13:13:26 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.25                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Feb 2013 19:14:07 -0000	1.24
+++ ChangeLog	16 May 2013 13:13:26 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.24 2013/02/09 19:14:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.25 2013/05/16 13:13:26 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for ppc, wrt bug #463026
 
 *ansi-wl-pprint-0.6.6 (09 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-16 15:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 15:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 15:43:37

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.2&r2=1.3

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ansi-wl-pprint-0.6.6.ebuild	16 May 2013 13:13:26 -0000	1.2
+++ ansi-wl-pprint-0.6.6.ebuild	16 May 2013 15:43: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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.2 2013/05/16 13:13:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.3 2013/05/16 15:43:37 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.26                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 May 2013 13:13:26 -0000	1.25
+++ ChangeLog	16 May 2013 15:43:37 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.25 2013/05/16 13:13:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.26 2013/05/16 15:43:37 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for ppc64, wrt bug #463026
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for ppc, wrt bug #463026





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-17 22:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 22:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/17 22:20:52

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.3&r2=1.4

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ansi-wl-pprint-0.6.6.ebuild	16 May 2013 15:43:37 -0000	1.3
+++ ansi-wl-pprint-0.6.6.ebuild	17 May 2013 22:20:52 -0000	1.4
@@ -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.3 2013/05/16 15:43:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.4 2013/05/17 22:20:52 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.27                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 May 2013 15:43:37 -0000	1.26
+++ ChangeLog	17 May 2013 22:20:52 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.26 2013/05/16 15:43:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.27 2013/05/17 22:20:52 ago Exp $
+
+  17 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for amd64, wrt bug #463026
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for ppc64, wrt bug #463026





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-18  5:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18  5:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/18 05:25:27

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.4&r2=1.5

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ansi-wl-pprint-0.6.6.ebuild	17 May 2013 22:20:52 -0000	1.4
+++ ansi-wl-pprint-0.6.6.ebuild	18 May 2013 05:25:27 -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.4 2013/05/17 22:20:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.5 2013/05/18 05:25:27 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.28                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	17 May 2013 22:20:52 -0000	1.27
+++ ChangeLog	18 May 2013 05:25:27 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.27 2013/05/17 22:20:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.28 2013/05/18 05:25:27 ago Exp $
+
+  18 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for ia64, wrt bug #463026
 
   17 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for amd64, wrt bug #463026





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-18 20:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 20:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/18 20:43:35

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.5&r2=1.6

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ansi-wl-pprint-0.6.6.ebuild	18 May 2013 05:25:27 -0000	1.5
+++ ansi-wl-pprint-0.6.6.ebuild	18 May 2013 20:43:35 -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.5 2013/05/18 05:25:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.6 2013/05/18 20:43:35 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.29                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	18 May 2013 05:25:27 -0000	1.28
+++ ChangeLog	18 May 2013 20:43:35 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.28 2013/05/18 05:25:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.29 2013/05/18 20:43:35 ago Exp $
+
+  18 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for alpha, wrt bug #463026
 
   18 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for ia64, wrt bug #463026





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-20  8:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:28:24

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.6&r2=1.7

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ansi-wl-pprint-0.6.6.ebuild	18 May 2013 20:43:35 -0000	1.6
+++ ansi-wl-pprint-0.6.6.ebuild	20 May 2013 08:28:23 -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.6 2013/05/18 20:43:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.7 2013/05/20 08:28:23 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.30                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	18 May 2013 20:43:35 -0000	1.29
+++ ChangeLog	20 May 2013 08:28:23 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.29 2013/05/18 20:43:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.30 2013/05/20 08:28:23 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for x86, wrt bug #463026
 
   18 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for alpha, wrt bug #463026





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog
@ 2013-05-25  7:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25  7:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 07:50:06

  Modified:             ansi-wl-pprint-0.6.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #463026
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild?r1=1.7&r2=1.8

Index: ansi-wl-pprint-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ansi-wl-pprint-0.6.6.ebuild	20 May 2013 08:28:23 -0000	1.7
+++ ansi-wl-pprint-0.6.6.ebuild	25 May 2013 07:50:06 -0000	1.8
@@ -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/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.7 2013/05/20 08:28:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.8 2013/05/25 07:50:06 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]



1.31                 dev-haskell/ansi-wl-pprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	20 May 2013 08:28:23 -0000	1.30
+++ ChangeLog	25 May 2013 07:50:06 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.30 2013/05/20 08:28:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.31 2013/05/25 07:50:06 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
+  Stable for sparc, wrt bug #463026
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> ansi-wl-pprint-0.6.6.ebuild:
   Stable for x86, wrt bug #463026





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

end of thread, other threads:[~2013-05-25  7:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 15:43 [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-25  7:50 Agostino Sarubbo (ago)
2013-05-20  8:28 Agostino Sarubbo (ago)
2013-05-18 20:43 Agostino Sarubbo (ago)
2013-05-18  5:25 Agostino Sarubbo (ago)
2013-05-17 22:20 Agostino Sarubbo (ago)
2013-05-16 13:13 Agostino Sarubbo (ago)
2013-02-09 19:14 Sergei Trofimovich (slyfox)

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