commit: e658bffb3a3805b524e9e0e7b6d4619d74b7674c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Oct 21 17:51:48 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 23 20:48:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e658bffb
sys-fs/git-mount: treeclean (dead upstream)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sys-fs/git-mount/Manifest | 5 ----
sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild | 34 -----------------------
sys-fs/git-mount/metadata.xml | 13 ---------
3 files changed, 52 deletions(-)
diff --git a/sys-fs/git-mount/Manifest b/sys-fs/git-mount/Manifest
deleted file mode 100644
index ceb2c02f1..000000000
--- a/sys-fs/git-mount/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST
github-com-taterbase-git-mount-706b4f400b831fd093eda2aa264938c2868b42e2.tar.gz
3601 BLAKE2B
4027d6a65fee6422d99544033e39395fc326b0a91f344f3730b0f3d01c120e016dabd699ea94b28defe11c92a71edd09a94ef4014a9cf7a47b0c63c9aced9ff1
SHA512
9459a87ef026460a60f7e6cb0466fe7b20ef003aecbe5062a5dbfdadd9b8365614c6fb15621a9b854d3b907770bcad0b3b87ad35bc9dacb674bc661041153a46
-DIST github.com-bazil-fuse-fb710f7dfd05053a3bc9516dd5a7a8f84ead8aab.tar.gz
130077 BLAKE2B
7fb2460d67ce1ec070d24a181fbeb5b015682a3f05d9006e747ec4cf826d97bcdc45cb00c792b8c68680808d6ee4ef732fab912b7e2950fdf8a61052095cf77f
SHA512
819cf25ae66d2e68611de873b9c2eecf2892a99709ef50999431c2bc28f053549e2f6d0fd578ef8abd849058293b891fae2580b1100f4deafa22884cf1b7c0e8
-DIST github.com-golang-net-fe42d452be8f3a2de6a60623c315a49bd37f0a9a.tar.gz
1251876 BLAKE2B
bfd4fd679eabf04aad61a5ea632955362ab3f28691fbf951727a9e50de1f14f9d02bb575a0a141e038e1a083d65b0506f20764badfc6ccf9d0e4dc664485d003
SHA512
d1d29f3e4a53ec037e0d1bc6ab550b23d42effbeaf1f2684409054a2797ceca6b9b630189b05071eb487c528dbd5b0f40e706f7d5e3d3f1b9284310d0d020d0b
-DIST github.com-golang-sys-0cec03c779c1270924b29437a17b8a99ae590592.tar.gz
1198485 BLAKE2B
71ebf9c08ac2d961157e4387135077d60da51127745da6241672fa0d5856bb9229f321b49a839d4905a0297aeec1758c6024384b438b25cec6bf5bfdbd8cc64f
SHA512
445e7c5188a6fd8c6a6801da367709f8e31c78e07b45e77a96bd550ac95bc6bed3ebf4a5acfe89500a9e8983265aaf2826460943cfebbdca3a0112abde00ebe1
-DIST
github.com-taterbase-git-mount-706b4f400b831fd093eda2aa264938c2868b42e2.tar.gz
3601 BLAKE2B
4027d6a65fee6422d99544033e39395fc326b0a91f344f3730b0f3d01c120e016dabd699ea94b28defe11c92a71edd09a94ef4014a9cf7a47b0c63c9aced9ff1
SHA512
9459a87ef026460a60f7e6cb0466fe7b20ef003aecbe5062a5dbfdadd9b8365614c6fb15621a9b854d3b907770bcad0b3b87ad35bc9dacb674bc661041153a46
diff --git a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
deleted file mode 100644
index cd41c4f3f..000000000
--- a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-EGIT_COMMIT="706b4f400b831fd093eda2aa264938c2868b42e2"
-EGO_PN="github.com/taterbase/git-mount"
-EGO_VENDOR=(
- "taterbase.me/git-mount ${EGIT_COMMIT} ${EGO_PN}"
- "bazil.org/fuse fb710f7dfd05053a3bc9516dd5a7a8f84ead8aab
github.com/bazil/fuse"
- "golang.org/x/net fe42d452be8f3a2de6a60623c315a49bd37f0a9a
github.com/golang/net"
- "golang.org/x/sys 0cec03c779c1270924b29437a17b8a99ae590592
github.com/golang/sys"
-)
-
-inherit golang-vcs-snapshot golang-build
-
-DESCRIPTION="git-mount let's you mount your repo as a filesystem based on a
revision."
-SRC_URI="
- https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz ->
github-com-taterbase-git-mount-${EGIT_COMMIT}.tar.gz
- ${EGO_VENDOR_URI}
-"
-
-HOMEPAGE="https://github.com/taterbase/git-mount"
-KEYWORDS="~amd64"
-LICENSE="MIT BSD BSD-2"
-SLOT="0"
-
-RDEPEND="sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-src_install() {
- dobin git-mount
- dodoc "src/${EGO_PN}/README.md"
-}
diff --git a/sys-fs/git-mount/metadata.xml b/sys-fs/git-mount/metadata.xml
deleted file mode 100644
index c2db903ca..000000000
--- a/sys-fs/git-mount/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>[email protected]</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/taterbase/git-mount/issues</bugs-to>
- <remote-id type="github">taterbase/git-mount</remote-id>
- </upstream>
-</pkgmetadata>