summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2010-04-07 14:41:50 +0000
committerOlivier Crête <tester@gentoo.org>2010-04-07 14:41:50 +0000
commite57c1dd4d6fc2a58a3964bfcd9992c938666ad19 (patch)
tree95deb3192d09525038a0ed1da86af82dc4ac4750 /app-pda/libimobiledevice
parentAdd important fix for MD5-based password hashes on non-Alpha 64-bit architect... (diff)
downloadhistorical-e57c1dd4d6fc2a58a3964bfcd9992c938666ad19.tar.gz
historical-e57c1dd4d6fc2a58a3964bfcd9992c938666ad19.tar.bz2
historical-e57c1dd4d6fc2a58a3964bfcd9992c938666ad19.zip
Added because it is a dep of newer libgpod for bug #311093, ebuild from bug #311087
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r--app-pda/libimobiledevice/ChangeLog11
-rw-r--r--app-pda/libimobiledevice/Manifest14
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild32
-rw-r--r--app-pda/libimobiledevice/metadata.xml8
4 files changed, 65 insertions, 0 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog
new file mode 100644
index 000000000000..d1ddae3736cc
--- /dev/null
+++ b/app-pda/libimobiledevice/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-pda/libimobiledevice
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.1 2010/04/07 14:41:50 tester Exp $
+
+*libimobiledevice-1.0.0 (07 Apr 2010)
+
+ 07 Apr 2010; Olivier Crête <tester@gentoo.org>
+ +libimobiledevice-1.0.0.ebuild, +metadata.xml:
+ Added because it is a dep of newer libgpod for bug #311093, ebuild from
+ bug #311087
+
diff --git a/app-pda/libimobiledevice/Manifest b/app-pda/libimobiledevice/Manifest
new file mode 100644
index 000000000000..309614690e10
--- /dev/null
+++ b/app-pda/libimobiledevice/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST libimobiledevice-1.0.0.tar.bz2 409689 RMD160 dd90923e952aa616a31de60c7830827bad9065cf SHA1 a622656b0ade86edf85fa26d22e7e54b5051dff1 SHA256 1620ed57441f1fb6a5f62ab4579213a0b1193f301a4c198ac1d013dd62eff480
+EBUILD libimobiledevice-1.0.0.ebuild 815 RMD160 0699bb6d88761f07744a2da1c8e6f38e230a849f SHA1 79f9a0136de00c8fe46503acff84a47c3bd01774 SHA256 b968de77c9c4642d006ced2e49254417688da833a5d51e728494575cdd0e490a
+MISC ChangeLog 448 RMD160 cf00612de0294f6914ab665c2f969c6c6a2d00b8 SHA1 8d6ed63a198cb465d758834ca985a03d18a8564e SHA256 24e43f82ccfbd2b150ed02142dcb075d7e22bae47d622175e2149085863fbacf
+MISC metadata.xml 222 RMD160 d342873a7670ee948b23c02e32d664c61890147b SHA1 4293498c5319dff0845d6c5668f7329cd83c17c5 SHA256 84d779e4bddf172bed193cce4cafad208ba62317ae9bfc7b26b64e02451496ee
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEARECAAYFAku8mboACgkQmOfEJZHYOKcd5ACgpV/mx0sGcGYamzM2PkD6mDoR
+w70An3NEV3AitbtFonAyzSFMLi8e0UfW
+=Dfuc
+-----END PGP SIGNATURE-----
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild
new file mode 100644
index 000000000000..a555589b3c34
--- /dev/null
+++ b/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild,v 1.1 2010/04/07 14:41:50 tester Exp $
+
+EAPI=3
+
+DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://www.libimobiledevice.org/"
+SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="python"
+
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+RDEPEND=">=app-pda/libplist-1.1
+ >=app-pda/usbmuxd-1.0.0_rc2
+ >=dev-libs/glib-2.14.1
+ dev-libs/libgcrypt
+ net-libs/gnutls
+ sys-fs/fuse
+ virtual/libusb:0
+ !app-pda/libiphone"
+
+src_configure() {
+ econf $(use_with python swig)
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}
diff --git a/app-pda/libimobiledevice/metadata.xml b/app-pda/libimobiledevice/metadata.xml
new file mode 100644
index 000000000000..5279ad9bfdda
--- /dev/null
+++ b/app-pda/libimobiledevice/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>tester@gentoo.org</email>
+</maintainer>
+</pkgmetadata>