public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild
@ 2008-10-27  9:40 Ali Polatel (hawking)
  0 siblings, 0 replies; 5+ messages in thread
From: Ali Polatel (hawking) @ 2008-10-27  9:40 UTC (permalink / raw
  To: gentoo-commits

hawking     08/10/27 09:40:02

  Modified:             ChangeLog notify-python-0.1.1.ebuild
                        notify-python-0.1.1-r1.ebuild
  Log:
  Use python_need_rebuild.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.12                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Sep 2008 22:44:44 -0000	1.11
+++ ChangeLog	27 Oct 2008 09:40:02 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.11 2008/09/09 22:44:44 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.12 2008/10/27 09:40:02 hawking Exp $
+
+  27 Oct 2008; Ali Polatel <hawking@gentoo.org> notify-python-0.1.1.ebuild,
+  notify-python-0.1.1-r1.ebuild:
+  Use python_need_rebuild.
 
 *notify-python-0.1.1-r1 (09 Sep 2008)
 



1.11                 dev-python/notify-python/notify-python-0.1.1.ebuild

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

Index: notify-python-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notify-python-0.1.1.ebuild	8 Aug 2008 19:04:17 -0000	1.10
+++ notify-python-0.1.1.ebuild	27 Oct 2008 09:40:02 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.ebuild,v 1.10 2008/08/08 19:04:17 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.11 2008/10/27 09:40:02 hawking Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -30,6 +30,7 @@
 }
 
 src_install() {
+	python_need_rebuild
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README
 }



1.3                  dev-python/notify-python/notify-python-0.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.2&r2=1.3

Index: notify-python-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notify-python-0.1.1-r1.ebuild	10 Sep 2008 14:05:08 -0000	1.2
+++ notify-python-0.1.1-r1.ebuild	27 Oct 2008 09:40:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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-r1.ebuild,v 1.2 2008/09/10 14:05:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.3 2008/10/27 09:40:02 hawking Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -33,6 +33,7 @@
 }
 
 src_install() {
+	python_need_rebuild
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild
@ 2010-01-09 20:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-09 20:55 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/09 20:55:33

  Modified:             ChangeLog notify-python-0.1.1.ebuild
                        notify-python-0.1.1-r1.ebuild
  Log:
  Add ~arm
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.17                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 May 2009 20:38:42 -0000	1.16
+++ ChangeLog	9 Jan 2010 20:55:32 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/notify-python
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.16 2009/05/21 20:38:42 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.17 2010/01/09 20:55:32 armin76 Exp $
+
+  09 Jan 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
+  notify-python-0.1.1-r1.ebuild:
+  Add ~arm
 
   21 May 2009; Brent Baude <ranger@gentoo.org>
   notify-python-0.1.1-r1.ebuild:



1.12                 dev-python/notify-python/notify-python-0.1.1.ebuild

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

Index: notify-python-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- notify-python-0.1.1.ebuild	27 Oct 2008 09:40:02 -0000	1.11
+++ notify-python-0.1.1.ebuild	9 Jan 2010 20:55:32 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 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.ebuild,v 1.11 2008/10/27 09:40:02 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.12 2010/01/09 20:55:32 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0



1.8                  dev-python/notify-python/notify-python-0.1.1-r1.ebuild

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

Index: notify-python-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notify-python-0.1.1-r1.ebuild	21 May 2009 20:38:42 -0000	1.7
+++ notify-python-0.1.1-r1.ebuild	9 Jan 2010 20:55:32 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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-r1.ebuild,v 1.7 2009/05/21 20:38:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.8 2010/01/09 20:55:32 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild
@ 2010-02-13 18:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 18:10 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/13 18:10:18

  Modified:             ChangeLog notify-python-0.1.1.ebuild
                        notify-python-0.1.1-r1.ebuild
  Log:
  Add ~alpha wrt #299662
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.18                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 Jan 2010 20:55:32 -0000	1.17
+++ ChangeLog	13 Feb 2010 18:10:17 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.17 2010/01/09 20:55:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.18 2010/02/13 18:10:17 armin76 Exp $
+
+  13 Feb 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
+  notify-python-0.1.1-r1.ebuild:
+  Add ~alpha wrt #299662
 
   09 Jan 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
   notify-python-0.1.1-r1.ebuild:



1.13                 dev-python/notify-python/notify-python-0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?r1=1.12&r2=1.13

Index: notify-python-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- notify-python-0.1.1.ebuild	9 Jan 2010 20:55:32 -0000	1.12
+++ notify-python-0.1.1.ebuild	13 Feb 2010 18:10:17 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.ebuild,v 1.12 2010/01/09 20:55:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.13 2010/02/13 18:10:17 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0



1.9                  dev-python/notify-python/notify-python-0.1.1-r1.ebuild

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

Index: notify-python-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notify-python-0.1.1-r1.ebuild	9 Jan 2010 20:55:32 -0000	1.8
+++ notify-python-0.1.1-r1.ebuild	13 Feb 2010 18:10:17 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r1.ebuild,v 1.8 2010/01/09 20:55:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.9 2010/02/13 18:10:17 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild
@ 2010-03-07 20:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-07 20:33 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/07 20:33:23

  Modified:             ChangeLog notify-python-0.1.1.ebuild
                        notify-python-0.1.1-r1.ebuild
  Log:
  alpha stable
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.20                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Feb 2010 17:56:32 -0000	1.19
+++ ChangeLog	7 Mar 2010 20:33:21 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.19 2010/02/28 17:56:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.20 2010/03/07 20:33:21 armin76 Exp $
+
+  07 Mar 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
+  notify-python-0.1.1-r1.ebuild:
+  alpha stable
 
   28 Feb 2010; Jeroen Roovers <jer@gentoo.org>
   notify-python-0.1.1-r1.ebuild:



1.14                 dev-python/notify-python/notify-python-0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?r1=1.13&r2=1.14

Index: notify-python-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- notify-python-0.1.1.ebuild	13 Feb 2010 18:10:17 -0000	1.13
+++ notify-python-0.1.1.ebuild	7 Mar 2010 20:33:21 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.ebuild,v 1.13 2010/02/13 18:10:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.14 2010/03/07 20:33:21 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0



1.11                 dev-python/notify-python/notify-python-0.1.1-r1.ebuild

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

Index: notify-python-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notify-python-0.1.1-r1.ebuild	28 Feb 2010 17:56:32 -0000	1.10
+++ notify-python-0.1.1-r1.ebuild	7 Mar 2010 20:33:21 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r1.ebuild,v 1.10 2010/02/28 17:56:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.11 2010/03/07 20:33:21 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild
@ 2010-03-07 20:35 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-07 20:35 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/07 20:35:24

  Modified:             ChangeLog notify-python-0.1.1.ebuild
                        notify-python-0.1.1-r1.ebuild
  Log:
  sparc stable
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.21                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	7 Mar 2010 20:33:21 -0000	1.20
+++ ChangeLog	7 Mar 2010 20:35:23 -0000	1.21
@@ -1,10 +1,10 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.20 2010/03/07 20:33:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.21 2010/03/07 20:35:23 armin76 Exp $
 
   07 Mar 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
   notify-python-0.1.1-r1.ebuild:
-  alpha stable
+  alpha/sparc stable
 
   28 Feb 2010; Jeroen Roovers <jer@gentoo.org>
   notify-python-0.1.1-r1.ebuild:



1.15                 dev-python/notify-python/notify-python-0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild?r1=1.14&r2=1.15

Index: notify-python-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- notify-python-0.1.1.ebuild	7 Mar 2010 20:33:21 -0000	1.14
+++ notify-python-0.1.1.ebuild	7 Mar 2010 20:35:23 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.ebuild,v 1.14 2010/03/07 20:33:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.15 2010/03/07 20:35:23 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0



1.12                 dev-python/notify-python/notify-python-0.1.1-r1.ebuild

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

Index: notify-python-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- notify-python-0.1.1-r1.ebuild	7 Mar 2010 20:33:21 -0000	1.11
+++ notify-python-0.1.1-r1.ebuild	7 Mar 2010 20:35:23 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r1.ebuild,v 1.11 2010/03/07 20:33:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.12 2010/03/07 20:35:23 armin76 Exp $
 
 NEED_PYTHON=2.3.5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.4.0






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

end of thread, other threads:[~2010-03-07 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 20:35 [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1.ebuild notify-python-0.1.1-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-07 20:33 Raul Porcel (armin76)
2010-02-13 18:10 Raul Porcel (armin76)
2010-01-09 20:55 Raul Porcel (armin76)
2008-10-27  9:40 Ali Polatel (hawking)

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