Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/yaml: yaml-0.8.4.1.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 11:51:47
Message-Id: 20130826115144.5E19B2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:51:44
2
3 Added: yaml-0.8.4.1.ebuild metadata.xml ChangeLog
4 Log:
5 dev-haskell/yaml: initial layout
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
8
9 Revision Changes Path
10 1.1 dev-haskell/yaml/yaml-0.8.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.4.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.4.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: yaml-0.8.4.1.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.4.1.ebuild,v 1.1 2013/08/26 11:51:44 qnikst Exp $
20
21 EAPI=5
22
23 # ebuild generated by hackport 0.3.3.9999
24
25 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
26 inherit haskell-cabal
27
28 DESCRIPTION="Support for parsing and rendering YAML documents."
29 HOMEPAGE="http://github.com/snoyberg/yaml/"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="BSD"
33 SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="system-libyaml"
36
37 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
38 dev-haskell/attoparsec:=[profile?]
39 >=dev-haskell/conduit-0.5:=[profile?]
40 <dev-haskell/conduit-1.1:=[profile?]
41 >=dev-haskell/resourcet-0.3:=[profile?]
42 <dev-haskell/resourcet-0.5:=[profile?]
43 dev-haskell/text:=[profile?]
44 >=dev-haskell/transformers-0.1:=[profile?]
45 <dev-haskell/transformers-0.4:=[profile?]
46 dev-haskell/unordered-containers:=[profile?]
47 dev-haskell/vector:=[profile?]
48 >=dev-lang/ghc-6.10.4:=
49 system-libyaml? ( dev-libs/libyaml
50 )"
51 DEPEND="${RDEPEND}
52 >=dev-haskell/cabal-1.8
53 system-libyaml? ( virtual/pkgconfig
54 )
55 test? ( >=dev-haskell/hspec-1.3
56 dev-haskell/hunit
57 )"
58
59 src_configure() {
60 haskell-cabal_src_configure \
61 $(cabal_flag system-libyaml system-libyaml)
62 }
63
64
65
66 1.1 dev-haskell/yaml/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.1&content-type=text/plain
70
71 Index: metadata.xml
72 ===================================================================
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 <herd>haskell</herd>
77 <maintainer>
78 <email>haskell@g.o</email>
79 </maintainer>
80 <longdescription>
81 Provides support for parsing and emitting Yaml documents.
82
83 This package includes the full libyaml C library version 0.1.12 by Kirill
84 Simonov (&lt;http://pyyaml.org/wiki/LibYAML&gt;) in the package so you
85 don&#39;t need to worry about any non-Haskell dependencies.
86 </longdescription>
87 <use>
88 <flag name="system-libyaml">Use system libyaml instead on generic one</flag>
89 </use>
90 </pkgmetadata>
91
92
93
94 1.1 dev-haskell/yaml/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.1&content-type=text/plain
98
99 Index: ChangeLog
100 ===================================================================
101 # ChangeLog for dev-haskell/yaml
102 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
103 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.1 2013/08/26 11:51:44 qnikst Exp $
104
105 *yaml-0.8.4.1 (26 Aug 2013)
106
107 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
108 +yaml-0.8.4.1.ebuild:
109 dev-haskell/yaml: initial layout