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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48C31158013 for ; Thu, 7 Dec 2023 13:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F372BC018; Thu, 7 Dec 2023 13:40:23 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 44E172BC018 for ; Thu, 7 Dec 2023 13:40:23 +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 4244533BDC5 for ; Thu, 7 Dec 2023 13:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC37AC2 for ; Thu, 7 Dec 2023 13:40:20 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1701956081.a5c1030fa6a2d7c81a9493be2bf45c2255a23614.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/smartdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/smartdns/Manifest net-dns/smartdns/smartdns-42.ebuild X-VCS-Directories: net-dns/smartdns/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: a5c1030fa6a2d7c81a9493be2bf45c2255a23614 X-VCS-Branch: master Date: Thu, 7 Dec 2023 13:40:20 +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: 9ab3dd54-de82-466b-95e3-4a4c225f059a X-Archives-Hash: d25e08eb2383104f3586b3340639ece7 commit: a5c1030fa6a2d7c81a9493be2bf45c2255a23614 Author: Yixun Lan gentoo org> AuthorDate: Thu Dec 7 13:20:25 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Dec 7 13:34:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c1030f net-dns/smartdns: drop 42 Signed-off-by: Yixun Lan gentoo.org> net-dns/smartdns/Manifest | 1 - net-dns/smartdns/smartdns-42.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/net-dns/smartdns/Manifest b/net-dns/smartdns/Manifest index c69406e44bd7..3ae68ee227a3 100644 --- a/net-dns/smartdns/Manifest +++ b/net-dns/smartdns/Manifest @@ -1,2 +1 @@ -DIST smartdns-42.tar.gz 567079 BLAKE2B a42724f4aa540bf5f07ddebe46e75f16cd69098461b0f9a009a53a9570ff1bdc9ad605dfad79f94d5901ec21bdd3f91848dedce29cef3bf8a563ba94f4a76bb8 SHA512 7ad4ffbad056e84894dd23a18396afe6174a1137fa3edee4e12bf1487dd40d91158c89fd9e3c894603a51f639826acccdfdf1ddb8a25e77158dfe5bd54eb6f20 DIST smartdns-43.tar.gz 572029 BLAKE2B 8f4ec3b1b1a804a6624107ed3d97e8015690db9c405fc52d1e34ac9bda280ef0785b7d9648dfd41809a1f729679b6241f36b3c7a4dc88a60e77b2d0ca463ca69 SHA512 ab4ce7ac5fe05173a660f8dce61e7cc0ec8375ff7d64d08e854f73e5cfd78fec702220f076b75efe9518334a384b9689898d5c2856cc506d294b5325733bb9c6 diff --git a/net-dns/smartdns/smartdns-42.ebuild b/net-dns/smartdns/smartdns-42.ebuild deleted file mode 100644 index 96243a40fbf5..000000000000 --- a/net-dns/smartdns/smartdns-42.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd -DESCRIPTION="A local DNS server returns the fastest access results" -HOMEPAGE="https://github.com/pymumu/smartdns" -SRC_URI="https://github.com/pymumu/smartdns/archive/refs/tags/Release${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-libs/openssl:0=" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${PN}-Release${PV}" - -src_prepare() { - default - sed -i -e "/install .*default /d" \ - -e "/install .*init.d /d" Makefile || die -} - -src_install() { - emake DESTDIR="${D}" \ - SYSTEMDSYSTEMUNITDIR="$(systemd_get_systemunitdir)" install - - newconfd "${FILESDIR}"/smartdns.confd smartdns - newinitd "${FILESDIR}"/smartdns.initd smartdns -}