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/hinotify: hinotify-0.3.2.ebuild ChangeLog
Date: Wed, 31 Aug 2011 17:36:16
Message-Id: 20110831173606.72DD62004C@flycatcher.gentoo.org
1 slyfox 11/08/31 17:36:06
2
3 Modified: ChangeLog
4 Added: hinotify-0.3.2.ebuild
5 Log:
6 Version bump. Among other changes fixes build failure reported by Hans-Peter Deifel in bug #380967
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-haskell/hinotify/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 2 Aug 2011 10:41:51 -0000 1.3
24 +++ ChangeLog 31 Aug 2011 17:36:06 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/hinotify
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.3 2011/08/02 10:41:51 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.4 2011/08/31 17:36:06 slyfox Exp $
30 +
31 +*hinotify-0.3.2 (31 Aug 2011)
32 +
33 + 31 Aug 2011; Sergei Trofimovich <slyfox@g.o> +hinotify-0.3.2.ebuild:
34 + Version bump. Among other changes fixes build failure reported by Hans-Peter
35 + Deifel in bug #380967
36
37 02 Aug 2011; Sergei Trofimovich <slyfox@g.o> -hinotify-0.3.ebuild:
38 Removed old.
39
40
41
42 1.1 dev-haskell/hinotify/hinotify-0.3.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hinotify-0.3.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.2.ebuild,v 1.1 2011/08/31 17:36:06 slyfox Exp $
52
53 # ebuild generated by hackport 0.2.13
54
55 EAPI="3"
56
57 CABAL_FEATURES="lib profile haddock hscolour"
58 inherit haskell-cabal
59
60 DESCRIPTION="Haskell binding to INotify"
61 HOMEPAGE="http://code.haskell.org/hinotify/README.html"
62 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-lang/ghc-6.10.1"
70 DEPEND="${RDEPEND}
71 >=dev-haskell/cabal-1.2"