* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog
@ 2011-02-18 7:31 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-02-18 7:31 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/02/18 07:31:24
Modified: ChangeLog
Added: pyclutter-gst-1.0.0-r1.ebuild
Log:
Fix bug 345513
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pyclutter-gst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 26 Feb 2010 22:56:31 -0000 1.1
+++ ChangeLog 18 Feb 2011 07:31:24 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyclutter-gst
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.1 2010/02/26 22:56:31 nirbheek Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.2 2011/02/18 07:31:24 nirbheek Exp $
+
+*pyclutter-gst-1.0.0-r1 (18 Feb 2011)
+
+ 18 Feb 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ +pyclutter-gst-1.0.0-r1.ebuild:
+ Fix bug 345513
*pyclutter-gst-1.0.0 (26 Feb 2010)
1.1 dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: pyclutter-gst-1.0.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.1 2011/02/18 07:31:24 nirbheek Exp $
EAPI="2"
PYTHON_DEPEND="2:2.6"
inherit python clutter
DESCRIPTION="Python bindings for Clutter"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
SLOT="1.0"
RDEPEND="
>=dev-python/pygobject-2.12.1
>=dev-python/pyclutter-1.0.0:${SLOT}
>=media-libs/clutter-1.0.0:${SLOT}
>=media-libs/clutter-gst-1.0.0:${SLOT}
dev-python/gst-python"
DEPEND="${RDEPEND}"
EXAMPLES="examples/*.py"
DOCS="NEWS AUTHORS README ChangeLog"
pkg_setup() {
python_set_active_version 2
}
src_prepare(){
# Don't pre-compile .py
ln -sf $(type -P true) py-compile
python_convert_shebangs --recursive 2 examples
default_src_prepare
}
pkg_postinst() {
python_mod_optimize $(python_get_sitedir)/cluttergst
python_need_rebuild
}
pkg_postrm() {
python_mod_cleanup /usr/lib*/python*/site-packages/cluttergst
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog
@ 2011-02-18 14:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-18 14:49 UTC (permalink / raw
To: gentoo-commits
arfrever 11/02/18 14:49:27
Modified: pyclutter-gst-1.0.0-r1.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-gst/pyclutter-gst-1.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?r1=1.1&r2=1.2
Index: pyclutter-gst-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyclutter-gst-1.0.0-r1.ebuild 18 Feb 2011 07:31:24 -0000 1.1
+++ pyclutter-gst-1.0.0-r1.ebuild 18 Feb 2011 14:49:27 -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-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.1 2011/02/18 07:31:24 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.2 2011/02/18 14:49:27 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2:2.6"
inherit python clutter
@@ -36,10 +36,10 @@
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/cluttergst
+ python_mod_optimize cluttergst
python_need_rebuild
}
pkg_postrm() {
- python_mod_cleanup /usr/lib*/python*/site-packages/cluttergst
+ python_mod_cleanup cluttergst
}
1.3 dev-python/pyclutter-gst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 18 Feb 2011 07:31:24 -0000 1.2
+++ ChangeLog 18 Feb 2011 14:49:27 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclutter-gst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.2 2011/02/18 07:31:24 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.3 2011/02/18 14:49:27 arfrever Exp $
+
+ 18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyclutter-gst-1.0.0-r1.ebuild:
+ Fix deprecation warnings.
*pyclutter-gst-1.0.0-r1 (18 Feb 2011)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog
@ 2011-10-24 5:35 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-24 5:35 UTC (permalink / raw
To: gentoo-commits
tetromino 11/10/24 05:35:08
Modified: pyclutter-gst-1.0.0-r1.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-gst/pyclutter-gst-1.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?r1=1.2&r2=1.3
Index: pyclutter-gst-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclutter-gst-1.0.0-r1.ebuild 18 Feb 2011 14:49:27 -0000 1.2
+++ pyclutter-gst-1.0.0-r1.ebuild 24 Oct 2011 05:35:08 -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-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.2 2011/02/18 14:49:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.3 2011/10/24 05:35:08 tetromino Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -14,7 +14,7 @@
SLOT="1.0"
RDEPEND="
- >=dev-python/pygobject-2.12.1
+ >=dev-python/pygobject-2.12.1:2
>=dev-python/pyclutter-1.0.0:${SLOT}
>=media-libs/clutter-1.0.0:${SLOT}
>=media-libs/clutter-gst-1.0.0:${SLOT}
1.4 dev-python/pyclutter-gst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 18 Feb 2011 14:49:27 -0000 1.3
+++ ChangeLog 24 Oct 2011 05:35:08 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclutter-gst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.3 2011/02/18 14:49:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.4 2011/10/24 05:35:08 tetromino Exp $
+
+ 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ pyclutter-gst-1.0.0-r1.ebuild:
+ Depend on correct slot of pygobject.
18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyclutter-gst-1.0.0-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog
@ 2011-12-29 17:32 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 17:32 UTC (permalink / raw
To: gentoo-commits
pacho 11/12/29 17:32:35
Modified: pyclutter-gst-1.0.0-r1.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-gst/pyclutter-gst-1.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?r1=1.3&r2=1.4
Index: pyclutter-gst-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclutter-gst-1.0.0-r1.ebuild 24 Oct 2011 05:35:08 -0000 1.3
+++ pyclutter-gst-1.0.0-r1.ebuild 29 Dec 2011 17:32:34 -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-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.3 2011/10/24 05:35:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.4 2011/12/29 17:32:34 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -9,7 +9,7 @@
DESCRIPTION="Python bindings for Clutter"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples"
SLOT="1.0"
1.5 dev-python/pyclutter-gst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 24 Oct 2011 05:35:08 -0000 1.4
+++ ChangeLog 29 Dec 2011 17:32:34 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclutter-gst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.4 2011/10/24 05:35:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.5 2011/12/29 17:32:34 pacho Exp $
+
+ 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-gst-1.0.0-r1.ebuild:
+ amd64 stable, bug 393007
24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
pyclutter-gst-1.0.0-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog
@ 2012-01-14 16:40 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 16:40 UTC (permalink / raw
To: gentoo-commits
maekke 12/01/14 16:40:18
Modified: pyclutter-gst-1.0.0-r1.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-gst/pyclutter-gst-1.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild?r1=1.4&r2=1.5
Index: pyclutter-gst-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyclutter-gst-1.0.0-r1.ebuild 29 Dec 2011 17:32:34 -0000 1.4
+++ pyclutter-gst-1.0.0-r1.ebuild 14 Jan 2012 16:40:18 -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-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.4 2011/12/29 17:32:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/pyclutter-gst-1.0.0-r1.ebuild,v 1.5 2012/01/14 16:40:18 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -9,7 +9,7 @@
DESCRIPTION="Python bindings for Clutter"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="examples"
SLOT="1.0"
1.6 dev-python/pyclutter-gst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gst/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Dec 2011 17:32:34 -0000 1.5
+++ ChangeLog 14 Jan 2012 16:40:18 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclutter-gst
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.5 2011/12/29 17:32:34 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gst/ChangeLog,v 1.6 2012/01/14 16:40:18 maekke Exp $
+
+ 14 Jan 2012; Markus Meier <maekke@gentoo.org> pyclutter-gst-1.0.0-r1.ebuild:
+ x86 stable, bug #393007
29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-gst-1.0.0-r1.ebuild:
amd64 stable, bug 393007
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-14 16:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 7:31 [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gst: pyclutter-gst-1.0.0-r1.ebuild ChangeLog Nirbheek Chauhan (nirbheek)
-- strict thread matches above, loose matches on Subject: below --
2011-02-18 14:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-10-24 5:35 Alexandre Rostovtsev (tetromino)
2011-12-29 17:32 Pacho Ramos (pacho)
2012-01-14 16:40 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