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/options: options-1.2.1.ebuild ChangeLog
Date: Thu, 01 Jan 2015 13:19:07
Message-Id: 20150101131902.B073BEA3D@oystercatcher.gentoo.org
1 gienah 15/01/01 13:19:02
2
3 Modified: ChangeLog
4 Added: options-1.2.1.ebuild
5 Log:
6 Bump options to 1.2.1, patch for ghc 7.10
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.4 dev-haskell/options/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 25 Jul 2014 09:16:29 -0000 1.3
24 +++ ChangeLog 1 Jan 2015 13:19:02 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/options
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.3 2014/07/25 09:16:29 slyfox Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.4 2015/01/01 13:19:02 gienah Exp $
31 +
32 +*options-1.2.1 (01 Jan 2015)
33 +
34 + 01 Jan 2015; Mark Wright <gienah@g.o>
35 + +files/options-1.2.1-ghc-7.10.patch, +options-1.2.1.ebuild:
36 + Bump options to 1.2.1, patch for ghc 7.10
37
38 25 Jul 2014; Sergei Trofimovich <slyfox@g.o> options-1.2-r1.ebuild:
39 Drop trailing '.' from description.
40
41
42
43 1.1 dev-haskell/options/options-1.2.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: options-1.2.1.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/options/options-1.2.1.ebuild,v 1.1 2015/01/01 13:19:02 gienah Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.4.4.9999
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
59 inherit base haskell-cabal
60
61 DESCRIPTION="A powerful and easy-to-use command-line option parser"
62 HOMEPAGE="https://john-millikin.com/software/haskell-options/"
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 RESTRICT=test # needs old chell
71
72 RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]
73 >=dev-haskell/transformers-0.2:=[profile?]
74 >=dev-lang/ghc-7.4.1:=
75 "
76 DEPEND="${RDEPEND}
77 >=dev-haskell/cabal-1.8
78 test? ( >=dev-haskell/chell-0.3.1 <dev-haskell/chell-0.5
79 >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 )
80 "
81
82 PATCHES=("${FILESDIR}/${PN}-1.2.1-ghc-7.10.patch")
83
84 src_prepare() {
85 base_src_prepare
86 cabal_chdeps \
87 'chell >= 0.3.1 && < 0.4' 'chell >= 0.3.1 && < 0.5'
88 }