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/flup: flup-1.0.2.ebuild
Date: Sun, 29 Nov 2009 19:58:30
Message-Id: E1NEpue-0004vE-FU@stork.gentoo.org
1 arfrever 09/11/29 19:58:28
2
3 Modified: flup-1.0.2.ebuild
4 Log:
5 Update HOMEPAGE.
6 (Portage version: 14920-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/flup/flup-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?r1=1.3&r2=1.4
14
15 Index: flup-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- flup-1.0.2.ebuild 10 Oct 2009 16:58:06 -0000 1.3
22 +++ flup-1.0.2.ebuild 29 Nov 2009 19:58:28 -0000 1.4
23 @@ -1,19 +1,19 @@
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/flup/flup-1.0.2.ebuild,v 1.3 2009/10/10 16:58:06 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.4 2009/11/29 19:58:28 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31
32 inherit distutils
33
34 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
35 -
36 DESCRIPTION="Random assortment of WSGI servers"
37 -HOMEPAGE="http://www.saddi.com/software/flup/"
38 +HOMEPAGE="http://trac.saddi.com/flup http://pypi.python.org/pypi/flup"
39 SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz"
40 +
41 LICENSE="BSD"
42 SLOT="0"
43 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
44 IUSE=""
45
46 DEPEND="dev-python/setuptools"