* [gentoo-commits] repo/gentoo:master commit in: dev-go/fuzzy/
@ 2018-03-30 18:08 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-03-30 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 6360f43aa6d931b05cdd5f3bb793c6e4138391bd
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Mar 28 21:49:40 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:08:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6360f43a
dev-go/fuzzy: new package
new dependency of www-plugins/browserpass
dev-go/fuzzy/Manifest | 1 +
dev-go/fuzzy/fuzzy-0.0.3.ebuild | 31 +++++++++++++++++++++++++++++++
dev-go/fuzzy/metadata.xml | 12 ++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-go/fuzzy/Manifest b/dev-go/fuzzy/Manifest
new file mode 100644
index 00000000000..4db5ff403a3
--- /dev/null
+++ b/dev-go/fuzzy/Manifest
@@ -0,0 +1 @@
+DIST fuzzy-0.0.3.tar.gz 1931876 BLAKE2B e00c19a8b63f96e2fad8c2614409d8173cca758ae591ead363676c2055fd9ec1d29a038454fcd57153e72f4b08ed78f341dcfef0376a199ba6203369d62651fa SHA512 6ca0c1c0ca57454d183d1eab3cc375dde8f504b1f4726176106953dace7a3d2e42aedf0b9dabb49d9fb8a70dc184c112da7f789c04b01da5e5dff2b9e1e1f398
diff --git a/dev-go/fuzzy/fuzzy-0.0.3.ebuild b/dev-go/fuzzy/fuzzy-0.0.3.ebuild
new file mode 100644
index 00000000000..6ea5cd48cd4
--- /dev/null
+++ b/dev-go/fuzzy/fuzzy-0.0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+
+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/metadata.xml b/dev-go/fuzzy/metadata.xml
new file mode 100644
index 00000000000..004ae50f4a5
--- /dev/null
+++ b/dev-go/fuzzy/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" >
+ <email>lluixhi@gmail.com</email>
+ <name>Aric Belsito</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/fuzzy/
@ 2018-07-07 12:15 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2018-07-07 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 32a5fdd3f41421faca90e2b370a262d184cde001
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 7 08:59:03 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 12:14:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a5fdd3
dev-go/fuzzy: Maintainer retired
Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-go/fuzzy/metadata.xml | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-go/fuzzy/metadata.xml b/dev-go/fuzzy/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/dev-go/fuzzy/metadata.xml
+++ b/dev-go/fuzzy/metadata.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" >
- <email>lluixhi@gmail.com</email>
- <name>Aric Belsito</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>
+ <!-- maintainer-needed -->
+ </pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/fuzzy/
@ 2018-08-25 6:27 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-08-25 6:27 UTC (permalink / raw
To: gentoo-commits
commit: 75e5afb1cceb86fd6712a55d467910c0e466ff2a
Author: Frederic Culot <culot <AT> FreeBSD <DOT> org>
AuthorDate: Fri Aug 24 11:08:00 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 06:26:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e5afb1
dev-go/fuzzy: 0.0.5 version bump
Closes: https://bugs.gentoo.org/664466
Closes: https://github.com/gentoo/gentoo/pull/9683
dev-go/fuzzy/Manifest | 1 +
dev-go/fuzzy/fuzzy-0.0.5.ebuild | 26 ++++++++++++++++++++++++++
dev-go/fuzzy/metadata.xml | 11 +++++++++--
3 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/dev-go/fuzzy/Manifest b/dev-go/fuzzy/Manifest
index 4db5ff403a3..853d2e0f4ee 100644
--- a/dev-go/fuzzy/Manifest
+++ b/dev-go/fuzzy/Manifest
@@ -1 +1,2 @@
DIST fuzzy-0.0.3.tar.gz 1931876 BLAKE2B e00c19a8b63f96e2fad8c2614409d8173cca758ae591ead363676c2055fd9ec1d29a038454fcd57153e72f4b08ed78f341dcfef0376a199ba6203369d62651fa SHA512 6ca0c1c0ca57454d183d1eab3cc375dde8f504b1f4726176106953dace7a3d2e42aedf0b9dabb49d9fb8a70dc184c112da7f789c04b01da5e5dff2b9e1e1f398
+DIST fuzzy-0.0.5.tar.gz 3352741 BLAKE2B df1239bbeae661519a1c0830eaa7000088bae737a46ea415fe9f8758dcb6977dae9eb7b8f661a678f7e588436a614f3edacd93e15741903514a6f9d8a6be1cc8 SHA512 39357e7adeb3e6fd1ec16c82f5b2a109c7a5218129d6c88486119aaed172c398f716d8fd83abf044c8833d6a06ee6a9114234f01e1f29d5974fe7b78ad9b84ea
diff --git a/dev-go/fuzzy/fuzzy-0.0.5.ebuild b/dev-go/fuzzy/fuzzy-0.0.5.ebuild
new file mode 100644
index 00000000000..f3a87065a16
--- /dev/null
+++ b/dev-go/fuzzy/fuzzy-0.0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+
+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
index 585b0dc75dd..e8523f5eab1 100644
--- a/dev-go/fuzzy/metadata.xml
+++ b/dev-go/fuzzy/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- </pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@culot.org</email>
+ <name>Frederic Culot</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-25 6:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25 6:27 [gentoo-commits] repo/gentoo:master commit in: dev-go/fuzzy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2018-07-07 12:15 Jonas Stein
2018-03-30 18:08 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox