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

gienah      14/07/02 14:47:09

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

Revision  Changes    Path
1.26                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	7 Aug 2013 13:32:31 -0000	1.25
+++ ChangeLog	2 Jul 2014 14:47:09 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/unix-compat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.25 2013/08/07 13:32:31 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.26 2014/07/02 14:47:09 gienah Exp $
+
+*unix-compat-0.4.1.3 (02 Jul 2014)
+
+  02 Jul 2014; Mark Wright <gienah@gentoo.org> +unix-compat-0.4.1.3.ebuild:
+  Bump unix-compat to 0.4.1.3
 
   07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild:
   Stable for x86, wrt bug #470376



1.1                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.1 2014/07/02 14:47:09 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.2.9999

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

DESCRIPTION="Portable POSIX-compatibility layer."
HOMEPAGE="http://github.com/jystic/unix-compat"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

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

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag old-time old-time)
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog
@ 2015-01-22  8:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22  8:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/22 08:46:50

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

Revision  Changes    Path
1.3                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unix-compat-0.4.1.3.ebuild	25 Jul 2014 09:16:16 -0000	1.2
+++ unix-compat-0.4.1.3.ebuild	22 Jan 2015 08:46:50 -0000	1.3
@@ -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.3 2015/01/22 08:46:50 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.29                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	25 Jul 2014 09:16:16 -0000	1.28
+++ ChangeLog	22 Jan 2015 08:46:50 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/unix-compat
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.28 2014/07/25 09:16:16 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.29 2015/01/22 08:46:50 ago Exp $
+
+  22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+  Stable for amd64, wrt bug #535020
 
   25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
   unix-compat-0.3.0.1.ebuild, unix-compat-0.4.0.0.ebuild,





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

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

ago         15/01/26 09:55:26

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

Revision  Changes    Path
1.4                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unix-compat-0.4.1.3.ebuild	22 Jan 2015 08:46:50 -0000	1.3
+++ unix-compat-0.4.1.3.ebuild	26 Jan 2015 09:55:26 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.3 2015/01/22 08:46:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.4 2015/01/26 09:55:26 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.30                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	22 Jan 2015 08:46:50 -0000	1.29
+++ ChangeLog	26 Jan 2015 09:55:26 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/unix-compat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.29 2015/01/22 08:46:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.30 2015/01/26 09:55:26 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+  Stable for x86, wrt bug #535020
 
   22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
   Stable for amd64, wrt bug #535020





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog
@ 2015-01-28 10:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-28 10:25 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/28 10:25:38

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

Revision  Changes    Path
1.5                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unix-compat-0.4.1.3.ebuild	26 Jan 2015 09:55:26 -0000	1.4
+++ unix-compat-0.4.1.3.ebuild	28 Jan 2015 10:25:37 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.4 2015/01/26 09:55:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.5 2015/01/28 10:25:37 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.31                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	26 Jan 2015 09:55:26 -0000	1.30
+++ ChangeLog	28 Jan 2015 10:25:37 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/unix-compat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.30 2015/01/26 09:55:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.31 2015/01/28 10:25:37 ago Exp $
+
+  28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+  Stable for ppc, wrt bug #535020
 
   26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
   Stable for x86, wrt bug #535020





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog
@ 2015-02-23 11:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:02 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 11:02:12

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

Revision  Changes    Path
1.6                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unix-compat-0.4.1.3.ebuild	28 Jan 2015 10:25:37 -0000	1.5
+++ unix-compat-0.4.1.3.ebuild	23 Feb 2015 11:02:12 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.5 2015/01/28 10:25:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.6 2015/02/23 11:02:12 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.32                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	28 Jan 2015 10:25:37 -0000	1.31
+++ ChangeLog	23 Feb 2015 11:02:12 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/unix-compat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.31 2015/01/28 10:25:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.32 2015/02/23 11:02:12 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+  Stable for ppc64, wrt bug #535020
 
   28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
   Stable for ppc, wrt bug #535020





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

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

ago         15/02/24 09:05:49

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

Revision  Changes    Path
1.7                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unix-compat-0.4.1.3.ebuild	23 Feb 2015 11:02:12 -0000	1.6
+++ unix-compat-0.4.1.3.ebuild	24 Feb 2015 09:05:49 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.6 2015/02/23 11:02:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.7 2015/02/24 09:05:49 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.33                 dev-haskell/unix-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	23 Feb 2015 11:02:12 -0000	1.32
+++ ChangeLog	24 Feb 2015 09:05:49 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/unix-compat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.32 2015/02/23 11:02:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.33 2015/02/24 09:05:49 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+  Stable for alpha, wrt bug #535020
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
   Stable for ppc64, wrt bug #535020





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog
@ 2015-02-27 11:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:18:51

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

Revision  Changes    Path
1.8                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unix-compat-0.4.1.3.ebuild	24 Feb 2015 09:05:49 -0000	1.7
+++ unix-compat-0.4.1.3.ebuild	27 Feb 2015 11:18:51 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.7 2015/02/24 09:05:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.8 2015/02/27 11:18:51 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.34                 dev-haskell/unix-compat/ChangeLog

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

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





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

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

ago         15/02/28 13:27:19

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

Revision  Changes    Path
1.9                  dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild

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

Index: unix-compat-0.4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unix-compat-0.4.1.3.ebuild	27 Feb 2015 11:18:51 -0000	1.8
+++ unix-compat-0.4.1.3.ebuild	28 Feb 2015 13:27:19 -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.8 2015/02/27 11:18:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.9 2015/02/28 13:27:19 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="old-time"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.35                 dev-haskell/unix-compat/ChangeLog

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

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





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

end of thread, other threads:[~2015-02-28 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 10:25 [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-28 13:27 Agostino Sarubbo (ago)
2015-02-27 11:18 Agostino Sarubbo (ago)
2015-02-24  9:05 Agostino Sarubbo (ago)
2015-02-23 11:02 Agostino Sarubbo (ago)
2015-01-26  9:55 Agostino Sarubbo (ago)
2015-01-22  8:46 Agostino Sarubbo (ago)
2014-07-02 14:47 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