commit: 36a53c7d148dbf2fe4d18499b82b6b79035ea81f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:35:44 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a53c7d
dev-go/blackfriday: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-go/blackfriday/blackfriday-9999.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-go/blackfriday/blackfriday-9999.ebuild
b/dev-go/blackfriday/blackfriday-9999.ebuild
deleted file mode 100644
index 7dc1e0a7fd5..00000000000
--- a/dev-go/blackfriday/blackfriday-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN=github.com/russross/${PN}
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64"
- EGIT_COMMIT="8cec3a8"
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="a markdown processor implemented in Go"
-HOMEPAGE="https://github.com/russross/blackfriday"
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-DEPEND="dev-go/sanitized-anchor-name"
-RDEPEND=""