public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gtk: pyclutter-gtk-0.10.0-r1.ebuild ChangeLog
@ 2011-02-18  7:46 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-02-18  7:46 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/02/18 07:46:47

  Modified:             ChangeLog
  Added:                pyclutter-gtk-0.10.0-r1.ebuild
  Log:
  Fix bug 345515
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/pyclutter-gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Dec 2010 13:35:26 -0000	1.2
+++ ChangeLog	18 Feb 2011 07:46:46 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyclutter-gtk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.2 2010/12/24 13:35:26 nirbheek Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.3 2011/02/18 07:46:46 nirbheek Exp $
+
+*pyclutter-gtk-0.10.0-r1 (18 Feb 2011)
+
+  18 Feb 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  +pyclutter-gtk-0.10.0-r1.ebuild:
+  Fix bug 345515
 
   24 Dec 2010; <nirbheek@gentoo.org> pyclutter-gtk-0.10.0.ebuild:
   slotmove =media-libs/clutter-gtk-0.10* 1.0 0.10



1.1                  dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: pyclutter-gtk-0.10.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-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.1 2011/02/18 07:46:46 nirbheek Exp $

EAPI="2"
PYTHON_DEPEND="2:2.6"

inherit python clutter

DESCRIPTION="Python bindings for Clutter-GTK"

KEYWORDS="~amd64 ~x86"
IUSE="doc examples"

SLOT="0.10"
RDEPEND="
	>=dev-python/pygtk-2.8.0
	>=dev-python/pyclutter-1.0.0:1.0
	>=media-libs/clutter-1.0.0:1.0
	>=media-libs/clutter-gtk-0.10.2:${SLOT}"
DEPEND="${RDEPEND}
	doc? ( dev-libs/libxslt )"
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
}

src_configure() {
	# XXX: doc use-flag doesn't do anything yet
	local myconf="
		$(use_enable doc docs)"

	econf ${myconf}
}

pkg_postinst() {
	python_mod_optimize $(python_get_sitedir)/cluttergtk/
	python_need_rebuild
}

pkg_postrm() {
	python_mod_cleanup /usr/lib*/python*/site-packages/cluttergtk
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gtk: pyclutter-gtk-0.10.0-r1.ebuild ChangeLog
@ 2011-02-18 14:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-18 14:51 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/02/18 14:51:03

  Modified:             pyclutter-gtk-0.10.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-gtk/pyclutter-gtk-0.10.0-r1.ebuild

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

Index: pyclutter-gtk-0.10.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyclutter-gtk-0.10.0-r1.ebuild	18 Feb 2011 07:46:46 -0000	1.1
+++ pyclutter-gtk-0.10.0-r1.ebuild	18 Feb 2011 14:51:03 -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-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.1 2011/02/18 07:46:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.2 2011/02/18 14:51:03 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 PYTHON_DEPEND="2:2.6"
 
 inherit python clutter
@@ -43,10 +43,10 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize $(python_get_sitedir)/cluttergtk/
+	python_mod_optimize cluttergtk
 	python_need_rebuild
 }
 
 pkg_postrm() {
-	python_mod_cleanup /usr/lib*/python*/site-packages/cluttergtk
+	python_mod_cleanup cluttergtk
 }



1.4                  dev-python/pyclutter-gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 Feb 2011 07:46:46 -0000	1.3
+++ ChangeLog	18 Feb 2011 14:51:03 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyclutter-gtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.3 2011/02/18 07:46:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.4 2011/02/18 14:51:03 arfrever Exp $
+
+  18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pyclutter-gtk-0.10.0-r1.ebuild:
+  Fix deprecation warnings.
 
 *pyclutter-gtk-0.10.0-r1 (18 Feb 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gtk: pyclutter-gtk-0.10.0-r1.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:06

  Modified:             pyclutter-gtk-0.10.0-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild

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

Index: pyclutter-gtk-0.10.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclutter-gtk-0.10.0-r1.ebuild	18 Feb 2011 14:51:03 -0000	1.2
+++ pyclutter-gtk-0.10.0-r1.ebuild	29 Dec 2011 17:33:06 -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-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.2 2011/02/18 14:51:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.3 2011/12/29 17:33:06 pacho Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Python bindings for Clutter-GTK"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples"
 
 SLOT="0.10"



1.5                  dev-python/pyclutter-gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Feb 2011 14:51:03 -0000	1.4
+++ ChangeLog	29 Dec 2011 17:33:06 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyclutter-gtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.4 2011/02/18 14:51:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.5 2011/12/29 17:33:06 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-gtk-0.10.0-r1.ebuild:
+  amd64 stable, bug 393007
 
   18 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pyclutter-gtk-0.10.0-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gtk: pyclutter-gtk-0.10.0-r1.ebuild ChangeLog
@ 2012-01-14 16:41 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 16:41 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 16:41:22

  Modified:             pyclutter-gtk-0.10.0-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild

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

Index: pyclutter-gtk-0.10.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclutter-gtk-0.10.0-r1.ebuild	29 Dec 2011 17:33:06 -0000	1.3
+++ pyclutter-gtk-0.10.0-r1.ebuild	14 Jan 2012 16:41:21 -0000	1.4
@@ -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-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.3 2011/12/29 17:33:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/pyclutter-gtk-0.10.0-r1.ebuild,v 1.4 2012/01/14 16:41:21 maekke Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Python bindings for Clutter-GTK"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
 SLOT="0.10"



1.6                  dev-python/pyclutter-gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Dec 2011 17:33:06 -0000	1.5
+++ ChangeLog	14 Jan 2012 16:41:21 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyclutter-gtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.5 2011/12/29 17:33:06 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclutter-gtk/ChangeLog,v 1.6 2012/01/14 16:41:21 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org> pyclutter-gtk-0.10.0-r1.ebuild:
+  x86 stable, bug #393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> pyclutter-gtk-0.10.0-r1.ebuild:
   amd64 stable, bug 393007






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

end of thread, other threads:[~2012-01-14 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18  7:46 [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter-gtk: pyclutter-gtk-0.10.0-r1.ebuild ChangeLog Nirbheek Chauhan (nirbheek)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-18 14:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-12-29 17:33 Pacho Ramos (pacho)
2012-01-14 16:41 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