diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-13 19:26:42 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-13 19:26:42 +0000 |
commit | 762f883c1b7f0ba9454a78673abdbe14a8ce788e (patch) | |
tree | 50a3cc1cb727894ec06d1d19ef73efe6a8a91fcb /media-video/istanbul | |
parent | Add new version for Gnome 2.30 (diff) | |
download | gentoo-2-762f883c1b7f0ba9454a78673abdbe14a8ce788e.tar.gz gentoo-2-762f883c1b7f0ba9454a78673abdbe14a8ce788e.tar.bz2 gentoo-2-762f883c1b7f0ba9454a78673abdbe14a8ce788e.zip |
Delete deprecation warnings.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'media-video/istanbul')
-rw-r--r-- | media-video/istanbul/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/istanbul/istanbul-0.2.1.ebuild | 9 | ||||
-rw-r--r-- | media-video/istanbul/istanbul-0.2.2.ebuild | 7 |
3 files changed, 13 insertions, 11 deletions
diff --git a/media-video/istanbul/ChangeLog b/media-video/istanbul/ChangeLog index 102fb9afdc68..f500e23d65f6 100644 --- a/media-video/istanbul/ChangeLog +++ b/media-video/istanbul/ChangeLog @@ -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: diff --git a/media-video/istanbul/istanbul-0.2.1.ebuild b/media-video/istanbul/istanbul-0.2.1.ebuild index ee63f6b3136d..3f91f4ec75e6 100644 --- a/media-video/istanbul/istanbul-0.2.1.ebuild +++ b/media-video/istanbul/istanbul-0.2.1.ebuild @@ -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 @@ src_compile() { 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 } diff --git a/media-video/istanbul/istanbul-0.2.2.ebuild b/media-video/istanbul/istanbul-0.2.2.ebuild index 9336ed71e024..da1d6b349085 100644 --- a/media-video/istanbul/istanbul-0.2.2.ebuild +++ b/media-video/istanbul/istanbul-0.2.2.ebuild @@ -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 @@ src_configure() { 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 } |