net-dns/getdns: Version bump to 1.4.2
authorQuentin Retornaz <gentoo@retornaz.com>
Mon, 14 May 2018 21:40:21 +0000 (23:40 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 15 May 2018 01:01:50 +0000 (21:01 -0400)
net-dns/getdns/Manifest
net-dns/getdns/files/stubby.systemd [deleted file]
net-dns/getdns/files/stubby.tmpfilesd [deleted file]
net-dns/getdns/getdns-1.4.2.ebuild [moved from net-dns/getdns/getdns-1.4.1-r2.ebuild with 93% similarity]

index 2df8dc169a73809bd172fa66d2cb9ee5a648f706..a6b311b8e0b79ca42006049d5a98db908d4bd900 100644 (file)
@@ -1 +1 @@
-DIST getdns-1.4.1.tar.gz 1055348 BLAKE2B 3b664e669327f5d866e6b40defb3ee4b62a09be228cac726478dbc6843b64aaf49faa328e1013700daf554c4df1144a8d56cca9d9405057d35b89b8ab7ae1f43 SHA512 b15da1c898d4bb4e5dcd93b47f481696dd456d8a841b02122c46035f3da27ca13b5513e7b6a00e943d1a5f5cec8c5ce1f13729d3ce0c887d8faa31d201864b27
+DIST getdns-1.4.2.tar.gz 1059122 BLAKE2B 79399bb70e58bf449e99052c9f32ebb9d4e6ac26c753d99963d591661ee04ccfaf58e4f35589187a9a89fd9bccc0bff9d319c8b11da9522fbb17a915612ce9bd SHA512 fbbbe80df0f66e295c590c1751c11fcfc66efa200203ce1fdc11a471130fbaa837fa6bade076e17e1dac03d71c3522a67a660f2bdb4766aead19119da355bdd4
diff --git a/net-dns/getdns/files/stubby.systemd b/net-dns/getdns/files/stubby.systemd
deleted file mode 100644 (file)
index b85b8e9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=stubby DNS resolver
-
-[Service]
-WorkingDirectory=/run/stubby
-ExecStart=/usr/bin/stubby
-AmbientCapabilities=CAP_NET_BIND_SERVICE
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-User=stubby
-
-[Install]
-WantedBy=multi-user.target
diff --git a/net-dns/getdns/files/stubby.tmpfilesd b/net-dns/getdns/files/stubby.tmpfilesd
deleted file mode 100644 (file)
index bf70492..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# tmpfiles.d (5) for use with stubby.service
-d /run/stubby 0750 root stubby - -
similarity index 93%
rename from net-dns/getdns/getdns-1.4.1-r2.ebuild
rename to net-dns/getdns/getdns-1.4.2.ebuild
index bff5d734d08eb87d5ddb707ab019903e705a79ac..c0978a76f061750d300b86e369b7246b6efa0ded 100644 (file)
@@ -54,8 +54,8 @@ src_install() {
                newconfd "${FILESDIR}"/stubby.confd-r1 stubby
                insinto /etc/logrotate.d
                newins "${FILESDIR}"/stubby.logrotate stubby
-               systemd_newunit "${FILESDIR}"/stubby.systemd stubby.service
-               systemd_newtmpfilesd "${FILESDIR}"/stubby.tmpfilesd stubby.conf
+               systemd_dounit "${S}"/stubby/systemd/stubby.service
+               systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf
        fi
 }