+++ /dev/null
-DIST certmgr-2.0.1.tar.gz 2696154 BLAKE2B 0267c82dcf89297495bd46930bb53a176b0329aa933dd8a8b8a96b377133741f45e1a16e0beccb36540ef3c25d28f2af324a976ccac7c769c0cad06d2fb4d20c SHA512 b0de0fff3af435631b26ad4f3b0c1178b3f2e784545939b8dd4a90ee29918c879aea1afc774a23655e7e10526d7a8d13f95cb0740e407eb60110dabc56fdeeb5
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?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>
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.