app-admin/certmgr: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Fri, 6 Dec 2019 19:37:46 +0000 (20:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 6 Dec 2019 19:37:46 +0000 (20:37 +0100)
Closes: https://bugs.gentoo.org/694690
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-admin/certmgr/Manifest [deleted file]
app-admin/certmgr/certmgr-2.0.1.ebuild [deleted file]
app-admin/certmgr/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-admin/certmgr/Manifest b/app-admin/certmgr/Manifest
deleted file mode 100644 (file)
index 5cf08ff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST certmgr-2.0.1.tar.gz 2696154 BLAKE2B 0267c82dcf89297495bd46930bb53a176b0329aa933dd8a8b8a96b377133741f45e1a16e0beccb36540ef3c25d28f2af324a976ccac7c769c0cad06d2fb4d20c SHA512 b0de0fff3af435631b26ad4f3b0c1178b3f2e784545939b8dd4a90ee29918c879aea1afc774a23655e7e10526d7a8d13f95cb0740e407eb60110dabc56fdeeb5
diff --git a/app-admin/certmgr/certmgr-2.0.1.ebuild b/app-admin/certmgr/certmgr-2.0.1.ebuild
deleted file mode 100644 (file)
index eeb5ddc..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/cloudflare/${PN}"
-inherit golang-build golang-vcs-snapshot
-
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Automated certificate management using a CFSSL CA"
-HOMEPAGE="https://github.com/cloudflare/certmgr"
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
-       pushd src || die
-       GOPATH="${S}" go install -v ${EGO_PN}/cmd/... || die
-       popd || die
-}
-
-src_install() {
-       dobin bin/*
-       pushd src/${EGO_PN} || die
-       dodoc README.md
-       popd || die
-}
diff --git a/app-admin/certmgr/metadata.xml b/app-admin/certmgr/metadata.xml
deleted file mode 100644 (file)
index e0546fc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">cloudflare/certmgr</remote-id>
-       </upstream>
-</pkgmetadata>
index b2f2f9fedfe4baca18cb3761aa2ea0232d5cb82b..82d65ae72e27ebf4ac09fd43a503087773b4dfc6 100644 (file)
@@ -572,14 +572,6 @@ media-gfx/opcion
 media-gfx/aoi
 media-gfx/exiftags
 
-# Michał Górny <mgorny@gentoo.org> (2019-11-05)
-# The following packages are unmaintained and have incorrect LICENSE
-# entries.  All of them have additional bugs reported.
-#
-# app-admin/certmgr: #694690
-# Removal in 30 days.
-app-admin/certmgr
-
 # Michał Górny <mgorny@gentoo.org> (2019-10-20)
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.