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/http-date: metadata.xml http-date-0.0.4.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:25:27
Message-Id: 20130826122521.5E3D12004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:25:21
2
3 Added: metadata.xml http-date-0.0.4.ebuild ChangeLog
4 Log:
5 dev-haskell/http-date: 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/http-date/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/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 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 Fast parser and formatter for HTTP Date
26 </longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 dev-haskell/http-date/http-date-0.0.4.ebuild
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/http-date-0.0.4.ebuild?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/http-date-0.0.4.ebuild?rev=1.1&content-type=text/plain
35
36 Index: http-date-0.0.4.ebuild
37 ===================================================================
38 # Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/http-date-0.0.4.ebuild,v 1.1 2013/08/26 12:25:21 qnikst Exp $
41
42 EAPI=5
43
44 # ebuild generated by hackport 0.3.2.9999
45
46 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
47 inherit haskell-cabal
48
49 DESCRIPTION="HTTP Date parser/formatter"
50 HOMEPAGE="http://hackage.haskell.org/package/http-date"
51 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
52
53 LICENSE="BSD"
54 SLOT="0/${PV}"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58 RDEPEND="dev-haskell/attoparsec:=[profile?]
59 >=dev-lang/ghc-6.10.4:="
60 DEPEND="${RDEPEND}
61 test? ( >=dev-haskell/doctest-0.8
62 dev-haskell/hspec
63 )
64 >=dev-haskell/cabal-1.8"
65
66
67
68 1.1 dev-haskell/http-date/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-date/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for dev-haskell/http-date
76 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/ChangeLog,v 1.1 2013/08/26 12:25:21 qnikst Exp $
78
79 *http-date-0.0.4 (26 Aug 2013)
80
81 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +http-date-0.0.4.ebuild,
82 +metadata.xml:
83 dev-haskell/http-date: initial layout