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/aws: aws-0.12.1.ebuild ChangeLog
Date: Sat, 01 Aug 2015 16:35:26
Message-Id: 20150801163521.EF708ED@oystercatcher.gentoo.org
1 slyfox 15/08/01 16:35:21
2
3 Modified: ChangeLog
4 Added: aws-0.12.1.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.5 dev-haskell/aws/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aws/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aws/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aws/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/aws/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 6 Jun 2015 10:22:11 -0000 1.4
24 +++ ChangeLog 1 Aug 2015 16:35:21 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/aws
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aws/ChangeLog,v 1.4 2015/06/06 10:22:11 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aws/ChangeLog,v 1.5 2015/08/01 16:35:21 slyfox Exp $
30 +
31 +*aws-0.12.1 (01 Aug 2015)
32 +
33 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +aws-0.12.1.ebuild:
34 + Version bump.
35
36 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add github to remote-id in metadata.xml
38
39
40
41 1.1 dev-haskell/aws/aws-0.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aws/aws-0.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aws/aws-0.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: aws-0.12.1.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/aws/aws-0.12.1.ebuild,v 1.1 2015/08/01 16:35:21 slyfox Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.4.5.9999
55
56 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
57 inherit haskell-cabal
58
59 DESCRIPTION="Amazon Web Services (AWS) for Haskell"
60 HOMEPAGE="http://github.com/aristidb/aws"
61 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="BSD"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="examples"
67
68 RESTRICT=test # needs aws accound
69
70 RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
71 >=dev-haskell/attoparsec-0.11:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
72 >=dev-haskell/base16-bytestring-0.1:=[profile?] <dev-haskell/base16-bytestring-0.2:=[profile?]
73 >=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
74 >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
75 >=dev-haskell/byteable-0.1:=[profile?] <dev-haskell/byteable-0.2:=[profile?]
76 >=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
77 >=dev-haskell/cereal-0.3:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
78 >=dev-haskell/conduit-1.1:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
79 >=dev-haskell/conduit-extra-1.1:=[profile?] <dev-haskell/conduit-extra-1.2:=[profile?]
80 >=dev-haskell/cryptohash-0.11:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
81 >=dev-haskell/data-default-0.5.3:=[profile?] <dev-haskell/data-default-0.6:=[profile?]
82 >=dev-haskell/http-conduit-2.1:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?]
83 >=dev-haskell/http-types-0.7:=[profile?] <dev-haskell/http-types-0.9:=[profile?]
84 >=dev-haskell/lifted-base-0.1:=[profile?] <dev-haskell/lifted-base-0.3:=[profile?]
85 >=dev-haskell/monad-control-0.3:=[profile?]
86 >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-3:=[profile?]
87 >=dev-haskell/network-2:=[profile?] <dev-haskell/network-3:=[profile?]
88 >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?]
89 >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
90 >=dev-haskell/safe-0.3:=[profile?] <dev-haskell/safe-0.4:=[profile?]
91 >=dev-haskell/scientific-0.3:=[profile?]
92 >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
93 >=dev-haskell/text-0.11:=[profile?]
94 >=dev-haskell/unordered-containers-0.2:=[profile?]
95 >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
96 >=dev-haskell/vector-0.10:=[profile?]
97 >=dev-haskell/xml-conduit-1.2:=[profile?] <dev-haskell/xml-conduit-1.4:=[profile?]
98 >=dev-lang/ghc-7.6.1:=
99 examples? ( >=dev-haskell/errors-1.4:=[profile?] <dev-haskell/errors-2.0:=[profile?]
100 dev-haskell/exceptions:=[profile?]
101 >=dev-haskell/transformers-0.3:=[profile?] <dev-haskell/transformers-0.5:=[profile?] )
102 !examples? ( >=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] )
103 "
104 DEPEND="${RDEPEND}
105 >=dev-haskell/cabal-1.16.0
106 test? ( >=dev-haskell/aeson-0.7
107 >=dev-haskell/errors-1.4.7 <dev-haskell/errors-2.0
108 >=dev-haskell/http-client-0.3
109 >=dev-haskell/lifted-base-0.2
110 >=dev-haskell/mtl-2.1
111 >=dev-haskell/quickcheck-2.7
112 >=dev-haskell/quickcheck-instances-0.3
113 >=dev-haskell/tasty-0.8
114 >=dev-haskell/tasty-quickcheck-0.8
115 >=dev-haskell/text-1.1
116 >=dev-haskell/transformers-base-0.4
117 !examples? ( >=dev-haskell/transformers-0.3 ) )
118 "
119
120 src_configure() {
121 haskell-cabal_src_configure \
122 $(cabal_flag examples examples)
123 }