From 6b933047f46efec1aa747570f945344254227457 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Dec 2017 17:25:28 +0000 Subject: gentoo resync : 15.12.2017 --- app-pda/ifuse/Manifest | 2 +- app-pda/ifuse/ifuse-1.1.3.ebuild | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) (limited to 'app-pda/ifuse') diff --git a/app-pda/ifuse/Manifest b/app-pda/ifuse/Manifest index 47ab2d4165f5..ef3df5c5db70 100644 --- a/app-pda/ifuse/Manifest +++ b/app-pda/ifuse/Manifest @@ -1,3 +1,3 @@ DIST ifuse-1.1.3.tar.bz2 90803 BLAKE2B fd47f2e73d11e8f7c26f5684f4287ba51a8c65b0d6e0ff058bdd0290810ab9de671a2a61a089713e7560506f607d47692d882c7e49d8d3d154f9cf7940e5e153 SHA512 bacf0b00ebc7681022f6e85daa005ee19c99f3222e5db5c4ea6630c2c46111dd3ccd7efcfdbcfabf06cc18ceb58b054c1adb2d106d9b3b7d60a12f3b79c64a3c -EBUILD ifuse-1.1.3.ebuild 826 BLAKE2B 6d9ca193d0ecf2f76a057cd6e9145f95b9b092863a0e1db8a9bb4b345c6bf229ef302503df66d1d07fe7184e2b2a80becaa67001430e6f0b5b95b0122962ae0d SHA512 555226bd19110b89750359555c4a76d65d00b42ffe4f86d1d305ebde8551f50e751f0823718030559bbfab45cd86a4745da4b6901c07a92cd2e0b57c27bd02e0 +EBUILD ifuse-1.1.3.ebuild 904 BLAKE2B 9d491fc0aac6d50d38070ea9c2855eb4a286f7f4cd49fbe9b5aca33d28f2d1efa3ccd56e238535b58ded755593d994e4b59c360a05844710836465ef1fc8985a SHA512 fe230a0102002efbc9ce3a0821d8630c3719bd0071fdf32fffdea16f5f7f3fb4bda79e83faaf2c29a9a689a619043492eba4b7c417099077dc8234731a7c4dd0 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-pda/ifuse/ifuse-1.1.3.ebuild b/app-pda/ifuse/ifuse-1.1.3.ebuild index 5515ec360d2a..9d0c2f66960c 100644 --- a/app-pda/ifuse/ifuse-1.1.3.ebuild +++ b/app-pda/ifuse/ifuse-1.1.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit readme.gentoo +EAPI=6 + +inherit readme.gentoo-r1 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes" HOMEPAGE="http://www.libimobiledevice.org/" @@ -15,13 +16,20 @@ IUSE="" RDEPEND=">=app-pda/libimobiledevice-1.1.4:= >=app-pda/libplist-1.8:= - >=sys-fs/fuse-2.7.0" + >=sys-fs/fuse-2.7.0:=" DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS="AUTHORS NEWS README" - DOC_CONTENTS="Only use this filesystem driver to create backups of your data. The music database is hashed, and attempting to add files will cause the iPod/iPhone to consider your database unauthorised. It will respond by wiping all media files, requiring a restore through iTunes." + +src_install() { + default + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3