public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2013-12-11  6:52 Mark Wright (gienah)
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Wright (gienah) @ 2013-12-11  6:52 UTC (permalink / raw
  To: gentoo-commits

gienah      13/12/11 06:52:45

  Modified:             ChangeLog
  Added:                xhtml-3000.2.1-r1.ebuild
  Log:
  Bump xhtml to 3000.2.1-r1
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.36                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	5 Sep 2013 19:23:51 -0000	1.35
+++ ChangeLog	11 Dec 2013 06:52:45 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.35 2013/09/05 19:23:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.36 2013/12/11 06:52:45 gienah Exp $
+
+*xhtml-3000.2.1-r1 (11 Dec 2013)
+
+  11 Dec 2013; Mark Wright <gienah@gentoo.org> +xhtml-3000.2.1-r1.ebuild:
+  Bump xhtml to 3000.2.1-r1
 
   05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1.ebuild:
   Stable for x86, wrt bug #480570



1.1                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-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/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.1 2013/12/11 06:52:45 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

DESCRIPTION="An XHTML combinator library"
HOMEPAGE="https://github.com/haskell/xhtml"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

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





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-03-07 23:37 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-07 23:37 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/07 23:37:26

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #502704
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xhtml-3000.2.1-r1.ebuild	11 Dec 2013 06:52:45 -0000	1.1
+++ xhtml-3000.2.1-r1.ebuild	7 Mar 2014 23:37:26 -0000	1.2
@@ -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/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.1 2013/12/11 06:52:45 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.2 2014/03/07 23:37:26 pacho Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.37                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	11 Dec 2013 06:52:45 -0000	1.36
+++ ChangeLog	7 Mar 2014 23:37:26 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.36 2013/12/11 06:52:45 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.37 2014/03/07 23:37:26 pacho Exp $
+
+  07 Mar 2014; Pacho Ramos <pacho@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  amd64 stable, bug #502704
 
 *xhtml-3000.2.1-r1 (11 Dec 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-03-12  9:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12  9:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/12 09:51:29

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #502704
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xhtml-3000.2.1-r1.ebuild	12 Mar 2014 05:10:46 -0000	1.3
+++ xhtml-3000.2.1-r1.ebuild	12 Mar 2014 09:51:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.3 2014/03/12 05:10:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.4 2014/03/12 09:51:29 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.39                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	12 Mar 2014 05:10:46 -0000	1.38
+++ ChangeLog	12 Mar 2014 09:51:29 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.38 2014/03/12 05:10:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.39 2014/03/12 09:51:29 ago Exp $
+
+  12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Stable for sparc, wrt bug #502704
 
   09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   xhtml-3000.2.1-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-03-19 13:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-19 13:38 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/19 13:38:58

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #502704
  
  (Portage version: 2.2.7/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xhtml-3000.2.1-r1.ebuild	12 Mar 2014 09:51:29 -0000	1.4
+++ xhtml-3000.2.1-r1.ebuild	19 Mar 2014 13:38:58 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.4 2014/03/12 09:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.5 2014/03/19 13:38:58 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.40                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Mar 2014 09:51:29 -0000	1.39
+++ ChangeLog	19 Mar 2014 13:38:58 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.39 2014/03/12 09:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.40 2014/03/19 13:38:58 ago Exp $
+
+  19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Stable for ia64, wrt bug #502704
 
   12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
   Stable for sparc, wrt bug #502704





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-03-24 15:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-24 15:09 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/24 15:09:16

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502704
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xhtml-3000.2.1-r1.ebuild	19 Mar 2014 13:38:58 -0000	1.5
+++ xhtml-3000.2.1-r1.ebuild	24 Mar 2014 15:09:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.5 2014/03/19 13:38:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.6 2014/03/24 15:09:16 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.41                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	19 Mar 2014 13:38:58 -0000	1.40
+++ ChangeLog	24 Mar 2014 15:09:16 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.40 2014/03/19 13:38:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.41 2014/03/24 15:09:16 ago Exp $
+
+  24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Stable for ppc, wrt bug #502704
 
   19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
   Stable for ia64, wrt bug #502704





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-06-28 14:41 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-06-28 14:41 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/06/28 14:41:35

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  alpha stable, bug #502704
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.7                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xhtml-3000.2.1-r1.ebuild	24 Mar 2014 15:09:16 -0000	1.6
+++ xhtml-3000.2.1-r1.ebuild	28 Jun 2014 14:41:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.6 2014/03/24 15:09:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.7 2014/06/28 14:41:35 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.42                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	24 Mar 2014 15:09:16 -0000	1.41
+++ ChangeLog	28 Jun 2014 14:41:35 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.41 2014/03/24 15:09:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.42 2014/06/28 14:41:35 slyfox Exp $
+
+  28 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  alpha stable, bug #502704
 
   24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.1-r1.ebuild:
   Stable for ppc, wrt bug #502704





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2014-12-23 22:53 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-12-23 22:53 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/12/23 22:53:37

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Mark as a core lib for ghc-7.8.4.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.9                  dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

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

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xhtml-3000.2.1-r1.ebuild	12 Aug 2014 10:07:16 -0000	1.8
+++ xhtml-3000.2.1-r1.ebuild	23 Dec 2014 22:53:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.8 2014/08/12 10:07:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.9 2014/12/23 22:53:36 slyfox Exp $
 
 EAPI=5
 
@@ -22,4 +22,4 @@
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.6"
 
-CABAL_CORE_LIB_GHC_PV="7.8.3"
+CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4"



1.44                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	12 Aug 2014 10:07:16 -0000	1.43
+++ ChangeLog	23 Dec 2014 22:53:37 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.43 2014/08/12 10:07:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.44 2014/12/23 22:53:37 slyfox Exp $
+
+  23 Dec 2014; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Mark as a core lib for ghc-7.8.4.
 
   12 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> -xhtml-3000.2.0.1.ebuild,
   -xhtml-3000.2.1.ebuild, xhtml-3000.2.1-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2015-01-02 23:12 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-01-02 23:12 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/01/02 23:12:25

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  ppc64 stable
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.10                 dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?r1=1.9&r2=1.10

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xhtml-3000.2.1-r1.ebuild	23 Dec 2014 22:53:36 -0000	1.9
+++ xhtml-3000.2.1-r1.ebuild	2 Jan 2015 23:12:25 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.9 2014/12/23 22:53:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.10 2015/01/02 23:12:25 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.45                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	23 Dec 2014 22:53:37 -0000	1.44
+++ ChangeLog	2 Jan 2015 23:12:25 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.44 2014/12/23 22:53:37 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.45 2015/01/02 23:12:25 slyfox Exp $
+
+  02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  ppc64 stable
 
   23 Dec 2014; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
   Mark as a core lib for ghc-7.8.4.





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2015-04-03  5:45 Mark Wright (gienah)
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Wright (gienah) @ 2015-04-03  5:45 UTC (permalink / raw
  To: gentoo-commits

gienah      15/04/03 05:45:41

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Update the ghc core libs in xhtml-3000.2.1-r1 for ghc 7.10.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.11                 dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?r1=1.10&r2=1.11

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xhtml-3000.2.1-r1.ebuild	2 Jan 2015 23:12:25 -0000	1.10
+++ xhtml-3000.2.1-r1.ebuild	3 Apr 2015 05:45:41 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.10 2015/01/02 23:12:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.11 2015/04/03 05:45:41 gienah Exp $
 
 EAPI=5
 
@@ -22,4 +22,4 @@
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.6"
 
-CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4"
+CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4 7.10.0.20141222 7.10.0.20150123 PM:7.10.1_rc3 PM:7.10.1"



1.46                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	2 Jan 2015 23:12:25 -0000	1.45
+++ ChangeLog	3 Apr 2015 05:45:41 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.45 2015/01/02 23:12:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.46 2015/04/03 05:45:41 gienah Exp $
+
+  03 Apr 2015; Mark Wright <gienah@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Update the ghc core libs in xhtml-3000.2.1-r1 for ghc 7.10.1
 
   02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
   ppc64 stable





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog
@ 2015-08-01 11:30 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-08-01 11:30 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/08/01 11:30:21

  Modified:             xhtml-3000.2.1-r1.ebuild ChangeLog
  Log:
  Mark as ghc-7.10 core lib.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.12                 dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild?r1=1.11&r2=1.12

Index: xhtml-3000.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xhtml-3000.2.1-r1.ebuild	3 Apr 2015 05:45:41 -0000	1.11
+++ xhtml-3000.2.1-r1.ebuild	1 Aug 2015 11:30:21 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.11 2015/04/03 05:45:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.12 2015/08/01 11:30:21 slyfox Exp $
 
 EAPI=5
 
@@ -22,4 +22,4 @@
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.6"
 
-CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4 7.10.0.20141222 7.10.0.20150123 PM:7.10.1_rc3 PM:7.10.1"
+CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4 7.10.0.20141222 7.10.0.20150123 PM:7.10.1_rc3 PM:7.10.1 PM:7.10.2_rc2 PM:7.10.2"



1.48                 dev-haskell/xhtml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	6 Jun 2015 18:32:44 -0000	1.47
+++ ChangeLog	1 Aug 2015 11:30:21 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xhtml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.47 2015/06/06 18:32:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.48 2015/08/01 11:30:21 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild:
+  Mark as ghc-7.10 core lib.
 
   06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

end of thread, other threads:[~2015-08-01 11:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-28 14:41 [gentoo-commits] gentoo-x86 commit in dev-haskell/xhtml: xhtml-3000.2.1-r1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 11:30 Sergei Trofimovich (slyfox)
2015-04-03  5:45 Mark Wright (gienah)
2015-01-02 23:12 Sergei Trofimovich (slyfox)
2014-12-23 22:53 Sergei Trofimovich (slyfox)
2014-03-24 15:09 Agostino Sarubbo (ago)
2014-03-19 13:38 Agostino Sarubbo (ago)
2014-03-12  9:51 Agostino Sarubbo (ago)
2014-03-07 23:37 Pacho Ramos (pacho)
2013-12-11  6:52 Mark Wright (gienah)

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