public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/, profiles/
@ 2022-01-16 17:36 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-01-16 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2cc25cb54e18dfd1675ebe2ff635eaa18a4ba30b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 17:34:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:34:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc25cb5

dev-go/blackfriday: treeclean

Closes: https://bugs.gentoo.org/819639
Closes: https://bugs.gentoo.org/681208
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-go/blackfriday/Manifest                        |  2 --
 .../blackfriday/blackfriday-1.2_p20150720.ebuild   | 23 ----------------------
 dev-go/blackfriday/blackfriday-1.4.ebuild          | 23 ----------------------
 dev-go/blackfriday/metadata.xml                    | 11 -----------
 profiles/package.mask                              |  5 -----
 5 files changed, 64 deletions(-)

diff --git a/dev-go/blackfriday/Manifest b/dev-go/blackfriday/Manifest
deleted file mode 100644
index 0127bd756182..000000000000
--- a/dev-go/blackfriday/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST blackfriday-1.2_p20150720.tar.gz 67598 BLAKE2B 2d00c4bf8194311358467b518da8f53e6adef37196323263d1854112e452e3980960bd1ad73a4af8824810e4e6e5650f9b78e2ac4db5de376567da2a5eabfeef SHA512 5c660539e50deef488f380d0dfe9cdfdae6b01f946743b439d08f7a448bda83ac4e0dc906d19458f1760ce9cd1192d5398d0c961dd762417b4af2cf18bff1777
-DIST blackfriday-1.4.tar.gz 69438 BLAKE2B 67104f972c45c828262efa297c196afc352de9e3b13b96dd8add7694cb6e7d1a5ecde599f5276dfb8aec083fcbbc1867d13d0a3d2251cc4ecc3aa6587d4891e4 SHA512 595b0c2cef166bbebdae39bbda3987409ff3c849a3eb0de73cfeff1b9afd64b4febfaa5ed3f7ef4b8020bbecbf5dfb479e7034249c58651429b3e7e5fb5107be

diff --git a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
deleted file mode 100644
index 02fbba9277fe..000000000000
--- a/dev-go/blackfriday/blackfriday-1.2_p20150720.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/russross/${PN}
-
-if [[ ${PV} = *9999* ]]; then
-	inherit golang-vcs
-else
-	KEYWORDS="amd64 ~arm64"
-	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=""

diff --git a/dev-go/blackfriday/blackfriday-1.4.ebuild b/dev-go/blackfriday/blackfriday-1.4.ebuild
deleted file mode 100644
index a9dbefcdc077..000000000000
--- a/dev-go/blackfriday/blackfriday-1.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/russross/${PN}
-
-if [[ ${PV} = *9999* ]]; then
-	inherit golang-vcs
-else
-	KEYWORDS="~amd64 ~arm ~arm64"
-	EGIT_COMMIT="v${PV}"
-	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="dev-go/sanitized-anchor-name:="

diff --git a/dev-go/blackfriday/metadata.xml b/dev-go/blackfriday/metadata.xml
deleted file mode 100644
index 0a17da1ee45b..000000000000
--- a/dev-go/blackfriday/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>williamh@gentoo.org</email>
-		<name>William Hubbs</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">russross/blackfriday</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index b0500258812f..8e21a430497d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,11 +297,6 @@ dev-java/jrrd
 # Removal on 2022-01-16.  Bug #829410.
 dev-python/hacking
 
-# William Hubbs <williamh@gentoo.org> (2021-12-15)
-# This is a go module and is included in projects directly.
-# Bug #819639; masked for removal on 2022-01-15.
-dev-go/blackfriday
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2021-12-14)
 # AT&T decided to roll back community changes in March 2020
 # for version 2020.x.x


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-16 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-16 17:36 [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/, profiles/ Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox