Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r4.ebuild
Date: Sat, 23 Feb 2013 08:48:22
Message-Id: 20130223084819.3A7772171D@flycatcher.gentoo.org
1 ssuominen 13/02/23 08:48:19
2
3 Modified: ChangeLog libimobiledevice-1.1.4-r4.ebuild
4 Log:
5 Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead of -r3.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.42 app-pda/libimobiledevice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 23 Feb 2013 08:46:39 -0000 1.41
23 +++ ChangeLog 23 Feb 2013 08:48:19 -0000 1.42
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/libimobiledevice
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.41 2013/02/23 08:46:39 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.42 2013/02/23 08:48:19 ssuominen Exp $
29 +
30 + 23 Feb 2013; Samuli Suominen <ssuominen@g.o>
31 + libimobiledevice-1.1.4-r4.ebuild:
32 + Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead
33 + of -r3.
34
35 *libimobiledevice-1.1.4-r4 (23 Feb 2013)
36
37
38
39
40 1.2 app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?r1=1.1&r2=1.2
45
46 Index: libimobiledevice-1.1.4-r4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- libimobiledevice-1.1.4-r4.ebuild 23 Feb 2013 08:46:39 -0000 1.1
53 +++ libimobiledevice-1.1.4-r4.ebuild 23 Feb 2013 08:48:19 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.1 2013/02/23 08:46:39 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.2 2013/02/23 08:48:19 ssuominen Exp $
59
60 EAPI=5
61 inherit autotools eutils
62 @@ -11,7 +11,7 @@
63
64 LICENSE="GPL-2 LGPL-2.1"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
67 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
68 IUSE="gnutls"
69
70 RDEPEND=">=app-pda/libplist-1.8-r1