commit:     28ed5f84718d7b286a43291afad64f833c3082ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 14:09:20 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 18:20:37 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ed5f84

sys-fs/go-mtpfs: drop 1.0.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-fs/go-mtpfs/go-mtpfs-1.0.0.ebuild | 39 -----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/sys-fs/go-mtpfs/go-mtpfs-1.0.0.ebuild 
b/sys-fs/go-mtpfs/go-mtpfs-1.0.0.ebuild
deleted file mode 100644
index 353c409a8896..000000000000
--- a/sys-fs/go-mtpfs/go-mtpfs-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-DESCRIPTION="a simple FUSE filesystem for mounting Android devices as a MTP 
device"
-HOMEPAGE="https://github.com/hanwen/go-mtpfs";
-SRC_URI="https://github.com/hanwen/go-mtpfs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON_DEPEND="virtual/libusb:1
-               virtual/udev"
-DEPEND="${COMMON_DEPEND}
-       media-libs/libmtp"
-RDEPEND="${COMMON_DEPEND}"
-
-#Tests require a connected mtp device
-RESTRICT+=" test"
-
-src_compile() {
-       ego build .
-}
-
-src_test() {
-       ego test fs
-       ego test usb
-       ego test mtp
-}
-
-src_install() {
-       dobin go-mtpfs
-       dodoc README.md
-}

Reply via email to