From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79C34158176 for ; Mon, 06 Oct 2025 13:22:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5FA773409EC for ; Mon, 06 Oct 2025 13:22:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 576221102C9; Mon, 06 Oct 2025 13:22:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4EA3F1102C9 for ; Mon, 06 Oct 2025 13:22:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A2343409EC for ; Mon, 06 Oct 2025 13:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE8C3513 for ; Mon, 06 Oct 2025 13:21:59 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1759756895.12e2d4e2bec06876cf2ca14df136038861c67d0a.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mdns-scan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mdns-scan/Manifest net-analyzer/mdns-scan/mdns-scan-0.5.ebuild net-analyzer/mdns-scan/mdns-scan-0.5_p20200715.ebuild net-analyzer/mdns-scan/metadata.xml X-VCS-Directories: net-analyzer/mdns-scan/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 12e2d4e2bec06876cf2ca14df136038861c67d0a X-VCS-Branch: master Date: Mon, 06 Oct 2025 13:21:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 977ac85c-4e9c-431c-9c48-958e89bcab9d X-Archives-Hash: d24725aec972f9ca127c1d21d6def7c0 commit: 12e2d4e2bec06876cf2ca14df136038861c67d0a Author: Rick Farina gentoo org> AuthorDate: Mon Oct 6 13:19:47 2025 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Oct 6 13:21:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e2d4e2 net-analyzer/mdns-scan: eapi 7->8, minor fixes Signed-off-by: Rick Farina gentoo.org> net-analyzer/mdns-scan/Manifest | 2 +- net-analyzer/mdns-scan/mdns-scan-0.5.ebuild | 24 --------------------- .../mdns-scan/mdns-scan-0.5_p20200715.ebuild | 25 ++++++++++++++++++++++ net-analyzer/mdns-scan/metadata.xml | 3 +++ 4 files changed, 29 insertions(+), 25 deletions(-) diff --git a/net-analyzer/mdns-scan/Manifest b/net-analyzer/mdns-scan/Manifest index 03b55dbd1f04..4a5c5aaec7b4 100644 --- a/net-analyzer/mdns-scan/Manifest +++ b/net-analyzer/mdns-scan/Manifest @@ -1 +1 @@ -DIST mdns-scan-0.5.tar.gz 15181 BLAKE2B 318ee5560f9973c663d4a319182715c1452adf593c281df404dab9c87e4b0ea872e0cae1cd801a4e9b9f03019222b8969f4f70eeee7e1c3e2fa941ff7f3324a8 SHA512 732ecb5cd3830056dc61f3a688d72cbf18ef49c9efd7fc082e4d6fbf1a826fc50ddd372185e53cdcae0d819b6aa5e2834328d3799e0f0b37e0f493d162e7775d +DIST mdns-scan-0.5_p20200715.gh.tar.gz 15239 BLAKE2B 10378dacb3ea63dbc4c425a9316a42d29efc7ce86cd3f76b05f0ee9e64b9e2d68264f94047b6b82b3a2768d707dbcbf3f36514422378de7c68de91ace24a180c SHA512 99488093cd4adeca12138739acb64bd58419c270a3dcc204378d579f25a385ae324a343f023da1c4bd093034b0b324bff80a31f462068b122052390c6706cc49 diff --git a/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild b/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild deleted file mode 100644 index 4f83216b0ca3..000000000000 --- a/net-analyzer/mdns-scan/mdns-scan-0.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="a tool for scanning for mDNS/DNS-SD published services" -HOMEPAGE="http://0pointer.de/lennart/projects/mdns-scan/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - sed -i "s#-Wall -W -g -O0 -pipe#${CFLAGS} ${LDFLAGS}#" Makefile - sed -i "s#-o #${CFLAGS} ${LDFLAGS} -o #" Makefile - default -} - -src_install() { - dodir /usr/bin - default -} diff --git a/net-analyzer/mdns-scan/mdns-scan-0.5_p20200715.ebuild b/net-analyzer/mdns-scan/mdns-scan-0.5_p20200715.ebuild new file mode 100644 index 000000000000..6a3b4d50f29f --- /dev/null +++ b/net-analyzer/mdns-scan/mdns-scan-0.5_p20200715.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="a tool for scanning for mDNS/DNS-SD published services" +HOMEPAGE="https://github.com/alteholz/mdns-scan" +COMMIT="9c307d81d82812e423664e4ebe135f429d995ac8" +SRC_URI="https://github.com/alteholz/mdns-scan/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + sed -i "s#-Wall -W -g -O0 -pipe#${CFLAGS}#" Makefile + sed -i "s#-o #${LDFLAGS} -o #" Makefile + default +} + +src_install() { + dodir /usr/bin + default +} diff --git a/net-analyzer/mdns-scan/metadata.xml b/net-analyzer/mdns-scan/metadata.xml index a0fddf470150..931f42e224f7 100644 --- a/net-analyzer/mdns-scan/metadata.xml +++ b/net-analyzer/mdns-scan/metadata.xml @@ -5,4 +5,7 @@ Rick Farina zerochaos@gentoo.org + + alteholz/mdns-scan +