summaryrefslogtreecommitdiff
path: root/sys-fs/simple-mtpfs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-fs/simple-mtpfs
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'sys-fs/simple-mtpfs')
-rw-r--r--sys-fs/simple-mtpfs/Manifest1
-rw-r--r--sys-fs/simple-mtpfs/metadata.xml20
-rw-r--r--sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild31
3 files changed, 0 insertions, 52 deletions
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
deleted file mode 100644
index 9af367f572fa..000000000000
--- a/sys-fs/simple-mtpfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST simple-mtpfs-0.4.0.tar.gz 36234 BLAKE2B ec5739625286b63dc6285fb83a4c71f5ed9bb8ed757eab111e543e15efbc45a5fc3a2609382f01cf18d4c6160258800963c349b6d64b2648257cde99f9359432 SHA512 6f213f9df792f33cd3842357aecf444cdc8030c89e4abc19b56a2c60f58213b5545b3d7857b0d46cdd237d0c24d5d6eb3cbe59ba9fc3c32f91396c5724ac86d7
diff --git a/sys-fs/simple-mtpfs/metadata.xml b/sys-fs/simple-mtpfs/metadata.xml
deleted file mode 100644
index 1651a8377b7c..000000000000
--- a/sys-fs/simple-mtpfs/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jsmolic@gentoo.org</email>
- <name>Jakov Smolić</name>
- </maintainer>
- <longdescription lang="en">
- SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
- Linux (and other operating systems with a FUSE implementation, such as Mac OS X
- or FreeBSD) capable of operating on files on MTP devices attached via
- USB to local machine. On the local computer where the SIMPLE-MTPFS is
- mounted, the implementation makes use of the FUSE (Filesystem in Userspace)
- kernel module. The practical effect of this is that the end user can seamlessly
- interact with MTP device files.
- </longdescription>
- <upstream>
- <remote-id type="github">phatina/simple-mtpfs</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
deleted file mode 100644
index 26ba290026cd..000000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- media-libs/libmtp
- sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-build/autoconf-archive
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
-
- # The tarball doesn't contain ./configure, only configure.ac and
- # autogen.sh.
- eautoreconf
-}