commit:     b3080e09829bf29f441c8bca5adb2ec43b1e625a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 19:37:46 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 19:37:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3080e09

app-admin/certmgr: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694690
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/certmgr/Manifest             |  1 -
 app-admin/certmgr/certmgr-2.0.1.ebuild | 31 -------------------------------
 app-admin/certmgr/metadata.xml         |  8 --------
 profiles/package.mask                  |  8 --------
 4 files changed, 48 deletions(-)

diff --git a/app-admin/certmgr/Manifest b/app-admin/certmgr/Manifest
deleted file mode 100644
index 5cf08ff9b2a..00000000000
--- a/app-admin/certmgr/Manifest
+++ /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
index eeb5ddc69b9..00000000000
--- a/app-admin/certmgr/certmgr-2.0.1.ebuild
+++ /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
index e0546fc77f9..00000000000
--- a/app-admin/certmgr/metadata.xml
+++ /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>

diff --git a/profiles/package.mask b/profiles/package.mask
index b2f2f9fedfe..82d65ae72e2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -572,14 +572,6 @@ media-gfx/opcion
 media-gfx/aoi
 media-gfx/exiftags
 
-# Michał Górny <mgo...@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 <mgo...@gentoo.org> (2019-10-20)
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.

Reply via email to