diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-03-02 14:13:18 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-03-02 14:13:18 +0000 |
commit | 394bda68c8a7327285a8f86e630584093a928cfd (patch) | |
tree | a5eedbba00d1a350eff0cd6eb5f80d82914b9643 /sys-auth/nss-mdns | |
parent | Fix format-security and SLOT operators (diff) | |
download | gentoo-2-394bda68c8a7327285a8f86e630584093a928cfd.tar.gz gentoo-2-394bda68c8a7327285a8f86e630584093a928cfd.tar.bz2 gentoo-2-394bda68c8a7327285a8f86e630584093a928cfd.zip |
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sys-auth/nss-mdns')
-rw-r--r-- | sys-auth/nss-mdns/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild | 54 |
2 files changed, 5 insertions, 55 deletions
diff --git a/sys-auth/nss-mdns/ChangeLog b/sys-auth/nss-mdns/ChangeLog index 4a822133fd08..908945fc78a0 100644 --- a/sys-auth/nss-mdns/ChangeLog +++ b/sys-auth/nss-mdns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/nss-mdns # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.42 2015/03/02 09:34:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.43 2015/03/02 14:13:18 kensington Exp $ + + 02 Mar 2015; Michael Palimaka <kensington@gentoo.org> + -nss-mdns-0.10-r1.ebuild: + Remove old. 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> nss-mdns-0.10-r2.ebuild: Stable for ppc, wrt bug #525274 diff --git a/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild deleted file mode 100644 index e24723d66df2..000000000000 --- a/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild,v 1.4 2012/08/15 11:54:25 blueness Exp $ - -EAPI="4" -inherit autotools eutils - -DESCRIPTION="Name Service Switch module for Multicast DNS" -HOMEPAGE="http://0pointer.de/lennart/projects/nss-mdns/" -SRC_URI="http://0pointer.de/lennart/projects/nss-mdns/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86" -IUSE="search-domains" - -DEPEND="net-dns/avahi" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.10-avahi-socket.patch - eautoreconf -} - -src_configure() { - econf $(use_enable search-domains) --enable-avahi -} - -src_install() { - emake DESTDIR="${D}" install - - insinto /etc - doins "${FILESDIR}"/mdns.allow - dodoc README -} - -pkg_postinst() { - ewarn - ewarn "You must modify your name service switch look up file to enable" - ewarn "multicast DNS lookups. If you wish to resolve only IPv6 addresses" - ewarn "use mdns6. For IPv4 addresses only, use mdns4. To resolve both" - ewarn "use mdns. Keep in mind that mdns will be slower if there are no" - ewarn "IPv6 addresses published via mDNS on the network. There are also" - ewarn "minimal (mdns?_minimal) libraries which only lookup .local hosts" - ewarn "and 169.254.x.x addresses." - ewarn - ewarn "Add the appropriate mdns into the hosts line in /etc/nsswitch.conf" - ewarn "An example line looks like:" - ewarn "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4" - ewarn - ewarn "If you want to perform mDNS lookups for domains other than the ones" - ewarn "ending in .local, add them to /etc/mdns.allow" - ewarn -} |