summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-01-20 14:25:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-01-20 16:13:38 +0200
commit379deed551e1766ce03e447e59f202bdb178cb31 (patch)
tree49ec4076dd0f564fdba7d2b19b476a1c2a67d1af /sys-fs
parentsys-fs/tmsu: add missing dies to 0.7.5 (diff)
downloadgentoo-379deed551e1766ce03e447e59f202bdb178cb31.tar.gz
gentoo-379deed551e1766ce03e447e59f202bdb178cb31.tar.bz2
gentoo-379deed551e1766ce03e447e59f202bdb178cb31.zip
sys-fs/tmsu: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/tmsu/Manifest2
-rw-r--r--sys-fs/tmsu/tmsu-0.6.1.ebuild42
-rw-r--r--sys-fs/tmsu/tmsu-0.7.0.ebuild42
3 files changed, 0 insertions, 86 deletions
diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index efff78bef871..d66de487e8cb 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 425fb4cc2359..000000000000
--- 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 425fb4cc2359..000000000000
--- 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
-}