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/ideviceinstaller: ideviceinstaller-1.0.0.ebuild metadata.xml ChangeLog
Date: Tue, 29 Mar 2011 08:11:31
Message-Id: 20110329081121.ABE8620054@flycatcher.gentoo.org
1 ssuominen 11/03/29 08:11:21
2
3 Added: ideviceinstaller-1.0.0.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial commit wrt #348529 by "nando.sm".
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: ideviceinstaller-1.0.0.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild,v 1.1 2011/03/29 08:11:21 ssuominen Exp $
21
22 EAPI=4
23 inherit eutils
24
25 DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
26 HOMEPAGE="http://www.libimobiledevice.org/"
27 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 RDEPEND=">=app-pda/libimobiledevice-1.0.0
35 >=app-pda/libplist-0.15
36 >=dev-libs/libzip-0.8"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig"
39
40 src_prepare() {
41 epatch "${FILESDIR}"/${P}-libgen_h.patch
42 sed -i -e 's:-Werror -g::' configure || die
43 }
44
45
46
47 1.1 app-pda/ideviceinstaller/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <herd>pda</herd>
58 </pkgmetadata>
59
60
61
62 1.1 app-pda/ideviceinstaller/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for app-pda/ideviceinstaller
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.1 2011/03/29 08:11:21 ssuominen Exp $
72
73 *ideviceinstaller-1.0.0 (29 Mar 2011)
74
75 29 Mar 2011; Samuli Suominen <ssuominen@g.o>
76 +ideviceinstaller-1.0.0.ebuild, +files/ideviceinstaller-1.0.0-libgen_h.patch:
77 Initial commit wrt #348529 by "nando.sm".