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/aeson: aeson-0.9.0.1.ebuild ChangeLog
Date: Sat, 01 Aug 2015 16:28:33
Message-Id: 20150801162830.8985F11D@oystercatcher.gentoo.org
1 slyfox 15/08/01 16:28:30
2
3 Modified: ChangeLog
4 Added: aeson-0.9.0.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.15 dev-haskell/aeson/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aeson/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aeson/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aeson/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/aeson/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 6 Jun 2015 10:09:57 -0000 1.14
24 +++ ChangeLog 1 Aug 2015 16:28:30 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/aeson
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson/ChangeLog,v 1.14 2015/06/06 10:09:57 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson/ChangeLog,v 1.15 2015/08/01 16:28:30 slyfox Exp $
30 +
31 +*aeson-0.9.0.1 (01 Aug 2015)
32 +
33 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +aeson-0.9.0.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/aeson/aeson-0.9.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aeson/aeson-0.9.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/aeson/aeson-0.9.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: aeson-0.9.0.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/aeson/aeson-0.9.0.1.ebuild,v 1.1 2015/08/01 16:28:30 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 test-suite"
57 inherit haskell-cabal
58
59 DESCRIPTION="Fast JSON parsing and encoding"
60 HOMEPAGE="https://github.com/bos/aeson"
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="developer"
67
68 RDEPEND=">=dev-haskell/attoparsec-0.13.0.0:=[profile?]
69 >=dev-haskell/dlist-0.2:=[profile?]
70 >=dev-haskell/hashable-1.1.2.0:=[profile?]
71 dev-haskell/mtl:=[profile?]
72 dev-haskell/old-locale:=[profile?]
73 >=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
74 dev-haskell/syb:=[profile?]
75 >=dev-haskell/text-1.1.1.0:=[profile?]
76 dev-haskell/transformers:=[profile?]
77 >=dev-haskell/unordered-containers-0.2.5.0:=[profile?]
78 >=dev-haskell/vector-0.7.1:=[profile?]
79 >=dev-lang/ghc-7.8.2:=
80 "
81 DEPEND="${RDEPEND}
82 >=dev-haskell/cabal-1.18.1.3
83 test? ( dev-haskell/hunit
84 dev-haskell/quickcheck
85 dev-haskell/test-framework
86 dev-haskell/test-framework-hunit
87 dev-haskell/test-framework-quickcheck2 )
88 "
89
90 src_configure() {
91 haskell-cabal_src_configure \
92 $(cabal_flag developer developer)
93 }