From efa07d44a3f3f2946b17bbcd9660502c62324b18 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 10 Mar 2024 21:18:45 +0100 Subject: [PATCH] app-containers/dnsname: Drop package from overlay Signed-off-by: Nils Freydank --- app-containers/dnsname/Manifest | 2 - .../dnsname/dnsname-1.3.0_p20230526.ebuild | 55 ------------------- app-containers/dnsname/metadata.xml | 11 ---- profiles/package.mask | 10 ---- 4 files changed, 78 deletions(-) delete mode 100644 app-containers/dnsname/Manifest delete mode 100644 app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild delete mode 100644 app-containers/dnsname/metadata.xml diff --git a/app-containers/dnsname/Manifest b/app-containers/dnsname/Manifest deleted file mode 100644 index d8a124b..0000000 --- a/app-containers/dnsname/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST dnsname-1.3.0_p20230526-deps.tar.xz 34752452 BLAKE2B c6f49ab5b29ce597d15158c2c91a6e5db424f492e07cca278475d2755276d3135d60b7ccead6de2ee040e32c5e3b9693b6dfc02f909a146648f50cb51ead6ffd SHA512 8724a728f8b13f19a3a4bb3a74748d7f4afe90822447da2a90997bd0eed20e6ee6567d41462eaebcb9dc474678ff7892e86c4d6e3ba7d32c62290dcb128517ec -DIST dnsname-1.3.0_p20230526.gh.tar.gz 2525496 BLAKE2B fb61c16a9a58203423df93a32b4fd2e89df8f73db0f44f91215c73d29763fac36a6b06f03c963f821c143c4d298ff7ec34410529d336db4c779ac5cd12caff30 SHA512 1f240cd7333976f619289a4b97f202deeaab526358fe77c752e87f57a2f9f21c035de1141e10a5d082b042df635434c3a215154b957cd77be8acb1318c2bae85 diff --git a/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild b/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild deleted file mode 100644 index bbdd276..0000000 --- a/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -EGO_PN="github.com/containers/dnsname" -inherit go-module -COMMIT_ID="6685f68dbc13a95b73b9394b304927c6f518021c" - -DESCRIPTION="Name resolution for contaienrs" -HOMEPAGE="https://github.com/containers/dnsname" - -if [[ ${PV} == *_p* ]]; then - SRC_URI="https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT_ID}" -else - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi -# Add the manually vendored tarball. -# Compress the tarball with: xz -9kT0 --memlimit-decompress=256M -SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/holgersson-overlay/${P}-deps.tar.xz" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" -DOCS=( - README.md - README_PODMAN.md - RELEASE_NOTES.md - SECURITY.md - CODE-OF-CONDUCT.md - OWNERS -) - -src_compile() { - # Flags -w, -s: Omit debugging information to reduce binary size, - # see https://golang.org/cmd/link/. - local mygobuildargs=( - -ldflags="-X ${EGO_PN}/config.GitCommit=${GIT_COMMIT} -w -s" - -mod=vendor -v -work -x - ) - - go build "${mygobuildargs[@]}" "${EGO_PN}/plugins/meta/dnsname" \ - || die "go build failed" -} - -src_install() { - dobin "${PN}" - - dodoc "${DOCS[@]}" -} diff --git a/app-containers/dnsname/metadata.xml b/app-containers/dnsname/metadata.xml deleted file mode 100644 index 2660a61..0000000 --- a/app-containers/dnsname/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - containers/dnsname - - - nils.freydank@posteo.de - Nils Freydank - - diff --git a/profiles/package.mask b/profiles/package.mask index 1576100..ee9bbcc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -3,13 +3,3 @@ # syntax: # author (LANG=C date -u +"%Y-%m-%d) # reason -# -# Nils Freydank (2023-12-17) -# Upstream stopped developement in favour of -# netavark and aardvark-dns. Please migrate to -# app-containers/{netavark,aardvark-dns}. -# Only user is podman-compose which seems -# to work w/ the replacements, too. -# -# Removal after 2024-02-01. -app-containers/dnsname