summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-16 01:07:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-16 01:07:20 +0000
commit3b8d2cbc64b8e225ae08e8943ae0e865a87df819 (patch)
treeed317b7911501a524628d8ba48777951ec4dfba0 /app-pda/ideviceinstaller
parentVersion bump. (diff)
downloadgentoo-2-3b8d2cbc64b8e225ae08e8943ae0e865a87df819.tar.gz
gentoo-2-3b8d2cbc64b8e225ae08e8943ae0e865a87df819.tar.bz2
gentoo-2-3b8d2cbc64b8e225ae08e8943ae0e865a87df819.zip
old
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/ideviceinstaller')
-rw-r--r--app-pda/ideviceinstaller/ChangeLog6
-rw-r--r--app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch20
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild26
3 files changed, 5 insertions, 47 deletions
diff --git a/app-pda/ideviceinstaller/ChangeLog b/app-pda/ideviceinstaller/ChangeLog
index 4c38a8c59458..b34f5344d166 100644
--- a/app-pda/ideviceinstaller/ChangeLog
+++ b/app-pda/ideviceinstaller/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/ideviceinstaller
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.3 2012/05/16 01:04:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.4 2012/05/16 01:07:19 ssuominen Exp $
+
+ 16 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -ideviceinstaller-1.0.0.ebuild, -files/ideviceinstaller-1.0.0-libgen_h.patch:
+ old
*ideviceinstaller-1.0.1 (16 May 2012)
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 b7c8be7a7932..000000000000
--- 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-1.0.0.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild
deleted file mode 100644
index 01dcfea6bd67..000000000000
--- a/app-pda/ideviceinstaller/ideviceinstaller-1.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 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.2 2012/05/03 20:20:59 jdhore Exp $
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-pda/libimobiledevice-1.0.0
- >=app-pda/libplist-0.15
- >=dev-libs/libzip-0.8"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libgen_h.patch
- sed -i -e 's:-Werror -g::' configure || die
-}