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/yaml: yaml-0.8.11.ebuild ChangeLog yaml-0.8.7.2.ebuild yaml-0.8.8.2.ebuild yaml-0.8.8.3.ebuild
Date: Mon, 01 Jun 2015 21:24:51
Message-Id: 20150601212446.8E351A10@oystercatcher.gentoo.org
1 slyfox 15/06/01 21:24:46
2
3 Modified: ChangeLog
4 Added: yaml-0.8.11.ebuild
5 Removed: yaml-0.8.7.2.ebuild yaml-0.8.8.2.ebuild
6 yaml-0.8.8.3.ebuild
7 Log:
8 Version bump.
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
11
12 Revision Changes Path
13 1.13 dev-haskell/yaml/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.13&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.13&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?r1=1.12&r2=1.13
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v
22 retrieving revision 1.12
23 retrieving revision 1.13
24 diff -u -r1.12 -r1.13
25 --- ChangeLog 14 Dec 2014 08:14:44 -0000 1.12
26 +++ ChangeLog 1 Jun 2015 21:24:46 -0000 1.13
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-haskell/yaml
29 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.12 2014/12/14 08:14:44 gienah Exp $
31 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.13 2015/06/01 21:24:46 slyfox Exp $
33 +
34 +*yaml-0.8.11 (01 Jun 2015)
35 +
36 + 01 Jun 2015; Sergei Trofimovich <slyfox@g.o> +yaml-0.8.11.ebuild,
37 + -yaml-0.8.7.2.ebuild, -yaml-0.8.8.2.ebuild, -yaml-0.8.8.3.ebuild:
38 + Version bump.
39
40 *yaml-0.8.10.1 (14 Dec 2014)
41
42
43
44
45 1.1 dev-haskell/yaml/yaml-0.8.11.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.11.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.11.ebuild?rev=1.1&content-type=text/plain
49
50 Index: yaml-0.8.11.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.11.ebuild,v 1.1 2015/06/01 21:24:46 slyfox Exp $
55
56 EAPI=5
57
58 # ebuild generated by hackport 0.4.5.9999
59
60 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
61 inherit haskell-cabal
62
63 DESCRIPTION="Support for parsing and rendering YAML documents"
64 HOMEPAGE="http://github.com/snoyberg/yaml/"
65 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
66
67 LICENSE="BSD"
68 SLOT="0/${PV}"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="no-exe unicode system-libyaml"
71
72 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
73 dev-haskell/attoparsec:=[profile?]
74 >=dev-haskell/conduit-1.1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
75 dev-haskell/enclosed-exceptions:=[profile?]
76 >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
77 dev-haskell/scientific:=[profile?]
78 dev-haskell/text:=[profile?]
79 >=dev-haskell/transformers-0.1:=[profile?]
80 dev-haskell/unordered-containers:=[profile?]
81 dev-haskell/vector:=[profile?]
82 >=dev-lang/ghc-7.4.1:=
83 system-libyaml? ( dev-libs/libyaml )
84 "
85 DEPEND="${RDEPEND}
86 >=dev-haskell/cabal-1.8
87 test? ( dev-haskell/aeson-qq
88 >=dev-haskell/hspec-1.3
89 dev-haskell/hspec-expectations
90 dev-haskell/hunit )
91 system-libyaml? ( virtual/pkgconfig )
92 "
93
94 src_configure() {
95 haskell-cabal_src_configure \
96 $(cabal_flag no-exe no-exe) \
97 $(usex unicode "--flags=-no-unicode" "--flags=no-unicode") \
98 $(cabal_flag system-libyaml system-libyaml)
99 }