net-dns/smartdns: drop 46

Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2025-10-10 14:24:14 +00:00
parent 74a1cb4828
commit 22035800a6
2 changed files with 0 additions and 32 deletions

View File

@@ -1,3 +1,2 @@
DIST smartdns-46.1.tar.gz 636232 BLAKE2B c03e45f0c83753628c2d20d597b150baa50b71ba3d4ad1d5755b190343b82ae4ef011851db8151f0a2c7472b41c18ef610eaa34ecbb382e00f528857569d7c9b SHA512 0f0feddf6dc989e76915ed407803b0fb34ff1f0d93c303921429bab5d1638649c8f9cd1aad1db69c55e0085214836c05223eaf1423b99f8ee882aca3af69f96f
DIST smartdns-46.tar.gz 633211 BLAKE2B 2cf550fb88da183a9899995a6b9e030d887c13d16b7cdc479678ac6f8bd411894413f00a4bba02a4ac2dbf6781b7f1c66b18b8fd20c4a522472b514f6777dbaf SHA512 4798b5d75412864f707a2de5bc72c38fdfdc278156dc00c7f5d0ab3af95d605544a86368b56cc41bc7465fa6c063bc742a0c0e797c266aa472bf9d21398313f7
DIST smartdns-47.tar.gz 803642 BLAKE2B b1462e04e3cf27d84717d4d38adf1097680ef92ecce6dd756f5d8b466677085e53c18c1648708844af23dc4dcb16c35a9952491a98105e796ba731175c4ff327 SHA512 309a698c2e789a52313a7a2a47284516d86ace7844810566e9a1a9518a1933451f3fad710af8167a7df2983e8464ef406ee4a581ca73bea2802c95c8478caa92

View File

@@ -1,31 +0,0 @@
# Copyright 2022-2024 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"
S="${WORKDIR}/${PN}-Release${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/openssl:0="
RDEPEND="${DEPEND}"
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
}