idella4     15/01/15 04:33:11

  Modified:             ChangeLog
  Added:                pyinotify-0.9.5.ebuild
  Removed:              pyinotify-0.9.2.ebuild pyinotify-0.9.3.ebuild
                        pyinotify-0.9.4.ebuild
  Log:
  bump, add pypy3, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.61                 dev-python/pyinotify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   24 Nov 2014 16:36:18 -0000      1.60
+++ ChangeLog   15 Jan 2015 04:33:11 -0000      1.61
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyinotify
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.60 
2014/11/24 16:36:18 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.61 
2015/01/15 04:33:11 idella4 Exp $
+
+*pyinotify-0.9.5 (15 Jan 2015)
+
+  15 Jan 2015; Ian Delaney <idel...@gentoo.org> +pyinotify-0.9.5.ebuild,
+  -pyinotify-0.9.2.ebuild, -pyinotify-0.9.3.ebuild, -pyinotify-0.9.4.ebuild:
+  bump, add pypy3, rm old
 
   24 Nov 2014; Pacho Ramos <pa...@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Support python 3.4



1.1                  dev-python/pyinotify/pyinotify-0.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.5.ebuild?rev=1.1&content-type=text/plain

Index: pyinotify-0.9.5.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.5.ebuild,v 1.1 
2015/01/15 04:33:11 idella4 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
}




Reply via email to