summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-09-20 19:04:46 +0000
committerSven Wegener <swegener@gentoo.org>2006-09-20 19:04:46 +0000
commit601ea0c7453fbe0c404f90a71163fb188e907d3d (patch)
tree34e7919e30c6b715f4c24d34d0f439b223620edb /net-dns
parentActually, we need autoconf >=2.50, because of the crazy versioning scheme of ... (diff)
downloadgentoo-2-601ea0c7453fbe0c404f90a71163fb188e907d3d.tar.gz
gentoo-2-601ea0c7453fbe0c404f90a71163fb188e907d3d.tar.bz2
gentoo-2-601ea0c7453fbe0c404f90a71163fb188e907d3d.zip
Depend on proper qt with PKG_CONFIG_PATH support.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/avahi/ChangeLog6
-rw-r--r--net-dns/avahi/avahi-0.6.11.ebuild8
-rw-r--r--net-dns/avahi/avahi-0.6.12.ebuild9
-rw-r--r--net-dns/avahi/avahi-0.6.13.ebuild8
4 files changed, 18 insertions, 13 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 7e6bed9a7283..db130b418c36 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,10 @@
# 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.58 2006/09/19 13:37:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.59 2006/09/20 19:04:45 swegener Exp $
+
+ 20 Sep 2006; Sven Wegener <swegener@gentoo.org> avahi-0.6.11.ebuild,
+ avahi-0.6.12.ebuild, avahi-0.6.13.ebuild:
+ Depend on proper qt with PKG_CONFIG_PATH support.
19 Sep 2006; Aron Griffis <agriffis@gentoo.org> avahi-0.6.12.ebuild:
Mark 0.6.12 stable on ia64
diff --git a/net-dns/avahi/avahi-0.6.11.ebuild b/net-dns/avahi/avahi-0.6.11.ebuild
index cb35971d9235..0ca4a0fc0a82 100644
--- a/net-dns/avahi/avahi-0.6.11.ebuild
+++ b/net-dns/avahi/avahi-0.6.11.ebuild
@@ -1,8 +1,8 @@
# 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.2 2006/09/18 21:50:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.11.ebuild,v 1.3 2006/09/20 19:04:46 swegener Exp $
-inherit eutils mono python
+inherit eutils qt3 qt4 mono python
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -17,8 +17,8 @@ RDEPEND=">=dev-libs/libdaemon-0.5
dev-libs/expat
>=dev-libs/glib-2
gdbm? ( sys-libs/gdbm )
- qt3? ( =x11-libs/qt-3* )
- qt4? ( =x11-libs/qt-4* )
+ qt3? ( $(qt_min_version 3.3.6-r2) )
+ qt4? ( $(qt_min_version 4) )
gtk? (
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
diff --git a/net-dns/avahi/avahi-0.6.12.ebuild b/net-dns/avahi/avahi-0.6.12.ebuild
index 50aa1eeb2f71..f9ec2b5da14c 100644
--- a/net-dns/avahi/avahi-0.6.12.ebuild
+++ b/net-dns/avahi/avahi-0.6.12.ebuild
@@ -1,8 +1,8 @@
# 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.4 2006/09/19 13:37:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.12.ebuild,v 1.5 2006/09/20 19:04:46 swegener Exp $
-inherit eutils mono python
+inherit eutils qt3 qt4 mono python
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -17,8 +17,8 @@ RDEPEND=">=dev-libs/libdaemon-0.5
dev-libs/expat
>=dev-libs/glib-2
gdbm? ( sys-libs/gdbm )
- qt3? ( =x11-libs/qt-3* )
- qt4? ( =x11-libs/qt-4* )
+ qt3? ( $(qt_min_version 3.3) )
+ qt4? ( $(qt_min_version 4) )
gtk? (
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
@@ -100,6 +100,7 @@ src_compile() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
+ PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig" \
econf \
--localstatedir=/var \
--with-distro=gentoo \
diff --git a/net-dns/avahi/avahi-0.6.13.ebuild b/net-dns/avahi/avahi-0.6.13.ebuild
index 54c01c1141be..503d88031d72 100644
--- a/net-dns/avahi/avahi-0.6.13.ebuild
+++ b/net-dns/avahi/avahi-0.6.13.ebuild
@@ -1,8 +1,8 @@
# 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.2 2006/09/18 21:50:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.13.ebuild,v 1.3 2006/09/20 19:04:46 swegener Exp $
-inherit eutils mono python
+inherit eutils qt3 qt4 mono python
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -17,8 +17,8 @@ RDEPEND=">=dev-libs/libdaemon-0.5
dev-libs/expat
>=dev-libs/glib-2
gdbm? ( sys-libs/gdbm )
- qt3? ( =x11-libs/qt-3* )
- qt4? ( =x11-libs/qt-4* )
+ qt3? ( $(qt_min_version 3.3.6-r2) )
+ qt4? ( $(qt_min_version 4) )
gtk? (
>=x11-libs/gtk+-2
>=gnome-base/libglade-2