public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/
Date: Thu, 26 Dec 2024 08:04:50 +0000 (UTC)	[thread overview]
Message-ID: <1735200256.c2dcf792a115de8e8ff7b59763da33441973f5cb.arkamar@gentoo> (raw)

commit:     c2dcf792a115de8e8ff7b59763da33441973f5cb
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 08:00:25 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 08:04:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2dcf792

net-libs/libmicrodns: drop 0.1.2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-libs/libmicrodns/Manifest                 |  1 -
 net-libs/libmicrodns/libmicrodns-0.1.2.ebuild | 31 ---------------------------
 2 files changed, 32 deletions(-)

diff --git a/net-libs/libmicrodns/Manifest b/net-libs/libmicrodns/Manifest
index 33dd11e9637f..0b116c6aae64 100644
--- a/net-libs/libmicrodns/Manifest
+++ b/net-libs/libmicrodns/Manifest
@@ -1,2 +1 @@
-DIST microdns-0.1.2.tar.xz 49420 BLAKE2B 247a82c3bb038487390ba967387e9d4cec638ee5315290387c5b8863afbd45cc0700a3ee6c0308db253a161b5c1d345f77808de96df3f31bfaa2ff74e8fa3c05 SHA512 a6b15c65c74560fdba8973c63ffae9cdde4445f54196bb2d7d6348f6c15f8f162ef0a4e91b969ea3f2a60c701c3cc72799fcfba2fbf08c37f71ba8d5e3409702
 DIST microdns-0.2.0.tar.xz 50544 BLAKE2B 6f224f7c891e2f14e7c1c97a259ffb323193f8362a728559a506dada6726b25618f86b71f33d7dd0c240d943f5e6b44fadcd2deabff7bacaa53968128d350a0c SHA512 fc642d463f52409e76515897e3662b7b08ee35dc760e595980c343a4fd24f1b76cdfbd4f91ea2115a02243be8ae8908670440ead96715c8983abb2a8559702b6

diff --git a/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild b/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild
deleted file mode 100644
index f49bd4643610..000000000000
--- a/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Minimal mDNS resolver (and announcer) library"
-HOMEPAGE="https://videolabs.io"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/videolabs/${PN}"
-else
-	SRC_URI="https://github.com/videolabs/${PN}/releases/download/${PV}/${P/lib/}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
-	S="${WORKDIR}/${P/lib/}"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature examples)
-		$(meson_feature test tests)
-	)
-	meson_src_configure
-}


             reply	other threads:[~2024-12-26  8:04 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-26  8:04 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 21:49 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ Sam James
2024-11-23 18:02 Arthur Zamarin
2024-11-23 17:26 Michał Górny
2024-11-23 14:28 Sam James
2024-11-23 12:09 Sam James
2024-07-08  0:49 Mike Gilbert
2024-07-05 17:41 Conrad Kostecki
2024-07-05 17:41 Conrad Kostecki
2023-06-30 13:33 Sam James
2022-12-03  6:08 WANG Xuerui
2022-12-03  6:08 WANG Xuerui
2020-04-14 21:47 Adam Feldman
2020-04-14 12:32 Agostino Sarubbo
2020-04-13 15:02 Agostino Sarubbo
2020-04-13 14:52 Agostino Sarubbo
2020-04-13 14:50 Agostino Sarubbo
2020-04-12  9:09 Mart Raudsepp
2020-04-11 20:16 Adam Feldman
2019-04-09  2:28 Aaron Bauman
2018-05-30 15:25 Mikle Kolyada
2018-05-30  1:19 Thomas Deutschmann
2018-05-06 19:34 Sergei Trofimovich
2018-04-30  8:16 Mikle Kolyada

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=1735200256.c2dcf792a115de8e8ff7b59763da33441973f5cb.arkamar@gentoo \
    --to=arkamar@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