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/authenticate: metadata.xml authenticate-1.3.2.6.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:29:46
Message-Id: 20130826122942.5F7352004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:29:42
2
3 Added: metadata.xml authenticate-1.3.2.6.ebuild ChangeLog
4 Log:
5 dev-haskell/authenticate: 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/authenticate/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>haskell</herd>
21 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 Focus is on third-party authentication methods, such as OpenID and BrowserID.
26 </longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 dev-haskell/authenticate/authenticate-1.3.2.6.ebuild
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild?rev=1.1&content-type=text/plain
35
36 Index: authenticate-1.3.2.6.ebuild
37 ===================================================================
38 # Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild,v 1.1 2013/08/26 12:29:42 qnikst Exp $
41
42 EAPI=5
43
44 # ebuild generated by hackport 0.3.2.9999
45
46 CABAL_FEATURES="lib profile haddock hoogle hscolour"
47 inherit haskell-cabal
48
49 DESCRIPTION="Authentication methods for Haskell web applications."
50 HOMEPAGE="http://github.com/yesodweb/authenticate"
51 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
52
53 LICENSE="BSD"
54 SLOT="0/${PV}"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
59 dev-haskell/attoparsec:=[profile?]
60 dev-haskell/blaze-builder:=[profile?]
61 >=dev-haskell/case-insensitive-0.2:=[profile?]
62 >=dev-haskell/conduit-0.5:=[profile?]
63 >=dev-haskell/http-conduit-1.5:=[profile?]
64 >=dev-haskell/http-types-0.6:=[profile?]
65 dev-haskell/network:=[profile?]
66 >=dev-haskell/tagsoup-0.12:=[profile?]
67 dev-haskell/text:=[profile?]
68 >=dev-haskell/transformers-0.1:=[profile?]
69 dev-haskell/unordered-containers:=[profile?]
70 >=dev-haskell/xml-conduit-1.0:=[profile?]
71 >=dev-lang/ghc-6.10.4:="
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.6"
74
75
76
77 1.1 dev-haskell/authenticate/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/authenticate/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for dev-haskell/authenticate
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/ChangeLog,v 1.1 2013/08/26 12:29:42 qnikst Exp $
87
88 *authenticate-1.3.2.6 (26 Aug 2013)
89
90 26 Aug 2013; Alexander Vershilov <qnikst@g.o>
91 +authenticate-1.3.2.6.ebuild, +metadata.xml:
92 dev-haskell/authenticate: initial layout