public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adam Feldman" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/
Date: Tue, 14 Apr 2020 21:47:41 +0000 (UTC)	[thread overview]
Message-ID: <1586900807.93473e2cd16939d513bc064738f4d639e513dd5c.np-hardass@gentoo> (raw)

commit:     93473e2cd16939d513bc064738f4d639e513dd5c
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 21:46:47 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 21:46:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93473e2c

net-libs/libmicrodns: Drop old

Bug: https://bugs.gentoo.org/714606
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

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

diff --git a/net-libs/libmicrodns/Manifest b/net-libs/libmicrodns/Manifest
index f320b7e3316..213f1c4e11f 100644
--- a/net-libs/libmicrodns/Manifest
+++ b/net-libs/libmicrodns/Manifest
@@ -1,2 +1 @@
-DIST libmicrodns-0.0.9.tar.gz 57333 BLAKE2B a9e1d099d4588863dee3c2735a2e3f9cd46212729c342e06cccad1a8e997e85964e7f917ce97f50c0cccd21c1662ef9baf7392333ea666ff65b0577f57bab692 SHA512 6f7dbf1a324fed847131745498895ab0773dfc3c7bb96a05bf0fd3df0c0ce19d7f607789f7a5350d34e91e7ba323ee57196eb37ce351f83a9faa82c5fc8d89a8
 DIST microdns-0.1.2.tar.xz 49420 BLAKE2B 247a82c3bb038487390ba967387e9d4cec638ee5315290387c5b8863afbd45cc0700a3ee6c0308db253a161b5c1d345f77808de96df3f31bfaa2ff74e8fa3c05 SHA512 a6b15c65c74560fdba8973c63ffae9cdde4445f54196bb2d7d6348f6c15f8f162ef0a4e91b969ea3f2a60c701c3cc72799fcfba2fbf08c37f71ba8d5e3409702

diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
deleted file mode 100644
index c19ecde564f..00000000000
--- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.0.9-null-addr-fix.patch" )
-
-src_prepare() {
-	default
-	eautoreconf
-}


             reply	other threads:[~2020-04-14 21:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 21:47 Adam Feldman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26  8:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ Petr Vaněk
2024-11-25 21:49 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 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=1586900807.93473e2cd16939d513bc064738f4d639e513dd5c.np-hardass@gentoo \
    --to=np-hardass@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