diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-10-06 11:33:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-10-06 11:33:01 +0000 |
commit | 7052fb8f939b7fc9ede7b0f6971d07c1f256ce09 (patch) | |
tree | c511cb16527cdd6965970eb5d575395523f37ffd /sci-visualization | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo, Elija... (diff) | |
download | gentoo-2-7052fb8f939b7fc9ede7b0f6971d07c1f256ce09.tar.gz gentoo-2-7052fb8f939b7fc9ede7b0f6971d07c1f256ce09.tar.bz2 gentoo-2-7052fb8f939b7fc9ede7b0f6971d07c1f256ce09.zip |
Only run python_mod function with USE=python, #385847
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild | 6 |
9 files changed, 32 insertions, 26 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index c9d0e9597d26..7302722fa193 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.83 2011/10/05 19:28:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.84 2011/10/06 11:33:01 jlec Exp $ + + 06 Oct 2011; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.7.14-r1.ebuild, + qtiplot-0.9.8.2.ebuild, qtiplot-0.9.8.3.ebuild, qtiplot-0.9.8.4.ebuild, + qtiplot-0.9.8.5.ebuild, qtiplot-0.9.8.6.ebuild, qtiplot-0.9.8.7.ebuild, + qtiplot-0.9.8.8.ebuild: + Only run python_mod function with USE=python, #385847 *qtiplot-0.9.8.8 (05 Oct 2011) diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild index fad34cfb7dc3..424ffd7b0e73 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild @@ -1,6 +1,6 @@ -# 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/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild,v 1.4 2010/10/10 16:55:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.14-r1.ebuild,v 1.5 2011/10/06 11:33:01 jlec Exp $ EAPI=2 @@ -186,10 +186,10 @@ src_install() { pkg_postinst() { fdo-mime_desktop_database_update - python_mod_optimize "$(python_get_sitedir)/qtiplot" + use python && python_mod_optimize "$(python_get_sitedir)/qtiplot" } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup "$(python_get_sitedir)/qtiplot" + use python && python_mod_cleanup "$(python_get_sitedir)/qtiplot" } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild index ef16a3e60a41..7fe5f11f494d 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild,v 1.9 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild,v 1.10 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -190,10 +190,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild index 6d84927fa5ca..d3fa66ef6864 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild,v 1.4 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild,v 1.5 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -208,10 +208,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild index 1cef293be852..7a71852df41f 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild,v 1.2 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.4.ebuild,v 1.3 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -178,10 +178,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild index 4b17946cc4b6..d4d62c911405 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild,v 1.2 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.5.ebuild,v 1.3 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -185,10 +185,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild index 7e94ef74b69d..91ba22ee3c92 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild,v 1.4 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild,v 1.5 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -194,10 +194,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild index 8dd05c76c038..d34a1d16ffa2 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild,v 1.1 2011/07/16 16:44:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.7.ebuild,v 1.2 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -193,10 +193,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild index 53e011add0ec..e0e9763a9351 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild,v 1.1 2011/10/05 19:28:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.8.ebuild,v 1.2 2011/10/06 11:33:01 jlec Exp $ EAPI=3 @@ -197,10 +197,10 @@ pkg_postinst() { fi fdo-mime_desktop_database_update - python_mod_optimize ${PN} + use python && python_mod_optimize ${PN} } pkg_postrm() { fdo-mime_desktop_database_update - python_mod_cleanup ${PN} + use python && python_mod_cleanup ${PN} } |