idella4 14/09/30 05:30:23 Modified: pyudev-0.16.1-r1.ebuild ChangeLog Log: update HOMEPAGE and PYTHON_COMPAT, fixes Bug #523006 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/pyudev/pyudev-0.16.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?rev=1.8&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild?r1=1.7&r2=1.8 Index: pyudev-0.16.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.16.1-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pyudev-0.16.1-r1.ebuild 25 Aug 2014 15:01:01 -0000 1.7 +++ pyudev-0.16.1-r1.ebuild 30 Sep 2014 05:30:23 -0000 1.8 @@ -1,15 +1,15 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Python binding to libudev" -HOMEPAGE="http://packages.python.org/pyudev/ http://pypi.python.org/pypi/pyudev" +HOMEPAGE="http://pyudev.readthedocs.org https://github.com/pyudev/pyudev" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" 1.29 dev-python/pyudev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyudev/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 25 Aug 2014 15:01:01 -0000 1.28 +++ ChangeLog 30 Sep 2014 05:30:23 -0000 1.29 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.28 2014/08/25 15:01:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/ChangeLog,v 1.29 2014/09/30 05:30:23 idella4 Exp $ + + 30 Sep 2014; Ian Delaney <idel...@gentoo.org> pyudev-0.16.1-r1.ebuild: + update HOMEPAGE and PYTHON_COMPAT, fixes Bug #523006 25 Aug 2014; Manuel RĂ¼ger <mr...@gentoo.org> pyudev-0.16.1-r1.ebuild: Mark stable on amd64.