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/fsnotify: metadata.xml fsnotify-0.0.11.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:44:10
Message-Id: 20130826124406.5C32E2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:44:06
2
3 Added: metadata.xml fsnotify-0.0.11.ebuild ChangeLog
4 Log:
5 dev-haskell/fsnotify: 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/fsnotify/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/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 Cross platform library for file creation, modification,
26 and deletion notification. This library builds upon
27 existing libraries for platform-specific Window, Mac,
28 and Linux filesystem event notification.
29 </longdescription>
30 </pkgmetadata>
31
32
33
34 1.1 dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild?rev=1.1&content-type=text/plain
38
39 Index: fsnotify-0.0.11.ebuild
40 ===================================================================
41 # Copyright 1999-2013 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild,v 1.1 2013/08/26 12:44:06 qnikst Exp $
44
45 EAPI=5
46
47 # ebuild generated by hackport 0.3.2.9999
48
49 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
50 inherit haskell-cabal
51
52 DESCRIPTION="Cross platform library for file change notification."
53 HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
54 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
55
56 LICENSE="BSD"
57 SLOT="0/${PV}"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND=">=dev-haskell/hinotify-0.3.5:=[profile?]
62 <dev-haskell/hinotify-0.4:=[profile?]
63 >=dev-haskell/system-fileio-0.3.8:=[profile?]
64 <dev-haskell/system-fileio-0.4:=[profile?]
65 >=dev-haskell/system-filepath-0.4.6:=[profile?]
66 <dev-haskell/system-filepath-0.5:=[profile?]
67 >=dev-haskell/text-0.11.0:=[profile?]
68 >=dev-lang/ghc-7.0.1:="
69 DEPEND="${RDEPEND}
70 >=dev-haskell/cabal-1.8
71 test? ( >=dev-haskell/glob-0.7.1
72 >=dev-haskell/hspec-1.3.0
73 >=dev-haskell/quickcheck-2.4.2
74 >=dev-haskell/random-1.0.1.1
75 >=dev-haskell/uniqueid-0.1.1
76 )"
77
78
79
80 1.1 dev-haskell/fsnotify/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fsnotify/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for dev-haskell/fsnotify
88 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/ChangeLog,v 1.1 2013/08/26 12:44:06 qnikst Exp $
90
91 *fsnotify-0.0.11 (26 Aug 2013)
92
93 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +fsnotify-0.0.11.ebuild,
94 +metadata.xml:
95 dev-haskell/fsnotify: initial layout