commit:     f03ea42047ba429c24f3bd32bb0b51966880abd8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 16:33:02 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 16:33:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03ea420

sys-fs/tmsu: treeclean

Closes: https://bugs.gentoo.org/716056
Closes: https://bugs.gentoo.org/771054
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask         |  1 -
 sys-fs/tmsu/Manifest          |  3 ---
 sys-fs/tmsu/metadata.xml      | 21 -----------------
 sys-fs/tmsu/tmsu-0.7.4.ebuild | 44 -----------------------------------
 sys-fs/tmsu/tmsu-0.7.5.ebuild | 54 -------------------------------------------
 5 files changed, 123 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3c809bfb9cb8..521a04cfa74a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -369,7 +369,6 @@ dev-java/jsoup
 # only revdep sys-fs/tmsu fails to build with go 1.16.
 # Removal on 2021-12-13. Bug #819612. Bug #771054.
 dev-libs/go-fuse
-sys-fs/tmsu
 
 # Mart Raudsepp <l...@gentoo.org> (2021-11-11)
 # Needs testing to ensure valac-0.54 works for existing packages

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
deleted file mode 100644
index d66de487e8cb..000000000000
--- a/sys-fs/tmsu/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST github.com-mattn-go-sqlite3-v1.12.0.tar.gz 2282527 BLAKE2B 
34ba9482085c3ab6b9612b01258f6c55cee897c6f60cfefcd51d3e0e5af804fd2951d849f2f89e0907b1493adac69516c543ad721706317881a027f5a577dea3
 SHA512 
7e8656ecf70b2ffc40f6351b661f5eb75caa63c3e9784a805821bf0ca1f087203f1afe80f58af0e5520ff04baff728c93d670fd7ecb6662bb0fed1dd798ada96
-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/metadata.xml b/sys-fs/tmsu/metadata.xml
deleted file mode 100644
index 9cf6e3d9e4ec..000000000000
--- a/sys-fs/tmsu/metadata.xml
+++ /dev/null
@@ -1,21 +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>gen...@chymera.eu</email>
-               <name>Horea Christian</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>proxy-ma...@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.7.4.ebuild b/sys-fs/tmsu/tmsu-0.7.4.ebuild
deleted file mode 100644
index 7483ecb0b7d6..000000000000
--- a/sys-fs/tmsu/tmsu-0.7.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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="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-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
-}

diff --git a/sys-fs/tmsu/tmsu-0.7.5.ebuild b/sys-fs/tmsu/tmsu-0.7.5.ebuild
deleted file mode 100644
index 4659a209a474..000000000000
--- a/sys-fs/tmsu/tmsu-0.7.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 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" || 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}" || 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/"*
-       doman  "${WORKDIR}/${P}/src/${EGO_PN}misc/man/tmsu."*
-       insinto /usr/share/zsh/site-functions
-       doins "${WORKDIR}/${P}/src/${EGO_PN}misc/zsh/_tmsu"
-}

Reply via email to