Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hashtables: hashtables-1.1.2.1.ebuild ChangeLog
Date: Fri, 30 Jan 2015 18:00:13
Message-Id: 20150130180007.553C610B40@oystercatcher.gentoo.org
1 mgorny 15/01/30 18:00:07
2
3 Modified: hashtables-1.1.2.1.ebuild ChangeLog
4 Log:
5 Convert to CPU_FLAGS_X86 the old ebuild as well.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.7 dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?r1=1.6&r2=1.7
15
16 Index: hashtables-1.1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- hashtables-1.1.2.1.ebuild 2 Feb 2014 11:13:30 -0000 1.6
23 +++ hashtables-1.1.2.1.ebuild 30 Jan 2015 18:00:07 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 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/hashtables/hashtables-1.1.2.1.ebuild,v 1.6 2014/02/02 11:13:30 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.7 2015/01/30 18:00:07 mgorny Exp $
30
31 EAPI=5
32
33 @@ -16,7 +16,7 @@
34 LICENSE="BSD"
35 SLOT="0/${PV}"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE="bounds-checking debug portable sse4_1 +unsafe-tricks"
38 +IUSE="bounds-checking debug portable cpu_flags_x86_sse4_1 +unsafe-tricks"
39
40 RDEPEND="dev-haskell/primitive:=[profile?]
41 >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
42 @@ -33,6 +33,6 @@
43 $(cabal_flag bounds-checking bounds-checking) \
44 $(cabal_flag debug debug) \
45 $(cabal_flag portable portable) \
46 - $(cabal_flag sse4_1 sse41) \
47 + $(cabal_flag cpu_flags_x86_sse4_1 sse41) \
48 $(cabal_flag unsafe-tricks unsafe-tricks)
49 }
50
51
52
53 1.23 dev-haskell/hashtables/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.23&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.23&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?r1=1.22&r2=1.23
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v
62 retrieving revision 1.22
63 retrieving revision 1.23
64 diff -u -r1.22 -r1.23
65 --- ChangeLog 28 Jan 2015 21:39:09 -0000 1.22
66 +++ ChangeLog 30 Jan 2015 18:00:07 -0000 1.23
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-haskell/hashtables
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.22 2015/01/28 21:39:09 qnikst Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.23 2015/01/30 18:00:07 mgorny Exp $
72 +
73 + 30 Jan 2015; Michał Górny <mgorny@g.o> hashtables-1.1.2.1.ebuild:
74 + Convert to CPU_FLAGS_X86 the old ebuild as well.
75
76 28 Jan 2015; Alexander Vershilov <qnikst@g.o>
77 hashtables-1.2.0.1.ebuild, metadata.xml: