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

gienah      12/11/24 04:12:02

  Modified:             ChangeLog
  Added:                mtl-2.1.2-r1.ebuild
  Log:
  Add EAPI=5 mtl-2.1.2-r1
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.50                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	25 Sep 2012 14:09:10 -0000	1.49
+++ ChangeLog	24 Nov 2012 04:12:02 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.49 2012/09/25 14:09:10 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.50 2012/11/24 04:12:02 gienah Exp $
+
+*mtl-2.1.2-r1 (24 Nov 2012)
+
+  24 Nov 2012; Mark Wright <gienah@gentoo.org> +mtl-2.1.2-r1.ebuild:
+  Add EAPI=5 mtl-2.1.2-r1
 
   25 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> mtl-2.1.1.ebuild:
   x86 stable, see bug 421351



1.1                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.1 2012/11/24 04:12:02 gienah Exp $

EAPI=5

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

DESCRIPTION="Monad classes, using functional dependencies"
HOMEPAGE="http://github.com/ekmett/mtl"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RDEPEND="=dev-haskell/transformers-0.3*:=[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/mtl: mtl-2.1.2-r1.ebuild ChangeLog
@ 2013-03-25 20:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:25:33

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

Revision  Changes    Path
1.2                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtl-2.1.2-r1.ebuild	24 Nov 2012 04:12:02 -0000	1.1
+++ mtl-2.1.2-r1.ebuild	25 Mar 2013 20:25:32 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.1 2012/11/24 04:12:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.2 2013/03/25 20:25:32 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.61                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	30 Dec 2012 15:02:05 -0000	1.60
+++ ChangeLog	25 Mar 2013 20:25:32 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.60 2012/12/30 15:02:05 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.61 2013/03/25 20:25:32 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for amd64, wrt bug #456506
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2.ebuild:
   Stable for alpha, wrt bug #441154





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

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

ago         13/03/25 20:45:22

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

Revision  Changes    Path
1.3                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mtl-2.1.2-r1.ebuild	25 Mar 2013 20:25:32 -0000	1.2
+++ mtl-2.1.2-r1.ebuild	25 Mar 2013 20:45:22 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.2 2013/03/25 20:25:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.3 2013/03/25 20:45:22 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.62                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	25 Mar 2013 20:25:32 -0000	1.61
+++ ChangeLog	25 Mar 2013 20:45:22 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.61 2013/03/25 20:25:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.62 2013/03/25 20:45:22 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for x86, wrt bug #456506
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for amd64, wrt bug #456506





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

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

ago         13/03/26 10:32:36

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

Revision  Changes    Path
1.4                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mtl-2.1.2-r1.ebuild	25 Mar 2013 20:45:22 -0000	1.3
+++ mtl-2.1.2-r1.ebuild	26 Mar 2013 10:32:36 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.3 2013/03/25 20:45:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.4 2013/03/26 10:32:36 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.63                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	25 Mar 2013 20:45:22 -0000	1.62
+++ ChangeLog	26 Mar 2013 10:32:36 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.62 2013/03/25 20:45:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.63 2013/03/26 10:32:36 ago Exp $
+
+  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for ppc, wrt bug #456506
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for x86, wrt bug #456506





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

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

ago         13/03/27 09:21:47

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

Revision  Changes    Path
1.5                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mtl-2.1.2-r1.ebuild	26 Mar 2013 10:32:36 -0000	1.4
+++ mtl-2.1.2-r1.ebuild	27 Mar 2013 09:21:47 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.4 2013/03/26 10:32:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.5 2013/03/27 09:21:47 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.64                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	26 Mar 2013 10:32:36 -0000	1.63
+++ ChangeLog	27 Mar 2013 09:21:47 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.63 2013/03/26 10:32:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.64 2013/03/27 09:21:47 ago Exp $
+
+  27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for ppc64, wrt bug #456506
 
   26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for ppc, wrt bug #456506





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

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

ago         13/03/28 22:37:51

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

Revision  Changes    Path
1.6                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mtl-2.1.2-r1.ebuild	27 Mar 2013 09:21:47 -0000	1.5
+++ mtl-2.1.2-r1.ebuild	28 Mar 2013 22:37:51 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.5 2013/03/27 09:21:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.6 2013/03/28 22:37:51 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.65                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	27 Mar 2013 09:21:47 -0000	1.64
+++ ChangeLog	28 Mar 2013 22:37:51 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.64 2013/03/27 09:21:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.65 2013/03/28 22:37:51 ago Exp $
+
+  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for ia64, wrt bug #456506
 
   27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for ppc64, wrt bug #456506





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

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

ago         13/03/30 14:52:01

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

Revision  Changes    Path
1.7                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mtl-2.1.2-r1.ebuild	28 Mar 2013 22:37:51 -0000	1.6
+++ mtl-2.1.2-r1.ebuild	30 Mar 2013 14:52:00 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.6 2013/03/28 22:37:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.7 2013/03/30 14:52:00 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.66                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	28 Mar 2013 22:37:51 -0000	1.65
+++ ChangeLog	30 Mar 2013 14:52:00 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.65 2013/03/28 22:37:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.66 2013/03/30 14:52:00 ago Exp $
+
+  30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for alpha, wrt bug #456506
 
   28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for ia64, wrt bug #456506





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

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

ago         13/03/31 10:10:23

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

Revision  Changes    Path
1.8                  dev-haskell/mtl/mtl-2.1.2-r1.ebuild

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

Index: mtl-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mtl-2.1.2-r1.ebuild	30 Mar 2013 14:52:00 -0000	1.7
+++ mtl-2.1.2-r1.ebuild	31 Mar 2013 10:10:23 -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/mtl/mtl-2.1.2-r1.ebuild,v 1.7 2013/03/30 14:52:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.8 2013/03/31 10:10:23 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="=dev-haskell/transformers-0.3*:=[profile?]



1.67                 dev-haskell/mtl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Mar 2013 14:52:00 -0000	1.66
+++ ChangeLog	31 Mar 2013 10:10:23 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/mtl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.66 2013/03/30 14:52:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.67 2013/03/31 10:10:23 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
+  Stable for sparc, wrt bug #456506
 
   30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2-r1.ebuild:
   Stable for alpha, wrt bug #456506





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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 10:10 [gentoo-commits] gentoo-x86 commit in dev-haskell/mtl: mtl-2.1.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-30 14:52 Agostino Sarubbo (ago)
2013-03-28 22:37 Agostino Sarubbo (ago)
2013-03-27  9:21 Agostino Sarubbo (ago)
2013-03-26 10:32 Agostino Sarubbo (ago)
2013-03-25 20:45 Agostino Sarubbo (ago)
2013-03-25 20:25 Agostino Sarubbo (ago)
2012-11-24  4:12 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