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.12.ebuild metadata.xml ChangeLog
Date: Sat, 01 Aug 2015 14:57:55
Message-Id: 20150801145751.D811C10F@oystercatcher.gentoo.org
1 slyfox 15/08/01 14:57:51
2
3 Modified: metadata.xml ChangeLog
4 Added: yaml-0.8.12.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/yaml/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yaml/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 6 Jun 2015 18:33:59 -0000 1.4
24 +++ metadata.xml 1 Aug 2015 14:57:51 -0000 1.5
25 @@ -7,13 +7,11 @@
26
27 This package includes the full libyaml C library version 0.1.12 by Kirill
28 Simonov (&lt;http://pyyaml.org/wiki/LibYAML&gt;) in the package so you
29 - don't need to worry about any non-Haskell dependencies.
30 + don&#39;t need to worry about any non-Haskell dependencies.
31 </longdescription>
32 <use>
33 <flag name="no-exe">don't install the yaml2json executable</flag>
34 + <flag name="no-unicode">Don't enable unicode output. Instead, unicode characters will be escaped.</flag>
35 <flag name="system-libyaml">Use system libyaml instead on generic one</flag>
36 </use>
37 - <upstream>
38 - <remote-id type="github">snoyberg/yaml</remote-id>
39 - </upstream>
40 </pkgmetadata>
41
42
43
44 1.15 dev-haskell/yaml/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 6 Jun 2015 18:33:59 -0000 1.14
57 +++ ChangeLog 1 Aug 2015 14:57:51 -0000 1.15
58 @@ -1,6 +1,12 @@
59 # ChangeLog for dev-haskell/yaml
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.14 2015/06/06 18:33:59 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.15 2015/08/01 14:57:51 slyfox Exp $
63 +
64 +*yaml-0.8.12 (01 Aug 2015)
65 +
66 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +yaml-0.8.12.ebuild,
67 + metadata.xml:
68 + Version bump.
69
70 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
71 Add github to remote-id in metadata.xml
72
73
74
75 1.1 dev-haskell/yaml/yaml-0.8.12.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild?rev=1.1&content-type=text/plain
79
80 Index: yaml-0.8.12.ebuild
81 ===================================================================
82 # Copyright 1999-2015 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild,v 1.1 2015/08/01 14:57:51 slyfox Exp $
85
86 EAPI=5
87
88 # ebuild generated by hackport 0.4.5.9999
89
90 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
91 inherit haskell-cabal
92
93 DESCRIPTION="Support for parsing and rendering YAML documents"
94 HOMEPAGE="http://github.com/snoyberg/yaml/"
95 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
96
97 LICENSE="BSD"
98 SLOT="0/${PV}"
99 KEYWORDS="~amd64 ~x86"
100 IUSE="no-exe no-unicode system-libyaml"
101
102 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
103 dev-haskell/attoparsec:=[profile?]
104 >=dev-haskell/conduit-1.1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
105 dev-haskell/enclosed-exceptions:=[profile?]
106 >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
107 dev-haskell/scientific:=[profile?]
108 dev-haskell/text:=[profile?]
109 >=dev-haskell/transformers-0.1:=[profile?]
110 dev-haskell/unordered-containers:=[profile?]
111 dev-haskell/vector:=[profile?]
112 >=dev-lang/ghc-7.4.1:=
113 system-libyaml? ( dev-libs/libyaml )
114 "
115 DEPEND="${RDEPEND}
116 >=dev-haskell/cabal-1.8
117 test? ( dev-haskell/aeson-qq
118 dev-haskell/base-compat
119 >=dev-haskell/hspec-1.3
120 dev-haskell/hunit
121 dev-haskell/mockery )
122 system-libyaml? ( virtual/pkgconfig )
123 "
124
125 src_configure() {
126 haskell-cabal_src_configure \
127 $(cabal_flag no-exe no-exe) \
128 $(cabal_flag no-unicode no-unicode) \
129 $(cabal_flag system-libyaml system-libyaml)
130 }