app-pda/ideviceinstaller: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 18 Feb 2019 07:30:51 +0000 (10:30 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 18 Feb 2019 07:30:51 +0000 (10:30 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-pda/ideviceinstaller/Manifest
app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild [deleted file]

index 487ac583b695d09d4e8b6d9c6d4367a45e31cd01..de74f2fb71ebdead97b727c621e08f9362dcf0f7 100644 (file)
@@ -1,2 +1 @@
-DIST ideviceinstaller-1.0.1.tar.bz2 259871 BLAKE2B 04eb263869824035e5e1fb48aa8b000fd9534bb4b53582cf3e838e85c9a0743ae004bb78a426e46505315fa9c6b88766f100e2586c1f016603224614886723f1 SHA512 dcdd8c076ef6392122fe0154467b42e244728050d955a27eaf80b637729fb14c06e2d05a3d027f9dd3878758045f1112d1eb20f3bbcc86a7289e7eae26c90d19
 DIST ideviceinstaller-1.1.0.tar.bz2 272210 BLAKE2B da67c16d046e148d11bafcd1f33a8e5a5cba49c6f975ba038602eaf2444a76883d568e16583923c7303cce170e6718fc1cfcd0b2cffed5a1eaf895944043d785 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
deleted file mode 100644 (file)
index cf9c532..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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.1.4:=
-       >=app-pda/libplist-1.8:=
-       >=dev-libs/libzip-0.8"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-
-src_prepare() {
-       sed -i -e 's:-Werror -g::' configure || die
-}