mrueg 15/06/15 22:27:36 Modified: ChangeLog Added: pyinotify-0.9.6.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.63 dev-python/pyinotify/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 8 Apr 2015 08:05:16 -0000 1.62 +++ ChangeLog 15 Jun 2015 22:27:36 -0000 1.63 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyinotify # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.62 2015/04/08 08:05:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.63 2015/06/15 22:27:36 mrueg Exp $ + +*pyinotify-0.9.6 (15 Jun 2015) + + 15 Jun 2015; Manuel Rüger <[email protected]> +pyinotify-0.9.6.ebuild: + Version bump. 08 Apr 2015; Michał Górny <[email protected]> pyinotify-0.9.4-r1.ebuild: Drop old Python implementations 1.1 dev-python/pyinotify/pyinotify-0.9.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.6.ebuild?rev=1.1&content-type=text/plain Index: pyinotify-0.9.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.6.ebuild,v 1.1 2015/06/15 22:27:36 mrueg Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python module used for monitoring filesystems events" HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify" SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" python_install_all() { use examples && local EXAMPLES=( python2/examples/. ) EXAMPLES+=( python3/examples/. ) distutils-r1_python_install_all }
