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/certificate: metadata.xml certificate-1.3.7.ebuild certificate-1.3.8.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:19:09
Message-Id: 20130826111906.65D132004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:19:06
2
3 Added: metadata.xml certificate-1.3.7.ebuild
4 certificate-1.3.8.ebuild ChangeLog
5 Log:
6 dev-haskell/certificate: new version
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.1 dev-haskell/certificate/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>haskell</herd>
22 <maintainer>
23 <email>haskell@g.o</email>
24 </maintainer>
25 <longdescription>
26 Certificates and Key reader/writer
27
28 At the moment only X509 certificate and unencrypted private key are supported,
29 but will include PGP certificate and pkcs8 private keys
30 </longdescription>
31 </pkgmetadata>
32
33
34
35 1.1 dev-haskell/certificate/certificate-1.3.7.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/certificate-1.3.7.ebuild?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/certificate-1.3.7.ebuild?rev=1.1&content-type=text/plain
39
40 Index: certificate-1.3.7.ebuild
41 ===================================================================
42 # Copyright 1999-2013 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.7.ebuild,v 1.1 2013/08/26 11:19:06 qnikst Exp $
45
46 EAPI=5
47
48 # ebuild generated by hackport 0.3.2.9999
49
50 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
51 inherit haskell-cabal
52
53 DESCRIPTION="Certificates and Key Reader/Writer"
54 HOMEPAGE="http://github.com/vincenthz/hs-certificate"
55 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0/${PV}"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61 RESTRICT="test" # due missing tests
62
63 RDEPEND=">=dev-haskell/asn1-data-0.7.1:=[profile?]
64 <dev-haskell/asn1-data-0.8.0:=[profile?]
65 >=dev-haskell/crypto-pubkey-types-0.3:=[profile?]
66 <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
67 dev-haskell/cryptohash:=[profile?]
68 dev-haskell/mtl:=[profile?]
69 =dev-haskell/pem-0.1*:=[profile?]
70 >=dev-lang/ghc-6.12.1:=
71 "
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.6"
74
75 src_prepare() {
76 cabal_chdeps \
77 'crypto-pubkey-types >= 0.3 && < 0.4' 'crypto-pubkey-types >= 0.3 && < 0.5'
78 }
79
80
81
82 1.1 dev-haskell/certificate/certificate-1.3.8.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/certificate-1.3.8.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/certificate-1.3.8.ebuild?rev=1.1&content-type=text/plain
86
87 Index: certificate-1.3.8.ebuild
88 ===================================================================
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.8.ebuild,v 1.1 2013/08/26 11:19:06 qnikst Exp $
92
93 EAPI=5
94
95 # ebuild generated by hackport 0.3.2.9999
96
97 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
98 inherit haskell-cabal
99
100 DESCRIPTION="Certificates and Key Reader/Writer"
101 HOMEPAGE="http://github.com/vincenthz/hs-certificate"
102 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
103
104 LICENSE="BSD"
105 SLOT="0/${PV}"
106 KEYWORDS="~amd64 ~x86"
107 IUSE=""
108 RESTRICT="test" # due missing tests
109
110 RDEPEND=">=dev-haskell/asn1-data-0.7.1:=[profile?]
111 <dev-haskell/asn1-data-0.8.0:=[profile?]
112 >=dev-haskell/crypto-pubkey-types-0.3:=[profile?]
113 <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
114 dev-haskell/cryptohash:=[profile?]
115 dev-haskell/mtl:=[profile?]
116 =dev-haskell/pem-0.1*:=[profile?]
117 >=dev-lang/ghc-6.12.1:=
118 "
119 DEPEND="${RDEPEND}
120 >=dev-haskell/cabal-1.6"
121
122
123
124 1.1 dev-haskell/certificate/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/ChangeLog?rev=1.1&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/ChangeLog?rev=1.1&content-type=text/plain
128
129 Index: ChangeLog
130 ===================================================================
131 # ChangeLog for dev-haskell/certificate
132 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/ChangeLog,v 1.1 2013/08/26 11:19:06 qnikst Exp $
134
135 *certificate-1.3.8 (26 Aug 2013)
136 *certificate-1.3.7 (26 Aug 2013)
137
138 26 Aug 2013; Alexander Vershilov <qnikst@g.o>
139 +certificate-1.3.7.ebuild, +certificate-1.3.8.ebuild,
140 +files/certificate-1.3.6/Tests/Unit.hs, +metadata.xml:
141 dev-haskell/certificate: new version