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/uniqueid: uniqueid-0.1.1.ebuild ChangeLog
Date: Fri, 02 Jan 2015 18:26:51
Message-Id: 20150102182647.A1C979DD3@oystercatcher.gentoo.org
1 slyfox 15/01/02 18:26:47
2
3 Modified: uniqueid-0.1.1.ebuild ChangeLog
4 Log:
5 Fix against ghc-7.8 (bug #534332 by Toralf Förster).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 dev-haskell/uniqueid/uniqueid-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: uniqueid-0.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- uniqueid-0.1.1.ebuild 26 Aug 2013 12:34:27 -0000 1.1
23 +++ uniqueid-0.1.1.ebuild 2 Jan 2015 18:26:47 -0000 1.2
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v 1.1 2013/08/26 12:34:27 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v 1.2 2015/01/02 18:26:47 slyfox Exp $
30
31 EAPI=5
32
33 # ebuild generated by hackport 0.3.9999
34
35 CABAL_FEATURES="lib profile haddock hoogle hscolour"
36 -inherit haskell-cabal
37 +inherit eutils haskell-cabal
38
39 DESCRIPTION="Splittable Unique Identifier Supply"
40 HOMEPAGE="http://github.com/sebfisch/uniqueid/wikis"
41 @@ -18,6 +18,10 @@
42 KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 -RDEPEND=">=dev-lang/ghc-6.10.4:="
46 +RDEPEND=">=dev-lang/ghc-7.8.1:="
47 DEPEND="${RDEPEND}
48 - >=dev-haskell/cabal-1.6"
49 + >=dev-haskell/cabal-1.6"
50 +
51 +src_prepare() {
52 + epatch "${FILESDIR}"/${P}-ghc-7.8.patch
53 +}
54
55
56
57 1.3 dev-haskell/uniqueid/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 25 Jul 2014 08:58:31 -0000 1.2
70 +++ ChangeLog 2 Jan 2015 18:26:47 -0000 1.3
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-haskell/uniqueid
73 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.2 2014/07/25 08:58:31 slyfox Exp $
75 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.3 2015/01/02 18:26:47 slyfox Exp $
77 +
78 + 02 Jan 2015; Sergei Trofimovich <slyfox@g.o>
79 + +files/uniqueid-0.1.1-ghc-7.8.patch, uniqueid-0.1.1.ebuild:
80 + Fix against ghc-7.8 (bug #534332 by Toralf Förster).
81
82 25 Jul 2014; Sergei Trofimovich <slyfox@g.o> metadata.xml:
83 Drop redundant '<maintainer>' field, leave only '<herd>'.