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/quickcheck: quickcheck-2.8.1.ebuild quickcheck-2.7.6.ebuild ChangeLog
Date: Sat, 01 Aug 2015 14:51:56
Message-Id: 20150801145153.31C8E10F@oystercatcher.gentoo.org
1 slyfox 15/08/01 14:51:53
2
3 Modified: quickcheck-2.7.6.ebuild ChangeLog
4 Added: quickcheck-2.8.1.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.2 dev-haskell/quickcheck/quickcheck-2.7.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild?r1=1.1&r2=1.2
16
17 Index: quickcheck-2.7.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- quickcheck-2.7.6.ebuild 14 Dec 2014 05:38:50 -0000 1.1
24 +++ quickcheck-2.7.6.ebuild 1 Aug 2015 14:51:53 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild,v 1.1 2014/12/14 05:38:50 gienah Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild,v 1.2 2015/08/01 14:51:53 slyfox Exp $
31
32 EAPI=5
33
34 @@ -19,7 +19,7 @@
35
36 LICENSE="BSD"
37 SLOT="2/${PV}"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
40 IUSE="+template_haskell"
41
42 RDEPEND="dev-haskell/random:=[profile?]
43
44
45
46 1.77 dev-haskell/quickcheck/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.77&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.77&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?r1=1.76&r2=1.77
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
55 retrieving revision 1.76
56 retrieving revision 1.77
57 diff -u -r1.76 -r1.77
58 --- ChangeLog 6 Jun 2015 15:48:33 -0000 1.76
59 +++ ChangeLog 1 Aug 2015 14:51:53 -0000 1.77
60 @@ -1,6 +1,12 @@
61 # ChangeLog for dev-haskell/quickcheck
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.76 2015/06/06 15:48:33 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.77 2015/08/01 14:51:53 slyfox Exp $
65 +
66 +*quickcheck-2.8.1 (01 Aug 2015)
67 +
68 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +quickcheck-2.8.1.ebuild,
69 + quickcheck-2.7.6.ebuild:
70 + Version bump.
71
72 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
73 Add github to remote-id in metadata.xml
74
75
76
77 1.1 dev-haskell/quickcheck/quickcheck-2.8.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: quickcheck-2.8.1.ebuild
83 ===================================================================
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild,v 1.1 2015/08/01 14:51:53 slyfox Exp $
87
88 EAPI=5
89
90 # ebuild generated by hackport 0.4.4.9999
91 #hackport: flags: +base4,-base3,templatehaskell:template_haskell
92
93 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
94 inherit haskell-cabal
95
96 MY_PN="QuickCheck"
97 MY_P="${MY_PN}-${PV}"
98
99 DESCRIPTION="Automatic testing of Haskell programs"
100 HOMEPAGE="https://github.com/nick8325/quickcheck"
101 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
102
103 LICENSE="BSD"
104 SLOT="2/${PV}"
105 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
106 IUSE="+template_haskell"
107
108 RDEPEND="dev-haskell/random:=[profile?]
109 >=dev-haskell/tf-random-0.4:=[profile?]
110 >=dev-haskell/transformers-0.2:=[profile?]
111 >=dev-lang/ghc-7.4.1:=
112 "
113 DEPEND="${RDEPEND}
114 >=dev-haskell/cabal-1.8
115 test? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 )
116 "
117
118 S="${WORKDIR}/${MY_P}"
119
120 src_configure() {
121 haskell-cabal_src_configure \
122 --flag=-base3 \
123 --flag=base4 \
124 $(cabal_flag template_haskell templatehaskell)
125 }