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/pyxdg: pyxdg-0.18.ebuild pyxdg-0.17-r2.ebuild
Date: Sun, 07 Feb 2010 20:57:21
Message-Id: E1NeDSF-0005us-9J@stork.gentoo.org
1 arfrever 10/02/07 20:10:03
2
3 Modified: pyxdg-0.18.ebuild pyxdg-0.17-r2.ebuild
4 Log:
5 Inherit eutils eclass.
6 (Portage version: 15325-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-python/pyxdg/pyxdg-0.18.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild?r1=1.4&r2=1.5
14
15 Index: pyxdg-0.18.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- pyxdg-0.18.ebuild 27 Jan 2010 04:29:57 -0000 1.4
22 +++ pyxdg-0.18.ebuild 7 Feb 2010 20:10:02 -0000 1.5
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild,v 1.4 2010/01/27 04:29:57 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.18.ebuild,v 1.5 2010/02/07 20:10:02 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31
32 -inherit distutils
33 +inherit distutils eutils
34
35 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
36 SRC_URI="http://people.freedesktop.org/~lanius/${P}.tar.gz"
37
38
39
40 1.8 dev-python/pyxdg/pyxdg-0.17-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild?r1=1.7&r2=1.8
45
46 Index: pyxdg-0.17-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- pyxdg-0.17-r2.ebuild 15 Dec 2009 18:41:15 -0000 1.7
53 +++ pyxdg-0.17-r2.ebuild 7 Feb 2010 20:10:02 -0000 1.8
54 @@ -1,11 +1,11 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild,v 1.7 2009/12/15 18:41:15 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r2.ebuild,v 1.8 2010/02/07 20:10:02 arfrever Exp $
60
61 EAPI="2"
62 SUPPORT_PYTHON_ABIS="1"
63
64 -inherit distutils
65 +inherit distutils eutils
66
67 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
68 SRC_URI="http://www.freedesktop.org/~lanius/${P}.tar.gz"