public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/http-conduit: http-conduit-1.9.5.1.ebuild ChangeLog
@ 2013-10-20  2:28 Mark Wright (gienah)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2013-10-20  2:28 UTC (permalink / raw
  To: gentoo-commits

gienah      13/10/20 02:28:51

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

Revision  Changes    Path
1.3                  dev-haskell/http-conduit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Sep 2013 06:20:38 -0000	1.2
+++ ChangeLog	20 Oct 2013 02:28:51 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/http-conduit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.2 2013/09/13 06:20:38 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.3 2013/10/20 02:28:51 gienah Exp $
+
+*http-conduit-1.9.5.1 (20 Oct 2013)
+
+  20 Oct 2013; Mark Wright <gienah@gentoo.org> +http-conduit-1.9.5.1.ebuild:
+  Bump http-conduit to 1.9.5.1
 
 *http-conduit-1.9.5 (13 Sep 2013)
 



1.1                  dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild

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

Index: http-conduit-1.9.5.1.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-conduit/http-conduit-1.9.5.1.ebuild,v 1.1 2013/10/20 02:28:51 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.3.9999

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

DESCRIPTION="HTTP client package with conduit interface and HTTPS support."
HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[profile?]
	>=dev-haskell/base64-bytestring-0.1:=[profile?]
	>=dev-haskell/blaze-builder-0.2.1:=[profile?]
	>=dev-haskell/blaze-builder-conduit-0.5:=[profile?]
	>=dev-haskell/case-insensitive-0.2:=[profile?]
	>=dev-haskell/certificate-1.3:=[profile?]
	>=dev-haskell/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
	>=dev-haskell/cookie-0.4:=[profile?]
	dev-haskell/data-default:=[profile?]
	dev-haskell/deepseq:=[profile?]
	>=dev-haskell/failure-0.1:=[profile?]
	>=dev-haskell/http-types-0.7:=[profile?]
	>=dev-haskell/lifted-base-0.1:=[profile?]
	>=dev-haskell/mime-types-0.1:=[profile?]
	>=dev-haskell/monad-control-0.3:=[profile?]
	dev-haskell/mtl:=[profile?]
	>=dev-haskell/publicsuffixlist-0.0.3:=[profile?] <dev-haskell/publicsuffixlist-1.0:=[profile?]
	dev-haskell/random:=[profile?]
	dev-haskell/regex-compat:=[profile?]
	>=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?]
	>=dev-haskell/socks-0.4:=[profile?]
	dev-haskell/text:=[profile?]
	>=dev-haskell/tls-extra-0.5.0:=[profile?]
	>=dev-haskell/transformers-0.2:=[profile?]
	>=dev-haskell/transformers-base-0.4:=[profile?]
	>=dev-haskell/utf8-string-0.3.4:=[profile?]
	>=dev-haskell/void-0.5.5:=[profile?]
	>=dev-haskell/zlib-conduit-0.5:=[profile?] <dev-haskell/zlib-conduit-1.1:=[profile?]
	>=dev-lang/ghc-6.12.1:=
	>=dev-haskell/network-2.3:=[profile?]
	>=dev-haskell/cprng-aes-0.5.0:=[profile?]
	>=dev-haskell/tls-1.1.3:=[profile?]
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.8.0.2
	test? ( >=dev-haskell/hspec-1.3
		dev-haskell/hunit
		>=dev-haskell/network-conduit-0.6
		dev-haskell/wai
		>=dev-haskell/warp-1.3.6 )
"





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

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

ago         13/11/24 19:36:12

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

Revision  Changes    Path
1.3                  dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild

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

Index: http-conduit-1.9.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-conduit-1.9.5.1.ebuild	5 Nov 2013 11:48:26 -0000	1.2
+++ http-conduit-1.9.5.1.ebuild	24 Nov 2013 19:36:12 -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-conduit/http-conduit-1.9.5.1.ebuild,v 1.2 2013/11/05 11:48:26 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild,v 1.3 2013/11/24 19:36:12 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[profile?]



1.5                  dev-haskell/http-conduit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Nov 2013 11:48:26 -0000	1.4
+++ ChangeLog	24 Nov 2013 19:36:12 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/http-conduit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.4 2013/11/05 11:48:26 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.5 2013/11/24 19:36:12 ago Exp $
+
+  24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> http-conduit-1.9.5.1.ebuild:
+  Stable for x86, wrt bug #488750
 
   05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> http-conduit-1.9.5.1.ebuild:
   Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El





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

end of thread, other threads:[~2013-11-24 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 19:36 [gentoo-commits] gentoo-x86 commit in dev-haskell/http-conduit: http-conduit-1.9.5.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-20  2:28 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