public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r2.ebuild ChangeLog
@ 2012-02-27  6:54 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-27  6:54 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/27 06:54:27

  Modified:             notify-python-0.1.1-r2.ebuild ChangeLog
  Log:
  Restricting pypy
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/notify-python/notify-python-0.1.1-r2.ebuild

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

Index: notify-python-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notify-python-0.1.1-r2.ebuild	28 Nov 2011 17:12:31 -0000	1.8
+++ notify-python-0.1.1-r2.ebuild	27 Feb 2012 06:54:27 -0000	1.9
@@ -1,11 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.8 2011/11/28 17:12:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.9 2012/02/27 06:54:27 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 
 inherit eutils python
 
@@ -22,7 +23,6 @@
 	>=x11-libs/libnotify-0.7"
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9"
-RESTRICT_PYTHON_ABIS="3.*"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch



1.36                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Nov 2011 17:12:31 -0000	1.35
+++ ChangeLog	27 Feb 2012 06:54:27 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.35 2011/11/28 17:12:31 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.36 2012/02/27 06:54:27 patrick Exp $
+
+  27 Feb 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
+  Restricting pypy
 
   28 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
   notify-python-0.1.1-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r2.ebuild ChangeLog
@ 2012-05-04 15:12 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-05-04 15:12 UTC (permalink / raw
  To: gentoo-commits

patrick     12/05/04 15:12:17

  Modified:             notify-python-0.1.1-r2.ebuild ChangeLog
  Log:
  Migrating dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/notify-python/notify-python-0.1.1-r2.ebuild

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

Index: notify-python-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notify-python-0.1.1-r2.ebuild	27 Feb 2012 06:54:27 -0000	1.9
+++ notify-python-0.1.1-r2.ebuild	4 May 2012 15:12:16 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.9 2012/02/27 06:54:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.10 2012/05/04 15:12:16 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -22,7 +22,7 @@
 RDEPEND=">=dev-python/pygtk-2.24:2
 	>=x11-libs/libnotify-0.7"
 DEPEND="${RDEPEND}
-	>=dev-util/pkgconfig-0.9"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch



1.37                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Feb 2012 06:54:27 -0000	1.36
+++ ChangeLog	4 May 2012 15:12:16 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.36 2012/02/27 06:54:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.37 2012/05/04 15:12:16 patrick Exp $
+
+  04 May 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
+  Migrating dev-util/pkgconfig -> virtual/pkgconfig
 
   27 Feb 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
   Restricting pypy






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r2.ebuild ChangeLog
@ 2012-08-13  6:50 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-13  6:50 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/13 06:50:04

  Modified:             notify-python-0.1.1-r2.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/notify-python/notify-python-0.1.1-r2.ebuild

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

Index: notify-python-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notify-python-0.1.1-r2.ebuild	4 May 2012 15:12:16 -0000	1.10
+++ notify-python-0.1.1-r2.ebuild	13 Aug 2012 06:50:04 -0000	1.11
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.10 2012/05/04 15:12:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.11 2012/08/13 06:50:04 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* 2.5-jython"
 
 inherit eutils python
 



1.38                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	4 May 2012 15:12:16 -0000	1.37
+++ ChangeLog	13 Aug 2012 06:50:04 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.37 2012/05/04 15:12:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.38 2012/08/13 06:50:04 patrick Exp $
+
+  13 Aug 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
+  Restricting jython
 
   04 May 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
   Migrating dev-util/pkgconfig -> virtual/pkgconfig
@@ -141,4 +144,3 @@
   27 Dec 2006; Tiziano Müller <dev-zero@gentoo.org>
   +notify-python-0.1.1.ebuild:
   New ebuild for bug #139818 (thanks to Paul Bredbury)
-





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

end of thread, other threads:[~2012-08-13  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27  6:54 [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r2.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04 15:12 Patrick Lauer (patrick)
2012-08-13  6:50 Patrick Lauer (patrick)

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