public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild
@ 2011-04-25 21:30 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-25 21:30 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/25 21:30:47

  Modified:             ChangeLog istanbul-0.2.2.ebuild
  Log:
  Use Python 2 (bug #313991).
  
  (Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 media-video/istanbul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Feb 2011 13:15:30 -0000	1.17
+++ ChangeLog	25 Apr 2011 21:30:47 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/istanbul
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.17 2011/02/23 13:15:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.18 2011/04/25 21:30:47 arfrever Exp $
+
+  25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  istanbul-0.2.2.ebuild:
+  Use Python 2 (bug #313991).
 
   23 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> -istanbul-0.2.1.ebuild:
   Clean up old revision.



1.8                  media-video/istanbul/istanbul-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?r1=1.7&r2=1.8

Index: istanbul-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- istanbul-0.2.2.ebuild	13 Jun 2010 19:26:42 -0000	1.7
+++ istanbul-0.2.2.ebuild	25 Apr 2011 21:30:47 -0000	1.8
@@ -1,9 +1,10 @@
-# 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/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.7 2010/06/13 19:26:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.8 2011/04/25 21:30:47 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 GCONF_DEBUG="no"
+PYTHON_DEPEND="2"
 
 inherit eutils gnome2 python autotools
 
@@ -17,7 +18,6 @@
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.8
-	dev-lang/python
 	>=dev-python/pygtk-2.6
 	>=gnome-base/gconf-2.0
 	>=dev-python/gst-python-0.10.0
@@ -34,6 +34,11 @@
 	>=dev-util/intltool-0.35.0
 	dev-util/pkgconfig"
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_prepare() {
 	gnome2_src_prepare
 
@@ -62,10 +67,10 @@
 
 pkg_postinst() {
 	gnome2_pkg_postinst
-	python_mod_optimize $(python_get_sitedir)/istanbul
+	python_mod_optimize istanbul
 }
 
 pkg_postrm() {
 	gnome2_pkg_postrm
-	python_mod_cleanup $(python_get_sitedir)/istanbul
+	python_mod_cleanup istanbul
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild
@ 2012-10-25 20:50 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2012-10-25 20:50 UTC (permalink / raw
  To: gentoo-commits

eva         12/10/25 20:50:59

  Modified:             ChangeLog istanbul-0.2.2.ebuild
  Log:
  Pin gstreamer dependencies to slot 0.10.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.20                 media-video/istanbul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	5 May 2012 08:58:54 -0000	1.19
+++ ChangeLog	25 Oct 2012 20:50:59 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/istanbul
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.19 2012/05/05 08:58:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.20 2012/10/25 20:50:59 eva Exp $
+
+  25 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> istanbul-0.2.2.ebuild:
+  Pin gstreamer dependencies to slot 0.10.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> istanbul-0.2.2.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.10                 media-video/istanbul/istanbul-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?r1=1.9&r2=1.10

Index: istanbul-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- istanbul-0.2.2.ebuild	5 May 2012 08:58:54 -0000	1.9
+++ istanbul-0.2.2.ebuild	25 Oct 2012 20:50:59 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.9 2012/05/05 08:58:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.10 2012/10/25 20:50:59 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -17,14 +17,14 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=media-libs/gst-plugins-base-0.10.8
+RDEPEND=">=media-libs/gst-plugins-base-0.10.8:0.10
 	>=dev-python/pygtk-2.6
-	>=gnome-base/gconf-2.0
-	>=dev-python/gst-python-0.10.0
-	=media-plugins/gst-plugins-ogg-0.10*
-	=media-plugins/gst-plugins-theora-0.10*
+	>=gnome-base/gconf-2
+	dev-python/gst-python:0.10
+	media-plugins/gst-plugins-ogg:0.10
+	media-plugins/gst-plugins-theora:0.10
 	>=media-libs/libtheora-1.0_alpha6[encode]
-	=media-plugins/gst-plugins-gconf-0.10*
+	media-plugins/gst-plugins-gconf:0.10
 	dev-python/python-xlib
 
 	>=dev-python/egg-python-2.11.3





^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild
@ 2009-07-27 23:45 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-07-27 23:45 UTC (permalink / raw
  To: gentoo-commits

eva         09/07/27 23:45:51

  Modified:             ChangeLog istanbul-0.2.2.ebuild
  Log:
  fix changelog and copyright in 0.2.2.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-video/istanbul/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Jul 2009 23:42:21 -0000	1.14
+++ ChangeLog	27 Jul 2009 23:45:50 -0000	1.15
@@ -1,9 +1,9 @@
 # ChangeLog for media-video/istanbul
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.14 2009/07/27 23:42:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.15 2009/07/27 23:45:50 eva Exp $
 
   27 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
-  +files/istanbul-0.2.2-macro-typo.patch:
+  +files/istanbul-0.2.2-macro-typo.patch, istanbul-0.2.2.ebuild:
   Fix aclocal failure, bug #218917. Move to EAPI=2, move to split python
   bindings, bug #108479. Add missing pkgconfig to DEPEND. Use new python
   eclass functions in postinst.



1.6                  media-video/istanbul/istanbul-0.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?r1=1.5&r2=1.6

Index: istanbul-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- istanbul-0.2.2.ebuild	27 Jul 2009 09:37:25 -0000	1.5
+++ istanbul-0.2.2.ebuild	27 Jul 2009 23:45:50 -0000	1.6
@@ -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/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.5 2009/07/27 09:37:25 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.6 2009/07/27 23:45:50 eva Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"






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

end of thread, other threads:[~2012-10-25 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 21:30 [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-25 20:50 Gilles Dartiguelongue (eva)
2009-07-27 23:45 Gilles Dartiguelongue (eva)

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