From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- sys-fs/mtpfs/Manifest | 2 +- sys-fs/mtpfs/mtpfs-1.1-r5.ebuild | 55 ---------------------------------------- sys-fs/mtpfs/mtpfs-1.1-r6.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 sys-fs/mtpfs/mtpfs-1.1-r5.ebuild create mode 100644 sys-fs/mtpfs/mtpfs-1.1-r6.ebuild (limited to 'sys-fs/mtpfs') diff --git a/sys-fs/mtpfs/Manifest b/sys-fs/mtpfs/Manifest index 8f9cff9aed5c..7b2af123846d 100644 --- a/sys-fs/mtpfs/Manifest +++ b/sys-fs/mtpfs/Manifest @@ -9,5 +9,5 @@ AUX mtpfs-1.1-wking-patches/0005-Use-O_ACCMODE-to-pull-out-the-access-portion-of AUX mtpfs-1.1-wking-patches/0006-Check-for-find_storage-failures.patch 3484 BLAKE2B c6cff901a12db5254517776abef8ec58b756bcb2a10b26bcf6fefe7340bb7003a6e2d043f1c87fa586025ab71d0c692e910b3e545858c560b7e9d21193892b70 SHA512 c43ab62c8d63d6e9c2b42de74a4a25fbb6edf87d0f46128796c7e4e61704a5ee7753fafffbcfbbbc116e180cc1a8d8a3aa8a9b4cb9d3a031ffd8d3d67e201da3 AUX mtpfs-1.1-wking-patches/0007-Use-path-instead-of-fields-0-for-find_storage.patch 987 BLAKE2B dcf215b4ad2fd16e2cef84becdc530d4faed1cbab59531be095ea000546d14623a3a3ad370f9005e3b7b42016fcc21092ecb16ccd8ea7b892e63c0fb1429fe6d SHA512 b358816389cbde3679bd1e50505f9e68de9ffe68041dfdc48af9ae64d1453d1ce7c3ab4ee4b6260a6d42d520225ad91c6cf6cd8d05cd561e3b72d102fd6dcbdb DIST mtpfs-1.1.tar.gz 108329 BLAKE2B 7172c1ca0b31a532d0ba1068874c0fd4012dd80da4684d69fa36355126be0c56d79570d5fe5f42876d1a98f49bbc21b0f446c08e28b62e20583bbfd4d7054f62 SHA512 627f1a5efa024276f58857e0cb2a2b3057ab9ba6c26d8dcba9de066f4c0efc56a5c991e000e67763b874ee9feb1d9a1e176872b56dd13b146823e8724f2052c8 -EBUILD mtpfs-1.1-r5.ebuild 1248 BLAKE2B dac042ee8488b5a310154756668066cbe6972be15378ba10f416d2c0ca42b86afd0b502aa64e9b81cff5567a381900593cbae58e6ecd85145e02d56dbe1aae98 SHA512 5a9f59cadd34ca4baedde8e7b1619ee22f8311225625c6782f9a5ea216138fa7a7754bca842342c0527219d5679b60ac6e38bebca07d4819b4498c6e7874f2a3 +EBUILD mtpfs-1.1-r6.ebuild 1252 BLAKE2B 286cd29e1a7d613d10f03faf234056f48eb8f2c4659cf7734503dea215533a4d4e07bd2de048c365b4d949f59ce494ecb55fe6ebe35f99228997800805d14e39 SHA512 bca08bc35807b316c4b0701df9fc0c413686c7bf5886a9a86204500751e7b92e59e2f1b8cf25b5d9d25fad1a6d803d47aec0ff573187c433a315c62c7e238c6d MISC metadata.xml 571 BLAKE2B 68b875e88a89c915067db4911eaa0d0a64a4e9054eecf489b2a222371c4d56beef2c46e2d1f7e773b70d6b9d249c2d00fb49cc51a7a4c285dd8d7959372d9041 SHA512 976c4699853d0ad7e9f299f89c60a04170a31546fa55a3a253ae7659bc31c43607a586d4b377a622bee88adfbaf32e288beed67676cfca56c955fd330f3fd5f6 diff --git a/sys-fs/mtpfs/mtpfs-1.1-r5.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r5.ebuild deleted file mode 100644 index 4230a9048a14..000000000000 --- a/sys-fs/mtpfs/mtpfs-1.1-r5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A FUSE filesystem providing access to MTP devices" -HOMEPAGE="https://www.adebenham.com/mtpfs/" -SRC_URI="https://www.adebenham.com/files/mtp/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug mad" - -RDEPEND="dev-libs/glib:2 - >=media-libs/libmtp-1.1.2 - / a\ - #include " -i mtpfs.h id3read.c || die #implicit -} - -src_configure() { - econf $(use_enable debug) \ - $(use_enable mad) -} - -pkg_postinst() { - einfo "To mount your MTP device, issue:" - einfo " /usr/bin/mtpfs " - echo - einfo "To unmount your MTP device, issue:" - einfo " /usr/bin/fusermount -u " - - if use debug; then - echo - einfo "You have enabled debugging output." - einfo "Please make sure you run mtpfs with the -d flag." - fi -} diff --git a/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild new file mode 100644 index 000000000000..3bc2351e26c1 --- /dev/null +++ b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A FUSE filesystem providing access to MTP devices" +HOMEPAGE="https://www.adebenham.com/mtpfs/" +SRC_URI="https://www.adebenham.com/files/mtp/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug mad" + +RDEPEND="dev-libs/glib:2 + >=media-libs/libmtp-1.1.2:= + / a\ + #include " -i mtpfs.h id3read.c || die #implicit +} + +src_configure() { + econf $(use_enable debug) \ + $(use_enable mad) +} + +pkg_postinst() { + einfo "To mount your MTP device, issue:" + einfo " /usr/bin/mtpfs " + echo + einfo "To unmount your MTP device, issue:" + einfo " /usr/bin/fusermount -u " + + if use debug; then + echo + einfo "You have enabled debugging output." + einfo "Please make sure you run mtpfs with the -d flag." + fi +} -- cgit v1.2.3