public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2014-07-02 14:15 Mark Wright (gienah)
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Wright (gienah) @ 2014-07-02 14:15 UTC (permalink / raw
  To: gentoo-commits

gienah      14/07/02 14:15:25

  Modified:             ChangeLog
  Added:                utf8-string-0.3.8.ebuild
  Log:
  Bump utf8-string to 0.3.8
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.28                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	21 Jul 2013 17:39:41 -0000	1.27
+++ ChangeLog	2 Jul 2014 14:15:25 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/utf8-string
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.27 2013/07/21 17:39:41 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.28 2014/07/02 14:15:25 gienah Exp $
+
+*utf8-string-0.3.8 (02 Jul 2014)
+
+  02 Jul 2014; Mark Wright <gienah@gentoo.org> +utf8-string-0.3.8.ebuild:
+  Bump utf8-string to 0.3.8
 
   21 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
   utf8-string-0.3.7-r1.ebuild:



1.1                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.1 2014/07/02 14:15:25 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.9999

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

DESCRIPTION="Support for reading and writing UTF8 Strings"
HOMEPAGE="http://github.com/glguy/utf8-string/"
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 ~ppc-macos ~x86-macos"
IUSE=""

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





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-01-09 13:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-09 13:49 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/09 13:49:33

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utf8-string-0.3.8.ebuild	2 Jul 2014 14:15:25 -0000	1.1
+++ utf8-string-0.3.8.ebuild	9 Jan 2015 13:49:33 -0000	1.2
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.1 2014/07/02 14:15:25 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.2 2015/01/09 13:49:33 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 ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.29                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 Jul 2014 14:15:25 -0000	1.28
+++ ChangeLog	9 Jan 2015 13:49:33 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.28 2014/07/02 14:15:25 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.29 2015/01/09 13:49:33 ago Exp $
+
+  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for amd64, wrt bug #535022
 
 *utf8-string-0.3.8 (02 Jul 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-01-17 13:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-17 13:40 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/17 13:40:44

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- utf8-string-0.3.8.ebuild	9 Jan 2015 13:49:33 -0000	1.2
+++ utf8-string-0.3.8.ebuild	17 Jan 2015 13:40:44 -0000	1.3
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.2 2015/01/09 13:49:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.3 2015/01/17 13:40:44 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 ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.30                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	9 Jan 2015 13:49:33 -0000	1.29
+++ ChangeLog	17 Jan 2015 13:40:44 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.29 2015/01/09 13:49:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.30 2015/01/17 13:40:44 ago Exp $
+
+  17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for ppc, wrt bug #535022
 
   09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for amd64, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-01-18  8:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-18  8:37 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/18 08:37:19

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- utf8-string-0.3.8.ebuild	17 Jan 2015 13:40:44 -0000	1.3
+++ utf8-string-0.3.8.ebuild	18 Jan 2015 08:37:19 -0000	1.4
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.3 2015/01/17 13:40:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.4 2015/01/18 08:37:19 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 ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.31                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	17 Jan 2015 13:40:44 -0000	1.30
+++ ChangeLog	18 Jan 2015 08:37:19 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.30 2015/01/17 13:40:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.31 2015/01/18 08:37:19 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for ppc64, wrt bug #535022
 
   17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for ppc, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-01-26  9:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26  9:55 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 09:55:43

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utf8-string-0.3.8.ebuild	18 Jan 2015 08:37:19 -0000	1.4
+++ utf8-string-0.3.8.ebuild	26 Jan 2015 09:55:43 -0000	1.5
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.4 2015/01/18 08:37:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.5 2015/01/26 09:55:43 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 ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.32                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Jan 2015 08:37:19 -0000	1.31
+++ ChangeLog	26 Jan 2015 09:55:43 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.31 2015/01/18 08:37:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.32 2015/01/26 09:55:43 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for x86, wrt bug #535022
 
   18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for ppc64, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-02-24  9:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  9:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 09:06:40

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- utf8-string-0.3.8.ebuild	26 Jan 2015 09:55:43 -0000	1.5
+++ utf8-string-0.3.8.ebuild	24 Feb 2015 09:06:40 -0000	1.6
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.5 2015/01/26 09:55:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.6 2015/02/24 09:06:40 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 ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.33                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Jan 2015 09:55:43 -0000	1.32
+++ ChangeLog	24 Feb 2015 09:06:40 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.32 2015/01/26 09:55:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.33 2015/02/24 09:06:40 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for alpha, wrt bug #535022
 
   26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for x86, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-02-27 11:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:19:26

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- utf8-string-0.3.8.ebuild	24 Feb 2015 09:06:40 -0000	1.6
+++ utf8-string-0.3.8.ebuild	27 Feb 2015 11:19:26 -0000	1.7
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.6 2015/02/24 09:06:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.7 2015/02/27 11:19:26 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 ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.34                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	24 Feb 2015 09:06:40 -0000	1.33
+++ ChangeLog	27 Feb 2015 11:19:26 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.33 2015/02/24 09:06:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.34 2015/02/27 11:19:26 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for sparc, wrt bug #535022
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for alpha, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-02-28 13:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 13:27:36

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #535022
  
  (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/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- utf8-string-0.3.8.ebuild	27 Feb 2015 11:19:26 -0000	1.7
+++ utf8-string-0.3.8.ebuild	28 Feb 2015 13:27:36 -0000	1.8
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.7 2015/02/27 11:19:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.8 2015/02/28 13:27:36 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 ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.35                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Feb 2015 11:19:26 -0000	1.34
+++ ChangeLog	28 Feb 2015 13:27:36 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.34 2015/02/27 11:19:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.35 2015/02/28 13:27:36 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
+  Stable for ia64, wrt bug #535022
 
   27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for sparc, wrt bug #535022





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
@ 2015-04-03  3:05 Mark Wright (gienah)
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Wright (gienah) @ 2015-04-03  3:05 UTC (permalink / raw
  To: gentoo-commits

gienah      15/04/03 03:05:56

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Loosen base dep in utf8-string-0.3.8 to allow ghc 7.10
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.9                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- utf8-string-0.3.8.ebuild	28 Feb 2015 13:27:36 -0000	1.8
+++ utf8-string-0.3.8.ebuild	3 Apr 2015 03:05:56 -0000	1.9
@@ -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/utf8-string/utf8-string-0.3.8.ebuild,v 1.8 2015/02/28 13:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.9 2015/04/03 03:05:56 gienah Exp $
 
 EAPI=5
 
@@ -23,3 +23,8 @@
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.2
 "
+
+src_prepare() {
+	cabal_chdeps \
+		'base >= 3 && < 4.8' 'base >= 3'
+}



1.36                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Feb 2015 13:27:36 -0000	1.35
+++ ChangeLog	3 Apr 2015 03:05:56 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.35 2015/02/28 13:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.36 2015/04/03 03:05:56 gienah Exp $
+
+  03 Apr 2015; Mark Wright <gienah@gentoo.org> utf8-string-0.3.8.ebuild:
+  Loosen base dep in utf8-string-0.3.8 to allow ghc 7.10
 
   28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for ia64, wrt bug #535022





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

end of thread, other threads:[~2015-04-03  3:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24  9:06 [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03  3:05 Mark Wright (gienah)
2015-02-28 13:27 Agostino Sarubbo (ago)
2015-02-27 11:19 Agostino Sarubbo (ago)
2015-01-26  9:55 Agostino Sarubbo (ago)
2015-01-18  8:37 Agostino Sarubbo (ago)
2015-01-17 13:40 Agostino Sarubbo (ago)
2015-01-09 13:49 Agostino Sarubbo (ago)
2014-07-02 14:15 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