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.7-r1.ebuild ChangeLog
@ 2013-02-09 19:22 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-02-09 19:22 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/02/09 19:22:16

  Modified:             ChangeLog
  Added:                utf8-string-0.3.7-r1.ebuild
  Log:
  Switch to EAPI=5.
  
  (Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Sep 2012 15:29:18 -0000	1.17
+++ ChangeLog	9 Feb 2013 19:22:16 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/utf8-string
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.17 2012/09/12 15:29:18 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.18 2013/02/09 19:22:16 slyfox Exp $
+
+*utf8-string-0.3.7-r1 (09 Feb 2013)
+
+  09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
+  +utf8-string-0.3.7-r1.ebuild:
+  Switch to EAPI=5.
 
   12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> utf8-string-0.3.6.ebuild,
   utf8-string-0.3.7.ebuild:



1.1                  dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild

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

Index: utf8-string-0.3.7-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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.1 2013/02/09 19:22:16 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.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 ~ppc-macos ~x86-macos"
IUSE=""

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

src_configure() {
	haskell-cabal_src_configure \
		--flag=-bytestring-in-base
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-16 13:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:14:25

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.1&r2=1.2

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utf8-string-0.3.7-r1.ebuild	9 Feb 2013 19:22:16 -0000	1.1
+++ utf8-string-0.3.7-r1.ebuild	16 May 2013 13:14:25 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.1 2013/02/09 19:22:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.2 2013/05/16 13:14:25 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.19                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Feb 2013 19:22:16 -0000	1.18
+++ ChangeLog	16 May 2013 13:14:25 -0000	1.19
@@ -1,6 +1,9 @@
 # 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.18 2013/02/09 19:22:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.19 2013/05/16 13:14:25 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for ppc, wrt bug #463032
 
 *utf8-string-0.3.7-r1 (09 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-16 15:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 15:46 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 15:46:58

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.2&r2=1.3

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



1.20                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	16 May 2013 13:14:25 -0000	1.19
+++ ChangeLog	16 May 2013 15:46:58 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2013/05/16 13:14:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.20 2013/05/16 15:46:58 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for ppc64, wrt bug #463032
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for ppc, wrt bug #463032





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-17 22:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 22:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/17 22:21:00

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.3&r2=1.4

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- utf8-string-0.3.7-r1.ebuild	16 May 2013 15:46:58 -0000	1.3
+++ utf8-string-0.3.7-r1.ebuild	17 May 2013 22:21:00 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.3 2013/05/16 15:46:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.4 2013/05/17 22:21:00 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.21                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 May 2013 15:46:58 -0000	1.20
+++ ChangeLog	17 May 2013 22:21:00 -0000	1.21
@@ -1,6 +1,9 @@
 # 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.20 2013/05/16 15:46:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.21 2013/05/17 22:21:00 ago Exp $
+
+  17 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for amd64, wrt bug #463032
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for ppc64, wrt bug #463032





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-18  5:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18  5:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/18 05:26:04

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.4&r2=1.5

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utf8-string-0.3.7-r1.ebuild	17 May 2013 22:21:00 -0000	1.4
+++ utf8-string-0.3.7-r1.ebuild	18 May 2013 05:26:03 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.4 2013/05/17 22:21:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.5 2013/05/18 05:26:03 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.22                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	17 May 2013 22:21:00 -0000	1.21
+++ ChangeLog	18 May 2013 05:26:03 -0000	1.22
@@ -1,6 +1,9 @@
 # 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.21 2013/05/17 22:21:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.22 2013/05/18 05:26:03 ago Exp $
+
+  18 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for ia64, wrt bug #463032
 
   17 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for amd64, wrt bug #463032





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-18 20:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 20:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/18 20:44:12

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.5&r2=1.6

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- utf8-string-0.3.7-r1.ebuild	18 May 2013 05:26:03 -0000	1.5
+++ utf8-string-0.3.7-r1.ebuild	18 May 2013 20:44:12 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.5 2013/05/18 05:26:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.6 2013/05/18 20:44:12 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.23                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 May 2013 05:26:03 -0000	1.22
+++ ChangeLog	18 May 2013 20:44:12 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2013/05/18 05:26:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.23 2013/05/18 20:44:12 ago Exp $
+
+  18 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for alpha, wrt bug #463032
 
   18 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for ia64, wrt bug #463032





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-05-20  8:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:29:02

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.6&r2=1.7

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- utf8-string-0.3.7-r1.ebuild	18 May 2013 20:44:12 -0000	1.6
+++ utf8-string-0.3.7-r1.ebuild	20 May 2013 08:29:02 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.6 2013/05/18 20:44:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.7 2013/05/20 08:29:02 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.24                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	18 May 2013 20:44:12 -0000	1.23
+++ ChangeLog	20 May 2013 08:29:02 -0000	1.24
@@ -1,6 +1,9 @@
 # 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.23 2013/05/18 20:44:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.24 2013/05/20 08:29:02 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for x86, wrt bug #463032
 
   18 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for alpha, wrt bug #463032





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

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

ago         13/05/25 07:50:32

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

Revision  Changes    Path
1.8                  dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.7&r2=1.8

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- utf8-string-0.3.7-r1.ebuild	20 May 2013 08:29:02 -0000	1.7
+++ utf8-string-0.3.7-r1.ebuild	25 May 2013 07:50:32 -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.7 2013/05/20 08:29:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.8 2013/05/25 07:50:32 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.25                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	20 May 2013 08:29:02 -0000	1.24
+++ ChangeLog	25 May 2013 07:50:32 -0000	1.25
@@ -1,6 +1,9 @@
 # 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.24 2013/05/20 08:29:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.25 2013/05/25 07:50:32 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
+  Stable for sparc, wrt bug #463032
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild:
   Stable for x86, wrt bug #463032





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog
@ 2013-07-21 17:39 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-21 17:39 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/21 17:39:41

  Modified:             utf8-string-0.3.7-r1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C2000586)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.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.7-r1.ebuild?r1=1.8&r2=1.9

Index: utf8-string-0.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- utf8-string-0.3.7-r1.ebuild	25 May 2013 07:50:32 -0000	1.8
+++ utf8-string-0.3.7-r1.ebuild	21 Jul 2013 17:39:41 -0000	1.9
@@ -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/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.8 2013/05/25 07:50:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.9 2013/07/21 17:39:41 ottxor Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.27                 dev-haskell/utf8-string/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Jun 2013 21:30:14 -0000	1.26
+++ ChangeLog	21 Jul 2013 17:39:41 -0000	1.27
@@ -1,6 +1,10 @@
 # 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.26 2013/06/18 21:30:14 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.27 2013/07/21 17:39:41 ottxor Exp $
+
+  21 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
+  utf8-string-0.3.7-r1.ebuild:
+  added ~amd64-linux (tested by me)
 
   18 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> -utf8-string-0.3.6.ebuild,
   -utf8-string-0.3.7.ebuild:





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

end of thread, other threads:[~2013-07-21 17:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25  7:50 [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21 17:39 Christoph Junghans (ottxor)
2013-05-20  8:29 Agostino Sarubbo (ago)
2013-05-18 20:44 Agostino Sarubbo (ago)
2013-05-18  5:26 Agostino Sarubbo (ago)
2013-05-17 22:21 Agostino Sarubbo (ago)
2013-05-16 15:46 Agostino Sarubbo (ago)
2013-05-16 13:14 Agostino Sarubbo (ago)
2013-02-09 19:22 Sergei Trofimovich (slyfox)

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