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/gnutls: gnutls-0.1.4.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 11:32:47
Message-Id: 20130826113243.6E8722004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:32:43
2
3 Added: gnutls-0.1.4.ebuild metadata.xml ChangeLog
4 Log:
5 dev-haskell/gnutls: 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/gnutls/gnutls-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/gnutls-0.1.4.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/gnutls-0.1.4.ebuild?rev=1.1&content-type=text/plain
14
15 Index: gnutls-0.1.4.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/gnutls/gnutls-0.1.4.ebuild,v 1.1 2013/08/26 11:32:43 qnikst Exp $
20
21 EAPI=5
22
23 # ebuild generated by hackport 0.3.1
24
25 CABAL_FEATURES="lib profile haddock hoogle hscolour"
26 inherit haskell-cabal
27
28 DESCRIPTION="Bindings for GNU libgnutls"
29 HOMEPAGE="https://john-millikin.com/software/haskell-gnutls/"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="GPL-3"
33 SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND="=dev-haskell/monads-tf-0.1*:=[profile?]
38 >=dev-haskell/transformers-0.2:=[profile?]
39 >=dev-lang/ghc-6.10.4:=
40 net-libs/gnutls"
41 DEPEND="${RDEPEND}
42 >=dev-haskell/cabal-1.6"
43
44
45
46 1.1 dev-haskell/gnutls/metadata.xml
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/metadata.xml?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/metadata.xml?rev=1.1&content-type=text/plain
50
51 Index: metadata.xml
52 ===================================================================
53 <?xml version="1.0" encoding="UTF-8"?>
54 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 <pkgmetadata>
56 <herd>haskell</herd>
57 <maintainer>
58 <email>haskell@g.o</email>
59 </maintainer>
60 <longdescription>
61 You almost certainly don&#39;t want to depend on this release.
62
63 This is a pre-alpha, almost useless release; its only purpose is to enable
64 TLS support in some of my other libraries. More complete bindings for GNU TLS
65 will be released at a later date.
66 </longdescription>
67 </pkgmetadata>
68
69
70
71 1.1 dev-haskell/gnutls/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnutls/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for dev-haskell/gnutls
79 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v 1.1 2013/08/26 11:32:43 qnikst Exp $
81
82 *gnutls-0.1.4 (26 Aug 2013)
83
84 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +gnutls-0.1.4.ebuild,
85 +metadata.xml:
86 dev-haskell/gnutls: initial layout