Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/fftw: ChangeLog fftw-3.3.4.ebuild
Date: Sun, 08 Feb 2015 06:33:42
Message-Id: 20150208063337.6DAD9114D7@oystercatcher.gentoo.org
1 jer 15/02/08 06:33:37
2
3 Modified: ChangeLog fftw-3.3.4.ebuild
4 Log:
5 Stable for HPPA (bug #530904).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.163 sci-libs/fftw/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.163&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.163&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.162&r2=1.163
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v
19 retrieving revision 1.162
20 retrieving revision 1.163
21 diff -u -r1.162 -r1.163
22 --- ChangeLog 29 Jan 2015 22:57:00 -0000 1.162
23 +++ ChangeLog 8 Feb 2015 06:33:37 -0000 1.163
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/fftw
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.162 2015/01/29 22:57:00 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.163 2015/02/08 06:33:37 jer Exp $
29 +
30 + 08 Feb 2015; Jeroen Roovers <jer@g.o> fftw-3.3.4.ebuild:
31 + Stable for HPPA (bug #530904).
32
33 29 Jan 2015; Michał Górny <mgorny@g.o> fftw-3.3.3-r2.ebuild,
34 fftw-3.3.4.ebuild, metadata.xml:
35
36
37
38 1.7 sci-libs/fftw/fftw-3.3.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?r1=1.6&r2=1.7
43
44 Index: fftw-3.3.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- fftw-3.3.4.ebuild 29 Jan 2015 22:57:00 -0000 1.6
51 +++ fftw-3.3.4.ebuild 8 Feb 2015 06:33:37 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.6 2015/01/29 22:57:00 mgorny Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.7 2015/02/08 06:33:37 jer Exp $
57
58 EAPI=5
59
60 @@ -14,11 +14,11 @@
61 if [[ ${PV} = *9999 ]]; then
62 inherit git-2
63 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
64 - KEYWORDS=""
65 + KEYWORDS="hppa"
66 AUTOTOOLS_AUTORECONF=1
67 else
68 SRC_URI="http://www.fftw.org/${P}.tar.gz"
69 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
70 + KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
71 fi
72
73 LICENSE="GPL-2"