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/hoauth2: hoauth2-0.4.5.ebuild metadata.xml ChangeLog
Date: Thu, 05 Mar 2015 21:58:56
Message-Id: 20150305215851.3FE63131EB@oystercatcher.gentoo.org
1 slyfox 15/03/05 21:58:51
2
3 Added: hoauth2-0.4.5.ebuild metadata.xml ChangeLog
4 Log:
5 New package for OAUTH2 (a depend of www-apps/gitit).
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 dev-haskell/hoauth2/hoauth2-0.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: hoauth2-0.4.5.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 1.1 2015/03/05 21:58:51 slyfox Exp $
20
21 EAPI=5
22
23 # ebuild generated by hackport 0.4.4.9999
24
25 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
26 inherit haskell-cabal
27
28 DESCRIPTION="hoauth2"
29 HOMEPAGE="https://github.com/freizl/hoauth2"
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="test"
36
37 RESTRICT=test # missing files
38
39 RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-0.9:=[profile?]
40 >=dev-haskell/http-conduit-2.0:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?]
41 >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?]
42 >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
43 >=dev-lang/ghc-7.8.2:=
44 "
45 DEPEND="${RDEPEND}
46 >=dev-haskell/cabal-1.18.1.3
47 "
48
49 src_configure() {
50 haskell-cabal_src_configure \
51 $(cabal_flag test test)
52 }
53
54
55
56 1.1 dev-haskell/hoauth2/metadata.xml
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/metadata.xml?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/metadata.xml?rev=1.1&content-type=text/plain
60
61 Index: metadata.xml
62 ===================================================================
63 <?xml version="1.0" encoding="UTF-8"?>
64 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 <pkgmetadata>
66 <herd>haskell</herd>
67 <longdescription>
68 Haskell OAuth2 authentication.
69
70 Tested following services
71
72 * google web oauth: &lt;https://developers.google.com/accounts/docs/OAuth2WebServer&gt;
73
74 * weibo oauth2: &lt;http://open.weibo.com/wiki/Oauth2&gt;
75
76 * github oauth: &lt;http://developer.github.com/v3/oauth/&gt;
77 </longdescription>
78 </pkgmetadata>
79
80
81
82 1.1 dev-haskell/hoauth2/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/ChangeLog?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hoauth2/ChangeLog?rev=1.1&content-type=text/plain
86
87 Index: ChangeLog
88 ===================================================================
89 # ChangeLog for dev-haskell/hoauth2
90 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.1 2015/03/05 21:58:51 slyfox Exp $
92
93 *hoauth2-0.4.5 (05 Mar 2015)
94
95 05 Mar 2015; Sergei Trofimovich <slyfox@g.o> +hoauth2-0.4.5.ebuild,
96 +metadata.xml:
97 New package for OAUTH2 (a depend of www-apps/gitit).