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/hspec-discover: hspec-discover-2.1.4.ebuild ChangeLog
Date: Sat, 01 Aug 2015 15:35:25
Message-Id: 20150801153522.BA5C6115@oystercatcher.gentoo.org
1 slyfox 15/08/01 15:35:22
2
3 Modified: ChangeLog
4 Added: hspec-discover-2.1.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.3 dev-haskell/hspec-discover/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 15 Dec 2014 22:31:00 -0000 1.2
24 +++ ChangeLog 1 Aug 2015 15:35:22 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/hspec-discover
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.2 2014/12/15 22:31:00 gienah Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.3 2015/08/01 15:35:22 slyfox Exp $
31 +
32 +*hspec-discover-2.1.4 (01 Aug 2015)
33 +
34 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o>
35 + +hspec-discover-2.1.4.ebuild:
36 + Version bump.
37
38 15 Dec 2014; Mark Wright <gienah@g.o> hspec-discover-2.1.2.ebuild:
39 Drop the doc and hscolour USE flags from hspec-discover-2.1.2, as it fails to
40
41
42
43 1.1 dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hspec-discover-2.1.4.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild,v 1.1 2015/08/01 15:35:22 slyfox Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.4.3
57
58 CABAL_FEATURES="bin lib profile test-suite"
59 inherit haskell-cabal
60
61 DESCRIPTION="Automatically discover and run Hspec tests"
62 HOMEPAGE="http://hspec.github.io/"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="MIT"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=dev-lang/ghc-7.4.1:=
71 "
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.10
74 test? ( >=dev-haskell/hspec-meta-1.12 )
75 "