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/terminfo: terminfo-0.3.2.5.ebuild ChangeLog
Date: Sun, 25 Nov 2012 06:17:54
Message-Id: 20121125060850.AF4482160C@flycatcher.gentoo.org
1 gienah 12/11/25 06:08:50
2
3 Modified: ChangeLog
4 Added: terminfo-0.3.2.5.ebuild
5 Log:
6 Bump terminfo to 0.3.2.5
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.25 dev-haskell/terminfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 12 Sep 2012 15:34:53 -0000 1.24
24 +++ ChangeLog 25 Nov 2012 06:08:50 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/terminfo
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.24 2012/09/12 15:34:53 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.25 2012/11/25 06:08:50 gienah Exp $
30 +
31 +*terminfo-0.3.2.5 (25 Nov 2012)
32 +
33 + 25 Nov 2012; Mark Wright <gienah@g.o> +terminfo-0.3.2.5.ebuild:
34 + Bump terminfo to 0.3.2.5
35
36 12 Sep 2012; Alexander Vershilov <qnikst@g.o> terminfo-0.3.1.1.ebuild,
37 terminfo-0.3.1.3.ebuild, terminfo-0.3.2.3.ebuild:
38
39
40
41 1.1 dev-haskell/terminfo/terminfo-0.3.2.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: terminfo-0.3.2.5.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild,v 1.1 2012/11/25 06:08:50 gienah Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.3.9999
55
56 CABAL_FEATURES="lib profile haddock hoogle hscolour"
57 inherit haskell-cabal
58
59 DESCRIPTION="Haskell bindings to the terminfo library."
60 HOMEPAGE="http://code.haskell.org/terminfo"
61 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="BSD"
64 SLOT="0/${PV}"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
66 IUSE=""
67
68 RDEPEND=">=dev-lang/ghc-6.10.4:=
69 sys-libs/ncurses"
70 DEPEND="${RDEPEND}
71 >=dev-haskell/cabal-1.4"