diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-05-14 04:54:28 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-05-14 04:54:28 +0000 |
commit | 45fbdd6ae190e6aa2922699ca289c56c2997fdc9 (patch) | |
tree | dad7bb31e0b28784b3268278727b51dab0b167a7 /sys-auth/nss-mdns | |
parent | Stable for HPPA (preparation for bug #177804). (diff) | |
download | gentoo-2-45fbdd6ae190e6aa2922699ca289c56c2997fdc9.tar.gz gentoo-2-45fbdd6ae190e6aa2922699ca289c56c2997fdc9.tar.bz2 gentoo-2-45fbdd6ae190e6aa2922699ca289c56c2997fdc9.zip |
prune unused versions
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-auth/nss-mdns')
-rw-r--r-- | sys-auth/nss-mdns/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/nss-mdns/files/digest-nss-mdns-0.8-r1 | 3 | ||||
-rw-r--r-- | sys-auth/nss-mdns/files/digest-nss-mdns-0.9 | 3 | ||||
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild | 63 | ||||
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.9.ebuild | 63 |
5 files changed, 5 insertions, 133 deletions
diff --git a/sys-auth/nss-mdns/ChangeLog b/sys-auth/nss-mdns/ChangeLog index d3589c4c5bc8..e798c7db55f1 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.19 2007/04/28 12:44:44 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.20 2007/05/14 04:54:28 compnerd Exp $ + + 14 May 2007; Saleem Abdulrasool <compnerd@gentoo.org> + -nss-mdns-0.8-r1.ebuild, -nss-mdns-0.9.ebuild: + prune unused versions 28 Apr 2007; Carsten Lohrke <carlo@gentoo.org> nss-mdns-0.9-r1.ebuild: Remove the blocker again as it is necessary in avahi anyways. diff --git a/sys-auth/nss-mdns/files/digest-nss-mdns-0.8-r1 b/sys-auth/nss-mdns/files/digest-nss-mdns-0.8-r1 deleted file mode 100644 index bef767a68856..000000000000 --- a/sys-auth/nss-mdns/files/digest-nss-mdns-0.8-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d7545fbf6df15f3af502531efcf15a25 nss-mdns-0.8.tar.gz 342256 -RMD160 08b361275e68c7623ba41d304867178ae6a0301f nss-mdns-0.8.tar.gz 342256 -SHA256 280212222924155627aea4ac2eb57073b8aa78a831b177fcae46de1ac211715a nss-mdns-0.8.tar.gz 342256 diff --git a/sys-auth/nss-mdns/files/digest-nss-mdns-0.9 b/sys-auth/nss-mdns/files/digest-nss-mdns-0.9 deleted file mode 100644 index b8b2a3bc4e52..000000000000 --- a/sys-auth/nss-mdns/files/digest-nss-mdns-0.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bc72f5b19cc6ce8cacde448236b30868 nss-mdns-0.9.tar.gz 346397 -RMD160 4ee2d374040005b185dec04934ede34e9a63362a nss-mdns-0.9.tar.gz 346397 -SHA256 0bf226bb3a1716e6eb97355e08a7ffcf09aadfb91ba41ccef2ef1ba7a01719a2 nss-mdns-0.9.tar.gz 346397 diff --git a/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild deleted file mode 100644 index 7f07e66d3f93..000000000000 --- a/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 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.8-r1.ebuild,v 1.2 2007/01/02 13:59:45 flameeyes Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -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 ~ppc ~x86" -IUSE="avahi" - -DEPEND="avahi? ( net-dns/avahi )" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-0.8-avahi-socket.patch - eautomake -} - -src_compile() { - econf $(use_enable avahi) || die "configure failed" - emake || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - - 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:" - einfo "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 - ebeep 5 - epause 10 -} diff --git a/sys-auth/nss-mdns/nss-mdns-0.9.ebuild b/sys-auth/nss-mdns/nss-mdns-0.9.ebuild deleted file mode 100644 index df91cdbfdd77..000000000000 --- a/sys-auth/nss-mdns/nss-mdns-0.9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 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.9.ebuild,v 1.1 2007/01/02 19:30:34 compnerd Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -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 ~ppc ~x86" -IUSE="avahi" - -DEPEND="avahi? ( net-dns/avahi )" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-0.8-avahi-socket.patch - eautomake -} - -src_compile() { - econf --enable-legacy --enable-search-domains $(use_enable avahi) || die "configure failed" - emake || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - - 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:" - einfo "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 - ebeep 5 - epause 10 -} |