Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn: ChangeLog ccpn-2.1.3.1_p100806.ebuild
Date: Wed, 06 Jun 2012 08:37:33
Message-Id: 20120606083724.611882004B@flycatcher.gentoo.org
1 jlec 12/06/06 08:37:24
2
3 Modified: ChangeLog ccpn-2.1.3.1_p100806.ebuild
4 Log:
5 sci-chemistry/ccpn: Fix tarball download location, #419849
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.86 sci-chemistry/ccpn/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 11 May 2012 09:42:07 -0000 1.85
23 +++ ChangeLog 6 Jun 2012 08:37:24 -0000 1.86
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/ccpn
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.85 2012/05/11 09:42:07 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.86 2012/06/06 08:37:24 jlec Exp $
29 +
30 + 06 Jun 2012; Justin Lecher <jlec@g.o> ccpn-2.1.3.1_p100806.ebuild:
31 + Fix tarball download location, #419849
32
33 *ccpn-2.2.2_p120511 (11 May 2012)
34
35
36
37
38 1.6 sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild?r1=1.5&r2=1.6
43
44 Index: ccpn-2.1.3.1_p100806.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ccpn-2.1.3.1_p100806.ebuild 4 Mar 2012 09:18:53 -0000 1.5
51 +++ ccpn-2.1.3.1_p100806.ebuild 6 Jun 2012 08:37:24 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild,v 1.5 2012/03/04 09:18:53 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.3.1_p100806.ebuild,v 1.6 2012/06/06 08:37:24 jlec Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2:2.5"
60 @@ -14,7 +14,7 @@
61 MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})"
62
63 DESCRIPTION="The Collaborative Computing Project for NMR"
64 -SRC_URI="http://www-old.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}.tar.gz"
65 +SRC_URI="http://www2.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}.tar.gz"
66 [[ -n ${PATCHSET} ]] && SRC_URI="${SRC_URI} http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${PATCHSET}.patch.bz2"
67 HOMEPAGE="http://www.ccpn.ac.uk/ccpn"