mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-go/golicense: Remove last-rited pkg
Closes: https://bugs.gentoo.org/913755 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST golicense-0.2.0-deps.tar.xz 225705296 BLAKE2B c12ef35a80c49e50a752bbb30916b739799eebd4a9b5ab8d8448a81f5d2d1813959b52cdb281325628bae43ed2351efd52277f8b4184f6aff2e1aae05e2b1c03 SHA512 63d3cfb75ad6712bb6bf35ba6c811bd630f6fa08f4f3f3bcbebd9332a06593462fd5fd6689547b9d9cc6ee8cf0ca9521fa8ff79d1d8c3a17a239c7a81cf4ec2e
|
||||
DIST golicense-0.2.0.tar.gz 28331 BLAKE2B a7f6fb968b129a30fda75cb296e2885a03fa603709de4b31262f6e355a4faf245d5ad2a2e53343a217dc02d1fca1d18a2f4ebed4c09eaadc7d9d2a45bd20661d SHA512 2e377fa361fa3d45aa2cf3bf9b054c94ea3aa40654e9eff5b68d4b8c7f0583cca7861501e9922b41b176c9e757cb9bc2d9d1f3ebd0ca31ddfe6caf019aa672d6
|
||||
@@ -1,23 +0,0 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="detect licenses used in Go binaries"
|
||||
HOMEPAGE="https://github.com/mitchellh/golicense"
|
||||
SRC_URI="https://github.com/mitchellh/golicense/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
|
||||
|
||||
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin golicense
|
||||
dodoc README.md
|
||||
}
|
||||
@@ -1,8 +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>
|
||||
</pkgmetadata>
|
||||
@@ -265,12 +265,6 @@ dev-python/awxkit
|
||||
# Removal on 2024-01-21. Bug #907758.
|
||||
media-sound/guayadeque
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-12-22)
|
||||
# Abandoned and archived upstream. Known broken. No revdeps.
|
||||
# dev-go/lichen is the recommended replacement.
|
||||
# Removal on 2024-01-21. Bug #913755.
|
||||
dev-go/golicense
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2024-01-31)
|
||||
# KDE Plasma 6 RC2 (5.93) and Frameworks 6 RC2 (5.249) mask
|
||||
# *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME ***
|
||||
|
||||
Reference in New Issue
Block a user