Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/yesod-auth: yesod-auth-1.4.6.ebuild ChangeLog
Date: Sat, 01 Aug 2015 14:48:34
Message-Id: 20150801144829.3657110F@oystercatcher.gentoo.org
1 slyfox 15/08/01 14:48:29
2
3 Modified: ChangeLog
4 Added: yesod-auth-1.4.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.13 dev-haskell/yesod-auth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 5 Apr 2015 01:23:23 -0000 1.12
24 +++ ChangeLog 1 Aug 2015 14:48:29 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/yesod-auth
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v 1.12 2015/04/05 01:23:23 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v 1.13 2015/08/01 14:48:29 slyfox Exp $
30 +
31 +*yesod-auth-1.4.6 (01 Aug 2015)
32 +
33 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +yesod-auth-1.4.6.ebuild:
34 + Version bump.
35
36 *yesod-auth-1.4.4 (05 Apr 2015)
37
38
39
40
41 1.1 dev-haskell/yesod-auth/yesod-auth-1.4.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.4.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.4.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yesod-auth-1.4.6.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.4.6.ebuild,v 1.1 2015/08/01 14:48:29 slyfox Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.4.5.9999
55
56 CABAL_FEATURES="lib profile haddock hoogle hscolour"
57 inherit haskell-cabal
58
59 DESCRIPTION="Authentication for Yesod"
60 HOMEPAGE="http://www.yesodweb.com/"
61 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="MIT"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="+network-uri"
67
68 RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
69 >=dev-haskell/authenticate-1.3:=[profile?]
70 dev-haskell/base16-bytestring:=[profile?]
71 dev-haskell/base64-bytestring:=[profile?]
72 dev-haskell/binary:=[profile?]
73 dev-haskell/blaze-builder:=[profile?]
74 >=dev-haskell/blaze-html-0.5:=[profile?]
75 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
76 dev-haskell/byteable:=[profile?]
77 dev-haskell/conduit:=[profile?]
78 dev-haskell/conduit-extra:=[profile?]
79 dev-haskell/cryptohash:=[profile?]
80 dev-haskell/data-default:=[profile?]
81 >=dev-haskell/email-validate-1.0:=[profile?]
82 dev-haskell/file-embed:=[profile?]
83 dev-haskell/http-client:=[profile?]
84 >=dev-haskell/http-conduit-1.5:=[profile?]
85 dev-haskell/http-types:=[profile?]
86 >=dev-haskell/lifted-base-0.1:=[profile?]
87 >=dev-haskell/mime-mail-0.3:=[profile?]
88 >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?]
89 >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.3:=[profile?]
90 >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.2:=[profile?]
91 >=dev-haskell/random-1.0.0.2:=[profile?]
92 dev-haskell/resourcet:=[profile?]
93 dev-haskell/safe:=[profile?]
94 dev-haskell/shakespeare:=[profile?]
95 >=dev-haskell/text-0.7:=[profile?]
96 >=dev-haskell/transformers-0.2.2:=[profile?]
97 dev-haskell/unordered-containers:=[profile?]
98 >=dev-haskell/wai-1.4:=[profile?]
99 >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
100 >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
101 >=dev-haskell/yesod-persistent-1.4:=[profile?]
102 >=dev-lang/ghc-7.4.1:=
103 network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
104 !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
105 "
106 DEPEND="${RDEPEND}
107 >=dev-haskell/cabal-1.6.0
108 "
109
110 src_configure() {
111 haskell-cabal_src_configure \
112 $(cabal_flag network-uri network-uri)
113 }