public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2012-12-22 20:29 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-22 20:29 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/22 20:29:42

  Modified:             ChangeLog
  Added:                pyinotify-0.9.4-r1.ebuild
  Log:
  Migrate to distutils-r1.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.49                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	29 Nov 2012 06:31:51 -0000	1.48
+++ ChangeLog	22 Dec 2012 20:29:42 -0000	1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.48 2012/11/29 06:31:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.49 2012/12/22 20:29:42 mgorny Exp $
+
+*pyinotify-0.9.4-r1 (22 Dec 2012)
+
+  22 Dec 2012; Michał Górny <mgorny@gentoo.org> +pyinotify-0.9.4-r1.ebuild:
+  Migrate to distutils-r1.
 
 *pyinotify-0.9.4 (29 Nov 2012)
 



1.1                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.1 2012/12/22 20:29:42 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9} )

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() {
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins python2/examples/* || die "Installation of examples failed"
	fi
}





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-01-18 23:10 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick McLean (chutzpah) @ 2013-01-18 23:10 UTC (permalink / raw
  To: gentoo-commits

chutzpah    13/01/18 23:10:21

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Add python-3.3 to PYTHON_TARGETS with a patch to work around bug #438070 (works around bug #364877).
  
  (Portage version: 2.1.11.42/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.2                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyinotify-0.9.4-r1.ebuild	22 Dec 2012 20:29:42 -0000	1.1
+++ pyinotify-0.9.4-r1.ebuild	18 Jan 2013 23:10:21 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.1 2012/12/22 20:29:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.2 2013/01/18 23:10:21 chutzpah Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
 
 inherit distutils-r1
 
@@ -19,6 +19,11 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
+	distutils-r1_src_prepare
+}
+
 python_install_all() {
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples



1.50                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Dec 2012 20:29:42 -0000	1.49
+++ ChangeLog	18 Jan 2013 23:10:21 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyinotify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.49 2012/12/22 20:29:42 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.50 2013/01/18 23:10:21 chutzpah Exp $
+
+  18 Jan 2013; Patrick McLean <chutzpah@gentoo.org>
+  +files/pyinotify-0.9.4-workaround-sandbox-bug.patch,
+  pyinotify-0.9.4-r1.ebuild:
+  Add python-3.3 to PYTHON_TARGETS with a patch to work around bug #438070
+  (works around bug #364877).
 
 *pyinotify-0.9.4-r1 (22 Dec 2012)
 





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-01-22 19:48 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick McLean (chutzpah) @ 2013-01-22 19:48 UTC (permalink / raw
  To: gentoo-commits

chutzpah    13/01/22 19:48:35

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Make the python 3.3 workaround only apply for python 3.3 and above, fixes bug #453354
  
  (Portage version: 2.1.11.43/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.3                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyinotify-0.9.4-r1.ebuild	18 Jan 2013 23:10:21 -0000	1.2
+++ pyinotify-0.9.4-r1.ebuild	22 Jan 2013 19:48:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.2 2013/01/18 23:10:21 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.3 2013/01/22 19:48:35 chutzpah Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -19,9 +19,9 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
-	distutils-r1_src_prepare
+python_prepare() {
+	local pythonver=${EPYTHON#python}
+	[[ ${pythonver//./} -ge 33 ]] && epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
 }
 
 python_install_all() {



1.51                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	18 Jan 2013 23:10:21 -0000	1.50
+++ ChangeLog	22 Jan 2013 19:48:35 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.50 2013/01/18 23:10:21 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.51 2013/01/22 19:48:35 chutzpah Exp $
+
+  22 Jan 2013; Patrick McLean <chutzpah@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Make the python 3.3 workaround only apply for python 3.3 and above, fixes bug
+  #453354
 
   18 Jan 2013; Patrick McLean <chutzpah@gentoo.org>
   +files/pyinotify-0.9.4-workaround-sandbox-bug.patch,





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-03-24  1:44 Mike Gilbert (floppym)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Gilbert (floppym) @ 2013-03-24  1:44 UTC (permalink / raw
  To: gentoo-commits

floppym     13/03/24 01:44:40

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Remove sandbox workaround.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyinotify-0.9.4-r1.ebuild	22 Jan 2013 19:48:35 -0000	1.3
+++ pyinotify-0.9.4-r1.ebuild	24 Mar 2013 01:44:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.3 2013/01/22 19:48:35 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.4 2013/03/24 01:44:40 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -19,11 +19,6 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 
-python_prepare() {
-	local pythonver=${EPYTHON#python}
-	[[ ${pythonver//./} -ge 33 ]] && epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
-}
-
 python_install_all() {
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples



1.52                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	22 Jan 2013 19:48:35 -0000	1.51
+++ ChangeLog	24 Mar 2013 01:44:40 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.51 2013/01/22 19:48:35 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.52 2013/03/24 01:44:40 floppym Exp $
+
+  24 Mar 2013; Mike Gilbert <floppym@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Remove sandbox workaround.
 
   22 Jan 2013; Patrick McLean <chutzpah@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Make the python 3.3 workaround only apply for python 3.3 and above, fixes bug





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-05-12 19:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-12 19:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/12 19:26:36

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #467130
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyinotify-0.9.4-r1.ebuild	24 Mar 2013 01:44:40 -0000	1.4
+++ pyinotify-0.9.4-r1.ebuild	12 May 2013 19:26:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.4 2013/03/24 01:44:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.5 2013/05/12 19:26:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.54                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Mar 2013 01:50:30 -0000	1.53
+++ ChangeLog	12 May 2013 19:26:36 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.53 2013/03/24 01:50:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.54 2013/05/12 19:26:36 ago Exp $
+
+  12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Stable for amd64, wrt bug #467130
 
   24 Mar 2013; Mike Gilbert <floppym@gentoo.org>
   -files/pyinotify-0.9.4-workaround-sandbox-bug.patch:





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-05-12 19:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-12 19:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/12 19:26:46

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #467130
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyinotify-0.9.4-r1.ebuild	12 May 2013 19:26:36 -0000	1.5
+++ pyinotify-0.9.4-r1.ebuild	12 May 2013 19:26:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.5 2013/05/12 19:26:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.6 2013/05/12 19:26:46 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.55                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	12 May 2013 19:26:36 -0000	1.54
+++ ChangeLog	12 May 2013 19:26:46 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.54 2013/05/12 19:26:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.55 2013/05/12 19:26:46 ago Exp $
+
+  12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Stable for x86, wrt bug #467130
 
   12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Stable for amd64, wrt bug #467130





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-05-16 13:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:19:16

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #467130
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyinotify-0.9.4-r1.ebuild	12 May 2013 19:26:46 -0000	1.6
+++ pyinotify-0.9.4-r1.ebuild	16 May 2013 13:19:16 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.6 2013/05/12 19:26:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.7 2013/05/16 13:19:16 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.56                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	12 May 2013 19:26:46 -0000	1.55
+++ ChangeLog	16 May 2013 13:19:16 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.55 2013/05/12 19:26:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.56 2013/05/16 13:19:16 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Stable for ppc, wrt bug #467130
 
   12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Stable for x86, wrt bug #467130





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-05-29 17:18 Ian Delaney (idella4)
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-29 17:18 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/29 17:18:38

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  drop pypy1.8 support, add pypy2_0
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyinotify-0.9.4-r1.ebuild	16 May 2013 13:19:16 -0000	1.7
+++ pyinotify-0.9.4-r1.ebuild	29 May 2013 17:18:38 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.7 2013/05/16 13:19:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.8 2013/05/29 17:18:38 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
 
 inherit distutils-r1
 
@@ -20,8 +20,6 @@
 RDEPEND=""
 
 python_install_all() {
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins python2/examples/* || die "Installation of examples failed"
-	fi
+	use examples && local EXAMPLES=( python2/examples/. )
+	distutils-r1_python_install_all
 }



1.57                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	16 May 2013 13:19:16 -0000	1.56
+++ ChangeLog	29 May 2013 17:18:38 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.56 2013/05/16 13:19:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.57 2013/05/29 17:18:38 idella4 Exp $
+
+  29 May 2013; Ian Delaney <idella4@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  drop pypy1.8 support, add pypy2_0
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Stable for ppc, wrt bug #467130





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:56

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyinotify-0.9.4-r1.ebuild	29 May 2013 17:18:38 -0000	1.8
+++ pyinotify-0.9.4-r1.ebuild	5 Sep 2013 18:46:56 -0000	1.9
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.8 2013/05/29 17:18:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.9 2013/09/05 18:46:56 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
 
 inherit distutils-r1
 



1.58                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	29 May 2013 17:18:38 -0000	1.57
+++ ChangeLog	5 Sep 2013 18:46:56 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.57 2013/05/29 17:18:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.58 2013/09/05 18:46:56 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   29 May 2013; Ian Delaney <idella4@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   drop pypy1.8 support, add pypy2_0





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2014-03-31 21:15 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:15 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:15:13

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.10                 dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyinotify-0.9.4-r1.ebuild	5 Sep 2013 18:46:56 -0000	1.9
+++ pyinotify-0.9.4-r1.ebuild	31 Mar 2014 21:15:13 -0000	1.10
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.9 2013/09/05 18:46:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.10 2014/03/31 21:15:13 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.59                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	5 Sep 2013 18:46:56 -0000	1.58
+++ ChangeLog	31 Mar 2014 21:15:13 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.58 2013/09/05 18:46:56 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.59 2014/03/31 21:15:13 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Add support for the new PyPy slotting.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2014-11-24 16:36 Pacho Ramos (pacho)
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-24 16:36 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/24 16:36:18

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.11                 dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyinotify-0.9.4-r1.ebuild	31 Mar 2014 21:15:13 -0000	1.10
+++ pyinotify-0.9.4-r1.ebuild	24 Nov 2014 16:36:18 -0000	1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.10 2014/03/31 21:15:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.11 2014/11/24 16:36:18 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.60                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	31 Mar 2014 21:15:13 -0000	1.59
+++ ChangeLog	24 Nov 2014 16:36:18 -0000	1.60
@@ -1,6 +1,9 @@
 # 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.59 2014/03/31 21:15:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.60 2014/11/24 16:36:18 pacho Exp $
+
+  24 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Support python 3.4
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyinotify-0.9.4-r1.ebuild:
   Add support for the new PyPy slotting.





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:16

  Modified:             pyinotify-0.9.4-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.12                 dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild

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

Index: pyinotify-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pyinotify-0.9.4-r1.ebuild	24 Nov 2014 16:36:18 -0000	1.11
+++ pyinotify-0.9.4-r1.ebuild	8 Apr 2015 08:05:16 -0000	1.12
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.4-r1.ebuild,v 1.11 2014/11/24 16:36:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.12 2015/04/08 08:05:16 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.62                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	15 Jan 2015 04:33:11 -0000	1.61
+++ ChangeLog	8 Apr 2015 08:05:16 -0000	1.62
@@ -1,6 +1,9 @@
 # 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.61 2015/01/15 04:33:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.62 2015/04/08 08:05:16 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+  Drop old Python implementations
 
 *pyinotify-0.9.5 (15 Jan 2015)
 





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-08  8:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 19:48 [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: pyinotify-0.9.4-r1.ebuild ChangeLog Patrick McLean (chutzpah)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2014-11-24 16:36 Pacho Ramos (pacho)
2014-03-31 21:15 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-05-29 17:18 Ian Delaney (idella4)
2013-05-16 13:19 Agostino Sarubbo (ago)
2013-05-12 19:26 Agostino Sarubbo (ago)
2013-05-12 19:26 Agostino Sarubbo (ago)
2013-03-24  1:44 Mike Gilbert (floppym)
2013-01-18 23:10 Patrick McLean (chutzpah)
2012-12-22 20:29 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox