public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2017-05-19 13:14 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-05-19 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     da09ac44fb20dff40323d47197ad93e8e400227e
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Apr  2 18:07:51 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 13:14:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da09ac44

sys-fs/tmsu: new ebuild

Closes: https://github.com/gentoo/gentoo/pull/4347
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-fs/tmsu/Manifest          |  1 +
 sys-fs/tmsu/metadata.xml      | 21 +++++++++++++++++++++
 sys-fs/tmsu/tmsu-0.6.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
new file mode 100644
index 00000000000..c909ea38cc3
--- /dev/null
+++ b/sys-fs/tmsu/Manifest
@@ -0,0 +1 @@
+DIST tmsu-0.6.1.tar.gz 92874 SHA256 00483d9ca12cb868e9587207556a8293bd43ee5a2993a6fe9f0c93edef918a7f SHA512 53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512 WHIRLPOOL 3f5de7d6935464b2bef84408146e2458048e51fbfd63a88055ba560c738c4d24fade4484be44729187d06a5a2af407d4fd7c7fbb1b24731f8a78b743825f05a7

diff --git a/sys-fs/tmsu/metadata.xml b/sys-fs/tmsu/metadata.xml
new file mode 100644
index 00000000000..06bdd804eaf
--- /dev/null
+++ b/sys-fs/tmsu/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		TMSU is a tool for tagging your files. It provides a simple
+		command-line utility for applying tags and a virtual
+		filesystem to give you a tag-based view of your files from
+		any other program.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">oniony/TMSU</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sys-fs/tmsu/tmsu-0.6.1.ebuild b/sys-fs/tmsu/tmsu-0.6.1.ebuild
new file mode 100644
index 00000000000..d37b3371128
--- /dev/null
+++ b/sys-fs/tmsu/tmsu-0.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-build
+
+EGO_PN="github.com/oniony/TMSU/"
+DESCRIPTION="Files tagger and virtual tag-based filesystem"
+HOMEPAGE="https://github.com/oniony/TMSU/wiki"
+SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test zsh-completion"
+
+RDEPEND="
+	zsh-completion? ( app-shells/zsh )
+"
+DEPEND="
+	dev-go/go-sqlite3
+	dev-lang/go
+	dev-libs/go-fuse
+"
+
+src_unpack() {
+	default
+	mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
+}
+
+src_install() {
+	dobin misc/bin/*
+	doman misc/man/tmsu.*
+	newbin TMSU tmsu
+
+	if use zsh-completion ; then
+		insinto /usr/share/zsh/site-functions
+		doins misc/zsh/_tmsu
+	fi
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2017-11-15  7:57 Amy Liffey
  0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2017-11-15  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a79b297fb03eaada881c1eeef02b308f1a4e96d1
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Nov 14 02:53:01 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 07:54:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79b297f

sys-fs/tmsu: version bump 0.7.0

Closes:https://bugs.gentoo.org/637180
Closes:#6186

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-fs/tmsu/Manifest          |  1 +
 sys-fs/tmsu/tmsu-0.7.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index c909ea38cc3..3b86034bb04 100644
--- a/sys-fs/tmsu/Manifest
+++ b/sys-fs/tmsu/Manifest
@@ -1 +1,2 @@
 DIST tmsu-0.6.1.tar.gz 92874 SHA256 00483d9ca12cb868e9587207556a8293bd43ee5a2993a6fe9f0c93edef918a7f SHA512 53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512 WHIRLPOOL 3f5de7d6935464b2bef84408146e2458048e51fbfd63a88055ba560c738c4d24fade4484be44729187d06a5a2af407d4fd7c7fbb1b24731f8a78b743825f05a7
+DIST tmsu-0.7.0.tar.gz 98108 SHA256 758cc9776244d3e2e164d9779d0c1ec3a02a624ab52e1f13023f0084f5521a84 SHA512 c3f719f4962291a9701d2438381aeb65ea470b896ab6acf5a0871b1984bbb2758380a73ddc94c2b37ea2a45477fb66eb1a2afcae3f1e7ca3e469913f7562bd66 WHIRLPOOL 2ef383ee32bd2a3bdcb80ba0b11d6fa91d72020cb7328995b9f50c4fbcfa7f523323d2efcb261557ade50293757fa828934321cf5e5b9b452b788d80fe0920ec

diff --git a/sys-fs/tmsu/tmsu-0.7.0.ebuild b/sys-fs/tmsu/tmsu-0.7.0.ebuild
new file mode 100644
index 00000000000..d37b3371128
--- /dev/null
+++ b/sys-fs/tmsu/tmsu-0.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-build
+
+EGO_PN="github.com/oniony/TMSU/"
+DESCRIPTION="Files tagger and virtual tag-based filesystem"
+HOMEPAGE="https://github.com/oniony/TMSU/wiki"
+SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test zsh-completion"
+
+RDEPEND="
+	zsh-completion? ( app-shells/zsh )
+"
+DEPEND="
+	dev-go/go-sqlite3
+	dev-lang/go
+	dev-libs/go-fuse
+"
+
+src_unpack() {
+	default
+	mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
+}
+
+src_install() {
+	dobin misc/bin/*
+	doman misc/man/tmsu.*
+	newbin TMSU tmsu
+
+	if use zsh-completion ; then
+		insinto /usr/share/zsh/site-functions
+		doins misc/zsh/_tmsu
+	fi
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2020-01-03 19:26 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-01-03 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8d1ff250a90d06907692f225c67ffbebc95cd178
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Dec 13 03:17:50 2018 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 19:26:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1ff250

sys-fs/tmsu: version bump to 0.7.4

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://bugs.gentoo.org/669810
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
Closes: https://github.com/gentoo/gentoo/pull/10626
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/tmsu/Manifest          |  1 +
 sys-fs/tmsu/tmsu-0.7.4.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index 133a72c041b..f4289969409 100644
--- a/sys-fs/tmsu/Manifest
+++ b/sys-fs/tmsu/Manifest
@@ -1,2 +1,3 @@
 DIST tmsu-0.6.1.tar.gz 92874 BLAKE2B 492145376c1e96dfab5be2692ae98d5171e6a3797bd132151ecf34db27c223be429fb7ca675f6724f875884b30e2887e0c357f9ed0020de7a2fda6718280dd5d SHA512 53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512
 DIST tmsu-0.7.0.tar.gz 98108 BLAKE2B 560d7a241d6e6ca3a0e3cde4a446af458bebf83ae8449d043789756bca56c1cbe03453d23dbc397ae205df68c38e14e9ffff7ebfec107b45a7fc4671a527dbb5 SHA512 c3f719f4962291a9701d2438381aeb65ea470b896ab6acf5a0871b1984bbb2758380a73ddc94c2b37ea2a45477fb66eb1a2afcae3f1e7ca3e469913f7562bd66
+DIST tmsu-0.7.4.tar.gz 98631 BLAKE2B 4af013de08f43b6ee337259b394aafce0862d3f0811174b196785d6e05d520a188ef6a1ce6f320dddcff6b2ab47cae8c248201a27d79bdd09d80b91e12161abd SHA512 28af79a03c774d8c08651cfac794d14a3363d3b5f6b037de1a74968b22053da45e6290ec9c5159950539e1e6577d01c06c62a05eb2b4f01ad5635d98e52b4e20

diff --git a/sys-fs/tmsu/tmsu-0.7.4.ebuild b/sys-fs/tmsu/tmsu-0.7.4.ebuild
new file mode 100644
index 00000000000..3eed835c14a
--- /dev/null
+++ b/sys-fs/tmsu/tmsu-0.7.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build
+
+EGO_PN="github.com/oniony/TMSU/"
+DESCRIPTION="Files tagger and virtual tag-based filesystem"
+HOMEPAGE="https://github.com/oniony/TMSU/wiki"
+SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="
+	dev-go/go-sqlite3
+	dev-lang/go
+	dev-libs/go-fuse
+	test? ( ${RDEPEND} )
+"
+
+src_unpack() {
+	default
+	mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
+}
+
+src_install() {
+	dobin misc/bin/*
+	doman misc/man/tmsu.*
+	newbin TMSU tmsu
+
+	insinto /usr/share/zsh/site-functions
+	doins misc/zsh/_tmsu
+}
+
+src_test() {
+	cd tests || die
+	./runall || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2020-01-03 19:26 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-01-03 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     27f8a3eb571e92c18bbb7e3b4d58a921e2267fb7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 19:24:17 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 19:26:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f8a3eb

sys-fs/tmsu: update licenses

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/tmsu/tmsu-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/tmsu/tmsu-0.7.4.ebuild b/sys-fs/tmsu/tmsu-0.7.4.ebuild
index 3eed835c14a..7483ecb0b7d 100644
--- a/sys-fs/tmsu/tmsu-0.7.4.ebuild
+++ b/sys-fs/tmsu/tmsu-0.7.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Files tagger and virtual tag-based filesystem"
 HOMEPAGE="https://github.com/oniony/TMSU/wiki"
 SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3+"
+LICENSE="AGPL-3 AGPL-3+ BSD-4 GPL-3+ MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2021-01-20 14:13 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2021-01-20 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4dcceb3a2cc6b2400f3c38fdf70592dc62a57828
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 12:24:51 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 14:13:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcceb3a

sys-fs/tmsu: add missing dies to 0.7.5

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/tmsu/tmsu-0.7.5.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/sys-fs/tmsu/tmsu-0.7.5.ebuild b/sys-fs/tmsu/tmsu-0.7.5.ebuild
index d74384c5ac5..4659a209a47 100644
--- a/sys-fs/tmsu/tmsu-0.7.5.ebuild
+++ b/sys-fs/tmsu/tmsu-0.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,16 +30,21 @@ DEPEND="
 
 src_prepare() {
 	default
-	mkdir "${WORKDIR}/${P}/src/${EGO_PN}vendor/src"
-	mv "${WORKDIR}/${P}/src/${EGO_PN}vendor/github.com" "${WORKDIR}/${P}/src/${EGO_PN}vendor/src/"
+	mkdir "${WORKDIR}/${P}/src/${EGO_PN}vendor/src" || die
+	mv "${WORKDIR}/${P}/src/${EGO_PN}vendor/github.com" "${WORKDIR}/${P}/src/${EGO_PN}vendor/src/" || die
 }
 
 src_compile() {
-	pushd "${WORKDIR}/${P}/src/${EGO_PN}"
+	pushd "${WORKDIR}/${P}/src/${EGO_PN}" || die
 		GOPATH="${WORKDIR}/${P}/src/${EGO_PN}vendor/" emake
 	popd || die
 }
 
+src_test() {
+	cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
+	./runall || die
+}
+
 src_install() {
 	dobin "${WORKDIR}/${P}/src/${EGO_PN}bin/tmsu"
 	dobin  "${WORKDIR}/${P}/src/${EGO_PN}misc/bin/"*
@@ -47,8 +52,3 @@ src_install() {
 	insinto /usr/share/zsh/site-functions
 	doins "${WORKDIR}/${P}/src/${EGO_PN}misc/zsh/_tmsu"
 }
-
-src_test() {
-	cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
-	./runall || die
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2021-01-20 14:13 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2021-01-20 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     37fc00d752738cec388fa69f3c117504b28cdb42
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Dec 27 12:48:27 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 14:13:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fc00d7

sys-fs/tmsu: version bump 0.7.5

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/18835
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/tmsu/Manifest          |  2 ++
 sys-fs/tmsu/tmsu-0.7.5.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index f4289969409..efff78bef87 100644
--- a/sys-fs/tmsu/Manifest
+++ b/sys-fs/tmsu/Manifest
@@ -1,3 +1,5 @@
+DIST github.com-mattn-go-sqlite3-v1.12.0.tar.gz 2282527 BLAKE2B 34ba9482085c3ab6b9612b01258f6c55cee897c6f60cfefcd51d3e0e5af804fd2951d849f2f89e0907b1493adac69516c543ad721706317881a027f5a577dea3 SHA512 7e8656ecf70b2ffc40f6351b661f5eb75caa63c3e9784a805821bf0ca1f087203f1afe80f58af0e5520ff04baff728c93d670fd7ecb6662bb0fed1dd798ada96
 DIST tmsu-0.6.1.tar.gz 92874 BLAKE2B 492145376c1e96dfab5be2692ae98d5171e6a3797bd132151ecf34db27c223be429fb7ca675f6724f875884b30e2887e0c357f9ed0020de7a2fda6718280dd5d SHA512 53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512
 DIST tmsu-0.7.0.tar.gz 98108 BLAKE2B 560d7a241d6e6ca3a0e3cde4a446af458bebf83ae8449d043789756bca56c1cbe03453d23dbc397ae205df68c38e14e9ffff7ebfec107b45a7fc4671a527dbb5 SHA512 c3f719f4962291a9701d2438381aeb65ea470b896ab6acf5a0871b1984bbb2758380a73ddc94c2b37ea2a45477fb66eb1a2afcae3f1e7ca3e469913f7562bd66
 DIST tmsu-0.7.4.tar.gz 98631 BLAKE2B 4af013de08f43b6ee337259b394aafce0862d3f0811174b196785d6e05d520a188ef6a1ce6f320dddcff6b2ab47cae8c248201a27d79bdd09d80b91e12161abd SHA512 28af79a03c774d8c08651cfac794d14a3363d3b5f6b037de1a74968b22053da45e6290ec9c5159950539e1e6577d01c06c62a05eb2b4f01ad5635d98e52b4e20
+DIST tmsu-0.7.5.tar.gz 98766 BLAKE2B 45208c070a92ad2f5791e27437f86702b7ab95bd0d9a0e77a0daad0f3c416bf881e989fc73d064ef3d302d640d7c6f43b7afae475f31f45bcc7f051aa5805429 SHA512 6f89eb156d2be86650ab84847ca0ddea985cdddf35db5f5843632b6a54f88681584b6864e4a14bc36cf1949713e098067e6f8dda0242f27b6061720165f71be1

diff --git a/sys-fs/tmsu/tmsu-0.7.5.ebuild b/sys-fs/tmsu/tmsu-0.7.5.ebuild
new file mode 100644
index 00000000000..d74384c5ac5
--- /dev/null
+++ b/sys-fs/tmsu/tmsu-0.7.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/oniony/TMSU/"
+EGO_VENDOR=( "github.com/mattn/go-sqlite3 v1.12.0" )
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Files tagger and virtual tag-based filesystem"
+HOMEPAGE="https://github.com/oniony/TMSU/wiki"
+SRC_URI="
+	https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	${EGO_VENDOR_URI}
+"
+
+LICENSE="AGPL-3 AGPL-3+ BSD-4 GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="
+	dev-lang/go
+	dev-libs/go-fuse
+	test? ( ${RDEPEND} )
+"
+
+src_prepare() {
+	default
+	mkdir "${WORKDIR}/${P}/src/${EGO_PN}vendor/src"
+	mv "${WORKDIR}/${P}/src/${EGO_PN}vendor/github.com" "${WORKDIR}/${P}/src/${EGO_PN}vendor/src/"
+}
+
+src_compile() {
+	pushd "${WORKDIR}/${P}/src/${EGO_PN}"
+		GOPATH="${WORKDIR}/${P}/src/${EGO_PN}vendor/" emake
+	popd || die
+}
+
+src_install() {
+	dobin "${WORKDIR}/${P}/src/${EGO_PN}bin/tmsu"
+	dobin  "${WORKDIR}/${P}/src/${EGO_PN}misc/bin/"*
+	doman  "${WORKDIR}/${P}/src/${EGO_PN}misc/man/tmsu."*
+	insinto /usr/share/zsh/site-functions
+	doins "${WORKDIR}/${P}/src/${EGO_PN}misc/zsh/_tmsu"
+}
+
+src_test() {
+	cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
+	./runall || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
@ 2021-01-20 14:13 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2021-01-20 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     379deed551e1766ce03e447e59f202bdb178cb31
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 12:25:15 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 14:13:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379deed5

sys-fs/tmsu: remove old

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/tmsu/Manifest          |  2 --
 sys-fs/tmsu/tmsu-0.6.1.ebuild | 42 ------------------------------------------
 sys-fs/tmsu/tmsu-0.7.0.ebuild | 42 ------------------------------------------
 3 files changed, 86 deletions(-)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index efff78bef87..d66de487e8c 100644
--- a/sys-fs/tmsu/Manifest
+++ b/sys-fs/tmsu/Manifest
@@ -1,5 +1,3 @@
 DIST github.com-mattn-go-sqlite3-v1.12.0.tar.gz 2282527 BLAKE2B 34ba9482085c3ab6b9612b01258f6c55cee897c6f60cfefcd51d3e0e5af804fd2951d849f2f89e0907b1493adac69516c543ad721706317881a027f5a577dea3 SHA512 7e8656ecf70b2ffc40f6351b661f5eb75caa63c3e9784a805821bf0ca1f087203f1afe80f58af0e5520ff04baff728c93d670fd7ecb6662bb0fed1dd798ada96
-DIST tmsu-0.6.1.tar.gz 92874 BLAKE2B 492145376c1e96dfab5be2692ae98d5171e6a3797bd132151ecf34db27c223be429fb7ca675f6724f875884b30e2887e0c357f9ed0020de7a2fda6718280dd5d SHA512 53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512
-DIST tmsu-0.7.0.tar.gz 98108 BLAKE2B 560d7a241d6e6ca3a0e3cde4a446af458bebf83ae8449d043789756bca56c1cbe03453d23dbc397ae205df68c38e14e9ffff7ebfec107b45a7fc4671a527dbb5 SHA512 c3f719f4962291a9701d2438381aeb65ea470b896ab6acf5a0871b1984bbb2758380a73ddc94c2b37ea2a45477fb66eb1a2afcae3f1e7ca3e469913f7562bd66
 DIST tmsu-0.7.4.tar.gz 98631 BLAKE2B 4af013de08f43b6ee337259b394aafce0862d3f0811174b196785d6e05d520a188ef6a1ce6f320dddcff6b2ab47cae8c248201a27d79bdd09d80b91e12161abd SHA512 28af79a03c774d8c08651cfac794d14a3363d3b5f6b037de1a74968b22053da45e6290ec9c5159950539e1e6577d01c06c62a05eb2b4f01ad5635d98e52b4e20
 DIST tmsu-0.7.5.tar.gz 98766 BLAKE2B 45208c070a92ad2f5791e27437f86702b7ab95bd0d9a0e77a0daad0f3c416bf881e989fc73d064ef3d302d640d7c6f43b7afae475f31f45bcc7f051aa5805429 SHA512 6f89eb156d2be86650ab84847ca0ddea985cdddf35db5f5843632b6a54f88681584b6864e4a14bc36cf1949713e098067e6f8dda0242f27b6061720165f71be1

diff --git a/sys-fs/tmsu/tmsu-0.6.1.ebuild b/sys-fs/tmsu/tmsu-0.6.1.ebuild
deleted file mode 100644
index 425fb4cc235..00000000000
--- a/sys-fs/tmsu/tmsu-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build
-
-EGO_PN="github.com/oniony/TMSU/"
-DESCRIPTION="Files tagger and virtual tag-based filesystem"
-HOMEPAGE="https://github.com/oniony/TMSU/wiki"
-SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test zsh-completion"
-RESTRICT+=" !test? ( test )"
-
-RDEPEND="
-	zsh-completion? ( app-shells/zsh )
-"
-DEPEND="
-	dev-go/go-sqlite3
-	dev-lang/go
-	dev-libs/go-fuse
-"
-
-src_unpack() {
-	default
-	mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
-}
-
-src_install() {
-	dobin misc/bin/*
-	doman misc/man/tmsu.*
-	newbin TMSU tmsu
-
-	if use zsh-completion ; then
-		insinto /usr/share/zsh/site-functions
-		doins misc/zsh/_tmsu
-	fi
-}

diff --git a/sys-fs/tmsu/tmsu-0.7.0.ebuild b/sys-fs/tmsu/tmsu-0.7.0.ebuild
deleted file mode 100644
index 425fb4cc235..00000000000
--- a/sys-fs/tmsu/tmsu-0.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build
-
-EGO_PN="github.com/oniony/TMSU/"
-DESCRIPTION="Files tagger and virtual tag-based filesystem"
-HOMEPAGE="https://github.com/oniony/TMSU/wiki"
-SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test zsh-completion"
-RESTRICT+=" !test? ( test )"
-
-RDEPEND="
-	zsh-completion? ( app-shells/zsh )
-"
-DEPEND="
-	dev-go/go-sqlite3
-	dev-lang/go
-	dev-libs/go-fuse
-"
-
-src_unpack() {
-	default
-	mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
-}
-
-src_install() {
-	dobin misc/bin/*
-	doman misc/man/tmsu.*
-	newbin TMSU tmsu
-
-	if use zsh-completion ; then
-		insinto /usr/share/zsh/site-functions
-		doins misc/zsh/_tmsu
-	fi
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-20 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03 19:26 [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2020-01-03 19:26 Joonas Niilola
2017-11-15  7:57 Amy Liffey
2017-05-19 13:14 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