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 dev-python/setuptools: setuptools-0.6.3-r3.ebuild setuptools-0.6.3-r2.ebuild
Date: Sat, 03 Oct 2009 17:32:50
Message-Id: E1Mu8TO-0006fj-CF@stork.gentoo.org
1 arfrever 09/10/03 17:32:46
2
3 Modified: setuptools-0.6.3-r3.ebuild
4 Removed: setuptools-0.6.3-r2.ebuild
5 Log:
6 Remove dependencies whose absence will cause more problems.
7 (Portage version: 14479-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/setuptools/setuptools-0.6.3-r3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: setuptools-0.6.3-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- setuptools-0.6.3-r3.ebuild 2 Oct 2009 16:51:37 -0000 1.1
23 +++ setuptools-0.6.3-r3.ebuild 3 Oct 2009 17:32:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild,v 1.1 2009/10/02 16:51:37 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.3-r3.ebuild,v 1.2 2009/10/03 17:32:46 arfrever Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -18,9 +18,7 @@
33
34 # Avoid silent errors during upgrade from older versions.
35 DEPEND="!!<dev-python/setuptools-0.6.3-r2"
36 -# Ensure that dev-python/setuptools is installed by default for Python 2 and Python 3.
37 -RDEPEND="=dev-lang/python-2*
38 - =dev-lang/python-3*"
39 +RDEPEND=""
40
41 S="${WORKDIR}/distribute-${PV}"