summaryrefslogtreecommitdiff
path: root/sys-fs/jmtpfs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /sys-fs/jmtpfs
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'sys-fs/jmtpfs')
-rw-r--r--sys-fs/jmtpfs/Manifest1
-rw-r--r--sys-fs/jmtpfs/jmtpfs-0.5-r1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-fs/jmtpfs/Manifest b/sys-fs/jmtpfs/Manifest
index cc310dd6d817..becaf7b440d5 100644
--- a/sys-fs/jmtpfs/Manifest
+++ b/sys-fs/jmtpfs/Manifest
@@ -1,3 +1,4 @@
DIST jmtpfs-0.5.tar.gz 142914 BLAKE2B c6970df3f332b918792034d1da195601098c369a55b9ad4534961227fbc286da6a552ba5fad520474fb8b245f2df5c0b3f07f400d4d12fa5478286250f6e2881 SHA512 1997d202199af59ae2138701855864e4dab624fff4feac08ea98e3e4ed6c39e4181d8f9fec35db0e83570f48de204f3d00e1b0d2244ec677f77a99b1dc9c38b3
+EBUILD jmtpfs-0.5-r1.ebuild 538 BLAKE2B d115071327280a2acda4c26d25344c9d163302c1dfaef80ef25881f7ae06070a2ed3b594d43d2d6290cd946c8d7ea550333ffd565b979c6d27446af523cd64cb SHA512 f7ec7977de44ff1eef22f8b5ce9ab414a75edc9401fd903dd442890376cd65fa83949074fff4d790acb6847ff273257ebfbe95315897f536428f417f18ee4961
EBUILD jmtpfs-0.5.ebuild 523 BLAKE2B 49212758b08073c0e4f81900284c136cb17b9d6749a20bfab9ca28c7e0d0808e9aa39061030b35defe3092b4a8b8e16269e13aba323c14b6bcb614fba865ee2b SHA512 2789599a26fc8f0d349face029f5876fdd33e2a9e2236dbb4e6b4cc21ff3a3b48e63576f2abb66b58122cdc5216815f54c348272b88e8737e9ef2b62c5c15384
MISC metadata.xml 298 BLAKE2B 26a4e6270ad510210e0f36c42bb2fa2b44ce328e86307222a4ce16db8d3f924b9f5f3577b092c6d5b62f892b94a411edc0d9909101231099636356e3a030abff SHA512 0164dff12990e4ab1cf98d21baf3d3f02354aec3827244112f1f6a7f02769d3d7210ffb0c190ddd5b193921df44237bb0e1a9a2cfc860fe5b3fd3be5ab6ab922
diff --git a/sys-fs/jmtpfs/jmtpfs-0.5-r1.ebuild b/sys-fs/jmtpfs/jmtpfs-0.5-r1.ebuild
new file mode 100644
index 000000000000..8ac5c3177bfb
--- /dev/null
+++ b/sys-fs/jmtpfs/jmtpfs-0.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A FUSE and libmtp based filesystem for accessing MTP devices"
+HOMEPAGE="https://github.com/JasonFerrara/jmtpfs"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=media-libs/libmtp-1.1.0
+ >=sys-fs/fuse-2.6:0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+ default
+ eautoreconf
+}