summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-01-01 19:57:12 +0000
committerSven Wegener <swegener@gentoo.org>2008-01-01 19:57:12 +0000
commitaee41218160ee0babe17d08179936d4a57b27fd6 (patch)
tree2b3dbf70928ed697014af44e44dda7182d41862f /net-dns
parentVersion bump, granted by robbat2 as test-suite passes (diff)
downloadgentoo-2-aee41218160ee0babe17d08179936d4a57b27fd6.tar.gz
gentoo-2-aee41218160ee0babe17d08179936d4a57b27fd6.tar.bz2
gentoo-2-aee41218160ee0babe17d08179936d4a57b27fd6.zip
Install into /$(get_libdir)/rcscripts, bug #172391.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/avahi/ChangeLog8
-rw-r--r--net-dns/avahi/avahi-0.6.19-r2.ebuild9
-rw-r--r--net-dns/avahi/avahi-0.6.20-r2.ebuild9
-rw-r--r--net-dns/avahi/avahi-0.6.21.ebuild8
-rw-r--r--net-dns/avahi/avahi-0.6.22.ebuild8
5 files changed, 24 insertions, 18 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 71489fba8ad3..eea93b5b9964 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/avahi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.132 2007/12/18 13:38:33 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.133 2008/01/01 19:57:12 swegener Exp $
+
+ 01 Jan 2008; Sven Wegener <swegener@gentoo.org> avahi-0.6.19-r2.ebuild,
+ avahi-0.6.20-r2.ebuild, avahi-0.6.21.ebuild, avahi-0.6.22.ebuild:
+ Install into /$(get_libdir)/rcscripts, bug #172391.
*avahi-0.6.22 (18 Dec 2007)
diff --git a/net-dns/avahi/avahi-0.6.19-r2.ebuild b/net-dns/avahi/avahi-0.6.19-r2.ebuild
index 569e215bcc54..85400220abb7 100644
--- a/net-dns/avahi/avahi-0.6.19-r2.ebuild
+++ b/net-dns/avahi/avahi-0.6.19-r2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild,v 1.5 2007/11/19 22:19:58 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild,v 1.6 2008/01/01 19:57:12 swegener Exp $
WANT_AUTOMAKE="1.9"
+WANT_AUTOCONF="none"
-inherit eutils mono python qt3 qt4 autotools
+inherit eutils mono python qt3 qt4 autotools multilib
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -160,7 +161,7 @@ src_install() {
if use autoipd
then
- insinto /lib/rcscripts/net
+ insinto /$(get_libdir)/rcscripts/net
doins "${FILESDIR}"/autoipd.sh
fi
diff --git a/net-dns/avahi/avahi-0.6.20-r2.ebuild b/net-dns/avahi/avahi-0.6.20-r2.ebuild
index faa8e0ec02d9..fe0d3d631a08 100644
--- a/net-dns/avahi/avahi-0.6.20-r2.ebuild
+++ b/net-dns/avahi/avahi-0.6.20-r2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 2000-2007 Gentoo Foundation
+# Copyright 2000-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild,v 1.5 2007/11/19 22:19:58 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild,v 1.6 2008/01/01 19:57:12 swegener Exp $
WANT_AUTOMAKE="1.9"
+WANT_AUTOCONF="none"
-inherit eutils mono python qt3 qt4 autotools
+inherit eutils mono python qt3 qt4 autotools multilib
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -162,7 +163,7 @@ src_install() {
if use autoipd
then
- insinto /lib/rcscripts/net
+ insinto /$(get_libdir)/rcscripts/net
doins "${FILESDIR}"/autoipd.sh
fi
diff --git a/net-dns/avahi/avahi-0.6.21.ebuild b/net-dns/avahi/avahi-0.6.21.ebuild
index 016d0be785ea..f96f4ae94702 100644
--- a/net-dns/avahi/avahi-0.6.21.ebuild
+++ b/net-dns/avahi/avahi-0.6.21.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2000-2007 Gentoo Foundation
+# Copyright 2000-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.9 2007/11/19 22:19:58 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.10 2008/01/01 19:57:12 swegener Exp $
-inherit eutils mono python qt3 qt4
+inherit eutils mono python qt3 qt4 multilib
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -158,7 +158,7 @@ src_install() {
if use autoipd
then
- insinto /lib/rcscripts/net
+ insinto /$(get_libdir)/rcscripts/net
doins "${FILESDIR}"/autoipd.sh
fi
diff --git a/net-dns/avahi/avahi-0.6.22.ebuild b/net-dns/avahi/avahi-0.6.22.ebuild
index 0c903b10435c..fa43080a381a 100644
--- a/net-dns/avahi/avahi-0.6.22.ebuild
+++ b/net-dns/avahi/avahi-0.6.22.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2000-2007 Gentoo Foundation
+# Copyright 2000-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild,v 1.1 2007/12/18 13:38:33 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild,v 1.2 2008/01/01 19:57:12 swegener Exp $
-inherit eutils mono python qt3 qt4
+inherit eutils mono python qt3 qt4 multilib
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -156,7 +156,7 @@ src_install() {
if use autoipd
then
- insinto /lib/rcscripts/net
+ insinto /$(get_libdir)/rcscripts/net
doins "${FILESDIR}"/autoipd.sh
fi