* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2008-09-09 22:44 Ali Polatel (hawking)
0 siblings, 0 replies; 12+ messages in thread
From: Ali Polatel (hawking) @ 2008-09-09 22:44 UTC (permalink / raw
To: gentoo-commits
hawking 08/09/09 22:44:44
Modified: ChangeLog
Added: notify-python-0.1.1-r1.ebuild
Log:
Remove src/pynotify.c so it's regenerated, #212128. Fix python_mod_cleanup.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Revision Changes Path
1.11 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 8 Aug 2008 19:04:17 -0000 1.10
+++ ChangeLog 9 Sep 2008 22:44:44 -0000 1.11
@@ -1,6 +1,13 @@
# 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.10 2008/08/08 19:04:17 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.11 2008/09/09 22:44:44 hawking Exp $
+
+*notify-python-0.1.1-r1 (09 Sep 2008)
+
+ 09 Sep 2008; Ali Polatel <hawking@gentoo.org>
+ +notify-python-0.1.1-r1.ebuild:
+ Remove src/pynotify.c so it's regenerated, #212128. Fix
+ python_mod_cleanup.
08 Aug 2008; Markus Rothe <corsair@gentoo.org> notify-python-0.1.1.ebuild:
Stable on ppc64; bug #233766
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: notify-python-0.1.1-r1.ebuild
===================================================================
# 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.1 2008/09/09 22:44:44 hawking Exp $
NEED_PYTHON=2.3.5
inherit python
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="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
>=x11-libs/libnotify-0.4.3"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
src_unpack() {
unpack ${A}
cd "${S}"
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
# Remove the old pynotify.c to ensure it's properly regenerated #212128.
rm -f src/pynotify.c
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README
}
pkg_postinst() {
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0/pynotify
}
pkg_postrm() {
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gtk-2.0/pynotify
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2009-05-07 9:27 Christian Faulhammer (fauli)
0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-07 9:27 UTC (permalink / raw
To: gentoo-commits
fauli 09/05/07 09:27:36
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
stable x86, bug 268690
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.13 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 27 Oct 2008 09:40:02 -0000 1.12
+++ ChangeLog 7 May 2009 09:27:35 -0000 1.13
@@ -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.12 2008/10/27 09:40:02 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.13 2009/05/07 09:27:35 fauli Exp $
+
+ 07 May 2009; Christian Faulhammer <fauli@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ stable x86, bug 268690
27 Oct 2008; Ali Polatel <hawking@gentoo.org> notify-python-0.1.1.ebuild,
notify-python-0.1.1-r1.ebuild:
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.4&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.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-python-0.1.1-r1.ebuild 27 Oct 2008 09:40:02 -0000 1.3
+++ notify-python-0.1.1-r1.ebuild 7 May 2009 09:27:35 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.3 2008/10/27 09:40:02 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.4 2009/05/07 09:27:35 fauli 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 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2009-05-11 17:19 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-05-11 17:19 UTC (permalink / raw
To: gentoo-commits
ranger 09/05/11 17:19:15
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
stable ppc64, bug 268690
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.14 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 7 May 2009 09:27:35 -0000 1.13
+++ ChangeLog 11 May 2009 17:19:15 -0000 1.14
@@ -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.13 2009/05/07 09:27:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.14 2009/05/11 17:19:15 ranger Exp $
+
+ 11 May 2009; Brent Baude <ranger@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ stable ppc64, bug 268690
07 May 2009; Christian Faulhammer <fauli@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.5&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.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notify-python-0.1.1-r1.ebuild 7 May 2009 09:27:35 -0000 1.4
+++ notify-python-0.1.1-r1.ebuild 11 May 2009 17:19:15 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.4 2009/05/07 09:27:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.5 2009/05/11 17:19:15 ranger 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 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2009-05-14 21:15 Markus Meier (maekke)
0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-05-14 21:15 UTC (permalink / raw
To: gentoo-commits
maekke 09/05/14 21:15:06
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
amd64 stable, bug #268690
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.15 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 11 May 2009 17:19:15 -0000 1.14
+++ ChangeLog 14 May 2009 21:15:06 -0000 1.15
@@ -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.14 2009/05/11 17:19:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.15 2009/05/14 21:15:06 maekke Exp $
+
+ 14 May 2009; Markus Meier <maekke@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ amd64 stable, bug #268690
11 May 2009; Brent Baude <ranger@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.6&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.5&r2=1.6
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notify-python-0.1.1-r1.ebuild 11 May 2009 17:19:15 -0000 1.5
+++ notify-python-0.1.1-r1.ebuild 14 May 2009 21:15:06 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.5 2009/05/11 17:19:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.6 2009/05/14 21:15:06 maekke 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 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2009-05-21 20:38 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-05-21 20:38 UTC (permalink / raw
To: gentoo-commits
ranger 09/05/21 20:38:42
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
stable ppc, bug 268690
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Revision Changes Path
1.16 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 14 May 2009 21:15:06 -0000 1.15
+++ ChangeLog 21 May 2009 20:38:42 -0000 1.16
@@ -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.15 2009/05/14 21:15:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.16 2009/05/21 20:38:42 ranger Exp $
+
+ 21 May 2009; Brent Baude <ranger@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ stable ppc, bug 268690
14 May 2009; Markus Meier <maekke@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.7&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.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notify-python-0.1.1-r1.ebuild 14 May 2009 21:15:06 -0000 1.6
+++ notify-python-0.1.1-r1.ebuild 21 May 2009 20:38:42 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.6 2009/05/14 21:15:06 maekke Exp $
+# $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 $
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 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-02-28 17:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-28 17:56 UTC (permalink / raw
To: gentoo-commits
jer 10/02/28 17:56:33
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Marked ~hppa (bug #299662).
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.19 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 13 Feb 2010 18:10:17 -0000 1.18
+++ ChangeLog 28 Feb 2010 17:56:32 -0000 1.19
@@ -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.18 2010/02/13 18:10:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.19 2010/02/28 17:56:32 jer Exp $
+
+ 28 Feb 2010; Jeroen Roovers <jer@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ Marked ~hppa (bug #299662).
13 Feb 2010; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1.ebuild,
notify-python-0.1.1-r1.ebuild:
1.10 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.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.10&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.9&r2=1.10
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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notify-python-0.1.1-r1.ebuild 13 Feb 2010 18:10:17 -0000 1.9
+++ notify-python-0.1.1-r1.ebuild 28 Feb 2010 17:56:32 -0000 1.10
@@ -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.9 2010/02/13 18:10:17 armin76 Exp $
+# $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 $
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 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-03-10 18:29 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 12+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-10 18:29 UTC (permalink / raw
To: gentoo-commits
arfrever 10/03/10 18:29:42
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Set SUPPORT_PYTHON_ABIS. Delete call to deprecated python_version() (bug #308019).
(Portage version: 15816-svn/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 Mar 2010 20:35:23 -0000 1.21
+++ ChangeLog 10 Mar 2010 18:29:41 -0000 1.22
@@ -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.21 2010/03/07 20:35:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.22 2010/03/10 18:29:41 arfrever Exp $
+
+ 10 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ Set SUPPORT_PYTHON_ABIS. Delete call to deprecated python_version() (bug #308019).
07 Mar 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-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.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-r1.ebuild?r1=1.12&r2=1.13
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- notify-python-0.1.1-r1.ebuild 7 Mar 2010 20:35:23 -0000 1.12
+++ notify-python-0.1.1-r1.ebuild 10 Mar 2010 18:29:41 -0000 1.13
@@ -1,8 +1,11 @@
# 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.12 2010/03/07 20:35:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.13 2010/03/10 18:29:41 arfrever Exp $
-NEED_PYTHON=2.3.5
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
inherit python
@@ -19,30 +22,28 @@
>=x11-libs/libnotify-0.4.3"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
+RESTRICT_PYTHON_ABIS="3.*"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # disable pyc compiling
+src_prepare() {
+ # Disable byte-compilation.
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
# Remove the old pynotify.c to ensure it's properly regenerated #212128.
rm -f src/pynotify.c
+
+ python_src_prepare
}
src_install() {
- python_need_rebuild
- emake DESTDIR="${D}" install || die "emake install failed"
+ python_src_install
dodoc AUTHORS ChangeLog NEWS README
}
pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0/pynotify
+ python_mod_optimize gtk-2.0/pynotify
}
pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gtk-2.0/pynotify
+ python_mod_cleanup gtk-2.0/pynotify
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-05-22 10:57 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-22 10:57 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/22 10:57:13
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Add ~ia64
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.23 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 10 Mar 2010 18:29:41 -0000 1.22
+++ ChangeLog 22 May 2010 10:57:13 -0000 1.23
@@ -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.22 2010/03/10 18:29:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.23 2010/05/22 10:57:13 armin76 Exp $
+
+ 22 May 2010; Raúl Porcel <armin76@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ Add ~ia64
10 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.14 dev-python/notify-python/notify-python-0.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.13&r2=1.14
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- notify-python-0.1.1-r1.ebuild 10 Mar 2010 18:29:41 -0000 1.13
+++ notify-python-0.1.1-r1.ebuild 22 May 2010 10:57:13 -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-r1.ebuild,v 1.13 2010/03/10 18:29:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.14 2010/05/22 10:57:13 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-07-20 17:41 Jeroen Roovers (jer)
0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-20 17:41 UTC (permalink / raw
To: gentoo-commits
jer 10/07/20 17:41:23
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Drop HPPA keywording (bug #324511).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.24 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 22 May 2010 10:57:13 -0000 1.23
+++ ChangeLog 20 Jul 2010 17:41:23 -0000 1.24
@@ -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.23 2010/05/22 10:57:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.24 2010/07/20 17:41:23 jer Exp $
+
+ 20 Jul 2010; Jeroen Roovers <jer@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ Drop HPPA keywording (bug #324511).
22 May 2010; Raúl Porcel <armin76@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.15 dev-python/notify-python/notify-python-0.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.14&r2=1.15
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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- notify-python-0.1.1-r1.ebuild 22 May 2010 10:57:13 -0000 1.14
+++ notify-python-0.1.1-r1.ebuild 20 Jul 2010 17:41: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-r1.ebuild,v 1.14 2010/05/22 10:57:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.15 2010/07/20 17:41:23 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-08-14 19:06 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-14 19:06 UTC (permalink / raw
To: gentoo-commits
armin76 10/08/14 19:06:58
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
ia64 stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.25 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 20 Jul 2010 17:41:23 -0000 1.24
+++ ChangeLog 14 Aug 2010 19:06:58 -0000 1.25
@@ -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.24 2010/07/20 17:41:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.25 2010/08/14 19:06:58 armin76 Exp $
+
+ 14 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ ia64 stable
20 Jul 2010; Jeroen Roovers <jer@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.16 dev-python/notify-python/notify-python-0.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.15&r2=1.16
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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- notify-python-0.1.1-r1.ebuild 20 Jul 2010 17:41:23 -0000 1.15
+++ notify-python-0.1.1-r1.ebuild 14 Aug 2010 19:06:58 -0000 1.16
@@ -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.15 2010/07/20 17:41:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.16 2010/08/14 19:06:58 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2010-09-19 17:03 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-19 17:03 UTC (permalink / raw
To: gentoo-commits
armin76 10/09/19 17:03:49
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Add ~sh
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.26 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 14 Aug 2010 19:06:58 -0000 1.25
+++ ChangeLog 19 Sep 2010 17:03:49 -0000 1.26
@@ -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.25 2010/08/14 19:06:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.26 2010/09/19 17:03:49 armin76 Exp $
+
+ 19 Sep 2010; Raúl Porcel <armin76@gentoo.org>
+ notify-python-0.1.1-r1.ebuild:
+ Add ~sh
14 Aug 2010; Raúl Porcel <armin76@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.17 dev-python/notify-python/notify-python-0.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.16&r2=1.17
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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- notify-python-0.1.1-r1.ebuild 14 Aug 2010 19:06:58 -0000 1.16
+++ notify-python-0.1.1-r1.ebuild 19 Sep 2010 17:03:49 -0000 1.17
@@ -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.16 2010/08/14 19:06:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.17 2010/09/19 17:03:49 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.4.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild
@ 2011-01-29 16:20 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 16:20 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/29 16:20:21
Modified: ChangeLog notify-python-0.1.1-r1.ebuild
Log:
Remove useless libtool archive _pynotify.la from site-packages. Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-python/notify-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 19 Sep 2010 17:03:49 -0000 1.26
+++ ChangeLog 29 Jan 2011 16:20:21 -0000 1.27
@@ -1,6 +1,12 @@
# 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.26 2010/09/19 17:03:49 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.27 2011/01/29 16:20:21 ssuominen Exp $
+
+ 29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+ notify-python-0.1.1-r1.ebuild,
+ +files/notify-python-0.1.1-libnotify-0.7.patch:
+ Remove useless libtool archive _pynotify.la from site-packages. Fix building
+ with x11-libs/libnotify >= 0.7.
19 Sep 2010; Raúl Porcel <armin76@gentoo.org>
notify-python-0.1.1-r1.ebuild:
1.18 dev-python/notify-python/notify-python-0.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild?r1=1.17&r2=1.18
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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- notify-python-0.1.1-r1.ebuild 19 Sep 2010 17:03:49 -0000 1.17
+++ notify-python-0.1.1-r1.ebuild 29 Jan 2011 16:20:21 -0000 1.18
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.17 2010/09/19 17:03:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.18 2011/01/29 16:20:21 ssuominen Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-inherit python
+inherit eutils python
DESCRIPTION="Python bindings for libnotify"
HOMEPAGE="http://www.galago-project.org/"
@@ -25,6 +25,8 @@
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
+ has_version ">=x11-libs/libnotify-0.7" && epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
+
# Disable byte-compilation.
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
@@ -37,6 +39,7 @@
src_install() {
python_src_install
+ python_clean_installation_image
dodoc AUTHORS ChangeLog NEWS README
}
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2011-01-29 16:20 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 18:29 [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-01-29 16:20 Samuli Suominen (ssuominen)
2010-09-19 17:03 Raul Porcel (armin76)
2010-08-14 19:06 Raul Porcel (armin76)
2010-07-20 17:41 Jeroen Roovers (jer)
2010-05-22 10:57 Raul Porcel (armin76)
2010-02-28 17:56 Jeroen Roovers (jer)
2009-05-21 20:38 Brent Baude (ranger)
2009-05-14 21:15 Markus Meier (maekke)
2009-05-11 17:19 Brent Baude (ranger)
2009-05-07 9:27 Christian Faulhammer (fauli)
2008-09-09 22:44 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