Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gimps: gimps-28.5.ebuild ChangeLog
Date: Tue, 03 Jun 2014 20:36:25
Message-Id: 20140603203622.5036D2004E@flycatcher.gentoo.org
1 tomka 14/06/03 20:36:22
2
3 Modified: gimps-28.5.ebuild ChangeLog
4 Log:
5 Fix distfile mess (bug #512182)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.3 sci-mathematics/gimps/gimps-28.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild?r1=1.2&r2=1.3
15
16 Index: gimps-28.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gimps-28.5.ebuild 7 Mar 2014 21:40:07 -0000 1.2
23 +++ gimps-28.5.ebuild 3 Jun 2014 20:36:22 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v 1.2 2014/03/07 21:40:07 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.5.ebuild,v 1.3 2014/06/03 20:36:22 tomka Exp $
29
30 EAPI=4
31
32 @@ -10,7 +10,7 @@
33 HOMEPAGE="http://mersenne.org/"
34 SRC_URI="
35 amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )
36 - x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux.tar.gz )"
37 + x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )"
38
39 SLOT="0"
40 LICENSE="GIMPS"
41
42
43
44 1.69 sci-mathematics/gimps/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/ChangeLog?rev=1.69&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/ChangeLog?rev=1.69&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gimps/ChangeLog?r1=1.68&r2=1.69
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v
53 retrieving revision 1.68
54 retrieving revision 1.69
55 diff -u -r1.68 -r1.69
56 --- ChangeLog 4 May 2014 08:31:07 -0000 1.68
57 +++ ChangeLog 3 Jun 2014 20:36:22 -0000 1.69
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-mathematics/gimps
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.68 2014/05/04 08:31:07 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.69 2014/06/03 20:36:22 tomka Exp $
63 +
64 + 03 Jun 2014; Thomas Kahle <tomka@g.o> gimps-28.5.ebuild:
65 + Fix distfile mess (bug #512182)
66
67 04 May 2014; Agostino Sarubbo <ago@g.o> gimps-27.9-r2.ebuild:
68 Stable for x86, wrt bug #506792