diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-12 00:08:13 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-12 00:08:13 +0100 |
commit | f0ddcad13515f66d2f3bf827d33c277bdba7e1dd (patch) | |
tree | 3e1da8fa4626163bda62e9e8b6129867de5be46d /dev-go/fuzzy | |
parent | 65ff3cc3bd9c3f8e718a67dfecf1f8215bf5d1d4 (diff) |
gentoo auto-resync : 12:06:2024 - 00:08:13
Diffstat (limited to 'dev-go/fuzzy')
-rw-r--r-- | dev-go/fuzzy/Manifest | 5 | ||||
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.3.ebuild | 32 | ||||
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.5.ebuild | 27 | ||||
-rw-r--r-- | dev-go/fuzzy/metadata.xml | 12 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-go/fuzzy/Manifest b/dev-go/fuzzy/Manifest deleted file mode 100644 index b59d7697456f..000000000000 --- a/dev-go/fuzzy/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST fuzzy-0.0.3.tar.gz 1931876 BLAKE2B e00c19a8b63f96e2fad8c2614409d8173cca758ae591ead363676c2055fd9ec1d29a038454fcd57153e72f4b08ed78f341dcfef0376a199ba6203369d62651fa SHA512 6ca0c1c0ca57454d183d1eab3cc375dde8f504b1f4726176106953dace7a3d2e42aedf0b9dabb49d9fb8a70dc184c112da7f789c04b01da5e5dff2b9e1e1f398 -DIST fuzzy-0.0.5.tar.gz 3352741 BLAKE2B df1239bbeae661519a1c0830eaa7000088bae737a46ea415fe9f8758dcb6977dae9eb7b8f661a678f7e588436a614f3edacd93e15741903514a6f9d8a6be1cc8 SHA512 39357e7adeb3e6fd1ec16c82f5b2a109c7a5218129d6c88486119aaed172c398f716d8fd83abf044c8833d6a06ee6a9114234f01e1f29d5974fe7b78ad9b84ea -EBUILD fuzzy-0.0.3.ebuild 691 BLAKE2B b953df6cd31a9e1b28e4bc22c5a5c630aafb36287822cfcd6f799d3d012fe3f637df4d3bfbcf521726f836df833035a0e52493d5807d86d9a5f49388608dbb7b SHA512 0db8ad806f2b5b7d822e45256bd54d9a1a8637ee148988f21580b9120d0191880cc48ff54bc11c759ccce57ff666f69a64f54de7506996a39857c3ffb68fd22a -EBUILD fuzzy-0.0.5.ebuild 612 BLAKE2B 05ee857529c90e6a374f1ff38a8e4bcfc6f44c84a5a8e047405a20bbd8406ac588f86a10a7bdd44aa1bd8d6442ad18ac01575d4588fea8b3feb6c9ed10199645 SHA512 51ede0fad5ef2bab999511336e615741f9ad710c4f21bff757926930f39318e2556c7adf2a8e8cf05903ae2ce9ac557537c9f45139b189ed8abbe616c882087b -MISC metadata.xml 394 BLAKE2B 515ca6f962ff0fd4c3b57b0af00bb61e79b2a9f640d441ea5ad60c298780ce0ae8f9e090fe26d5293627448062cbd8bd78db844e923d61ad0db4644e1410b0bf SHA512 3492dae90b43f94860e1c6d08868d238a60ff13ea060bc6ec7619698d4a8830de6354d67b40b7459149e585209dfd886a94474b92191212f275ae974cc2abf1e diff --git a/dev-go/fuzzy/fuzzy-0.0.3.ebuild b/dev-go/fuzzy/fuzzy-0.0.3.ebuild deleted file mode 100644 index 56b23bf0b011..000000000000 --- a/dev-go/fuzzy/fuzzy-0.0.3.ebuild +++ /dev/null @@ -1,32 +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 - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - inherit golang-vcs-snapshot -fi -inherit golang-build - -DESCRIPTION="Go library that provides fuzzy string matching" -HOMEPAGE="https://github.com/sahilm/fuzzy" -LICENSE="MIT" -SLOT="0/${PVR}" -IUSE="test" -RESTRICT+=" !test? ( test )" - -DEPEND="test? ( dev-go/godebug-pretty )" -RDEPEND="" - -src_install() { - golang-build_src_install - - pushd "src/${EGO_PN}" >/dev/null || die - einstalldocs - popd >/dev/null || die -} 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 -} diff --git a/dev-go/fuzzy/metadata.xml b/dev-go/fuzzy/metadata.xml deleted file mode 100644 index 8d9ea378941f..000000000000 --- a/dev-go/fuzzy/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>gentoo@culot.org</email> - <name>Frederic Culot</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -</pkgmetadata> |