Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gwnum: gwnum-277.ebuild ChangeLog
Date: Wed, 28 Nov 2012 08:19:57
Message-Id: 20121128081945.D5DD520C65@flycatcher.gentoo.org
1 patrick 12/11/28 08:19:45
2
3 Modified: gwnum-277.ebuild ChangeLog
4 Log:
5 Fix SRC_URI
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/gwnum/gwnum-277.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild?r1=1.1&r2=1.2
15
16 Index: gwnum-277.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gwnum-277.ebuild 28 Nov 2012 08:09:41 -0000 1.1
23 +++ gwnum-277.ebuild 28 Nov 2012 08:19:45 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.1 2012/11/28 08:09:41 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.2 2012/11/28 08:19:45 patrick Exp $
29
30 EAPI=4
31 DESCRIPTION="George Woltman's GWNUM library"
32 HOMEPAGE="http://www.mersenne.org/freesoft/"
33 # Sourcecode split out from prime95, we don't need the full lib
34 -SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${P}.tar.bz2"
35 +SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2"
36
37 inherit eutils
38
39
40
41
42 1.2 sci-mathematics/gwnum/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gwnum/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 28 Nov 2012 08:09:41 -0000 1.1
55 +++ ChangeLog 28 Nov 2012 08:19:45 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sci-mathematics/gwnum
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/ChangeLog,v 1.1 2012/11/28 08:09:41 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/ChangeLog,v 1.2 2012/11/28 08:19:45 patrick Exp $
61 +
62 + 28 Nov 2012; Patrick Lauer <patrick@g.o> gwnum-277.ebuild:
63 + Fix SRC_URI
64
65 *gwnum-277 (28 Nov 2012)