mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
ideviceinstaller: snapshot bump, cleanup
This commit is contained in:
parent
a87b25499f
commit
7fc650ad55
5 changed files with 15 additions and 42 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST ideviceinstaller-1.1.0.tar.bz2 272210 BLAKE2B da67c16d046e148d11bafcd1f33a8e5a5cba49c6f975ba038602eaf2444a76883d568e16583923c7303cce170e6718fc1cfcd0b2cffed5a1eaf895944043d785 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623
|
||||
DIST ideviceinstaller-1.1.0_p20181001.zip 24848 BLAKE2B b24d9c57f763ecdf38dbee1ece9a84707cd23c19152173b76658e1c1f4f3a017d9f9c4dee3055a55a685b4cfb5a799048befc682c9bd7d29d6222ec8c111c544 SHA512 35aa870311e493df8d7d02ae9087218c91db109cf52ce8906304c2b82edae7b858829d78f85c3a49e6d6e76189fd8acaf6c991789f3386631e2f3fadffce5e5c
|
||||
DIST ideviceinstaller-1.1.0_p20191028.zip 25238 BLAKE2B 5f49c68594574ef0c8f7f1495b8adf72b3c373bd22d986bbafc3a02fc31b7bd300e654d94fc61c1e7d3c37f8ef33d8992a1d00e7ecae28a9f9c2fd0c546103d6 SHA512 de6db1ad70d54ee8c9782a1b0aac3d9e79a1e9210ce30a2611b449076b17585869f0e03ce891236dd84cbeba5bc7c6d1daf4b9be16900d2144d63e649e237fb4
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild,v 1.4 2013/05/11 22:07:17 ssuominen Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-2 autotools
|
||||
|
||||
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"
|
||||
EGIT_REPO_URI="https://github.com/libimobiledevice/ideviceinstaller.git"
|
||||
EGIT_COMMIT="5fbd3251e9ab03be952a876f261ca466398c1696"
|
||||
|
||||
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() {
|
||||
./autogen.sh
|
||||
sed -i -e 's:-Werror -g::' configure || die
|
||||
}
|
||||
|
|
@ -1,31 +1,34 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild,v 1.4 2013/05/11 22:07:17 ssuominen Exp $
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
inherit git-2 autotools
|
||||
inherit autotools
|
||||
|
||||
MY_COMMIT="b37ce232a44e4e212f71d3792cbd3d86e2f9ac33"
|
||||
|
||||
DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/${MY_COMMIT}.zip -> ${P}.zip"
|
||||
#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
|
||||
EGIT_REPO_URI="https://github.com/libimobiledevice/ideviceinstaller.git"
|
||||
EGIT_COMMIT="7aa87fe71df068e798fe002ac785477d4e22c918"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
|
||||
RDEPEND=">=app-pda/libimobiledevice-1.2.0:=
|
||||
>=app-pda/libplist-1.8:=
|
||||
>=dev-libs/libzip-0.8"
|
||||
>=dev-libs/libzip-0.10"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS="AUTHORS NEWS README"
|
||||
DOCS=( AUTHORS NEWS README )
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
./autogen.sh
|
||||
sed -i -e 's:-Werror -g::' configure || die
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>pda</herd>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/libimobiledevice/libplist/archive/${PV}.tar.gz -> ${
|
|||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0/3.2.0" # based on SONAME of libplist.so
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
|
||||
IUSE="python static-libs"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
|
|
|
|||
Loading…
Reference in a new issue