From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D9C61396D9 for ; Wed, 15 Nov 2017 07:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8DDE0BCF; Wed, 15 Nov 2017 07:57:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A250E0BCF for ; Wed, 15 Nov 2017 07:57:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9483233BF0F for ; Wed, 15 Nov 2017 07:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CF79B49 for ; Wed, 15 Nov 2017 07:57:34 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1510732493.a79b297fb03eaada881c1eeef02b308f1a4e96d1.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/tmsu/Manifest sys-fs/tmsu/tmsu-0.7.0.ebuild X-VCS-Directories: sys-fs/tmsu/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: a79b297fb03eaada881c1eeef02b308f1a4e96d1 X-VCS-Branch: master Date: Wed, 15 Nov 2017 07:57:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2666bcc4-f1c2-4abd-a58d-3633669b7c58 X-Archives-Hash: a98b68aa0638e4d7b7ac726cd81f303f commit: a79b297fb03eaada881c1eeef02b308f1a4e96d1 Author: Horea Christian yandex com> AuthorDate: Tue Nov 14 02:53:01 2017 +0000 Commit: Amy Liffey gentoo 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 +}