public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-05-02 22:18 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-05-02 22:18 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/05/02 22:18:16

  Modified:             ChangeLog
  Added:                pyinotify-0.9.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30_p39/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	12 Feb 2011 18:36:10 -0000	1.37
+++ ChangeLog	2 May 2011 22:18:16 -0000	1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.37 2011/02/12 18:36:10 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.38 2011/05/02 22:18:16 arfrever Exp $
+
+*pyinotify-0.9.2 (02 May 2011)
+
+  02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pyinotify-0.9.2.ebuild:
+  Version bump.
 
   12 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -pyinotify-0.9.0.ebuild:



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

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

Index: pyinotify-0.9.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.1 2011/05/02 22:18:16 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 *-jython"

inherit distutils

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="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
IUSE="examples"

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}"

PYTHON_MODNAME="pyinotify.py"

src_install() {
	distutils_src_install

	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins python2/examples/* || die "Installation of examples failed"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-06-08  9:17 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-08  9:17 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/08 09:17:56

  Modified:             ChangeLog pyinotify-0.9.2.ebuild
  Log:
  Stable on amd64 wrt bug #370515
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 May 2011 22:18:16 -0000	1.38
+++ ChangeLog	8 Jun 2011 09:17:56 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.38 2011/05/02 22:18:16 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.39 2011/06/08 09:17:56 hwoarang Exp $
+
+  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pyinotify-0.9.2.ebuild:
+  Stable on amd64 wrt bug #370515
 
 *pyinotify-0.9.2 (02 May 2011)
 



1.2                  dev-python/pyinotify/pyinotify-0.9.2.ebuild

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

Index: pyinotify-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyinotify-0.9.2.ebuild	2 May 2011 22:18:16 -0000	1.1
+++ pyinotify-0.9.2.ebuild	8 Jun 2011 09:17:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.1 2011/05/02 22:18:16 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.2 2011/06/08 09:17:56 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux"
 IUSE="examples"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-06-14 21:04 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-06-14 21:04 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/14 21:04:15

  Modified:             ChangeLog pyinotify-0.9.2.ebuild
  Log:
  x86 stable, bug #370515
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	8 Jun 2011 09:17:56 -0000	1.39
+++ ChangeLog	14 Jun 2011 21:04:15 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.39 2011/06/08 09:17:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.40 2011/06/14 21:04:15 maekke Exp $
+
+  14 Jun 2011; Markus Meier <maekke@gentoo.org> pyinotify-0.9.2.ebuild:
+  x86 stable, bug #370515
 
   08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pyinotify-0.9.2.ebuild:
   Stable on amd64 wrt bug #370515



1.3                  dev-python/pyinotify/pyinotify-0.9.2.ebuild

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

Index: pyinotify-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyinotify-0.9.2.ebuild	8 Jun 2011 09:17:56 -0000	1.2
+++ pyinotify-0.9.2.ebuild	14 Jun 2011 21:04:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.2 2011/06/08 09:17:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.3 2011/06/14 21:04:15 maekke Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux"
 IUSE="examples"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-06-27 20:42 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-06-27 20:42 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/27 20:42:36

  Modified:             ChangeLog pyinotify-0.9.2.ebuild
  Log:
  Marking pyinotify-0.9.2 ppc for bug 370515
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.42                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	25 Jun 2011 18:15:33 -0000	1.41
+++ ChangeLog	27 Jun 2011 20:42:36 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.41 2011/06/25 18:15:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.42 2011/06/27 20:42:36 ranger Exp $
+
+  27 Jun 2011; Brent Baude <ranger@gentoo.org> pyinotify-0.9.2.ebuild:
+  Marking pyinotify-0.9.2 ppc for bug 370515
 
   25 Jun 2011; Raúl Porcel <armin76@gentoo.org> pyinotify-0.9.1.ebuild,
   pyinotify-0.9.2.ebuild:



1.5                  dev-python/pyinotify/pyinotify-0.9.2.ebuild

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

Index: pyinotify-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyinotify-0.9.2.ebuild	25 Jun 2011 18:15:33 -0000	1.4
+++ pyinotify-0.9.2.ebuild	27 Jun 2011 20:42:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.4 2011/06/25 18:15:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.5 2011/06/27 20:42:36 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux"
 IUSE="examples"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-07-28 20:33 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 6+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-07-28 20:33 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/07/28 20:33:39

  Modified:             ChangeLog pyinotify-0.9.2.ebuild
  Log:
  Changed license to MIT
  
  (Portage version: 2.2.0_alpha46/cvs/Linux i686)

Revision  Changes    Path
1.44                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	1 Jul 2011 21:28:54 -0000	1.43
+++ ChangeLog	28 Jul 2011 20:33:39 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.43 2011/07/01 21:28:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
+
+  28 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> pyinotify-0.9.2.ebuild:
+  Changed license to MIT
 
   01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pyinotify-0.9.1.ebuild:
   Remove old ebuilds. Requested by Arfrever



1.6                  dev-python/pyinotify/pyinotify-0.9.2.ebuild

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

Index: pyinotify-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyinotify-0.9.2.ebuild	27 Jun 2011 20:42:36 -0000	1.5
+++ pyinotify-0.9.2.ebuild	28 Jul 2011 20:33:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.5 2011/06/27 20:42:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -13,7 +13,7 @@
 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="GPL-2"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux"
 IUSE="examples"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
@ 2011-12-24 11:23 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-12-24 11:23 UTC (permalink / raw
  To: gentoo-commits

jlec        11/12/24 11:23:26

  Modified:             ChangeLog pyinotify-0.9.2.ebuild
  Log:
  Keyworded for ~x86-linux, tested by me
  
  (Portage version: 2.2.0_alpha82/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 dev-python/pyinotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	28 Jul 2011 20:33:39 -0000	1.44
+++ ChangeLog	24 Dec 2011 11:23:26 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyinotify
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.45 2011/12/24 11:23:26 jlec Exp $
+
+  24 Dec 2011; Justin Lecher <jlec@gentoo.org> pyinotify-0.9.2.ebuild:
+  Keyworded for ~x86-linux, tested by me
 
   28 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> pyinotify-0.9.2.ebuild:
   Changed license to MIT



1.7                  dev-python/pyinotify/pyinotify-0.9.2.ebuild

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

Index: pyinotify-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyinotify-0.9.2.ebuild	28 Jul 2011 20:33:39 -0000	1.6
+++ pyinotify-0.9.2.ebuild	24 Dec 2011 11:23:26 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.7 2011/12/24 11:23:26 jlec Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND=""






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

end of thread, other threads:[~2011-12-24 11:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08  9:17 [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-24 11:23 Justin Lecher (jlec)
2011-07-28 20:33 Jesus Rivero (neurogeek)
2011-06-27 20:42 Brent Baude (ranger)
2011-06-14 21:04 Markus Meier (maekke)
2011-05-02 22:18 Arfrever Frehtes Taifersar Arahesis (arfrever)

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