summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 12:02:52 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:18:10 +0200
commit926eea3e922cfd2838406863d7b602267cb066fc (patch)
tree9b74a58079411ae31d38dfd86c053acdc6a98f47 /app-admin/certmgr
parentdev-python/pynacl: Drop old (diff)
downloadgentoo-926eea3e922cfd2838406863d7b602267cb066fc.tar.gz
gentoo-926eea3e922cfd2838406863d7b602267cb066fc.tar.bz2
gentoo-926eea3e922cfd2838406863d7b602267cb066fc.zip
app-admin/certmgr: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/certmgr')
-rw-r--r--app-admin/certmgr/Manifest1
-rw-r--r--app-admin/certmgr/certmgr-1.6.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/certmgr/Manifest b/app-admin/certmgr/Manifest
index c296cbba25ad..5cf08ff9b2a0 100644
--- a/app-admin/certmgr/Manifest
+++ b/app-admin/certmgr/Manifest
@@ -1,2 +1 @@
-DIST certmgr-1.6.0.tar.gz 31187831 BLAKE2B a1269aac2817f077fa2aae3d14f692aa5c83b0f53ffe041b9436754a93c7970dcc24bed94259e05b99105de5400b3b8c5e22bde087fe365a1c21b8eaf4b3e4a3 SHA512 65b0cb8d5b7a3b76698b3b3aa8c2b9db88d08fed209044668cb19f13eca69714a7a4bc8a20bbf60af05f5c9e39b221801a36e90c8b1c647dbf07952ac385e6ea
DIST certmgr-2.0.1.tar.gz 2696154 BLAKE2B 0267c82dcf89297495bd46930bb53a176b0329aa933dd8a8b8a96b377133741f45e1a16e0beccb36540ef3c25d28f2af324a976ccac7c769c0cad06d2fb4d20c SHA512 b0de0fff3af435631b26ad4f3b0c1178b3f2e784545939b8dd4a90ee29918c879aea1afc774a23655e7e10526d7a8d13f95cb0740e407eb60110dabc56fdeeb5
diff --git a/app-admin/certmgr/certmgr-1.6.0.ebuild b/app-admin/certmgr/certmgr-1.6.0.ebuild
deleted file mode 100644
index 6951be522070..000000000000
--- a/app-admin/certmgr/certmgr-1.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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
-}