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/dav: metadata.xml dav-0.4.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:22:53
Message-Id: 20130826112250.5F8482004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:22:50
2
3 Added: metadata.xml dav-0.4.1.ebuild ChangeLog
4 Log:
5 dev-haskell/dav: 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/dav/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/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 This is a library for the Web Distributed Authoring and Versioning
26 (WebDAV) extensions to HTTP. At present it supports a very small
27 subset of client functionality.
28
29 In addition, there is an executable, hdav, which can be used for
30 command-line operation.
31 </longdescription>
32 </pkgmetadata>
33
34
35
36 1.1 dev-haskell/dav/dav-0.4.1.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/dav-0.4.1.ebuild?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/dav-0.4.1.ebuild?rev=1.1&content-type=text/plain
40
41 Index: dav-0.4.1.ebuild
42 ===================================================================
43 # Copyright 1999-2013 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/dav-0.4.1.ebuild,v 1.1 2013/08/26 11:22:50 qnikst Exp $
46
47 EAPI=5
48
49 # ebuild generated by hackport 0.3.2.9999
50
51 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
52 inherit haskell-cabal
53
54 MY_PN="DAV"
55 MY_P="${MY_PN}-${PV}"
56
57 DESCRIPTION="RFC 4918 WebDAV support"
58 HOMEPAGE="http://floss.scru.org/hDAV"
59 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0/${PV}"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?]
67 >=dev-haskell/http-conduit-1.9.0:=[profile?]
68 >=dev-haskell/http-types-0.7:=[profile?]
69 >=dev-haskell/lens-3.0:=[profile?]
70 >=dev-haskell/lifted-base-0.1:=[profile?]
71 >=dev-haskell/mtl-2.1:=[profile?]
72 >=dev-haskell/network-2.3:=[profile?]
73 dev-haskell/optparse-applicative:=[profile?]
74 >=dev-haskell/resourcet-0.3:=[profile?]
75 >=dev-haskell/transformers-0.3:=[profile?]
76 >=dev-haskell/xml-conduit-1.0:=[profile?]
77 <=dev-haskell/xml-conduit-1.2:=[profile?]
78 >=dev-haskell/xml-hamlet-0.4:=[profile?]
79 <=dev-haskell/xml-hamlet-0.5:=[profile?]
80 >=dev-lang/ghc-7.4.1:="
81 DEPEND="${RDEPEND}
82 >=dev-haskell/cabal-1.8"
83
84 S="${WORKDIR}/${MY_P}"
85
86
87
88 1.1 dev-haskell/dav/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/ChangeLog?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/dav/ChangeLog?rev=1.1&content-type=text/plain
92
93 Index: ChangeLog
94 ===================================================================
95 # ChangeLog for dev-haskell/dav
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/ChangeLog,v 1.1 2013/08/26 11:22:50 qnikst Exp $
98
99 *dav-0.4.1 (26 Aug 2013)
100
101 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +dav-0.4.1.ebuild,
102 +metadata.xml:
103 dev-haskell/dav: initial layout