summaryrefslogtreecommitdiff
path: root/net-dns/coredns
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-dns/coredns
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-dns/coredns')
-rw-r--r--net-dns/coredns/Manifest6
-rw-r--r--net-dns/coredns/coredns-1.12.1.ebuild108
-rw-r--r--net-dns/coredns/coredns-1.12.2.ebuild108
-rw-r--r--net-dns/coredns/coredns-1.13.2.ebuild108
-rw-r--r--net-dns/coredns/coredns-9999.ebuild108
-rw-r--r--net-dns/coredns/files/Corefile.example12
-rw-r--r--net-dns/coredns/files/coredns.confd9
-rw-r--r--net-dns/coredns/files/coredns.initd30
-rw-r--r--net-dns/coredns/files/coredns.logrotated7
-rw-r--r--net-dns/coredns/files/coredns.service22
-rw-r--r--net-dns/coredns/files/coredns.tmpfiles1
-rw-r--r--net-dns/coredns/metadata.xml28
12 files changed, 0 insertions, 547 deletions
diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest
deleted file mode 100644
index 27f517c492c5..000000000000
--- a/net-dns/coredns/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST coredns-1.12.1-deps.tar.xz 9209492 BLAKE2B cf56598af4244c254933be32d966d857ddae2f2e95b0adef8ebbb7cf418a532fc62ca4c1d191164f6ef564d3ff42b93cee6e4fa0c90299e4d998c02652f312df SHA512 03859e65ab80fcfe2a9f7f539c8f987dbcad5b2017aa85b8ddfb90b555ada5e7bdc817d4590cbc6d3f7186a1d897592bb6b0e81b4d0dc1aa505ee89616184b90
-DIST coredns-1.12.1.tar.gz 669045 BLAKE2B b1f75863a44b4cd75ab0d01f595576553a27bda11d989f78195181d78374d6bc208d25be8450c79b5a51ca5c7bffc90cbc273221688d86b6b71d2ab0acd2ad4c SHA512 a0b941a9631bb2429a7dab3cd4cff59aaba7c4c73cb16b9a7ae40894b968a0de47af656a77cfb3ad57ccfa7334be1e1a4d5ca33cab7bd426b7eb217c3ffb04b5
-DIST coredns-1.12.2-deps.tar.xz 9286816 BLAKE2B 2a51001080bf5a09edb7921319019d797dc5df58dcdfb765c283ba0bf4d198c6246698a0f5935819e159ea60d4e81430490e0a03753aad1c5ee7a08c772b0dfc SHA512 8a9e64aece6dfa535b9e149ceef86a85edcf2da880131da4e527842ec8f2da4daeea4af8ce07da196f2e5cb2c95e1839725937ad69bf3282e08f60f36b34a619
-DIST coredns-1.12.2.tar.gz 702782 BLAKE2B d6fbd6f4e43837e56da8a958361d69c26f824b1663d8be48f90d40dfcc32b85907130e762f32fa4ad32b9d98c9374c72537fa4cb322692aafeb5d778cb7e1399 SHA512 eeb209a60223ed1d41f904570c37e25bbc69217d78facfce521b25d787528877a8d4309856813fb2878b2531cc832ee6e07a339c01544c7c18079d700d1346bb
-DIST coredns-1.13.2-deps.tar.xz 9947332 BLAKE2B 0e3d0fb5c89144b053b4010fc8d12b14b439555ea05bafd9e5cd78f143f98df3298f8879473639f78a386fed547ed9fde0de182562e50c0a7c45a91f821ce876 SHA512 9eb83d4293bf12517f0f127660f5c725f7c79a841820b3849df55812341745455997e22e7c70910562aa103a32cbc8b9273f9ef734d79f00baf851ecde94d87a
-DIST coredns-1.13.2.tar.gz 748835 BLAKE2B 9552492c1df10185338e79e2419547b4c82386f717d0bd624b7c91ac85cb734c95554a21c7c87953a1a60b2d27ca290337d75fd85f2e2b0214b046fa93a54228 SHA512 1c325a6c9424c831e2652dc129e0688bde2766c7cc4a407ab0b2967ae782060d81ec52a1bfed27baf051ed9fecbae82a2bd423e5abf31e08699c4cf5f30a95a8
diff --git a/net-dns/coredns/coredns-1.12.1.ebuild b/net-dns/coredns/coredns-1.12.1.ebuild
deleted file mode 100644
index d75b5734abba..000000000000
--- a/net-dns/coredns/coredns-1.12.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module multiprocessing systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="CoreDNS is a DNS server that chains plugins"
-HOMEPAGE="https://github.com/coredns/coredns"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/coredns/coredns.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
- KEYWORDS="amd64"
-fi
-
-# main
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" MIT BSD ISC MPL-2.0 BSD-2"
-
-SLOT="0"
-# TODO: debug test failure with deps tarball
-RESTRICT="test"
-
-RDEPEND="acct-user/coredns
- acct-group/coredns"
-
-FILECAPS=(
- -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
-)
-
-src_unpack() {
- if [[ ${PV} == 9999* ]]; then
- git-r3_src_unpack
- go-module_live_vendor
- else
- default
- fi
-}
-
-src_prepare() {
- [[ ${PV} != 9999* ]] && { ln -sv ../vendor ./ || die ; }
- default
-}
-
-src_compile() {
- [[ ${PV} == 9999* ]] && local GIT_COMMIT="$(git describe --dirty --always)"
- ego build -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=${GIT_COMMIT}"
-}
-
-src_install() {
- dobin "${PN}"
- einstalldocs
- doman man/*
-
- newinitd "${FILESDIR}"/coredns.initd coredns
- newconfd "${FILESDIR}"/coredns.confd coredns
-
- insinto /etc/coredns/
- newins "${FILESDIR}"/Corefile.example Corefile
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/coredns.logrotated coredns
-
- systemd_dounit "${FILESDIR}"/coredns.service
- newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
-}
-
-src_test() {
- # eclass default '-x' makes tests output unreadable
- export GOFLAGS="-v -mod=readonly"
-
- local known_fail=(
- "TestZoneExternalCNAMELookupWithProxy"
- "TestMetricsSeveralBlocs"
- "TestMetricsAvailable"
- "TestMetricsAvailableAfterReload"
- "TestMetricsAvailableAfterReloadAndFailedReload"
- )
- # concat as '|^Test1$|^Test2$|^Test3...$':
- local known_fail_re="$(printf '|^%s$' "${known_fail[@]}")"
- # drop '|' in the begining:
- known_fail_re="${known_fail_re:1}"
-
- local working_tests_re="$(
- # get list of all test:
- { GOFLAGS="-mod=readonly" go test -list . ./... ||
- die "Can't get list of tests"; } |
- # skip "no tests" messages as well as know failures:
- grep -v -E " |${known_fail_re}" |
- # format a regexp:
- sed -z 's/\n/$|^/g'
- )"
- # drop '|^' in the end:
- working_tests_re="^${working_tests_re::-2}"
-
- go test -race -run "${working_tests_re}" ./... || die "Tests failed"
- go test -race -run "${known_fail_re}" ./... || ewarn "Known test failure"
-}
-
-pkg_postinst() {
- fcaps_pkg_postinst
- tmpfiles_process ${PN}.conf
-}
diff --git a/net-dns/coredns/coredns-1.12.2.ebuild b/net-dns/coredns/coredns-1.12.2.ebuild
deleted file mode 100644
index d75b5734abba..000000000000
--- a/net-dns/coredns/coredns-1.12.2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module multiprocessing systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="CoreDNS is a DNS server that chains plugins"
-HOMEPAGE="https://github.com/coredns/coredns"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/coredns/coredns.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
- KEYWORDS="amd64"
-fi
-
-# main
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" MIT BSD ISC MPL-2.0 BSD-2"
-
-SLOT="0"
-# TODO: debug test failure with deps tarball
-RESTRICT="test"
-
-RDEPEND="acct-user/coredns
- acct-group/coredns"
-
-FILECAPS=(
- -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
-)
-
-src_unpack() {
- if [[ ${PV} == 9999* ]]; then
- git-r3_src_unpack
- go-module_live_vendor
- else
- default
- fi
-}
-
-src_prepare() {
- [[ ${PV} != 9999* ]] && { ln -sv ../vendor ./ || die ; }
- default
-}
-
-src_compile() {
- [[ ${PV} == 9999* ]] && local GIT_COMMIT="$(git describe --dirty --always)"
- ego build -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=${GIT_COMMIT}"
-}
-
-src_install() {
- dobin "${PN}"
- einstalldocs
- doman man/*
-
- newinitd "${FILESDIR}"/coredns.initd coredns
- newconfd "${FILESDIR}"/coredns.confd coredns
-
- insinto /etc/coredns/
- newins "${FILESDIR}"/Corefile.example Corefile
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/coredns.logrotated coredns
-
- systemd_dounit "${FILESDIR}"/coredns.service
- newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
-}
-
-src_test() {
- # eclass default '-x' makes tests output unreadable
- export GOFLAGS="-v -mod=readonly"
-
- local known_fail=(
- "TestZoneExternalCNAMELookupWithProxy"
- "TestMetricsSeveralBlocs"
- "TestMetricsAvailable"
- "TestMetricsAvailableAfterReload"
- "TestMetricsAvailableAfterReloadAndFailedReload"
- )
- # concat as '|^Test1$|^Test2$|^Test3...$':
- local known_fail_re="$(printf '|^%s$' "${known_fail[@]}")"
- # drop '|' in the begining:
- known_fail_re="${known_fail_re:1}"
-
- local working_tests_re="$(
- # get list of all test:
- { GOFLAGS="-mod=readonly" go test -list . ./... ||
- die "Can't get list of tests"; } |
- # skip "no tests" messages as well as know failures:
- grep -v -E " |${known_fail_re}" |
- # format a regexp:
- sed -z 's/\n/$|^/g'
- )"
- # drop '|^' in the end:
- working_tests_re="^${working_tests_re::-2}"
-
- go test -race -run "${working_tests_re}" ./... || die "Tests failed"
- go test -race -run "${known_fail_re}" ./... || ewarn "Known test failure"
-}
-
-pkg_postinst() {
- fcaps_pkg_postinst
- tmpfiles_process ${PN}.conf
-}
diff --git a/net-dns/coredns/coredns-1.13.2.ebuild b/net-dns/coredns/coredns-1.13.2.ebuild
deleted file mode 100644
index 7ec1f40a29fa..000000000000
--- a/net-dns/coredns/coredns-1.13.2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module systemd tmpfiles
-
-DESCRIPTION="CoreDNS is a DNS server that chains plugins"
-HOMEPAGE="https://github.com/coredns/coredns"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/coredns/coredns.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
- KEYWORDS="amd64"
-fi
-
-# main
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" MIT BSD ISC MPL-2.0 BSD-2"
-
-SLOT="0"
-# TODO: debug test failure with deps tarball
-RESTRICT="test"
-
-RDEPEND="acct-user/coredns
- acct-group/coredns"
-
-FILECAPS=(
- -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
-)
-
-src_unpack() {
- if [[ ${PV} == 9999* ]]; then
- git-r3_src_unpack
- go-module_live_vendor
- else
- default
- fi
-}
-
-src_prepare() {
- [[ ${PV} != 9999* ]] && { ln -sv ../vendor ./ || die ; }
- default
-}
-
-src_compile() {
- [[ ${PV} == 9999* ]] && local GIT_COMMIT="$(git describe --dirty --always)"
- ego build -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=${GIT_COMMIT}"
-}
-
-src_install() {
- dobin "${PN}"
- einstalldocs
- doman man/*
-
- newinitd "${FILESDIR}"/coredns.initd coredns
- newconfd "${FILESDIR}"/coredns.confd coredns
-
- insinto /etc/coredns/
- newins "${FILESDIR}"/Corefile.example Corefile
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/coredns.logrotated coredns
-
- systemd_dounit "${FILESDIR}"/coredns.service
- newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
-}
-
-src_test() {
- # eclass default '-x' makes tests output unreadable
- export GOFLAGS="-v -mod=readonly"
-
- local known_fail=(
- "TestZoneExternalCNAMELookupWithProxy"
- "TestMetricsSeveralBlocs"
- "TestMetricsAvailable"
- "TestMetricsAvailableAfterReload"
- "TestMetricsAvailableAfterReloadAndFailedReload"
- )
- # concat as '|^Test1$|^Test2$|^Test3...$':
- local known_fail_re="$(printf '|^%s$' "${known_fail[@]}")"
- # drop '|' in the begining:
- known_fail_re="${known_fail_re:1}"
-
- local working_tests_re="$(
- # get list of all test:
- { GOFLAGS="-mod=readonly" go test -list . ./... ||
- die "Can't get list of tests"; } |
- # skip "no tests" messages as well as know failures:
- grep -v -E " |${known_fail_re}" |
- # format a regexp:
- sed -z 's/\n/$|^/g'
- )"
- # drop '|^' in the end:
- working_tests_re="^${working_tests_re::-2}"
-
- go test -race -run "${working_tests_re}" ./... || die "Tests failed"
- go test -race -run "${known_fail_re}" ./... || ewarn "Known test failure"
-}
-
-pkg_postinst() {
- fcaps_pkg_postinst
- tmpfiles_process ${PN}.conf
-}
diff --git a/net-dns/coredns/coredns-9999.ebuild b/net-dns/coredns/coredns-9999.ebuild
deleted file mode 100644
index ff646063f771..000000000000
--- a/net-dns/coredns/coredns-9999.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module systemd tmpfiles
-
-DESCRIPTION="CoreDNS is a DNS server that chains plugins"
-HOMEPAGE="https://github.com/coredns/coredns"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/coredns/coredns.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-# main
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" MIT BSD ISC MPL-2.0 BSD-2"
-
-SLOT="0"
-# TODO: debug test failure with deps tarball
-RESTRICT="test"
-
-RDEPEND="acct-user/coredns
- acct-group/coredns"
-
-FILECAPS=(
- -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
-)
-
-src_unpack() {
- if [[ ${PV} == 9999* ]]; then
- git-r3_src_unpack
- go-module_live_vendor
- else
- default
- fi
-}
-
-src_prepare() {
- [[ ${PV} != 9999* ]] && { ln -sv ../vendor ./ || die ; }
- default
-}
-
-src_compile() {
- [[ ${PV} == 9999* ]] && local GIT_COMMIT="$(git describe --dirty --always)"
- ego build -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=${GIT_COMMIT}"
-}
-
-src_install() {
- dobin "${PN}"
- einstalldocs
- doman man/*
-
- newinitd "${FILESDIR}"/coredns.initd coredns
- newconfd "${FILESDIR}"/coredns.confd coredns
-
- insinto /etc/coredns/
- newins "${FILESDIR}"/Corefile.example Corefile
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/coredns.logrotated coredns
-
- systemd_dounit "${FILESDIR}"/coredns.service
- newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
-}
-
-src_test() {
- # eclass default '-x' makes tests output unreadable
- export GOFLAGS="-v -mod=readonly"
-
- local known_fail=(
- "TestZoneExternalCNAMELookupWithProxy"
- "TestMetricsSeveralBlocs"
- "TestMetricsAvailable"
- "TestMetricsAvailableAfterReload"
- "TestMetricsAvailableAfterReloadAndFailedReload"
- )
- # concat as '|^Test1$|^Test2$|^Test3...$':
- local known_fail_re="$(printf '|^%s$' "${known_fail[@]}")"
- # drop '|' in the begining:
- known_fail_re="${known_fail_re:1}"
-
- local working_tests_re="$(
- # get list of all test:
- { GOFLAGS="-mod=readonly" go test -list . ./... ||
- die "Can't get list of tests"; } |
- # skip "no tests" messages as well as know failures:
- grep -v -E " |${known_fail_re}" |
- # format a regexp:
- sed -z 's/\n/$|^/g'
- )"
- # drop '|^' in the end:
- working_tests_re="^${working_tests_re::-2}"
-
- go test -race -run "${working_tests_re}" ./... || die "Tests failed"
- go test -race -run "${known_fail_re}" ./... || ewarn "Known test failure"
-}
-
-pkg_postinst() {
- fcaps_pkg_postinst
- tmpfiles_process ${PN}.conf
-}
diff --git a/net-dns/coredns/files/Corefile.example b/net-dns/coredns/files/Corefile.example
deleted file mode 100644
index f26e78f2f652..000000000000
--- a/net-dns/coredns/files/Corefile.example
+++ /dev/null
@@ -1,12 +0,0 @@
-. {
- loop
-
- bind 127.0.0.1 ::1
-
- health 127.0.0.1:8092
- log
- errors
- cache 600
-
- #forward . tls://9.9.9.9
-}
diff --git a/net-dns/coredns/files/coredns.confd b/net-dns/coredns/files/coredns.confd
deleted file mode 100644
index 4686ab97ccd3..000000000000
--- a/net-dns/coredns/files/coredns.confd
+++ /dev/null
@@ -1,9 +0,0 @@
-###
-# CoreDNS config
-#
-
-COREDNS_CONFIG="/etc/coredns/Corefile"
-COREDNS_EXTRA_ARGS=""
-
-# Uncomment / edit to enable healthchecks
-#COREDNS_HEALTHCHECK_URI="127.0.0.1:8092/health"
diff --git a/net-dns/coredns/files/coredns.initd b/net-dns/coredns/files/coredns.initd
deleted file mode 100644
index 7ddca41e75b0..000000000000
--- a/net-dns/coredns/files/coredns.initd
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2017-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-description="CoreDNS service"
-pidfile="${pidfile:-"/run/${SVCNAME}.pid"}"
-user="${user:-root}"
-group="${group:-root}"
-
-supervisor="supervise-daemon"
-command="/usr/bin/coredns"
-command_args="-conf ${COREDNS_CONFIG} ${CORENDS_EXTRA_ARGS}"
-
-start_stop_daemon_args="--user ${user} --group ${group} \
- --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
- --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
-
-depend() {
- after net
-}
-
-if [ -n "${COREDNS_HEALTHCHECK_URI}" ]; then
- healthcheck_delay=20
- healthcheck_timer=30
-
- healthcheck() {
- command -v wget || return 0
- wget -Oq- "${COREDNS_HEALTHCHECK_URI}"
- }
-fi
diff --git a/net-dns/coredns/files/coredns.logrotated b/net-dns/coredns/files/coredns.logrotated
deleted file mode 100644
index 19572fbcad9c..000000000000
--- a/net-dns/coredns/files/coredns.logrotated
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/coredns/*.log {
- missingok
- size 5M
- rotate 3
- compress
- copytruncate
-}
diff --git a/net-dns/coredns/files/coredns.service b/net-dns/coredns/files/coredns.service
deleted file mode 100644
index fc2ec10c5c43..000000000000
--- a/net-dns/coredns/files/coredns.service
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=CoreDNS DNS server
-Documentation=man:coredns(1)
-Documentation=https://coredns.io
-After=network-online.target
-Wants=network-online.target
-
-[Service]
-PermissionsStartOnly=true
-LimitNOFILE=1048576
-LimitNPROC=512
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-AmbientCapabilities=CAP_NET_BIND_SERVICE
-NoNewPrivileges=true
-User=coredns
-WorkingDirectory=~
-ExecStart=/usr/bin/coredns -conf=/etc/coredns/Corefile
-ExecReload=/bin/kill -SIGUSR1 $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
diff --git a/net-dns/coredns/files/coredns.tmpfiles b/net-dns/coredns/files/coredns.tmpfiles
deleted file mode 100644
index 9f7c82a18991..000000000000
--- a/net-dns/coredns/files/coredns.tmpfiles
+++ /dev/null
@@ -1 +0,0 @@
-d /var/lib/coredns 0755 coredns coredns -
diff --git a/net-dns/coredns/metadata.xml b/net-dns/coredns/metadata.xml
deleted file mode 100644
index 924b78453af7..000000000000
--- a/net-dns/coredns/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- <name>Zac Medico</name>
- </maintainer>
- <maintainer type="person" proxied="yes">
- <email>me@rahil.rocks</email>
- <name>Rahil Bhimjiani</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
- CoreDNS is a DNS server/forwarder, written in Go, that chains plugins.
- It is fast and flexible. The key word here is flexible:
- with CoreDNS you are able to do what you want with your DNS data by utilizing plugins.
- CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS (RFC 7858),
- also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard).
- </longdescription>
- <upstream>
- <remote-id type="github">coredns/coredns</remote-id>
- <bugs-to>https://github.com/coredns/coredns/issues</bugs-to>
- <doc>https://coredns.io/manual/toc/</doc>
- </upstream>
-</pkgmetadata>