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/hs-bibutils: hs-bibutils-4.12.ebuild ChangeLog
Date: Sat, 07 Apr 2012 05:18:48
Message-Id: 20120407051835.B4EAE2004B@flycatcher.gentoo.org
1 gienah 12/04/07 05:18:35
2
3 Modified: hs-bibutils-4.12.ebuild ChangeLog
4 Log:
5 EAPI=4, [profile?] for dependent haskell libraries
6
7 (Portage version: 2.1.10.56/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?r1=1.2&r2=1.3
15
16 Index: hs-bibutils-4.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- hs-bibutils-4.12.ebuild 17 Jun 2011 19:49:10 -0000 1.2
23 +++ hs-bibutils-4.12.ebuild 7 Apr 2012 05:18:35 -0000 1.3
24 @@ -1,16 +1,17 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.2 2011/06/17 19:49:10 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.3 2012/04/07 05:18:35 gienah Exp $
30
31 -# ebuild generated by hackport 0.2.13
32 +# ebuild generated by hackport 0.2.17.9999
33
34 -EAPI="3"
35 +EAPI=4
36
37 -CABAL_FEATURES="lib profile haddock hscolour"
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 inherit haskell-cabal
40
41 -DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities."
42 -HOMEPAGE="http://gorgias.mine.nu/repos/hs-bibutils/"
43 +DESCRIPTION="Haskell bindings to bibutils, the bibliography
44 +conversion utilities."
45 +HOMEPAGE="http://code.haskell.org/hs-bibutils"
46 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
47
48 LICENSE="GPL-2"
49 @@ -18,7 +19,7 @@
50 KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 -RDEPEND="dev-haskell/syb
54 - >=dev-lang/ghc-6.10.4"
55 +RDEPEND="dev-haskell/syb[profile?]
56 + >=dev-lang/ghc-6.8.2"
57 DEPEND="${RDEPEND}
58 >=dev-haskell/cabal-1.4"
59
60
61
62 1.3 dev-haskell/hs-bibutils/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog?rev=1.3&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog?rev=1.3&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog?r1=1.2&r2=1.3
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v
71 retrieving revision 1.2
72 retrieving revision 1.3
73 diff -u -r1.2 -r1.3
74 --- ChangeLog 17 Jun 2011 19:49:10 -0000 1.2
75 +++ ChangeLog 7 Apr 2012 05:18:35 -0000 1.3
76 @@ -1,6 +1,9 @@
77 # ChangeLog for dev-haskell/hs-bibutils
78 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.2 2011/06/17 19:49:10 slyfox Exp $
80 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.3 2012/04/07 05:18:35 gienah Exp $
82 +
83 + 07 Apr 2012; Mark Wright <gienah@g.o> hs-bibutils-4.12.ebuild:
84 + EAPI=4, [profile?] for dependent haskell libraries
85
86 17 Jun 2011; Sergei Trofimovich <slyfox@g.o> hs-bibutils-4.12.ebuild:
87 Fixed broken homepage to http://gorgias.mine.nu/repos/hs-bibutils/ (bug