From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B3AA138334 for ; Fri, 6 Dec 2019 19:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51563E084A; Fri, 6 Dec 2019 19:38:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D940E084A for ; Fri, 6 Dec 2019 19:38:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 321BE34D856 for ; Fri, 6 Dec 2019 19:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4538CC for ; Fri, 6 Dec 2019 19:38:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575661066.b3080e09829bf29f441c8bca5adb2ec43b1e625a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/certmgr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/certmgr/Manifest app-admin/certmgr/certmgr-2.0.1.ebuild app-admin/certmgr/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ app-admin/certmgr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b3080e09829bf29f441c8bca5adb2ec43b1e625a X-VCS-Branch: master Date: Fri, 6 Dec 2019 19:38:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10d9aeb5-0160-42f1-af33-1adf3187afcd X-Archives-Hash: bc592c8d596ec347a77636523675cdd8 commit: b3080e09829bf29f441c8bca5adb2ec43b1e625a Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 19:37:46 2019 +0000 Commit: Michał Górny gentoo 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 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 @@ - - - - - - cloudflare/certmgr - - 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 (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 (2019-10-20) # Testing version that breaks multiple plugins. Let's keep it masked # until upstream releases fixed versions.