From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/
Date: Tue, 31 Aug 2021 19:03:08 +0000 (UTC) [thread overview]
Message-ID: <1630436053.8716e3b561d0cae69948547ff957ef4a2c899afa.mgorny@gentoo> (raw)
commit: 8716e3b561d0cae69948547ff957ef4a2c899afa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 18:54:13 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 18:54:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716e3b5
sys-auth/nss-mdns: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-auth/nss-mdns/Manifest | 1 -
sys-auth/nss-mdns/nss-mdns-0.14.1.ebuild | 55 --------------------------------
2 files changed, 56 deletions(-)
diff --git a/sys-auth/nss-mdns/Manifest b/sys-auth/nss-mdns/Manifest
index 5f3ccc6e197..5bf760aef39 100644
--- a/sys-auth/nss-mdns/Manifest
+++ b/sys-auth/nss-mdns/Manifest
@@ -1,2 +1 @@
-DIST nss-mdns-0.14.1.tar.gz 369978 BLAKE2B d1539ff5c1830a120d6ed4fafa36aa6effb9bb973b275317f5d8f4515aad7d2f69f095296a6b95ad8cc19d6eeb076b19b7987c5eabf29fd21f54cfe4a652ed3a SHA512 7c06b984443881a6c0a1f850ee33f14780562cc6168fe1cda176303eb799ece510d51d3830928616723bb95250ad6462978cd8b857f2b79d87116da2c1aeaa5e
DIST nss-mdns-0.15.1.tar.gz 375154 BLAKE2B d848be9d957f81b62627b3c507e9c503fde4a760cec45b4bacb7fe826f5a16c1a0053ab43887daa7e6dc4cb5fd7332bbc30b18113ee1cf911ee15d6dfac97e52 SHA512 11a82ae9f209326b4501c7e6d33c9932b370c4dcacb64d6783140e25688ad6391bbd113e51ee470fd8be12669124eac331593cfd02a040383b4f964ed6ec6154
diff --git a/sys-auth/nss-mdns/nss-mdns-0.14.1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.14.1.ebuild
deleted file mode 100644
index fcab1f1874b..00000000000
--- a/sys-auth/nss-mdns/nss-mdns-0.14.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal
-
-DESCRIPTION="Name Service Switch module for Multicast DNS"
-HOMEPAGE="https://github.com/lathiat/nss-mdns"
-SRC_URI="https://github.com/lathiat/nss-mdns/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( >=dev-libs/check-0.11[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
- local myconf=(
- # $(localstatedir)/run/... is used to locate avahi-daemon socket
- --localstatedir=/var
-
- $(use_enable test tests)
- )
-
- ECONF_SOURCE=${S} \
- econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
- dodoc *.md
-
- insinto /etc
- doins "${FILESDIR}"/mdns.allow
-}
-
-pkg_postinst() {
- ewarn "You have to 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."
-}
next reply other threads:[~2021-08-31 19:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 19:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-17 5:47 [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/ Sam James
2023-07-19 13:06 Pacho Ramos
2021-08-31 17:39 Sam James
2021-08-30 7:26 Agostino Sarubbo
2021-08-30 1:27 Sam James
2021-07-18 4:55 Georgy Yakovlev
2021-07-18 4:55 Georgy Yakovlev
2021-05-11 7:56 Michał Górny
2020-01-03 8:48 Michał Górny
2019-12-31 14:02 Agostino Sarubbo
2019-12-31 8:15 Agostino Sarubbo
2019-12-30 16:14 Agostino Sarubbo
2019-10-04 16:09 Michał Górny
2019-10-04 16:09 Michał Górny
2018-07-12 0:02 Mikle Kolyada
2018-06-02 9:55 Mikle Kolyada
2018-05-29 11:17 Thomas Deutschmann
2018-02-19 15:28 Michał Górny
2018-02-19 15:28 Michał Górny
2018-02-13 9:51 Michał Górny
2018-02-13 9:51 Michał Górny
2018-01-23 8:28 Michał Górny
2016-11-26 8:05 Michał Górny
2016-11-26 8:05 Michał Górny
2016-05-29 18:58 Amy Winston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1630436053.8716e3b561d0cae69948547ff957ef4a2c899afa.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox