commit: d02c91d31c4e9aabd252fc8c94521ed00f9fe064
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:34:33 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02c91d3
dev-go/sanitized-anchor-name: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-go/sanitized-anchor-name/Manifest | 1 -
.../sanitized-anchor-name-0_pre20150822.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-go/sanitized-anchor-name/Manifest
b/dev-go/sanitized-anchor-name/Manifest
index 2cd5276f786..40a947811da 100644
--- a/dev-go/sanitized-anchor-name/Manifest
+++ b/dev-go/sanitized-anchor-name/Manifest
@@ -1,2 +1 @@
-DIST sanitized-anchor-name-0_pre20150822.tar.gz 1298 BLAKE2B
1f599969b2e52317bb582d563af3c694814d8766358000c295972b3b1b18a1cfb0705e5f9369f0d3fa957107c01e01787833694af855a23eda21d49dabd48d04
SHA512
9fcaecd3962b2d4681faea7ef022b1cd6a9a6fe6c02a9608a7c57fcdb77eff6148be05debf6beb548530a9e56225596290525eb01b082601a3ee18130c9349f0
DIST sanitized-anchor-name-0_pre20151027.tar.gz 1941 BLAKE2B
7ef4ed22d34a9dbc56396a0b04fdf75e5384f941588116a44ecbb7b19f070fb2f4930b93b364b97c784e3f0a60832a9ea4c8d2007623548f12c93928cb36682c
SHA512
06b8bf3f8d89a93c565de9b4219211ad08c91b2442ba31ef8bffa02c7ee823ae4f57ed8b39b4ac1eb326e5d12c65b56b16833c28fc97623c732bb6ea685a3c2a
diff --git
a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
deleted file mode 100644
index 62f49d86f1b..00000000000
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN=github.com/shurcooL/sanitized_anchor_name
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm64"
- EGIT_COMMIT="244f5ac"
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="A Go function to provide sanitized anchor names"
-HOMEPAGE="https://github.com/shurcooL/sanitized_anchor_name"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""