app-crypt/certbot-dns-rfc2136: Remove package. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit eb0cd3ecd691c310dbe45873302cbee89d559e73
DIR parent c414b82044453835268a46db611fe20c84ba06e2
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 3 Aug 2022 08:48:29 +0200
app-crypt/certbot-dns-rfc2136: Remove package.
Now in guru.
Diffstat:
D app-crypt/certbot-dns-rfc2136/Mani… | 1 -
D app-crypt/certbot-dns-rfc2136/cert… | 33 -------------------------------
D app-crypt/certbot-dns-rfc2136/meta… | 8 --------
3 files changed, 0 insertions(+), 42 deletions(-)
---
DIR diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest
@@ -1 +0,0 @@
-DIST certbot-dns-rfc2136-1.28.0.tar.gz 1367671 BLAKE2B 01fda6c068217e32273b2c1ac97faa099f98da687d41796e1c98971ed6779ab4ff78e3309b7a6f82b9b0a891c5f00b5201bb3ce1bc879e5acbab3ccc4988ec31 SHA512 888f51dfcf4712b70ce7c99abfc52106384dcba2eef486db8b033bfcca3043bd0beaadce1c1e59f19c3a58b7fe454b2b64774de2e23f5d93579b3e1be1a7c08b
DIR diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.28.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.28.0.ebuild
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=(python3_{8..10})
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/certbot/certbot.git"
- inherit git-r3
- S=${WORKDIR}/${P}/${PN}
-else
- SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
- S=${WORKDIR}/certbot-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="RFC2136 DNS plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}]
- =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
- dev-python/dnspython[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
DIR diff --git a/app-crypt/certbot-dns-rfc2136/metadata.xml b/app-crypt/certbot-dns-rfc2136/metadata.xml
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>nyronium@genthree.io</email>
- <name>nyronium</name>
- </maintainer>
-</pkgmetadata>