diff options
author | James Broadhead <jamesbroadhead@gmail.com> | 2012-02-29 16:52:55 +0000 |
---|---|---|
committer | James Broadhead <jamesbroadhead@gmail.com> | 2012-02-29 16:52:55 +0000 |
commit | a86600c039ef5301094919edb33235b40313e023 (patch) | |
tree | 877ed9c27cd27b7a696fe0568d591239d9e54eba /app-pda/ideviceinstaller | |
parent | Removed TODO re -nosql patch (diff) | |
download | jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.tar.gz jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.tar.bz2 jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.zip |
Added -9999 versions of ipod tools
Diffstat (limited to 'app-pda/ideviceinstaller')
-rw-r--r-- | app-pda/ideviceinstaller/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/Manifest | 4 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch | 20 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild | 32 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/metadata.xml | 5 |
5 files changed, 71 insertions, 0 deletions
diff --git a/app-pda/ideviceinstaller/ChangeLog b/app-pda/ideviceinstaller/ChangeLog new file mode 100644 index 0000000..5556355 --- /dev/null +++ b/app-pda/ideviceinstaller/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-pda/ideviceinstaller +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.1 2011/03/29 08:11:21 ssuominen Exp $ + +*ideviceinstaller-1.0.0 (29 Mar 2011) + + 29 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> + +ideviceinstaller-1.0.0.ebuild, +files/ideviceinstaller-1.0.0-libgen_h.patch: + Initial commit wrt #348529 by "nando.sm". + diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest new file mode 100644 index 0000000..7f748f4 --- /dev/null +++ b/app-pda/ideviceinstaller/Manifest @@ -0,0 +1,4 @@ +AUX ideviceinstaller-1.0.0-libgen_h.patch 562 RMD160 70a501fbb09e32f859fd4f014f5466dc7f3fb6f1 SHA1 6b8fcd4be522ef44b29a56445ebc228b11971ccc SHA256 7461940a89f470622f093b8c70f039f71a364ab5930a891c09dc8e5e80023946 +EBUILD ideviceinstaller-9999.ebuild 860 RMD160 79aeead4bf4ab1595d471ced8d58b7f431b390d7 SHA1 04b9ab4e1b1a2fdb8ec8ef1aaa2d449a748c277b SHA256 992571f3b78bb7abedd9763d51f3de71b50842d1c04bd766ce8fb448241f47d7 +MISC ChangeLog 442 RMD160 90832661f6ad60b7990ed4a1726bd15ebcf3be4d SHA1 af3c4d918e3ead49ae16ceb6aac9e3615a5dcd2f SHA256 653ac7f22d1c82e31dbad2d3ece36bc982c9abbe08f887187821d99d7f7c60fb +MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb diff --git a/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch b/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch new file mode 100644 index 0000000..b7c8be7 --- /dev/null +++ b/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch @@ -0,0 +1,20 @@ +From ecb942b024de4038ff98cbaa3ca2e209b1da290c Mon Sep 17 00:00:00 2001 +From: Martin Szulecki +Date: Sat, 26 Mar 2011 10:19:04 +0000 +Subject: Add missing libgen.h include to make compilers happy + +--- +diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c +index d8c68ba..365da0b 100644 +--- a/src/ideviceinstaller.c ++++ b/src/ideviceinstaller.c +@@ -31,6 +31,7 @@ + #include <getopt.h> + #include <errno.h> + #include <time.h> ++#include <libgen.h> + + #include <libimobiledevice/libimobiledevice.h> + #include <libimobiledevice/lockdown.h> +-- +cgit v0.8.3.1-34-gbf3d diff --git a/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild new file mode 100644 index 0000000..2a15503 --- /dev/null +++ b/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild,v 1.1 2011/03/29 08:11:21 ssuominen Exp $ + +EAPI=4 +inherit eutils + +if [[ ${PV} == "9999" ]] ; then + inherit git-2 + EGIT_REPO_URI="http://git.sukimashita.com/${PN}.git" +else + SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" +fi + +DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice" +HOMEPAGE="http://www.libimobiledevice.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-pda/libimobiledevice-9999 + >=app-pda/libplist-9999 + >=dev-libs/libzip-0.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${P}-libgen_h.patch + sed -i -e 's:-Werror -g::' configure || die +} diff --git a/app-pda/ideviceinstaller/metadata.xml b/app-pda/ideviceinstaller/metadata.xml new file mode 100644 index 0000000..228404d --- /dev/null +++ b/app-pda/ideviceinstaller/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +</pkgmetadata> |