commit: 81aeba9f5576219094ca78eb6d79155667b2242e Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Mar 6 17:34:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 02:09:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aeba9f
app-pda/libimobiledevice-glue: add 1.3.1 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/40931 Signed-off-by: Sam James <sam <AT> gentoo.org> app-pda/libimobiledevice-glue/Manifest | 1 + .../libimobiledevice-glue-1.3.1.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-pda/libimobiledevice-glue/Manifest b/app-pda/libimobiledevice-glue/Manifest index 3d1fd5dc0153..489a8f840544 100644 --- a/app-pda/libimobiledevice-glue/Manifest +++ b/app-pda/libimobiledevice-glue/Manifest @@ -1 +1,2 @@ DIST libimobiledevice-glue-1.3.0.tar.bz2 340138 BLAKE2B c9133e6ec5d88cd3b0345f4dd2f3fc63f204dbc996ac649423884d9ed0e240e4659c7f9470560887db69255d3d675c4d38963c9b0f53521d835f33a4b3a9c93f SHA512 920705a2c467357308241d623ec0bd60eb76c225f11be45b06c4565e93b0daf6502a189e2c0278b36476d2d48472e690ab86cc7cc1a8c9365410510f60011011 +DIST libimobiledevice-glue-1.3.1.tar.bz2 339881 BLAKE2B 26d31a605fcf2b700715d521d07076b4702a928ad865bec7a2bb269b88bc9d68a352a5ea8520ab337d8c77a1afd6e8da6b1ea49072a7e67e1ad4557e43f9ee40 SHA512 8ce1fa78f9edd0c4c44575554a42dc8866e8ffb3983138a93403119b55260106fa5bd9d2cef289f22b23202e61db52bc7f875048d8e30dabdb0790d692044ea5 diff --git a/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.3.1.ebuild b/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.3.1.ebuild new file mode 100644 index 000000000000..3abef2a053e4 --- /dev/null +++ b/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit libtool + +DESCRIPTION="Support library for libimobiledevice projects" +HOMEPAGE="https://github.com/libimobiledevice/libimobiledevice-glue" +SRC_URI="https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/${PV}/${P}.tar.bz2" + +LICENSE="LGPL-2.1+" +SLOT="0/0.1.0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86" + +RDEPEND=">=app-pda/libplist-2.3:=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + elibtoolize +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}
