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.8.ebuild
Date: Mon, 02 Nov 2009 05:59:26
Message-Id: E1N4pwq-000559-BO@stork.gentoo.org
1 arfrever 09/11/02 05:59:24
2
3 Modified: setuptools-0.6.8.ebuild
4 Log:
5 Improve DESCRIPTION.
6 (Portage version: 14774-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/setuptools/setuptools-0.6.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild?r1=1.1&r2=1.2
14
15 Index: setuptools-0.6.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- setuptools-0.6.8.ebuild 1 Nov 2009 23:40:02 -0000 1.1
22 +++ setuptools-0.6.8.ebuild 2 Nov 2009 05:59:23 -0000 1.2
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.1 2009/11/01 23:40:02 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.2 2009/11/02 05:59:23 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31
32 inherit distutils eutils
33
34 -DESCRIPTION="Easily download, build, install, upgrade, and uninstall Python packages. Distribute is a fork of the Setuptools project."
35 +DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils"
36 HOMEPAGE="http://pypi.python.org/pypi/distribute"
37 SRC_URI="http://pypi.python.org/packages/source/d/distribute/distribute-${PV}.tar.gz"