From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E183138350 for ; Tue, 14 Apr 2020 21:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75D83E084A; Tue, 14 Apr 2020 21:47:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59D6CE084A for ; Tue, 14 Apr 2020 21:47:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 745D734F317 for ; Tue, 14 Apr 2020 21:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4A2197 for ; Tue, 14 Apr 2020 21:47:41 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1586900807.93473e2cd16939d513bc064738f4d639e513dd5c.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmicrodns/Manifest net-libs/libmicrodns/libmicrodns-0.0.9.ebuild X-VCS-Directories: net-libs/libmicrodns/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 93473e2cd16939d513bc064738f4d639e513dd5c X-VCS-Branch: master Date: Tue, 14 Apr 2020 21:47:41 +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: 85fa8876-4b23-4237-b88a-79be22ea664b X-Archives-Hash: 3e6218882728f766f417ef634ad372c4 commit: 93473e2cd16939d513bc064738f4d639e513dd5c Author: Adam Feldman gentoo org> AuthorDate: Tue Apr 14 21:46:47 2020 +0000 Commit: Adam Feldman gentoo 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 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 -}