diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 17:04:11 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 17:16:15 +0000 |
commit | af9ac10fc09fc0a9bd189d8941286468544a0e56 (patch) | |
tree | 37aed69d60844620783b3d2f2318578718a36601 /app-crypt | |
parent | dev-libs/ebtree: use dodoc (diff) | |
download | portage-af9ac10fc09fc0a9bd189d8941286468544a0e56.tar.xz |
app-crypt/ct-submit: remove old
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ct-submit/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/ct-submit/ct-submit-1.1.2.ebuild | 23 | ||||
-rw-r--r-- | app-crypt/ct-submit/metadata.xml | 11 |
3 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/ct-submit/Manifest b/app-crypt/ct-submit/Manifest deleted file mode 100644 index dce57f40..00000000 --- a/app-crypt/ct-submit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ct-submit-1.1.2.tar.gz 3100 BLAKE2B c17ae75aaef7cef03d704bd92cf645175c47167e2202f90c912ba23999b0c110e439fcb76eeb5029ca82fb5ebe1014faec45bd465714b2bbcbae8cdbea0f4cfe SHA512 176525890dc6333a852495b834200a2bdc7680a534be4cd9d73c934c3f1c5faee5b15c87e6f2f2b055ceb89296e80eff6499f11636d18be867b68bb215189dbc diff --git a/app-crypt/ct-submit/ct-submit-1.1.2.ebuild b/app-crypt/ct-submit/ct-submit-1.1.2.ebuild deleted file mode 100644 index 7468618d..00000000 --- a/app-crypt/ct-submit/ct-submit-1.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -EGO_PN=. -inherit golang-build - -DESCRIPTION="Submits X.509 certificate to Certificate Transparency log servers" -HOMEPAGE="https://github.com/grahamedgecombe/ct-submit" -SRC_URI="https://github.com/grahamedgecombe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DOCS=( README.markdown ) - -src_install () { - newbin "${P}" "${PN}" - - einstalldocs -} diff --git a/app-crypt/ct-submit/metadata.xml b/app-crypt/ct-submit/metadata.xml deleted file mode 100644 index ebb1c87b..00000000 --- a/app-crypt/ct-submit/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bertrand@jacquin.bzh</email> - <name>Bertrand Jacquin</name> - </maintainer> - <upstream> - <remote-id type="github">monero-ecosystem/vanity-monero</remote-id> - </upstream> -</pkgmetadata> |