summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-11-03 11:08:31 +0000
committerSven Wegener <swegener@gentoo.org>2006-11-03 11:08:31 +0000
commit5e8c416993f2982377d5c1bac285eaa67804450a (patch)
tree4e3dad3ba9f6976645f391cfa4ae628d8b389da1 /net-dns/avahi
parentAdd /usr/lib/portage/bin to the list of directories to clean *.pyo files from... (diff)
downloadgentoo-2-5e8c416993f2982377d5c1bac285eaa67804450a.tar.gz
gentoo-2-5e8c416993f2982377d5c1bac285eaa67804450a.tar.bz2
gentoo-2-5e8c416993f2982377d5c1bac285eaa67804450a.zip
Only run python_mod_* when USE="python" is active, bug #153885 by Chris Slycord.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'net-dns/avahi')
-rw-r--r--net-dns/avahi/ChangeLog8
-rw-r--r--net-dns/avahi/avahi-0.6.10.ebuild6
-rw-r--r--net-dns/avahi/avahi-0.6.11.ebuild6
-rw-r--r--net-dns/avahi/avahi-0.6.12.ebuild6
-rw-r--r--net-dns/avahi/avahi-0.6.13.ebuild6
-rw-r--r--net-dns/avahi/avahi-0.6.14.ebuild6
6 files changed, 22 insertions, 16 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 9cd17079398d..34009d09b2e1 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.70 2006/11/03 02:11:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.71 2006/11/03 11:08:30 swegener Exp $
+
+ 03 Nov 2006; Sven Wegener <swegener@gentoo.org> avahi-0.6.10.ebuild,
+ avahi-0.6.11.ebuild, avahi-0.6.12.ebuild, avahi-0.6.13.ebuild,
+ avahi-0.6.14.ebuild:
+ Only run python_mod_* when USE="python" is active, bug #153885 by Chris
+ Slycord.
03 Nov 2006; Sven Wegener <swegener@gentoo.org> files/autoipd.sh,
avahi-0.6.14.ebuild:
diff --git a/net-dns/avahi/avahi-0.6.10.ebuild b/net-dns/avahi/avahi-0.6.10.ebuild
index 29dbf22ac094..12399a27d2d7 100644
--- a/net-dns/avahi/avahi-0.6.10.ebuild
+++ b/net-dns/avahi/avahi-0.6.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.10.ebuild,v 1.14 2006/10/23 18:25:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.10.ebuild,v 1.15 2006/11/03 11:08:31 swegener Exp $
inherit eutils qt3 mono python
@@ -138,9 +138,9 @@ src_install() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
}
pkg_postinst() {
- python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
}
diff --git a/net-dns/avahi/avahi-0.6.11.ebuild b/net-dns/avahi/avahi-0.6.11.ebuild
index c8c5694a0775..63a9b2f38127 100644
--- a/net-dns/avahi/avahi-0.6.11.ebuild
+++ b/net-dns/avahi/avahi-0.6.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.11.ebuild,v 1.5 2006/10/23 18:25:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.11.ebuild,v 1.6 2006/11/03 11:08:31 swegener Exp $
inherit eutils qt3 qt4 mono python
@@ -135,9 +135,9 @@ src_install() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
}
pkg_postinst() {
- python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
}
diff --git a/net-dns/avahi/avahi-0.6.12.ebuild b/net-dns/avahi/avahi-0.6.12.ebuild
index 1bfdce8fc528..0b8a094bc1e3 100644
--- a/net-dns/avahi/avahi-0.6.12.ebuild
+++ b/net-dns/avahi/avahi-0.6.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.12.ebuild,v 1.12 2006/10/25 05:53:32 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.12.ebuild,v 1.13 2006/11/03 11:08:31 swegener Exp $
inherit eutils qt3 qt4 mono python
@@ -136,9 +136,9 @@ src_install() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
}
pkg_postinst() {
- python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
}
diff --git a/net-dns/avahi/avahi-0.6.13.ebuild b/net-dns/avahi/avahi-0.6.13.ebuild
index 291df5368980..4e3f0b4bc6b2 100644
--- a/net-dns/avahi/avahi-0.6.13.ebuild
+++ b/net-dns/avahi/avahi-0.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.13.ebuild,v 1.5 2006/10/23 18:25:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.13.ebuild,v 1.6 2006/11/03 11:08:31 swegener Exp $
inherit eutils qt3 qt4 mono python
@@ -136,9 +136,9 @@ src_install() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
}
pkg_postinst() {
- python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
}
diff --git a/net-dns/avahi/avahi-0.6.14.ebuild b/net-dns/avahi/avahi-0.6.14.ebuild
index 8ef0fd2311f9..97398cb21326 100644
--- a/net-dns/avahi/avahi-0.6.14.ebuild
+++ b/net-dns/avahi/avahi-0.6.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.14.ebuild,v 1.6 2006/11/03 02:11:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.14.ebuild,v 1.7 2006/11/03 11:08:31 swegener Exp $
inherit eutils mono python qt3 qt4
@@ -155,11 +155,11 @@ src_install() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
}
pkg_postinst() {
- python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
+ use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
if use autoipd
then