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/regex-applicative: regex-applicative-0.3.1.ebuild metadata.xml ChangeLog
Date: Mon, 01 Jun 2015 21:18:31
Message-Id: 20150601211825.331EFA10@oystercatcher.gentoo.org
1 slyfox 15/06/01 21:18:25
2
3 Added: regex-applicative-0.3.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial commit: Regex-based parsing with applicative interface. A depend for dev-vcs/darcs-2.10.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.1 dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: regex-applicative-0.3.1.ebuild
17 ===================================================================
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild,v 1.1 2015/06/01 21:18:25 slyfox Exp $
21
22 EAPI=5
23
24 # ebuild generated by hackport 0.4.5.9999
25
26 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
27 inherit haskell-cabal
28
29 DESCRIPTION="Regex-based parsing with applicative interface"
30 HOMEPAGE="https://github.com/feuerbach/regex-applicative"
31 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 RDEPEND="dev-haskell/transformers:=[profile?]
39 >=dev-lang/ghc-7.4.1:=
40 "
41 DEPEND="${RDEPEND}
42 >=dev-haskell/cabal-1.10
43 test? ( >=dev-haskell/smallcheck-1.0
44 dev-haskell/tasty
45 dev-haskell/tasty-hunit
46 dev-haskell/tasty-smallcheck )
47 "
48
49
50
51 1.1 dev-haskell/regex-applicative/metadata.xml
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/metadata.xml?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/metadata.xml?rev=1.1&content-type=text/plain
55
56 Index: metadata.xml
57 ===================================================================
58 <?xml version="1.0" encoding="UTF-8"?>
59 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 <pkgmetadata>
61 <herd>haskell</herd>
62 <longdescription>
63 regex-applicative is a Haskell library for parsing using regular expressions.
64 Parsers can be built using Applicative interface.
65 </longdescription>
66 </pkgmetadata>
67
68
69
70 1.1 dev-haskell/regex-applicative/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for dev-haskell/regex-applicative
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-applicative/ChangeLog,v 1.1 2015/06/01 21:18:25 slyfox Exp $
80
81 *regex-applicative-0.3.1 (01 Jun 2015)
82
83 01 Jun 2015; Sergei Trofimovich <slyfox@g.o> +metadata.xml,
84 +regex-applicative-0.3.1.ebuild:
85 Initial commit: Regex-based parsing with applicative interface. A depend for
86 dev-vcs/darcs-2.10.