idella4 14/10/24 02:37:33 Modified: watchdog-0.8.1.ebuild ChangeLog Log: add py3.4 support (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/watchdog/watchdog-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild?r1=1.1&r2=1.2 Index: watchdog-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- watchdog-0.8.1.ebuild 28 Jul 2014 17:53:35 -0000 1.1 +++ watchdog-0.8.1.ebuild 24 Oct 2014 02:37:33 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v 1.1 2014/07/28 17:53:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v 1.2 2014/10/24 02:37:33 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Python API and shell utilities to monitor file system events" 1.6 dev-python/watchdog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 10 Oct 2014 15:24:01 -0000 1.5 +++ ChangeLog 24 Oct 2014 02:37:33 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/watchdog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.5 2014/10/10 15:24:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.6 2014/10/24 02:37:33 idella4 Exp $ + + 24 Oct 2014; Ian Delaney <[email protected]> watchdog-0.8.1.ebuild: + add py3.4 support 10 Oct 2014; Agostino Sarubbo <[email protected]> watchdog-0.8.0.ebuild: Stable for amd64, wrt bug #518240
