diff options
author | James Broadhead <jamesbroadhead@gmail.com> | 2012-03-05 23:16:52 +0000 |
---|---|---|
committer | James Broadhead <jamesbroadhead@gmail.com> | 2012-03-05 23:16:52 +0000 |
commit | dad5acd28030fa43d5658cf32ee1ba68416ad789 (patch) | |
tree | 52b8913ad616c675d448f5f4b5a12db7919e8ddc | |
parent | Re-Manifest && add ./autogen.sh call (diff) | |
download | jamesbroadhead-dad5acd28030fa43d5658cf32ee1ba68416ad789.tar.gz jamesbroadhead-dad5acd28030fa43d5658cf32ee1ba68416ad789.tar.bz2 jamesbroadhead-dad5acd28030fa43d5658cf32ee1ba68416ad789.zip |
remove patch
-rw-r--r-- | app-pda/ideviceinstaller/Manifest | 3 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch | 20 | ||||
-rw-r--r-- | app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild | 2 |
3 files changed, 2 insertions, 23 deletions
diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest index 7f748f4..020d2a7 100644 --- a/app-pda/ideviceinstaller/Manifest +++ b/app-pda/ideviceinstaller/Manifest @@ -1,4 +1,3 @@ -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 +EBUILD ideviceinstaller-9999.ebuild 861 RMD160 5f58b0798ad4ac8777ca798dd1c2290c091f4bfe SHA1 dcca16c760cba77aaedaf18247c07e4efec884d4 SHA256 e1339a15aa089e37a63389a82c92d7f816fdae5ba9475acd1e68bc9ae75d5dd0 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 deleted file mode 100644 index b7c8be7..0000000 --- a/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 index 2a15503..c86488d 100644 --- a/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild +++ b/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild @@ -27,6 +27,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-libgen_h.patch + #epatch "${FILESDIR}"/${P}-libgen_h.patch sed -i -e 's:-Werror -g::' configure || die } |