summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-03-30 12:42:56 +0200
committerJeroen Roovers <jer@gentoo.org>2020-03-30 15:59:14 +0200
commit11fe6dce3f738578e27874c069077cbf87b799af (patch)
treeb6883a22040f593bc2776f026d69291f4fcca2e4 /sys-fs/jmtpfs
parentwww-client/firefox: really disable Normandy service (diff)
downloadgentoo-11fe6dce3f738578e27874c069077cbf87b799af.tar.gz
gentoo-11fe6dce3f738578e27874c069077cbf87b799af.tar.bz2
gentoo-11fe6dce3f738578e27874c069077cbf87b799af.zip
sys-fs/jmtpfs: Old
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-fs/jmtpfs')
-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
-}