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/hashed-storage: hashed-storage-0.5.11.ebuild metadata.xml ChangeLog
Date: Wed, 02 Jul 2014 09:10:05
Message-Id: 20140702091001.5B64820036@flycatcher.gentoo.org
1 gienah 14/07/02 09:10:01
2
3 Modified: metadata.xml ChangeLog
4 Added: hashed-storage-0.5.11.ebuild
5 Log:
6 Bump hashed-storage to 0.5.11
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.3 dev-haskell/hashed-storage/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 14 Apr 2012 09:02:03 -0000 1.2
24 +++ metadata.xml 2 Jul 2014 09:10:01 -0000 1.3
25 @@ -15,4 +15,8 @@
26 plain filesystem tree and an indexed plain tree (where the index
27 maintains hashes of the plain files and directories).
28 </longdescription>
29 + <use>
30 + <flag name="diff">Provide the Storage.Hashed.Diff module.</flag>
31 + <flag name="hpc">Compile with the profiling ghc flag -fhpc.</flag>
32 + </use>
33 </pkgmetadata>
34
35
36
37 1.33 dev-haskell/hashed-storage/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.33&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.33&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?r1=1.32&r2=1.33
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v
46 retrieving revision 1.32
47 retrieving revision 1.33
48 diff -u -r1.32 -r1.33
49 --- ChangeLog 24 Dec 2013 12:57:24 -0000 1.32
50 +++ ChangeLog 2 Jul 2014 09:10:01 -0000 1.33
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-haskell/hashed-storage
53 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.32 2013/12/24 12:57:24 ago Exp $
55 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.33 2014/07/02 09:10:01 gienah Exp $
57 +
58 +*hashed-storage-0.5.11 (02 Jul 2014)
59 +
60 + 02 Jul 2014; Mark Wright <gienah@g.o> +hashed-storage-0.5.11.ebuild,
61 + metadata.xml:
62 + Bump hashed-storage to 0.5.11
63
64 24 Dec 2013; Agostino Sarubbo <ago@g.o> hashed-storage-0.5.10.ebuild:
65 Stable for x86, wrt bug #491988
66
67
68
69 1.1 dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild?rev=1.1&content-type=text/plain
73
74 Index: hashed-storage-0.5.11.ebuild
75 ===================================================================
76 # Copyright 1999-2014 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v 1.1 2014/07/02 09:10:01 gienah Exp $
79
80 EAPI=5
81
82 # ebuild generated by hackport 0.4.9999
83
84 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
85 inherit haskell-cabal
86
87 DESCRIPTION="Hashed file storage support code."
88 HOMEPAGE="http://hackage.haskell.org/package/hashed-storage"
89 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
90
91 LICENSE="BSD"
92 SLOT="0/${PV}"
93 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
94 IUSE="diff hpc test"
95
96 RDEPEND="dev-haskell/binary:=[profile?]
97 dev-haskell/dataenc:=[profile?]
98 dev-haskell/extensible-exceptions:=[profile?]
99 >=dev-haskell/mmap-0.5:=[profile?] <dev-haskell/mmap-0.6:=[profile?]
100 dev-haskell/mtl:=[profile?]
101 dev-haskell/zlib:=[profile?]
102 >=dev-lang/ghc-7.4.1:=
103 diff? ( dev-haskell/lcs:=[profile?] )
104 "
105 DEPEND="${RDEPEND}
106 >=dev-haskell/cabal-1.6
107 test? ( dev-haskell/hunit:=[profile?]
108 >=dev-haskell/quickcheck-2.3:2=[profile?]
109 dev-haskell/test-framework:=[profile?]
110 dev-haskell/test-framework-hunit:=[profile?]
111 dev-haskell/test-framework-quickcheck2:=[profile?]
112 dev-haskell/zip-archive:=[profile?] )
113 "
114
115 src_configure() {
116 haskell-cabal_src_configure \
117 $(cabal_flag diff diff) \
118 $(cabal_flag hpc hpc) \
119 $(cabal_flag test test)
120 }
121
122 src_install() {
123 haskell-cabal_src_install
124
125 use test && rm "${ED}/usr/bin/hashed-storage-test"
126 }