public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-04-02 11:19 Mark Wright (gienah)
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Wright (gienah) @ 2013-04-02 11:19 UTC (permalink / raw
  To: gentoo-commits

gienah      13/04/02 11:19:40

  Modified:             ChangeLog
  Added:                http-4000.2.8.ebuild
  Log:
  Bump http to 4000.2.8
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.37                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	31 Mar 2013 10:04:15 -0000	1.36
+++ ChangeLog	2 Apr 2013 11:19:40 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.36 2013/03/31 10:04:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.37 2013/04/02 11:19:40 gienah Exp $
+
+*http-4000.2.8 (02 Apr 2013)
+
+  02 Apr 2013; Mark Wright <gienah@gentoo.org> +http-4000.2.8.ebuild:
+  Bump http to 4000.2.8
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.6.ebuild:
   Stable for sparc, wrt bug #456496



1.1                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.1 2013/04/02 11:19:40 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

MY_PN="HTTP"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A library for client-side HTTP"
HOMEPAGE="https://github.com/haskell/HTTP"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
# hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
IUSE=""

RDEPEND="<dev-haskell/network-2.5:=[profile?]
		dev-haskell/parsec:=[profile?]
		>=dev-lang/ghc-6.10.4:=
		>=dev-haskell/mtl-2.0:=[profile?]
		<dev-haskell/mtl-2.2:=[profile?]"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.8"
RESTRICT=test # missing modules: Could not find module `Httpd'
#		test? ( =dev-haskell/case-insensitive-0.4*
#			>=dev-haskell/conduit-0.4
#			<dev-haskell/conduit-0.6
#			=dev-haskell/deepseq-1.3*
#			>=dev-haskell/http-types-0.6
#			<dev-haskell/http-types-0.8
#			dev-haskell/httpd-shed
#			dev-haskell/hunit
#			=dev-haskell/puremd5-2.1*
#			>=dev-haskell/split-0.1
#			<dev-haskell/split-0.3
#			dev-haskell/test-framework
#			dev-haskell/test-framework-hunit
#			>=dev-haskell/wai-1.2
#			<dev-haskell/wai-1.4
#			>=dev-haskell/warp-1.2
#			<dev-haskell/warp-1.4
#		)

S="${WORKDIR}/${MY_P}"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-network23 \
		--flag=-warn-as-error \
		--flag=-mtl1 \
		--flag=-old-base \
		--disable-tests
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-24 11:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-24 11:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/24 11:38:26

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #470358
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-4000.2.8.ebuild	2 Apr 2013 11:19:40 -0000	1.1
+++ http-4000.2.8.ebuild	24 Jun 2013 11:38:26 -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/http/http-4000.2.8.ebuild,v 1.1 2013/04/02 11:19:40 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.2 2013/06/24 11:38:26 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.38                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	2 Apr 2013 11:19:40 -0000	1.37
+++ ChangeLog	24 Jun 2013 11:38:26 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.37 2013/04/02 11:19:40 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.38 2013/06/24 11:38:26 ago Exp $
+
+  24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for ppc, wrt bug #470358
 
 *http-4000.2.8 (02 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-25 10:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 10:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 10:25:57

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #470358
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-4000.2.8.ebuild	24 Jun 2013 11:38:26 -0000	1.2
+++ http-4000.2.8.ebuild	25 Jun 2013 10:25:57 -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/http/http-4000.2.8.ebuild,v 1.2 2013/06/24 11:38:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.3 2013/06/25 10:25:57 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.39                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	24 Jun 2013 11:38:26 -0000	1.38
+++ ChangeLog	25 Jun 2013 10:25:57 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.38 2013/06/24 11:38:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.39 2013/06/25 10:25:57 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for ppc64, wrt bug #470358
 
   24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for ppc, wrt bug #470358





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-25 12:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:12:50

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #470358
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http-4000.2.8.ebuild	25 Jun 2013 10:25:57 -0000	1.3
+++ http-4000.2.8.ebuild	25 Jun 2013 12:12:50 -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/http/http-4000.2.8.ebuild,v 1.3 2013/06/25 10:25:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.4 2013/06/25 12:12:50 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.40                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Jun 2013 10:25:57 -0000	1.39
+++ ChangeLog	25 Jun 2013 12:12:50 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.39 2013/06/25 10:25:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.40 2013/06/25 12:12:50 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for x86, wrt bug #470358
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for ppc64, wrt bug #470358





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-25 12:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:58:58

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #470358
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- http-4000.2.8.ebuild	25 Jun 2013 12:12:50 -0000	1.4
+++ http-4000.2.8.ebuild	25 Jun 2013 12:58:58 -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/http/http-4000.2.8.ebuild,v 1.4 2013/06/25 12:12:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.5 2013/06/25 12:58:58 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.41                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	25 Jun 2013 12:12:50 -0000	1.40
+++ ChangeLog	25 Jun 2013 12:58:58 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.40 2013/06/25 12:12:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.41 2013/06/25 12:58:58 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for amd64, wrt bug #470358
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for x86, wrt bug #470358





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-26  3:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  3:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 03:03:16

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #470358
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- http-4000.2.8.ebuild	25 Jun 2013 12:58:58 -0000	1.5
+++ http-4000.2.8.ebuild	26 Jun 2013 03:03:16 -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/http/http-4000.2.8.ebuild,v 1.5 2013/06/25 12:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.6 2013/06/26 03:03:16 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.42                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	25 Jun 2013 12:58:58 -0000	1.41
+++ ChangeLog	26 Jun 2013 03:03:16 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.41 2013/06/25 12:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.42 2013/06/26 03:03:16 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for alpha, wrt bug #470358
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for amd64, wrt bug #470358





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-26  8:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  8:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 08:56:23

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #470358
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- http-4000.2.8.ebuild	26 Jun 2013 03:03:16 -0000	1.6
+++ http-4000.2.8.ebuild	26 Jun 2013 08:56:23 -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/http/http-4000.2.8.ebuild,v 1.6 2013/06/26 03:03:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.7 2013/06/26 08:56:23 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.43                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	26 Jun 2013 03:03:16 -0000	1.42
+++ ChangeLog	26 Jun 2013 08:56:23 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.42 2013/06/26 03:03:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.43 2013/06/26 08:56:23 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for ia64, wrt bug #470358
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for alpha, wrt bug #470358





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog
@ 2013-06-29 16:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/29 16:29:36

  Modified:             http-4000.2.8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #470358
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-haskell/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- http-4000.2.8.ebuild	26 Jun 2013 08:56:23 -0000	1.7
+++ http-4000.2.8.ebuild	29 Jun 2013 16:29:36 -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/http/http-4000.2.8.ebuild,v 1.7 2013/06/26 08:56:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.8 2013/06/29 16:29:36 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.44                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	26 Jun 2013 08:56:23 -0000	1.43
+++ ChangeLog	29 Jun 2013 16:29:36 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.43 2013/06/26 08:56:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.44 2013/06/29 16:29:36 ago Exp $
+
+  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
+  Stable for sparc, wrt bug #470358
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for ia64, wrt bug #470358





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

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

ottxor      13/07/21 17:45:31

  Modified:             http-4000.2.8.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/http/http-4000.2.8.ebuild

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

Index: http-4000.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- http-4000.2.8.ebuild	29 Jun 2013 16:29:36 -0000	1.8
+++ http-4000.2.8.ebuild	21 Jul 2013 17:45:31 -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/http/http-4000.2.8.ebuild,v 1.8 2013/06/29 16:29:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.9 2013/07/21 17:45:31 ottxor Exp $
 
 EAPI=5
 
@@ -18,7 +18,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"
 # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
 IUSE=""
 



1.45                 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	29 Jun 2013 16:29:36 -0000	1.44
+++ ChangeLog	21 Jul 2013 17:45:31 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.44 2013/06/29 16:29:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.45 2013/07/21 17:45:31 ottxor Exp $
+
+  21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> http-4000.2.8.ebuild:
+  added ~amd64-linux (tested by me)
 
   29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> http-4000.2.8.ebuild:
   Stable for sparc, wrt bug #470358





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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 11:19 [gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.8.ebuild ChangeLog Mark Wright (gienah)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-24 11:38 Agostino Sarubbo (ago)
2013-06-25 10:25 Agostino Sarubbo (ago)
2013-06-25 12:12 Agostino Sarubbo (ago)
2013-06-25 12:58 Agostino Sarubbo (ago)
2013-06-26  3:03 Agostino Sarubbo (ago)
2013-06-26  8:56 Agostino Sarubbo (ago)
2013-06-29 16:29 Agostino Sarubbo (ago)
2013-07-21 17:45 Christoph Junghans (ottxor)

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