Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyudev: pyudev-0.16.1-r1.ebuild ChangeLog
Date: Tue, 30 Sep 2014 05:30:30
Message-Id: 20140930053023.2224B6915@oystercatcher.gentoo.org
1 idella4 14/09/30 05:30:23
2
3 Modified: pyudev-0.16.1-r1.ebuild ChangeLog
4 Log:
5 update HOMEPAGE and PYTHON_COMPAT, fixes Bug #523006
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.8 dev-python/pyudev/pyudev-0.16.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: pyudev-0.16.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pyudev-0.16.1-r1.ebuild 25 Aug 2014 15:01:01 -0000 1.7
23 +++ pyudev-0.16.1-r1.ebuild 30 Sep 2014 05:30:23 -0000 1.8
24 @@ -1,15 +1,15 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v 1.7 2014/08/25 15:01:01 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v 1.8 2014/09/30 05:30:23 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
34
35 inherit distutils-r1
36
37 DESCRIPTION="Python binding to libudev"
38 -HOMEPAGE="http://packages.python.org/pyudev/ http://pypi.python.org/pypi/pyudev"
39 +HOMEPAGE="http://pyudev.readthedocs.org https://github.com/pyudev/pyudev"
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="LGPL-2.1"
43
44
45
46 1.29 dev-python/pyudev/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.29&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.29&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.28&r2=1.29
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v
55 retrieving revision 1.28
56 retrieving revision 1.29
57 diff -u -r1.28 -r1.29
58 --- ChangeLog 25 Aug 2014 15:01:01 -0000 1.28
59 +++ ChangeLog 30 Sep 2014 05:30:23 -0000 1.29
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/pyudev
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.28 2014/08/25 15:01:01 mrueg Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.29 2014/09/30 05:30:23 idella4 Exp $
65 +
66 + 30 Sep 2014; Ian Delaney <idella4@g.o> pyudev-0.16.1-r1.ebuild:
67 + update HOMEPAGE and PYTHON_COMPAT, fixes Bug #523006
68
69 25 Aug 2014; Manuel RĂ¼ger <mrueg@g.o> pyudev-0.16.1-r1.ebuild:
70 Mark stable on amd64.