Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.18.8.ebuild ChangeLog cpphs-1.13.3.ebuild
Date: Fri, 30 Jan 2015 10:17:46
Message-Id: 20150130101743.9273E10AC0@oystercatcher.gentoo.org
1 qnikst 15/01/30 10:17:43
2
3 Modified: ChangeLog
4 Added: cpphs-1.18.8.ebuild
5 Removed: cpphs-1.13.3.ebuild
6 Log:
7 dev-haskell/cpphs: add new, drop old
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
10
11 Revision Changes Path
12 1.63 dev-haskell/cpphs/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.63&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.63&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?r1=1.62&r2=1.63
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
21 retrieving revision 1.62
22 retrieving revision 1.63
23 diff -u -r1.62 -r1.63
24 --- ChangeLog 13 Dec 2014 13:38:07 -0000 1.62
25 +++ ChangeLog 30 Jan 2015 10:17:43 -0000 1.63
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-haskell/cpphs
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.62 2014/12/13 13:38:07 gienah Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.63 2015/01/30 10:17:43 qnikst Exp $
32 +
33 +*cpphs-1.18.8 (30 Jan 2015)
34 +
35 + 30 Jan 2015; Alexander Vershilov <qnikst@g.o> +cpphs-1.18.8.ebuild,
36 + -cpphs-1.13.3.ebuild:
37 + dev-haskell/cpphs: add new, drop old
38
39 *cpphs-1.18.6 (13 Dec 2014)
40
41
42
43
44 1.1 dev-haskell/cpphs/cpphs-1.18.8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: cpphs-1.18.8.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild,v 1.1 2015/01/30 10:17:43 qnikst Exp $
54
55 EAPI=5
56
57 # ebuild generated by hackport 0.4.3
58
59 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
60 inherit haskell-cabal
61
62 DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor"
63 HOMEPAGE="http://projects.haskell.org/cpphs/"
64 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
65
66 LICENSE="LGPL-2.1"
67 SLOT="0/${PV}"
68 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 IUSE=""
70
71 RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?]
72 >=dev-lang/ghc-7.4.1:=
73 "
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.6
76 "