Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ifuse-1.0.0.ebuild ChangeLog
Date: Fri, 28 May 2010 16:08:02
Message-Id: 20100528160800.333432CF37@corvid.gentoo.org
1 bangert 10/05/28 16:08:00
2
3 Modified: ChangeLog
4 Added: ifuse-1.0.0.ebuild
5 Log:
6 version bump (#311089)
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-pda/ifuse/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 14 Dec 2009 23:26:24 -0000 1.2
23 +++ ChangeLog 28 May 2010 16:08:00 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/ifuse
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.2 2009/12/14 23:26:24 chainsaw Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.3 2010/05/28 16:08:00 bangert Exp $
30 +
31 +*ifuse-1.0.0 (28 May 2010)
32 +
33 + 28 May 2010; Thilo Bangert <bangert@g.o> +ifuse-1.0.0.ebuild:
34 + version bump (#311089)
35
36 *ifuse-0.9.5 (14 Dec 2009)
37
38
39
40
41 1.1 app-pda/ifuse/ifuse-1.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ifuse-1.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.0.0.ebuild,v 1.1 2010/05/28 16:08:00 bangert Exp $
51
52 EAPI=3
53
54 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
55 HOMEPAGE="http://libimobiledevice.org/"
56 SRC_URI="http://cloud.github.com/downloads/MattColyer/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=app-pda/libplist-1.3
64 >=app-pda/libimobiledevice-1.0.1
65 =dev-libs/glib-2*
66 sys-fs/fuse"
67
68 src_install() {
69 make DESTDIR="${D}" install || die
70 dodoc README
71 }
72
73 pkg_postinst() {
74 ewarn "Only use this filesystem driver to create backups of your data."
75 ewarn "The music database is hashed, and attempting to add files will "
76 ewarn "cause the iPod/iPhone to consider your database unauthorised."
77 ewarn "It will respond by wiping all media files, requiring a restore "
78 ewarn "through iTunes. You have been warned."
79 }