diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 09:15:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 09:15:33 +0300 |
commit | 7ea38a287ea6800e006e60f15881212b2b0ad13c (patch) | |
tree | 97b8d5bd950933b57f84ae4261e0a7265d8a298d /dev-go/fuzzy/fuzzy-0.0.5.ebuild | |
parent | app-emulation/docker-machine: treeclean (diff) | |
download | gentoo-7ea38a287ea6800e006e60f15881212b2b0ad13c.tar.gz gentoo-7ea38a287ea6800e006e60f15881212b2b0ad13c.tar.bz2 gentoo-7ea38a287ea6800e006e60f15881212b2b0ad13c.zip |
dev-go/fuzzy: treeclean
Closes: https://bugs.gentoo.org/732134
Closes: https://bugs.gentoo.org/931725
Bug: https://bugs.gentoo.org/844649
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-go/fuzzy/fuzzy-0.0.5.ebuild')
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.5.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-go/fuzzy/fuzzy-0.0.5.ebuild b/dev-go/fuzzy/fuzzy-0.0.5.ebuild deleted file mode 100644 index 2c74c729222c..000000000000 --- a/dev-go/fuzzy/fuzzy-0.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN=github.com/sahilm/fuzzy - -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Go library that provides fuzzy string matching" -HOMEPAGE="https://github.com/sahilm/fuzzy" -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PVR}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT+=" !test? ( test )" - -DEPEND="test? ( dev-go/godebug-pretty )" - -src_install() { - golang-build_src_install - - pushd "src/${EGO_PN}" >/dev/null || die - einstalldocs - popd >/dev/null || die -} |