summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-06-08 23:16:11 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-06-08 23:16:11 +0000
commit65198697753de804d453ac157c74dcce7133c9e0 (patch)
tree40585f6d762bacb421afe747d4fb08a1e29de045 /app-pda/libiphone
parentStable for HPPA (bug #272515). (diff)
downloadhistorical-65198697753de804d453ac157c74dcce7133c9e0.tar.gz
historical-65198697753de804d453ac157c74dcce7133c9e0.tar.bz2
historical-65198697753de804d453ac157c74dcce7133c9e0.zip
Initial commit, ebuild by me. For bug #241174.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-pda/libiphone')
-rw-r--r--app-pda/libiphone/ChangeLog9
-rw-r--r--app-pda/libiphone/Manifest14
-rw-r--r--app-pda/libiphone/libiphone-0.9.1.ebuild24
-rw-r--r--app-pda/libiphone/metadata.xml10
4 files changed, 57 insertions, 0 deletions
diff --git a/app-pda/libiphone/ChangeLog b/app-pda/libiphone/ChangeLog
new file mode 100644
index 000000000000..c526a8a40d8f
--- /dev/null
+++ b/app-pda/libiphone/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-pda/libiphone
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libiphone/ChangeLog,v 1.1 2009/06/08 23:16:11 chainsaw Exp $
+
+*libiphone-0.9.1 (08 Jun 2009)
+
+ 08 Jun 2009; <chainsaw@gentoo.org> +libiphone-0.9.1.ebuild, +metadata.xml:
+ Initial commit, ebuild by me. For bug #241174.
+
diff --git a/app-pda/libiphone/Manifest b/app-pda/libiphone/Manifest
new file mode 100644
index 000000000000..3f33b14eae25
--- /dev/null
+++ b/app-pda/libiphone/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST libiphone-0.9.1.tar.bz2 291407 RMD160 dec8c46c27a26557e7af4190648e8ae05199716f SHA1 2311062b976cdf89dda087726399757fee0e6254 SHA256 35e8107d29987fbeb367300c677fd4319febb03a8554837b34e75a892eb78cc7
+EBUILD libiphone-0.9.1.ebuild 731 RMD160 bec7a54ae47645598af2c9e8e2f34d1b06a15225 SHA1 0093e5cebf266541ad342f1a57051572ab0eee9b SHA256 89fbdb6f6c1a7fd5c667bd4fd74c134909b38accfe0926c30bcad86cf2b2fc18
+MISC ChangeLog 368 RMD160 078475a4640c307c8824f514794f201d321dea80 SHA1 d1f4ea84a0f390c7079ddcc83ad7d294b9450d5c SHA256 745bec951e3948932c8c7a38cfcfc6907939109bc460c2debf2d7246805b7bae
+MISC metadata.xml 250 RMD160 9b84b76c4212b2007d665eb817954438bc119f02 SHA1 3f69a31fb93ce89476bce6d689586f611017d8b4 SHA256 771f2b9efd3e845ceaef0f34ed1b40c268916e590445b2ef3dc90f7766d9aa7b
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.11 (GNU/Linux)
+
+iEYEARECAAYFAkotm2MACgkQp5vW4rUFj5po4QCgtdr9+OE/Jws4hNJ/YewYS9/X
+qP4Ani/2E8mBsN1g9Xxr+EVYMPmkEWOn
+=XEP/
+-----END PGP SIGNATURE-----
diff --git a/app-pda/libiphone/libiphone-0.9.1.ebuild b/app-pda/libiphone/libiphone-0.9.1.ebuild
new file mode 100644
index 000000000000..1bb37399bc6e
--- /dev/null
+++ b/app-pda/libiphone/libiphone-0.9.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libiphone/libiphone-0.9.1.ebuild,v 1.1 2009/06/08 23:16:11 chainsaw Exp $
+
+EAPI=1
+DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page"
+SRC_URI="http://cloud.github.com/downloads/MattColyer/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+RDEPEND="app-pda/libplist
+ =dev-libs/glib-2*
+ dev-libs/libgcrypt
+ net-libs/gnutls
+ sys-fs/fuse
+ virtual/libusb:0"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}
diff --git a/app-pda/libiphone/metadata.xml b/app-pda/libiphone/metadata.xml
new file mode 100644
index 000000000000..0bef3c15362f
--- /dev/null
+++ b/app-pda/libiphone/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>pda</herd>
+ <maintainer>
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+ </maintainer>
+</pkgmetadata>
+