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/pymol-apbs-plugin: pymol-apbs-plugin-0_p15.ebuild
Date: Sun, 28 Feb 2010 14:12:48
Message-Id: E1NljWf-0003vH-4u@stork.gentoo.org
1 arfrever 10/02/28 13:49:41
2
3 Modified: pymol-apbs-plugin-0_p15.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.4 sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild?r1=1.3&r2=1.4
14
15 Index: pymol-apbs-plugin-0_p15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pymol-apbs-plugin-0_p15.ebuild 23 Feb 2010 08:59:18 -0000 1.3
22 +++ pymol-apbs-plugin-0_p15.ebuild 28 Feb 2010 13:49:40 -0000 1.4
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/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild,v 1.3 2010/02/23 08:59:18 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild,v 1.4 2010/02/28 13:49:40 arfrever Exp $
28
29 EAPI="3"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -28,7 +28,7 @@
32 src_unpack() {
33 mkdir "${S}"
34 cp "${DISTDIR}"/${P}.py "${S}"/
35 - python_copy_sources --no-link
36 + python_copy_sources
37 }
38
39 src_install() {