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/numbat: numbat-0.999.ebuild ChangeLog
Date: Tue, 21 May 2013 10:58:48
Message-Id: 20130521105845.7813D2171D@flycatcher.gentoo.org
1 jlec 13/05/21 10:58:45
2
3 Modified: numbat-0.999.ebuild ChangeLog
4 Log:
5 sci-chemistry/numbat: Drop fetch restriction
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.2 sci-chemistry/numbat/numbat-0.999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild?r1=1.1&r2=1.2
15
16 Index: numbat-0.999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- numbat-0.999.ebuild 21 May 2013 10:55:38 -0000 1.1
23 +++ numbat-0.999.ebuild 21 May 2013 10:58:45 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild,v 1.1 2013/05/21 10:55:38 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/numbat-0.999.ebuild,v 1.2 2013/05/21 10:58:45 jlec Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33
34 DESCRIPTION="new user-friendly method built for automatic dX-tensor determination"
35 HOMEPAGE="http://www.nmr.chem.uu.nl/~christophe/numbat.html"
36 -SRC_URI="${MY_P}.tar.gz"
37 +SRC_URI="http://comp-bio.anu.edu.au/private/downloads/Numbat/${MY_P}.tar.gz"
38
39 SLOT="0"
40 LICENSE="GPL-3"
41 @@ -30,16 +30,8 @@
42 sci-chemistry/molmol
43 sci-chemistry/pymol"
44
45 -RESTRICT="fetch"
46 -
47 S="${WORKDIR}"/${MY_P}
48
49 -pkg_nofetch() {
50 - elog "Please email the author (numbat.pcs@×××××.com)"
51 - elog "in order to obtain a copy of the source code"
52 - elog "and place it in ${DISTDIR}"
53 -}
54 -
55 src_prepare() {
56 sed \
57 -e '/COPYING/d' \
58
59
60
61 1.2 sci-chemistry/numbat/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/ChangeLog?rev=1.2&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/ChangeLog?rev=1.2&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/numbat/ChangeLog?r1=1.1&r2=1.2
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/ChangeLog,v
70 retrieving revision 1.1
71 retrieving revision 1.2
72 diff -u -r1.1 -r1.2
73 --- ChangeLog 21 May 2013 10:55:38 -0000 1.1
74 +++ ChangeLog 21 May 2013 10:58:45 -0000 1.2
75 @@ -1,6 +1,9 @@
76 # ChangeLog for sci-chemistry/numbat
77 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/ChangeLog,v 1.1 2013/05/21 10:55:38 jlec Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/numbat/ChangeLog,v 1.2 2013/05/21 10:58:45 jlec Exp $
80 +
81 + 21 May 2013; Justin Lecher <jlec@g.o> numbat-0.999.ebuild:
82 + Drop fetch restriction
83
84 *numbat-0.999 (21 May 2013)