Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/ideviceinstaller/
Date: Mon, 18 Feb 2019 07:31:12
Message-Id: 1550475051.a91f83303f3b4d6ae2b60d7f28100c1c8a90f202.zlogene@gentoo
1 commit: a91f83303f3b4d6ae2b60d7f28100c1c8a90f202
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 07:30:51 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 07:30:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91f8330
7
8 app-pda/ideviceinstaller: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-pda/ideviceinstaller/Manifest | 1 -
14 .../ideviceinstaller/ideviceinstaller-1.0.1.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest
18 index 487ac583b69..de74f2fb71e 100644
19 --- a/app-pda/ideviceinstaller/Manifest
20 +++ b/app-pda/ideviceinstaller/Manifest
21 @@ -1,2 +1 @@
22 -DIST ideviceinstaller-1.0.1.tar.bz2 259871 BLAKE2B 04eb263869824035e5e1fb48aa8b000fd9534bb4b53582cf3e838e85c9a0743ae004bb78a426e46505315fa9c6b88766f100e2586c1f016603224614886723f1 SHA512 dcdd8c076ef6392122fe0154467b42e244728050d955a27eaf80b637729fb14c06e2d05a3d027f9dd3878758045f1112d1eb20f3bbcc86a7289e7eae26c90d19
23 DIST ideviceinstaller-1.1.0.tar.bz2 272210 BLAKE2B da67c16d046e148d11bafcd1f33a8e5a5cba49c6f975ba038602eaf2444a76883d568e16583923c7303cce170e6718fc1cfcd0b2cffed5a1eaf895944043d785 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623
24
25 diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
26 deleted file mode 100644
27 index cf9c5327a4c..00000000000
28 --- a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2013 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
37 -HOMEPAGE="http://www.libimobiledevice.org/"
38 -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
46 - >=app-pda/libplist-1.8:=
47 - >=dev-libs/libzip-0.8"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 -
51 -DOCS="AUTHORS NEWS README"
52 -
53 -src_prepare() {
54 - sed -i -e 's:-Werror -g::' configure || die
55 -}