Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/attoparsec: attoparsec-0.10.4.0.ebuild metadata.xml ChangeLog
Date: Sun, 26 May 2013 04:00:45
Message-Id: 20130526040037.B828B2171D@flycatcher.gentoo.org
1 gienah 13/05/26 04:00:37
2
3 Added: attoparsec-0.10.4.0.ebuild metadata.xml ChangeLog
4 Log:
5 Add attoparsec for haskell-platform-2013.2.0.0
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.1 dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: attoparsec-0.10.4.0.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/attoparsec/attoparsec-0.10.4.0.ebuild,v 1.1 2013/05/26 04:00:37 gienah Exp $
20
21 EAPI=5
22
23 # ebuild generated by hackport 0.3.2.9999
24
25 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
26 inherit haskell-cabal
27
28 DESCRIPTION="Fast combinator parsing for bytestrings and text"
29 HOMEPAGE="https://github.com/bos/attoparsec"
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=""
36
37 RDEPEND="dev-haskell/deepseq:=[profile?]
38 >=dev-haskell/text-0.11.1.5:=[profile?]
39 >=dev-lang/ghc-6.10.4:="
40 DEPEND="${RDEPEND}
41 test? ( >=dev-haskell/quickcheck-2.4
42 >=dev-haskell/test-framework-0.4
43 >=dev-haskell/test-framework-quickcheck2-0.2
44 )
45 >=dev-haskell/cabal-1.8"
46
47 src_configure() {
48 haskell-cabal_src_configure \
49 --flag=-developer
50 }
51
52
53
54 1.1 dev-haskell/attoparsec/metadata.xml
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/metadata.xml?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/metadata.xml?rev=1.1&content-type=text/plain
58
59 Index: metadata.xml
60 ===================================================================
61 <?xml version="1.0" encoding="UTF-8"?>
62 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 <pkgmetadata>
64 <herd>haskell</herd>
65 <maintainer>
66 <email>haskell@g.o</email>
67 </maintainer>
68 <longdescription>
69 A fast parser combinator library, aimed particularly at dealing
70 efficiently with network protocols and complicated text/binary
71 file formats.
72 </longdescription>
73 </pkgmetadata>
74
75
76
77 1.1 dev-haskell/attoparsec/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/attoparsec/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for dev-haskell/attoparsec
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/ChangeLog,v 1.1 2013/05/26 04:00:37 gienah Exp $
87
88 *attoparsec-0.10.4.0 (26 May 2013)
89
90 26 May 2013; Mark Wright <gienah@g.o> +attoparsec-0.10.4.0.ebuild,
91 +metadata.xml:
92 Add attoparsec for haskell-platform-2013.2.0.0