* [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild istanbul-0.2.1.ebuild
@ 2010-06-13 19:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-13 19:26 UTC (permalink / raw
To: gentoo-commits
arfrever 10/06/13 19:26:42
Modified: ChangeLog istanbul-0.2.2.ebuild
istanbul-0.2.1.ebuild
Log:
Delete deprecation warnings.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.16 media-video/istanbul/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 27 Jul 2009 23:45:50 -0000 1.15
+++ ChangeLog 13 Jun 2010 19:26:42 -0000 1.16
@@ -1,6 +1,10 @@
# 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.15 2009/07/27 23:45:50 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.16 2010/06/13 19:26:42 arfrever Exp $
+
+ 13 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ istanbul-0.2.1.ebuild, istanbul-0.2.2.ebuild:
+ Delete deprecation warnings.
27 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+files/istanbul-0.2.2-macro-typo.patch, istanbul-0.2.2.ebuild:
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?r1=1.6&r2=1.7
Index: istanbul-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- istanbul-0.2.2.ebuild 27 Jul 2009 23:45:50 -0000 1.6
+++ istanbul-0.2.2.ebuild 13 Jun 2010 19:26:42 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.6 2009/07/27 23:45:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.7 2010/06/13 19:26:42 arfrever Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -62,11 +62,10 @@
pkg_postinst() {
gnome2_pkg_postinst
- python_version
python_mod_optimize $(python_get_sitedir)/istanbul
}
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/istanbul
}
1.5 media-video/istanbul/istanbul-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild?r1=1.4&r2=1.5
Index: istanbul-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- istanbul-0.2.1.ebuild 29 May 2008 17:30:45 -0000 1.4
+++ istanbul-0.2.1.ebuild 13 Jun 2010 19:26:42 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.4 2008/05/29 17:30:45 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.5 2010/06/13 19:26:42 arfrever Exp $
inherit eutils gnome2 python autotools
@@ -53,10 +53,9 @@
pkg_postinst() {
gnome2_pkg_postinst
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/istanbul
+ python_mod_optimize $(python_get_sitedir)/istanbul
}
pkg_postrm() {
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/istanbul
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-13 19:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 19:26 [gentoo-commits] gentoo-x86 commit in media-video/istanbul: ChangeLog istanbul-0.2.2.ebuild istanbul-0.2.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox