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-r3.ebuild ChangeLog
@ 2013-02-20 10:44 Justin Lecher (jlec)
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-20 10:44 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/20 10:44:05

  Modified:             ChangeLog
  Added:                notify-python-0.1.1-r3.ebuild
  Log:
  dev-python/notify-python: Move to new python eclasses
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	13 Aug 2012 06:50:04 -0000	1.38
+++ ChangeLog	20 Feb 2013 10:44:05 -0000	1.39
@@ -1,6 +1,11 @@
 # 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.38 2012/08/13 06:50:04 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.39 2013/02/20 10:44:05 jlec Exp $
+
+*notify-python-0.1.1-r3 (20 Feb 2013)
+
+  20 Feb 2013; Justin Lecher <jlec@gentoo.org> +notify-python-0.1.1-r3.ebuild:
+  Move to new python eclasses
 
   13 Aug 2012; Patrick Lauer <patrick@gentoo.org> notify-python-0.1.1-r2.ebuild:
   Restricting jython



1.1                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
# Copyright 1999-2013 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-r3.ebuild,v 1.1 2013/02/20 10:44:05 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit autotools-utils eutils python-r1

DESCRIPTION="Python bindings for libnotify"
HOMEPAGE="http://www.galago-project.org/"
SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="examples"

RDEPEND="
	>=dev-python/pygtk-2.24:2[${PYTHON_USEDEP}]
	>=x11-libs/libnotify-0.7"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )

src_prepare() {
	# Disable byte-compilation.
	rm -f py-compile || die
	ln -s $(type -P true) py-compile || die

	# Remove the old pynotify.c to ensure it's properly regenerated #212128.
	rm -f src/pynotify.c || die
	autotools-utils_src_prepare
}

src_configure() {
	python_foreach_impl autotools-utils_src_configure
}

src_compile() {
	python_foreach_impl autotools-utils_src_compile
}

src_install() {
	installation() {
		autotools-utils_src_install
		python_optimize "${D}"$(python_get_sitedir)
		prune_libtool_files --all
	}
	python_foreach_impl installation

	# Requested from bug 351879.
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins tests/*.{png,py}
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-02-28 16:42 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2013-02-28 16:42 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/02/28 16:42:27

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Let autotools compile the bytecode. Fix compressing examples. Enable tests.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.2                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-python-0.1.1-r3.ebuild	20 Feb 2013 10:44:05 -0000	1.1
+++ notify-python-0.1.1-r3.ebuild	28 Feb 2013 16:42:27 -0000	1.2
@@ -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.1 2013/02/20 10:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.2 2013/02/28 16:42:27 mgorny Exp $
 
 EAPI=5
 
@@ -26,10 +26,6 @@
 PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
 
 src_prepare() {
-	# Disable byte-compilation.
-	rm -f py-compile || die
-	ln -s $(type -P true) py-compile || die
-
 	# Remove the old pynotify.c to ensure it's properly regenerated #212128.
 	rm -f src/pynotify.c || die
 	autotools-utils_src_prepare
@@ -43,17 +39,18 @@
 	python_foreach_impl autotools-utils_src_compile
 }
 
+src_test() {
+	python_foreach_impl autotools-utils_src_test
+}
+
 src_install() {
-	installation() {
-		autotools-utils_src_install
-		python_optimize "${D}"$(python_get_sitedir)
-		prune_libtool_files --all
-	}
-	python_foreach_impl installation
+	python_foreach_impl autotools-utils_src_install
+	prune_libtool_files --all
 
 	# Requested from bug 351879.
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins tests/*.{png,py}
+		docinto examples
+		dodoc tests/*.{png,py}
+		docompress -x /usr/share/doc/${PF}/examples
 	fi
 }



1.40                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	20 Feb 2013 10:44:05 -0000	1.39
+++ ChangeLog	28 Feb 2013 16:42:27 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.39 2013/02/20 10:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.40 2013/02/28 16:42:27 mgorny Exp $
+
+  28 Feb 2013; Michał Górny <mgorny@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Let autotools compile the bytecode. Fix compressing examples. Enable tests.
 
 *notify-python-0.1.1-r3 (20 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-15 13:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-15 13:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/15 13:32:17

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notify-python-0.1.1-r3.ebuild	28 Feb 2013 16:42:27 -0000	1.2
+++ notify-python-0.1.1-r3.ebuild	15 Apr 2013 13:32:17 -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.2 2013/02/28 16:42:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.3 2013/04/15 13:32:17 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.41                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Feb 2013 16:42:27 -0000	1.40
+++ ChangeLog	15 Apr 2013 13:32:17 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.40 2013/02/28 16:42:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.41 2013/04/15 13:32:17 ago Exp $
+
+  15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for amd64, wrt bug #465198
 
   28 Feb 2013; Michał Górny <mgorny@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Let autotools compile the bytecode. Fix compressing examples. Enable tests.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-15 13:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-15 13:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/15 13:36:01

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-python-0.1.1-r3.ebuild	15 Apr 2013 13:32:17 -0000	1.3
+++ notify-python-0.1.1-r3.ebuild	15 Apr 2013 13:36:01 -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.3 2013/04/15 13:32:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.4 2013/04/15 13:36:01 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.42                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Apr 2013 13:32:17 -0000	1.41
+++ ChangeLog	15 Apr 2013 13:36:01 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.41 2013/04/15 13:32:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.42 2013/04/15 13:36:01 ago Exp $
+
+  15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for x86, wrt bug #465198
 
   15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for amd64, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-15 14:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-15 14:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/15 14:23:05

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notify-python-0.1.1-r3.ebuild	15 Apr 2013 13:36:01 -0000	1.4
+++ notify-python-0.1.1-r3.ebuild	15 Apr 2013 14:23:05 -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.4 2013/04/15 13:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.5 2013/04/15 14:23:05 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.43                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	15 Apr 2013 13:36:01 -0000	1.42
+++ ChangeLog	15 Apr 2013 14:23:05 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.42 2013/04/15 13:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.43 2013/04/15 14:23:05 ago Exp $
+
+  15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for ppc, wrt bug #465198
 
   15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for x86, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-16 19:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-16 19:49 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/16 19:49:46

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notify-python-0.1.1-r3.ebuild	15 Apr 2013 14:23:05 -0000	1.5
+++ notify-python-0.1.1-r3.ebuild	16 Apr 2013 19:49: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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.5 2013/04/15 14:23:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.6 2013/04/16 19:49:46 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.44                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	15 Apr 2013 14:23:05 -0000	1.43
+++ ChangeLog	16 Apr 2013 19:49:46 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.43 2013/04/15 14:23:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.44 2013/04/16 19:49:46 ago Exp $
+
+  16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for ppc64, wrt bug #465198
 
   15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for ppc, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-18  8:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18  8:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 08:38:36

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notify-python-0.1.1-r3.ebuild	16 Apr 2013 19:49:46 -0000	1.6
+++ notify-python-0.1.1-r3.ebuild	18 Apr 2013 08:38:36 -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.6 2013/04/16 19:49:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.7 2013/04/18 08:38:36 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.45                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Apr 2013 19:49:46 -0000	1.44
+++ ChangeLog	18 Apr 2013 08:38:36 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.44 2013/04/16 19:49:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.45 2013/04/18 08:38:36 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for alpha, wrt bug #465198
 
   16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for ppc64, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-18 14:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18 14:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 14:20:20

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notify-python-0.1.1-r3.ebuild	18 Apr 2013 08:38:36 -0000	1.7
+++ notify-python-0.1.1-r3.ebuild	18 Apr 2013 14:20:20 -0000	1.8
@@ -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.7 2013/04/18 08:38:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.8 2013/04/18 14:20:20 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.46                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	18 Apr 2013 08:38:36 -0000	1.45
+++ ChangeLog	18 Apr 2013 14:20:20 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.45 2013/04/18 08:38:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.46 2013/04/18 14:20:20 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for ia64, wrt bug #465198
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for alpha, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-04-22 17:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-22 17:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/22 17:14:34

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #465198
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.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-r3.ebuild?r1=1.8&r2=1.9

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notify-python-0.1.1-r3.ebuild	18 Apr 2013 14:20:20 -0000	1.8
+++ notify-python-0.1.1-r3.ebuild	22 Apr 2013 17:14:34 -0000	1.9
@@ -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.8 2013/04/18 14:20:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.9 2013/04/22 17:14:34 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.47                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	18 Apr 2013 14:20:20 -0000	1.46
+++ ChangeLog	22 Apr 2013 17:14:34 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.46 2013/04/18 14:20:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.47 2013/04/22 17:14:34 ago Exp $
+
+  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Stable for sparc, wrt bug #465198
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for ia64, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2013-10-20 20:22 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2013-10-20 20:22 UTC (permalink / raw
  To: gentoo-commits

maekke      13/10/20 20:22:34

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  arm stable, bug #486324
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.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-r3.ebuild?r1=1.9&r2=1.10

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notify-python-0.1.1-r3.ebuild	22 Apr 2013 17:14:34 -0000	1.9
+++ notify-python-0.1.1-r3.ebuild	20 Oct 2013 20:22:33 -0000	1.10
@@ -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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.9 2013/04/22 17:14:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.10 2013/10/20 20:22:33 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.48                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	22 Apr 2013 17:14:34 -0000	1.47
+++ ChangeLog	20 Oct 2013 20:22:33 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.47 2013/04/22 17:14:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.48 2013/10/20 20:22:33 maekke Exp $
+
+  20 Oct 2013; Markus Meier <maekke@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  arm stable, bug #486324
 
   22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> notify-python-0.1.1-r3.ebuild:
   Stable for sparc, wrt bug #465198





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
@ 2014-03-04 20:48 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 12+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2014-03-04 20:48 UTC (permalink / raw
  To: gentoo-commits

vincent     14/03/04 20:48:47

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Add ~mips keyword.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.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-r3.ebuild?r1=1.10&r2=1.11

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notify-python-0.1.1-r3.ebuild	20 Oct 2013 20:22:33 -0000	1.10
+++ notify-python-0.1.1-r3.ebuild	4 Mar 2014 20:48:47 -0000	1.11
@@ -1,6 +1,6 @@
-# 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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.10 2013/10/20 20:22:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.11 2014/03/04 20:48:47 vincent Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND="



1.49                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	20 Oct 2013 20:22:33 -0000	1.48
+++ ChangeLog	4 Mar 2014 20:48:47 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/notify-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.48 2013/10/20 20:22:33 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.49 2014/03/04 20:48:47 vincent Exp $
+
+  04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
+  notify-python-0.1.1-r3.ebuild:
+  Add ~mips keyword.
 
   20 Oct 2013; Markus Meier <maekke@gentoo.org> notify-python-0.1.1-r3.ebuild:
   arm stable, bug #486324





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

* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.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:13

  Modified:             notify-python-0.1.1-r3.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/notify-python/notify-python-0.1.1-r3.ebuild

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

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- notify-python-0.1.1-r3.ebuild	4 Mar 2014 20:48:47 -0000	1.11
+++ notify-python-0.1.1-r3.ebuild	8 Apr 2015 08:05:13 -0000	1.12
@@ -1,10 +1,10 @@
-# 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/notify-python/notify-python-0.1.1-r3.ebuild,v 1.11 2014/03/04 20:48:47 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.12 2015/04/08 08:05:13 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit autotools-utils eutils python-r1
 



1.51                 dev-python/notify-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	26 Jan 2015 11:20:40 -0000	1.50
+++ ChangeLog	8 Apr 2015 08:05:13 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.50 2015/01/26 11:20:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.51 2015/04/08 08:05:13 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Drop old Python implementations
 
   26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -notify-python-0.1.1-r2.ebuild:
   Remove old.





^ 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 --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04 20:48 Vicente Olivert Riera (vincent)
2013-10-20 20:22 Markus Meier (maekke)
2013-04-22 17:14 Agostino Sarubbo (ago)
2013-04-18 14:20 Agostino Sarubbo (ago)
2013-04-18  8:38 Agostino Sarubbo (ago)
2013-04-16 19:49 Agostino Sarubbo (ago)
2013-04-15 14:23 Agostino Sarubbo (ago)
2013-04-15 13:36 Agostino Sarubbo (ago)
2013-04-15 13:32 Agostino Sarubbo (ago)
2013-02-28 16:42 Michal Gorny (mgorny)
2013-02-20 10:44 Justin Lecher (jlec)

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