summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-12-14 23:23:26 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-12-14 23:23:26 +0000
commitd0359991ae0f3c3d3a873109d3d222003c5475f7 (patch)
tree7912e3777375083b37ab5d973bdb3f475b163b9e /app-pda
parentVersion bump. With thanks to Tomas "scarabeus" Chvatal. (diff)
downloadgentoo-2-d0359991ae0f3c3d3a873109d3d222003c5475f7.tar.gz
gentoo-2-d0359991ae0f3c3d3a873109d3d222003c5475f7.tar.bz2
gentoo-2-d0359991ae0f3c3d3a873109d3d222003c5475f7.zip
Version bump.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libiphone/ChangeLog7
-rw-r--r--app-pda/libiphone/libiphone-0.9.5.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-pda/libiphone/ChangeLog b/app-pda/libiphone/ChangeLog
index c526a8a40d8f..fe67daa6d0ba 100644
--- a/app-pda/libiphone/ChangeLog
+++ b/app-pda/libiphone/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libiphone/ChangeLog,v 1.2 2009/12/14 23:23:26 chainsaw Exp $
+
+*libiphone-0.9.5 (14 Dec 2009)
+
+ 14 Dec 2009; <chainsaw@gentoo.org> +libiphone-0.9.5.ebuild:
+ Version bump.
*libiphone-0.9.1 (08 Jun 2009)
diff --git a/app-pda/libiphone/libiphone-0.9.5.ebuild b/app-pda/libiphone/libiphone-0.9.5.ebuild
new file mode 100644
index 000000000000..3080a5948b31
--- /dev/null
+++ b/app-pda/libiphone/libiphone-0.9.5.ebuild
@@ -0,0 +1,25 @@
+# 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.5.ebuild,v 1.1 2009/12/14 23:23:26 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-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"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}