summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libimobiledevice/ChangeLog11
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild32
-rw-r--r--app-pda/libimobiledevice/metadata.xml8
3 files changed, 51 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/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>