Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
Date: Sun, 10 Dec 2017 14:17:11
Message-Id: 1512915398.c4ee03dac4ec561e3b3de0d3541500b87e162a1f.soap@gentoo
1 commit: c4ee03dac4ec561e3b3de0d3541500b87e162a1f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:12:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:16:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ee03da
7
8 app-pda/ifuse: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-pda/ifuse/ifuse-1.1.3.ebuild | 20 ++++++++++++++------
13 1 file changed, 14 insertions(+), 6 deletions(-)
14
15 diff --git a/app-pda/ifuse/ifuse-1.1.3.ebuild b/app-pda/ifuse/ifuse-1.1.3.ebuild
16 index 5515ec360d2..9d0c2f66960 100644
17 --- a/app-pda/ifuse/ifuse-1.1.3.ebuild
18 +++ b/app-pda/ifuse/ifuse-1.1.3.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -inherit readme.gentoo
26 +EAPI=6
27 +
28 +inherit readme.gentoo-r1
29
30 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
31 HOMEPAGE="http://www.libimobiledevice.org/"
32 @@ -15,13 +16,20 @@ IUSE=""
33
34 RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
35 >=app-pda/libplist-1.8:=
36 - >=sys-fs/fuse-2.7.0"
37 + >=sys-fs/fuse-2.7.0:="
38 DEPEND="${RDEPEND}
39 virtual/pkgconfig"
40
41 -DOCS="AUTHORS NEWS README"
42 -
43 DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
44 The music database is hashed, and attempting to add files will cause the
45 iPod/iPhone to consider your database unauthorised.
46 It will respond by wiping all media files, requiring a restore through iTunes."
47 +
48 +src_install() {
49 + default
50 + readme.gentoo_create_doc
51 +}
52 +
53 +pkg_postinst() {
54 + readme.gentoo_print_elog
55 +}