* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter: pyclutter-1.3.2-r2.ebuild ChangeLog
@ 2011-02-18 14:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-18 14:47 UTC (permalink / raw
To: gentoo-commits
arfrever 11/02/18 14:47:23
Modified: pyclutter-1.3.2-r2.ebuild ChangeLog
Log:
Fix deprecation warnings.
(Portage version: 2.2.0_alpha24_p5/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?r1=1.1&r2=1.2
Index: pyclutter-1.3.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyclutter-1.3.2-r2.ebuild 18 Feb 2011 07:17:14 -0000 1.1
+++ pyclutter-1.3.2-r2.ebuild 18 Feb 2011 14:47:23 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.1 2011/02/18 07:17:14 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.2 2011/02/18 14:47:23 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2:2.6"
CLUTTER_LA_PUNT="yes"
@@ -48,10 +48,10 @@
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/clutter
+ python_mod_optimize clutter
python_need_rebuild
}
pkg_postrm() {
- python_mod_cleanup /usr/lib*/python*/site-packages/clutter
+ python_mod_cleanup clutter
}
1.6 dev-python/pyclutter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 Feb 2011 07:17:14 -0000 1.5
+++ ChangeLog 18 Feb 2011 14:47:23 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclutter
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.5 2011/02/18 07:17:14 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.6 2011/02/18 14:47:23 arfrever Exp $
+
+ 18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyclutter-1.3.2-r2.ebuild:
+ Fix deprecation warnings.
*pyclutter-1.3.2-r2 (18 Feb 2011)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter: pyclutter-1.3.2-r2.ebuild ChangeLog
@ 2011-10-24 5:33 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-24 5:33 UTC (permalink / raw
To: gentoo-commits
tetromino 11/10/24 05:33:44
Modified: pyclutter-1.3.2-r2.ebuild ChangeLog
Log:
Depend on correct slot of pygobject.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?r1=1.2&r2=1.3
Index: pyclutter-1.3.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclutter-1.3.2-r2.ebuild 18 Feb 2011 14:47:23 -0000 1.2
+++ pyclutter-1.3.2-r2.ebuild 24 Oct 2011 05:33:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.2 2011/02/18 14:47:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.3 2011/10/24 05:33:44 tetromino Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
SLOT="1.0"
RDEPEND="
>=dev-python/pygtk-2.8.0
- >=dev-python/pygobject-2.21.3
+ >=dev-python/pygobject-2.21.3:2
>=dev-python/pycairo-1.0.2
>=media-libs/clutter-1.4.0:${SLOT}"
DEPEND="${RDEPEND}
1.7 dev-python/pyclutter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 18 Feb 2011 14:47:23 -0000 1.6
+++ ChangeLog 24 Oct 2011 05:33:44 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclutter
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.6 2011/02/18 14:47:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.7 2011/10/24 05:33:44 tetromino Exp $
+
+ 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ pyclutter-1.3.2-r2.ebuild:
+ Depend on correct slot of pygobject.
18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyclutter-1.3.2-r2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter: pyclutter-1.3.2-r2.ebuild ChangeLog
@ 2011-12-29 17:33 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 17:33 UTC (permalink / raw
To: gentoo-commits
pacho 11/12/29 17:33:41
Modified: pyclutter-1.3.2-r2.ebuild ChangeLog
Log:
amd64 stable, bug 393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?r1=1.3&r2=1.4
Index: pyclutter-1.3.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclutter-1.3.2-r2.ebuild 24 Oct 2011 05:33:44 -0000 1.3
+++ pyclutter-1.3.2-r2.ebuild 29 Dec 2011 17:33:41 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.3 2011/10/24 05:33:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.4 2011/12/29 17:33:41 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -10,7 +10,7 @@
DESCRIPTION="Python bindings for Clutter"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc examples"
SLOT="1.0"
1.8 dev-python/pyclutter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 24 Oct 2011 05:33:44 -0000 1.7
+++ ChangeLog 29 Dec 2011 17:33:41 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclutter
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.7 2011/10/24 05:33:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.8 2011/12/29 17:33:41 pacho Exp $
+
+ 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-1.3.2-r2.ebuild:
+ amd64 stable, bug 393007
24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
pyclutter-1.3.2-r2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter: pyclutter-1.3.2-r2.ebuild ChangeLog
@ 2012-01-14 16:39 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 16:39 UTC (permalink / raw
To: gentoo-commits
maekke 12/01/14 16:39:30
Modified: pyclutter-1.3.2-r2.ebuild ChangeLog
Log:
x86 stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild?r1=1.4&r2=1.5
Index: pyclutter-1.3.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyclutter-1.3.2-r2.ebuild 29 Dec 2011 17:33:41 -0000 1.4
+++ pyclutter-1.3.2-r2.ebuild 14 Jan 2012 16:39:30 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.4 2011/12/29 17:33:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/pyclutter-1.3.2-r2.ebuild,v 1.5 2012/01/14 16:39:30 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -10,7 +10,7 @@
DESCRIPTION="Python bindings for Clutter"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc examples"
SLOT="1.0"
1.9 dev-python/pyclutter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 29 Dec 2011 17:33:41 -0000 1.8
+++ ChangeLog 14 Jan 2012 16:39:30 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclutter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.8 2011/12/29 17:33:41 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter/ChangeLog,v 1.9 2012/01/14 16:39:30 maekke Exp $
+
+ 14 Jan 2012; Markus Meier <maekke@gentoo.org> pyclutter-1.3.2-r2.ebuild:
+ x86 stable, bug #393007
29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-1.3.2-r2.ebuild:
amd64 stable, bug 393007
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-14 16:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 14:47 [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter: pyclutter-1.3.2-r2.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-10-24 5:33 Alexandre Rostovtsev (tetromino)
2011-12-29 17:33 Pacho Ramos (pacho)
2012-01-14 16:39 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox