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/cabal-install: ChangeLog cabal-install-0.10.2-r1.ebuild
Date: Mon, 01 Aug 2011 20:56:58
Message-Id: 20110801205648.0DB992004C@flycatcher.gentoo.org
1 slyfox 11/08/01 20:56:48
2
3 Modified: ChangeLog
4 Added: cabal-install-0.10.2-r1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-haskell/cabal-install/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 5 Jun 2011 12:34:29 -0000 1.7
24 +++ ChangeLog 1 Aug 2011 20:56:47 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/cabal-install
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.7 2011/06/05 12:34:29 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.8 2011/08/01 20:56:47 slyfox Exp $
30 +
31 +*cabal-install-0.10.2-r1 (01 Aug 2011)
32 +
33 + 01 Aug 2011; Sergei Trofimovich <slyfox@g.o>
34 + +cabal-install-0.10.2-r1.ebuild:
35 + Version bump.
36
37 05 Jun 2011; Sergei Trofimovich <slyfox@g.o>
38 -cabal-install-0.6.2.ebuild, -cabal-install-0.6.4.ebuild,
39
40
41
42 1.1 dev-haskell/cabal-install/cabal-install-0.10.2-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.10.2-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.10.2-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cabal-install-0.10.2-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.10.2-r1.ebuild,v 1.1 2011/08/01 20:56:47 slyfox Exp $
52
53 # ebuild generated by hackport 0.2.13
54
55 EAPI="3"
56
57 CABAL_FEATURES="bin"
58 inherit haskell-cabal bash-completion eutils
59
60 DESCRIPTION="The command-line interface for Cabal and Hackage."
61 HOMEPAGE="http://www.haskell.org/cabal/"
62 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
67 IUSE="noprefs"
68
69 RDEPEND=">=dev-haskell/cabal-1.10.1
70 >=dev-lang/ghc-6.10.1"
71 DEPEND="${RDEPEND}
72 >=dev-haskell/http-4000.0.2
73 dev-haskell/network
74 >=dev-haskell/time-1.1
75 =dev-haskell/zlib-0.5*"
76
77 src_prepare() {
78 if use noprefs; then
79 epatch "${FILESDIR}/cabal-install-0.8-nopref.patch"
80 fi
81 }
82
83 src_install() {
84 haskell-cabal_src_install
85
86 dobashcompletion "${S}/bash-completion/cabal"
87 }
88
89 pkg_postinst() {
90 ghc-package_pkg_postinst
91
92 bash-completion_pkg_postinst
93 }