diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-03-20 23:32:20 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-03-20 23:32:20 +0000 |
commit | cf89c71b6c7acf8ccaee2b1ba76f98dbe577c3f7 (patch) | |
tree | 3c3b21ece6ab7898e23090e9170f25e5106a0b47 /sys-fs | |
parent | Revision bump to fix broken glib backend, bug 462524. Thanks to leio for anal... (diff) | |
download | gentoo-2-cf89c71b6c7acf8ccaee2b1ba76f98dbe577c3f7.tar.gz gentoo-2-cf89c71b6c7acf8ccaee2b1ba76f98dbe577c3f7.tar.bz2 gentoo-2-cf89c71b6c7acf8ccaee2b1ba76f98dbe577c3f7.zip |
New ebuild for simple-mtpfs, a FUSE MTP implementation written in C++
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7B087241)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/simple-mtpfs/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/simple-mtpfs/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/simple-mtpfs/metadata.xml | 18 | ||||
-rw-r--r-- | sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild | 39 |
4 files changed, 71 insertions, 0 deletions
diff --git a/sys-fs/simple-mtpfs/ChangeLog b/sys-fs/simple-mtpfs/ChangeLog new file mode 100644 index 000000000000..190bf5c53a1e --- /dev/null +++ b/sys-fs/simple-mtpfs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-fs/simple-mtpfs +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.1 2013/03/20 23:32:20 sochotnicky Exp $ + +*simple-mtpfs-0.1 (20 Mar 2013) + + 20 Mar 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> + +simple-mtpfs-0.1.ebuild, +metadata.xml: + New ebuild for simple-mtpfs, a FUSE MTP implementation written in C++ + diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest new file mode 100644 index 000000000000..d42f239cc676 --- /dev/null +++ b/sys-fs/simple-mtpfs/Manifest @@ -0,0 +1,4 @@ +DIST simple-mtpfs-0.1.tar.gz 116145 SHA256 052618c742e7b3faa95e1c84e8b9e1df1517dccb9460f538bb032223243588a1 SHA512 5c4b390c43ede521061c677b496d47376304a4625414853a2183a41cb4a2c67361ecd7e26d0b6197cc78e84d0a9c99ec92e85bd1c179784b5a7c06ae05ede308 WHIRLPOOL 4df83ffc56339df76124e22f93df8fcf188cad30da83f8a9349e5a8ad8ff64010a0d118bcd4a9719ee0e9a5e3cf2fd997af6f3220951792a5e8f00da3d4a0291 +EBUILD simple-mtpfs-0.1.ebuild 630 SHA256 a9d777f27d4954e400bbd739c0077019b9a93fd8348f54a4e8d6489143b00110 SHA512 2338ad77612c72c4196482e6128c473442e1f581744096201f07998255ffd318ee6e5ce0f44d62d78f656caa32087978540886142b00feb46ce7fefdc024ac5d WHIRLPOOL 648cab7e2f0d07eac7fd1678d00f2d1c47c70c672996d5d532a360a7e07947d007c1ebcd9ad6ebd082051e98ad04223061bbf31147f2ceb04c2d8fc2cdf65ac1 +MISC ChangeLog 330 SHA256 2b170fff3ad572753383b31d900b0ff467d4985c4f06765d68c2bccf3c62b1e3 SHA512 edfb06725fb409c5c1fa9c07cf959f83fa8b44456b2187800a3d86f32fb5b080ceb18df1a8f98bdc60ac8ecc254b13297e25f349fff97ad97908eac8c138b6ea WHIRLPOOL 6c81b31a8c9747a79b29abf095c4ca7e51b01697f08d6e958ddb42c197343339d0e1a3b4deea80562727d0c89fbe6312b8f848880ed7cd29b95e19bbd787857a +MISC metadata.xml 794 SHA256 9cdc95f72fed2b62d78321c9cccc5d6b0ccddf5c0e7adf4c7b9d838279c45509 SHA512 544565f31433f1a1c82bf188e40c72d8d105388c4e1ffc6be69e78ccac5c7f9bd6a4944cc8af150ad53462d06673bb13c6e54a8deaf3bdf3489f746d604f253b WHIRLPOOL 786dd675c67dc2f865a4d423036962b956d29f7c0ec77307d22522c0d2e860b69164d27b13d5c7e3a4c997563a54b283f4576ba0738382d7866dfec271a614d2 diff --git a/sys-fs/simple-mtpfs/metadata.xml b/sys-fs/simple-mtpfs/metadata.xml new file mode 100644 index 000000000000..1d936185f4f0 --- /dev/null +++ b/sys-fs/simple-mtpfs/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>sochotnicky@gentoo.org</email> + <name>Stanislav Ochotnicky</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> +</pkgmetadata> + diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild new file mode 100644 index 000000000000..ba7b82fb444d --- /dev/null +++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild,v 1.1 2013/03/20 23:32:20 sochotnicky Exp $ + +EAPI=4 + +inherit autotools eutils + +DESCRIPTION="Simple MTP fuse filesystem driver" +HOMEPAGE="https://github.com/phatina/simple-mtpfs" +SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="media-libs/libmtp + >=sys-fs/fuse-2.8" +RDEPEND="${DEPEND}" + +src_prepare() +{ + default + # run autoreconf since we are running from git tag + eautoreconf +} + +src_compile() +{ + # make sure we use verbose make + emake V=1 +} + +src_install() +{ + default + doman man/${PN}.1 +} |