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/gnuidn: gnuidn-0.2.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 11:35:16
Message-Id: 20130826113513.609A62004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:35:13
2
3 Added: gnuidn-0.2.ebuild metadata.xml ChangeLog
4 Log:
5 dev-haskell/gnuidn: 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/gnuidn/gnuidn-0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/gnuidn-0.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/gnuidn-0.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: gnuidn-0.2.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/gnuidn/gnuidn-0.2.ebuild,v 1.1 2013/08/26 11:35:13 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 IDN"
29 HOMEPAGE="http://john-millikin.com/software/bindings/gnuidn/"
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/text:=[profile?]
38 >=dev-lang/ghc-6.10.4:=
39 net-dns/libidn"
40 DEPEND="${RDEPEND}
41 dev-haskell/c2hs
42 >=dev-haskell/cabal-1.6"
43
44
45
46 1.1 dev-haskell/gnuidn/metadata.xml
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/metadata.xml?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/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 Bindings for GNU IDN
62 </longdescription>
63 </pkgmetadata>
64
65
66
67 1.1 dev-haskell/gnuidn/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/ChangeLog?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gnuidn/ChangeLog?rev=1.1&content-type=text/plain
71
72 Index: ChangeLog
73 ===================================================================
74 # ChangeLog for dev-haskell/gnuidn
75 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v 1.1 2013/08/26 11:35:13 qnikst Exp $
77
78 *gnuidn-0.2 (26 Aug 2013)
79
80 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +gnuidn-0.2.ebuild,
81 +metadata.xml:
82 dev-haskell/gnuidn: initial layout