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/uri: metadata.xml uri-0.1.6.3.ebuild ChangeLog
Date: Thu, 05 Mar 2015 21:58:02
Message-Id: 20150305215756.3FF64131EB@oystercatcher.gentoo.org
1 slyfox 15/03/05 21:57:56
2
3 Added: metadata.xml uri-0.1.6.3.ebuild ChangeLog
4 Log:
5 New package to work with URIs (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/uri/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/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 <longdescription>
22 Library for working with URIs, including parsing, rendering, merging, escaping
23 </longdescription>
24 </pkgmetadata>
25
26
27
28 1.1 dev-haskell/uri/uri-0.1.6.3.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/uri-0.1.6.3.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/uri-0.1.6.3.ebuild?rev=1.1&content-type=text/plain
32
33 Index: uri-0.1.6.3.ebuild
34 ===================================================================
35 # Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uri/uri-0.1.6.3.ebuild,v 1.1 2015/03/05 21:57:56 slyfox Exp $
38
39 EAPI=5
40
41 # ebuild generated by hackport 0.4.4.9999
42
43 CABAL_FEATURES="lib profile haddock hoogle hscolour"
44 inherit haskell-cabal
45
46 DESCRIPTION="Library for working with URIs"
47 HOMEPAGE="http://gitorious.org/uri"
48 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
49
50 LICENSE="BSD"
51 SLOT="0/${PV}"
52 KEYWORDS="~amd64 ~x86"
53 IUSE=""
54
55 RDEPEND=">=dev-haskell/parsec-3.0:=[profile?]
56 dev-haskell/safe:=[profile?]
57 dev-haskell/utf8-string:=[profile?]
58 >=dev-lang/ghc-7.4.1:=
59 "
60 DEPEND="${RDEPEND}
61 >=dev-haskell/cabal-1.6
62 "
63
64
65
66 1.1 dev-haskell/uri/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/ChangeLog?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uri/ChangeLog?rev=1.1&content-type=text/plain
70
71 Index: ChangeLog
72 ===================================================================
73 # ChangeLog for dev-haskell/uri
74 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
75 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uri/ChangeLog,v 1.1 2015/03/05 21:57:56 slyfox Exp $
76
77 *uri-0.1.6.3 (05 Mar 2015)
78
79 05 Mar 2015; Sergei Trofimovich <slyfox@g.o> +metadata.xml,
80 +uri-0.1.6.3.ebuild:
81 New package to work with URIs (a depend of www-apps/gitit).