summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-20 15:11:50 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-20 15:11:50 +0000
commit16449a80e28af2209916cc66d19c9a44ca2b90d9 (patch)
treeb4cfe2332c7a6c5da27b6985bf05db4508df1a92 /app-pda
parent79599515788b85b18aa655e7b7f8cc05c1bbddd8 (diff)
gentoo resync : 20.02.2019
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/Manifest.gzbin2389 -> 2390 bytes
-rw-r--r--app-pda/ideviceinstaller/Manifest4
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild25
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild2
4 files changed, 2 insertions, 29 deletions
diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz
index c6d246e49fea..d0e51e754ca9 100644
--- a/app-pda/Manifest.gz
+++ b/app-pda/Manifest.gz
Binary files differ
diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest
index 4f0925385da3..a08a33dbc856 100644
--- a/app-pda/ideviceinstaller/Manifest
+++ b/app-pda/ideviceinstaller/Manifest
@@ -1,5 +1,3 @@
-DIST ideviceinstaller-1.0.1.tar.bz2 259871 BLAKE2B 04eb263869824035e5e1fb48aa8b000fd9534bb4b53582cf3e838e85c9a0743ae004bb78a426e46505315fa9c6b88766f100e2586c1f016603224614886723f1 SHA512 dcdd8c076ef6392122fe0154467b42e244728050d955a27eaf80b637729fb14c06e2d05a3d027f9dd3878758045f1112d1eb20f3bbcc86a7289e7eae26c90d19
DIST ideviceinstaller-1.1.0.tar.bz2 272210 BLAKE2B da67c16d046e148d11bafcd1f33a8e5a5cba49c6f975ba038602eaf2444a76883d568e16583923c7303cce170e6718fc1cfcd0b2cffed5a1eaf895944043d785 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623
-EBUILD ideviceinstaller-1.0.1.ebuild 589 BLAKE2B 805df31c42a129a0d92ef4f4a227b2b59de2639503e0dbd18f94b18c42a2635c7bfbade46413d789660d0e8eed50c446d3f9efa30df92c62f7a664e9b9e523b7 SHA512 676a7dde6cfbdf65984aeb4e0b9166d38e4d3ee76cfa90e6f71b89de2a8e511d8272febe153f18cc7b5fd266e079d6f2b4cce50bdeb4eb8c8ce65b6264eb331c
-EBUILD ideviceinstaller-1.1.0.ebuild 589 BLAKE2B 634087aa1c66a80482ae848e8f36929c9416c23134932bbd16c338d0b116d7d7fecb4cb40c64a4a90dd11b645f93b56c7fb907cb2d2acdcc6971d003ff6258f1 SHA512 fe0c01080632b4a3726ce9955e105c7951621f2d0fcc65b720c703ef17cf10d65edd0fb737d573177be9b21c237eaaaf734dce29ed710a26ccce88866cb8199b
+EBUILD ideviceinstaller-1.1.0.ebuild 588 BLAKE2B d263042da9eee6debbd894c68cf6cd6d26c9bd14236ae6e25430fec4c670a11998854f19e8b286c6b4d2bca88e37e2eb11fe0002df7e56fa14b50f15276150e4 SHA512 18f73aeda2a79564208bb0305b595a2765848128baa2de538c784dd9535ad974ff7ad6958919386fd6642d1f4afb488d9e875a2ec010a786c85bbdfc990fd9fd
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
deleted file mode 100644
index cf9c5327a4cf..000000000000
--- a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
+++ /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
-}
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild
index e825925da0f5..a5c3f139631c 100644
--- a/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild
+++ b/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=app-pda/libimobiledevice-1.1.4:=