Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/smartdns/
Date: Mon, 05 Sep 2022 13:11:37
Message-Id: 1662383280.e59fd6a2a1794f80179767f1434a4aa57b25ddfd.dlan@gentoo
1 commit: e59fd6a2a1794f80179767f1434a4aa57b25ddfd
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 13:07:27 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 13:08:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59fd6a2
7
8 net-dns/smartdns: drop 36.1, 37
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 net-dns/smartdns/Manifest | 2 --
13 net-dns/smartdns/smartdns-36.1.ebuild | 33 ---------------------------------
14 net-dns/smartdns/smartdns-37.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/net-dns/smartdns/Manifest b/net-dns/smartdns/Manifest
18 index 498ecd39dd26..50dda240411e 100644
19 --- a/net-dns/smartdns/Manifest
20 +++ b/net-dns/smartdns/Manifest
21 @@ -1,3 +1 @@
22 -DIST smartdns-36.1.tar.gz 499257 BLAKE2B c0bca0b8751afd67d7628d993f1093fb95c0864d153e65ebb31d0f9ccf76c7581f98a7fc16cf503cfa83f4d3e9b05e7c21818f34fa34ce770e9e0f0c3eced921 SHA512 88da539f12351bfef256e93d851a08247699ed2f08724abd5d0cc770a6b0475e0540d2aef6f43524edc48cccd9f58db3ad4c68561b26812bf8863b543748c549
23 DIST smartdns-37.2.tar.gz 518486 BLAKE2B 3e7855e91b87b2daa5df3e7f9759ed0778afb7326a3649363da2aac899d8f8ada0b95e5ef6296e2d2295e665ea5ae6bf2a88d4d860f432eb82e5e1aff32bbc8e SHA512 16276cc2d1922e6f8657aa86a7bfe6b05d35cd0663bb6934620b5cc45db614594341cc6fa3acfa7d3d59fdd262b56f3bdc0839d97ffde6540c05c54d5c7a40d8
24 -DIST smartdns-37.tar.gz 517246 BLAKE2B c39e46016eeee4c5ecf6bce35a40588f1680ac07bfc70c8beb035bf1e253764c93aead0aa6673246bd52cf42f34c48ec44ab139d76d4c35069675f689d408efc SHA512 469c0d8ed382dce11abc6ac82cc7cff4f88194bac5d32b51afd6c7be10452f20d00eed0e296aac57073ad6624c6441c24d89bc304b3e3c706b214c1a019b9bd8
25
26 diff --git a/net-dns/smartdns/smartdns-36.1.ebuild b/net-dns/smartdns/smartdns-36.1.ebuild
27 deleted file mode 100644
28 index b3addca60631..000000000000
29 --- a/net-dns/smartdns/smartdns-36.1.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit systemd
38 -DESCRIPTION="A local DNS server returns the fastest access results"
39 -HOMEPAGE="https://github.com/pymumu/smartdns"
40 -SRC_URI="https://github.com/pymumu/smartdns/archive/refs/tags/Release${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -
46 -DEPEND="dev-libs/openssl:0="
47 -RDEPEND="${DEPEND}"
48 -BDEPEND=""
49 -
50 -S="${WORKDIR}/${PN}-Release${PV}"
51 -
52 -src_prepare() {
53 - default
54 - sed -i -e "/install .*default /d" \
55 - -e "/install .*init.d /d" Makefile || die
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" \
60 - SYSTEMDSYSTEMUNITDIR="$(systemd_get_systemunitdir)" install
61 -
62 - newconfd "${FILESDIR}"/smartdns.confd smartdns
63 - newinitd "${FILESDIR}"/smartdns.initd smartdns
64 -}
65
66 diff --git a/net-dns/smartdns/smartdns-37.ebuild b/net-dns/smartdns/smartdns-37.ebuild
67 deleted file mode 100644
68 index b3addca60631..000000000000
69 --- a/net-dns/smartdns/smartdns-37.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -inherit systemd
78 -DESCRIPTION="A local DNS server returns the fastest access results"
79 -HOMEPAGE="https://github.com/pymumu/smartdns"
80 -SRC_URI="https://github.com/pymumu/smartdns/archive/refs/tags/Release${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="GPL-3"
83 -SLOT="0"
84 -KEYWORDS="~amd64"
85 -
86 -DEPEND="dev-libs/openssl:0="
87 -RDEPEND="${DEPEND}"
88 -BDEPEND=""
89 -
90 -S="${WORKDIR}/${PN}-Release${PV}"
91 -
92 -src_prepare() {
93 - default
94 - sed -i -e "/install .*default /d" \
95 - -e "/install .*init.d /d" Makefile || die
96 -}
97 -
98 -src_install() {
99 - emake DESTDIR="${D}" \
100 - SYSTEMDSYSTEMUNITDIR="$(systemd_get_systemunitdir)" install
101 -
102 - newconfd "${FILESDIR}"/smartdns.confd smartdns
103 - newinitd "${FILESDIR}"/smartdns.initd smartdns
104 -}