diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 09:17:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 09:17:59 +0300 |
commit | da883abe1b3e3373ad7713e50949c5a7c2bcaeba (patch) | |
tree | 84fa221eb002d147f94a90c1db3f28638f823d12 /dev-go | |
parent | dev-go/godebug-pretty: treeclean (diff) | |
download | gentoo-da883abe1b3e3373ad7713e50949c5a7c2bcaeba.tar.gz gentoo-da883abe1b3e3373ad7713e50949c5a7c2bcaeba.tar.bz2 gentoo-da883abe1b3e3373ad7713e50949c5a7c2bcaeba.zip |
dev-go/sanitized-anchor-name: treeclean
Closes: https://bugs.gentoo.org/931725
Bug: https://bugs.gentoo.org/844682
Bug: https://bugs.gentoo.org/681206
Bug: https://bugs.gentoo.org/588912
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-go')
4 files changed, 0 insertions, 58 deletions
diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest deleted file mode 100644 index 40a947811daa..000000000000 --- a/dev-go/sanitized-anchor-name/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sanitized-anchor-name-0_pre20151027.tar.gz 1941 BLAKE2B 7ef4ed22d34a9dbc56396a0b04fdf75e5384f941588116a44ecbb7b19f070fb2f4930b93b364b97c784e3f0a60832a9ea4c8d2007623548f12c93928cb36682c SHA512 06b8bf3f8d89a93c565de9b4219211ad08c91b2442ba31ef8bffa02c7ee823ae4f57ed8b39b4ac1eb326e5d12c65b56b16833c28fc97623c732bb6ea685a3c2a diff --git a/dev-go/sanitized-anchor-name/metadata.xml b/dev-go/sanitized-anchor-name/metadata.xml deleted file mode 100644 index 70992a8f2050..000000000000 --- a/dev-go/sanitized-anchor-name/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">shurcooL/sanitized_anchor_name</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild deleted file mode 100644 index 3524b34619b0..000000000000 --- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.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/shurcooL/sanitized_anchor_name - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="amd64 ~arm ~arm64" - EGIT_COMMIT=10ef21a - 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="" diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild deleted file mode 100644 index 4eb1bd3d3b38..000000000000 --- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-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=6 -EGO_PN=github.com/shurcooL/sanitized_anchor_name - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - EGIT_COMMIT=10ef21a - 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="" |