Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/caver: caver-2.0.003-r1.ebuild caver-2.0.003.ebuild
Date: Sun, 28 Feb 2010 14:12:45
Message-Id: E1NljU1-0003l8-Cn@stork.gentoo.org
1 arfrever 10/02/28 13:46:57
2
3 Modified: caver-2.0.003-r1.ebuild caver-2.0.003.ebuild
4 Log:
5 Don't use --no-link option of python_copy_sources().
6 (Portage version: 15497-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/caver/caver-2.0.003-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: caver-2.0.003-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- caver-2.0.003-r1.ebuild 21 Feb 2010 09:56:35 -0000 1.1
22 +++ caver-2.0.003-r1.ebuild 28 Feb 2010 13:46:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild,v 1.1 2010/02/21 09:56:35 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild,v 1.2 2010/02/28 13:46:56 arfrever Exp $
28
29 EAPI="3"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -36,7 +36,7 @@
32 }
33
34 src_prepare() {
35 - python_copy_sources --no-link
36 + python_copy_sources
37 }
38
39 src_install() {
40
41
42
43 1.3 sci-chemistry/caver/caver-2.0.003.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild?r1=1.2&r2=1.3
48
49 Index: caver-2.0.003.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- caver-2.0.003.ebuild 21 Feb 2010 09:56:35 -0000 1.2
56 +++ caver-2.0.003.ebuild 28 Feb 2010 13:46:56 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild,v 1.2 2010/02/21 09:56:35 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild,v 1.3 2010/02/28 13:46:56 arfrever Exp $
62
63 EAPI="2"
64 SUPPORT_PYTHON_ABIS="1"
65 @@ -36,7 +36,7 @@
66 }
67
68 src_prepare() {
69 - python_copy_sources --no-link
70 + python_copy_sources
71 }
72
73 src_install() {