summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/jmtpfs/jmtpfs-0.5.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-fs/jmtpfs/jmtpfs-0.5.ebuild b/sys-fs/jmtpfs/jmtpfs-0.5.ebuild
deleted file mode 100644
index e76c02230ee4..000000000000
--- a/sys-fs/jmtpfs/jmtpfs-0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="A FUSE and libmtp based filesystem for accessing MTP devices"
-HOMEPAGE="https://github.com/JasonFerrara/jmtpfs"
-SRC_URI="https://github.com/JasonFerrara/jmtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=media-libs/libmtp-1.1.6
- sys-fs/fuse
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS=(AUTHORS NEWS README)
-
-src_prepare() {
- eautoreconf
-}