Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/system-filepath: system-filepath-0.4.13.1.ebuild ChangeLog
Date: Sat, 03 Jan 2015 02:32:09
Message-Id: 20150103023205.7B70DEC06@oystercatcher.gentoo.org
1 gienah 15/01/03 02:32:05
2
3 Modified: ChangeLog
4 Added: system-filepath-0.4.13.1.ebuild
5 Log:
6 Bump system-filepath to 0.4.13.1
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.9 dev-haskell/system-filepath/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/system-filepath/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/system-filepath/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/system-filepath/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Dec 2014 06:31:39 -0000 1.8
24 +++ ChangeLog 3 Jan 2015 02:32:05 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/system-filepath
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.8 2014/12/22 06:31:39 gienah Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.9 2015/01/03 02:32:05 gienah Exp $
31 +
32 +*system-filepath-0.4.13.1 (03 Jan 2015)
33 +
34 + 03 Jan 2015; Mark Wright <gienah@g.o> +system-filepath-0.4.13.1.ebuild:
35 + Bump system-filepath to 0.4.13.1
36
37 *system-filepath-0.4.13 (22 Dec 2014)
38
39
40
41
42 1.1 dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: system-filepath-0.4.13.1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild,v 1.1 2015/01/03 02:32:05 gienah Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.4.4.9999
56
57 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
58 inherit haskell-cabal
59
60 DESCRIPTION="High-level, byte-based file and directory path manipulations"
61 HOMEPAGE="https://github.com/fpco/haskell-filesystem"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-haskell/text-0.11.0.6:=[profile?]
70 >=dev-lang/ghc-7.4.1:=
71 "
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.8
74 test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
75 >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3
76 dev-haskell/quickcheck )
77 "