public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-01-01 23:39 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-01-01 23:39 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/01/01 23:39:42

  Modified:             ChangeLog
  Added:                html-1.0.1.2-r1.ebuild
  Log:
  switch to EAPI=5
  
  (Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.43                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 Sep 2012 14:55:27 -0000	1.42
+++ ChangeLog	1 Jan 2013 23:39:42 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/html
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.42 2012/09/12 14:55:27 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.43 2013/01/01 23:39:42 slyfox Exp $
+
+*html-1.0.1.2-r1 (01 Jan 2013)
+
+  01 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> +html-1.0.1.2-r1.ebuild:
+  switch to EAPI=5
 
   12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> html-1.0.1.2.ebuild:
   move dev-haskell/html/html-1.0.1.2.ebuild ebuild to mirror://hackage



1.1                  dev-haskell/html/html-1.0.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: html-1.0.1.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.1 2013/01/01 23:39:42 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

DESCRIPTION="HTML combinator library"
HOMEPAGE="http://hackage.haskell.org/package/html"
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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-0"





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-25 20:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:14:54

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #457278
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html-1.0.1.2-r1.ebuild	1 Jan 2013 23:39:42 -0000	1.1
+++ html-1.0.1.2-r1.ebuild	25 Mar 2013 20:14: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/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.1 2013/01/01 23:39:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.2 2013/03/25 20:14:54 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.44                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	1 Jan 2013 23:39:42 -0000	1.43
+++ ChangeLog	25 Mar 2013 20:14:54 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.43 2013/01/01 23:39:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.44 2013/03/25 20:14:54 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for amd64, wrt bug #457278
 
 *html-1.0.1.2-r1 (01 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-25 20:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:35 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:35:16

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #457278
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html-1.0.1.2-r1.ebuild	25 Mar 2013 20:14:54 -0000	1.2
+++ html-1.0.1.2-r1.ebuild	25 Mar 2013 20:35:16 -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/html/html-1.0.1.2-r1.ebuild,v 1.2 2013/03/25 20:14:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.3 2013/03/25 20:35:16 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.45                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	25 Mar 2013 20:14:54 -0000	1.44
+++ ChangeLog	25 Mar 2013 20:35:16 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.44 2013/03/25 20:14:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.45 2013/03/25 20:35:16 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for x86, wrt bug #457278
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for amd64, wrt bug #457278





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-26 10:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 10:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/26 10:14:05

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #457278
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- html-1.0.1.2-r1.ebuild	25 Mar 2013 20:35:16 -0000	1.3
+++ html-1.0.1.2-r1.ebuild	26 Mar 2013 10:14:04 -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/html/html-1.0.1.2-r1.ebuild,v 1.3 2013/03/25 20:35:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.4 2013/03/26 10:14:04 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.46                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	25 Mar 2013 20:35:16 -0000	1.45
+++ ChangeLog	26 Mar 2013 10:14:04 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.45 2013/03/25 20:35:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.46 2013/03/26 10:14:04 ago Exp $
+
+  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for ppc, wrt bug #457278
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for x86, wrt bug #457278





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-27  9:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-27  9:15 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/27 09:15:45

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #457278
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html-1.0.1.2-r1.ebuild	26 Mar 2013 10:14:04 -0000	1.4
+++ html-1.0.1.2-r1.ebuild	27 Mar 2013 09:15:45 -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/html/html-1.0.1.2-r1.ebuild,v 1.4 2013/03/26 10:14:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.5 2013/03/27 09:15:45 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.47                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	26 Mar 2013 10:14:04 -0000	1.46
+++ ChangeLog	27 Mar 2013 09:15:45 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.46 2013/03/26 10:14:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.47 2013/03/27 09:15:45 ago Exp $
+
+  27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for ppc64, wrt bug #457278
 
   26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for ppc, wrt bug #457278





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-28 22:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-28 22:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/28 22:24:42

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #457278
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- html-1.0.1.2-r1.ebuild	27 Mar 2013 09:15:45 -0000	1.5
+++ html-1.0.1.2-r1.ebuild	28 Mar 2013 22:24:42 -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/html/html-1.0.1.2-r1.ebuild,v 1.5 2013/03/27 09:15:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.6 2013/03/28 22:24:42 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.48                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	27 Mar 2013 09:15:45 -0000	1.47
+++ ChangeLog	28 Mar 2013 22:24:42 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.47 2013/03/27 09:15:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.48 2013/03/28 22:24:42 ago Exp $
+
+  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for ia64, wrt bug #457278
 
   27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for ppc64, wrt bug #457278





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-30 14:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-30 14:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/30 14:44:57

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #457278
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- html-1.0.1.2-r1.ebuild	28 Mar 2013 22:24:42 -0000	1.6
+++ html-1.0.1.2-r1.ebuild	30 Mar 2013 14:44:57 -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/html/html-1.0.1.2-r1.ebuild,v 1.6 2013/03/28 22:24:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.7 2013/03/30 14:44:57 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.49                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	28 Mar 2013 22:24:42 -0000	1.48
+++ ChangeLog	30 Mar 2013 14:44:57 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.48 2013/03/28 22:24:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.49 2013/03/30 14:44:57 ago Exp $
+
+  30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for alpha, wrt bug #457278
 
   28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for ia64, wrt bug #457278





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog
@ 2013-03-31  9:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31  9:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 09:59:47

  Modified:             html-1.0.1.2-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #457278
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-haskell/html/html-1.0.1.2-r1.ebuild

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

Index: html-1.0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- html-1.0.1.2-r1.ebuild	30 Mar 2013 14:44:57 -0000	1.7
+++ html-1.0.1.2-r1.ebuild	31 Mar 2013 09:59:47 -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/html/html-1.0.1.2-r1.ebuild,v 1.7 2013/03/30 14:44:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.8 2013/03/31 09:59:47 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.50                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	30 Mar 2013 14:44:57 -0000	1.49
+++ ChangeLog	31 Mar 2013 09:59:47 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.49 2013/03/30 14:44:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.50 2013/03/31 09:59:47 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
+  Stable for sparc, wrt bug #457278
 
   30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> html-1.0.1.2-r1.ebuild:
   Stable for alpha, wrt bug #457278





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

end of thread, other threads:[~2013-03-31  9:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 23:39 [gentoo-commits] gentoo-x86 commit in dev-haskell/html: html-1.0.1.2-r1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-25 20:14 Agostino Sarubbo (ago)
2013-03-25 20:35 Agostino Sarubbo (ago)
2013-03-26 10:14 Agostino Sarubbo (ago)
2013-03-27  9:15 Agostino Sarubbo (ago)
2013-03-28 22:24 Agostino Sarubbo (ago)
2013-03-30 14:44 Agostino Sarubbo (ago)
2013-03-31  9:59 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