public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2013-08-26 10:55 Alexander Vershilov (qnikst)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexander Vershilov (qnikst) @ 2013-08-26 10:55 UTC (permalink / raw
  To: gentoo-commits

qnikst      13/08/26 10:55:55

  Modified:             ChangeLog
  Added:                xml-types-0.3.4.ebuild
  Log:
  dev-haskell/xml-types: add new version
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)

Revision  Changes    Path
1.9                  dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Jan 2013 09:21:29 -0000	1.8
+++ ChangeLog	26 Aug 2013 10:55:55 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.8 2013/01/06 09:21:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.9 2013/08/26 10:55:55 qnikst Exp $
+
+*xml-types-0.3.4 (26 Aug 2013)
+
+  26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +xml-types-0.3.4.ebuild:
+  dev-haskell/xml-types: add new version
 
   06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild:
   Add ~sparc, wrt bug #449220



1.1                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.1 2013/08/26 10:55:55 qnikst Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

DESCRIPTION="Basic types for representing XML"
HOMEPAGE="https://john-millikin.com/software/haskell-xml/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]
		dev-haskell/text:=[profile?]
		>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2013-11-24 12:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-24 12:53 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/24 12:53:43

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  amd64 stable, bug #488808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xml-types-0.3.4.ebuild	26 Aug 2013 10:55:55 -0000	1.1
+++ xml-types-0.3.4.ebuild	24 Nov 2013 12:53:43 -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/xml-types/xml-types-0.3.4.ebuild,v 1.1 2013/08/26 10:55:55 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.2 2013/11/24 12:53:43 pacho Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.10                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Aug 2013 10:55:55 -0000	1.9
+++ ChangeLog	24 Nov 2013 12:53:43 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.9 2013/08/26 10:55:55 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.10 2013/11/24 12:53:43 pacho Exp $
+
+  24 Nov 2013; Pacho Ramos <pacho@gentoo.org> xml-types-0.3.4.ebuild:
+  amd64 stable, bug #488808
 
 *xml-types-0.3.4 (26 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2013-12-07 19:29 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-07 19:29 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/07 19:29:58

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  x86 stable, bug #488808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xml-types-0.3.4.ebuild	24 Nov 2013 12:53:43 -0000	1.2
+++ xml-types-0.3.4.ebuild	7 Dec 2013 19:29:58 -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/xml-types/xml-types-0.3.4.ebuild,v 1.2 2013/11/24 12:53:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.3 2013/12/07 19:29:58 pacho Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.11                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Nov 2013 12:53:43 -0000	1.10
+++ ChangeLog	7 Dec 2013 19:29:58 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.10 2013/11/24 12:53:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.11 2013/12/07 19:29:58 pacho Exp $
+
+  07 Dec 2013; Pacho Ramos <pacho@gentoo.org> xml-types-0.3.4.ebuild:
+  x86 stable, bug #488808
 
   24 Nov 2013; Pacho Ramos <pacho@gentoo.org> xml-types-0.3.4.ebuild:
   amd64 stable, bug #488808





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2014-01-19 10:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:43 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 10:43:01

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #488808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xml-types-0.3.4.ebuild	7 Dec 2013 19:29:58 -0000	1.3
+++ xml-types-0.3.4.ebuild	19 Jan 2014 10:43:01 -0000	1.4
@@ -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/xml-types/xml-types-0.3.4.ebuild,v 1.3 2013/12/07 19:29:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.4 2014/01/19 10:43:01 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.12                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Dec 2013 19:29:58 -0000	1.11
+++ ChangeLog	19 Jan 2014 10:43:01 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.11 2013/12/07 19:29:58 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.12 2014/01/19 10:43:01 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
+  Stable for ppc, wrt bug #488808
 
   07 Dec 2013; Pacho Ramos <pacho@gentoo.org> xml-types-0.3.4.ebuild:
   x86 stable, bug #488808





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2014-01-19 10:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:44 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 10:44:05

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #488808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xml-types-0.3.4.ebuild	19 Jan 2014 10:43:01 -0000	1.4
+++ xml-types-0.3.4.ebuild	19 Jan 2014 10:44:05 -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/xml-types/xml-types-0.3.4.ebuild,v 1.4 2014/01/19 10:43:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.5 2014/01/19 10:44:05 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.13                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	19 Jan 2014 10:43:01 -0000	1.12
+++ ChangeLog	19 Jan 2014 10:44:05 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.12 2014/01/19 10:43:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.13 2014/01/19 10:44:05 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
+  Stable for ppc64, wrt bug #488808
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
   Stable for ppc, wrt bug #488808





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2014-02-02 11:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-02 11:13 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/02 11:13:51

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #488808
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xml-types-0.3.4.ebuild	19 Jan 2014 10:44:05 -0000	1.5
+++ xml-types-0.3.4.ebuild	2 Feb 2014 11:13:51 -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/xml-types/xml-types-0.3.4.ebuild,v 1.5 2014/01/19 10:44:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.6 2014/02/02 11:13:51 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.14                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	19 Jan 2014 10:44:05 -0000	1.13
+++ ChangeLog	2 Feb 2014 11:13:51 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.13 2014/01/19 10:44:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.14 2014/02/02 11:13:51 ago Exp $
+
+  02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
+  Stable for sparc, wrt bug #488808
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
   Stable for ppc64, wrt bug #488808





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2014-12-06 16:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-06 16:58 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/06 16:58:16

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #502672
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xml-types-0.3.4.ebuild	18 Jul 2014 12:31:24 -0000	1.7
+++ xml-types-0.3.4.ebuild	6 Dec 2014 16:58:16 -0000	1.8
@@ -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/xml-types/xml-types-0.3.4.ebuild,v 1.7 2014/07/18 12:31:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.8 2014/12/06 16:58:16 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]



1.17                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jul 2014 08:58:38 -0000	1.16
+++ ChangeLog	6 Dec 2014 16:58:16 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.16 2014/07/25 08:58:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.17 2014/12/06 16:58:16 ago Exp $
+
+  06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
+  Stable for ia64, wrt bug #502672
 
   25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
   Drop redundant '<maintainer>' field, leave only '<herd>'.





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog
@ 2015-06-01 21:25 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-06-01 21:25 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/06/01 21:25:56

  Modified:             xml-types-0.3.4.ebuild ChangeLog
  Log:
  Drop dev-haskell/deepseq depend.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.9                  dev-haskell/xml-types/xml-types-0.3.4.ebuild

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

Index: xml-types-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xml-types-0.3.4.ebuild	6 Dec 2014 16:58:16 -0000	1.8
+++ xml-types-0.3.4.ebuild	1 Jun 2015 21:25:56 -0000	1.9
@@ -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/xml-types/xml-types-0.3.4.ebuild,v 1.8 2014/12/06 16:58:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.9 2015/06/01 21:25:56 slyfox Exp $
 
 EAPI=5
 
@@ -18,8 +18,7 @@
 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]
-		dev-haskell/text:=[profile?]
-		>=dev-lang/ghc-6.10.4:="
+RDEPEND="dev-haskell/text:=[profile?]
+	>=dev-lang/ghc-6.10.4:="
 DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.6"
+	>=dev-haskell/cabal-1.6"



1.18                 dev-haskell/xml-types/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	6 Dec 2014 16:58:16 -0000	1.17
+++ ChangeLog	1 Jun 2015 21:25:56 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/xml-types
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.17 2014/12/06 16:58:16 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.18 2015/06/01 21:25:56 slyfox Exp $
+
+  01 Jun 2015; Sergei Trofimovich <slyfox@gentoo.org> xml-types-0.3.4.ebuild:
+  Drop dev-haskell/deepseq depend.
 
   06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild:
   Stable for ia64, wrt bug #502672





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

end of thread, other threads:[~2015-06-01 21:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 21:25 [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-types: xml-types-0.3.4.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-06 16:58 Agostino Sarubbo (ago)
2014-02-02 11:13 Agostino Sarubbo (ago)
2014-01-19 10:44 Agostino Sarubbo (ago)
2014-01-19 10:43 Agostino Sarubbo (ago)
2013-12-07 19:29 Pacho Ramos (pacho)
2013-11-24 12:53 Pacho Ramos (pacho)
2013-08-26 10:55 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