commit:     3f9f76f8bb476f1650f211e0e8fe622fac36f305
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 06:43:18 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu May 15 07:21:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9f76f8

app-pda/libimobiledevice-glue: drop 1.3.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-pda/libimobiledevice-glue/Manifest             |  1 -
 .../libimobiledevice-glue-1.3.0.ebuild             | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/app-pda/libimobiledevice-glue/Manifest 
b/app-pda/libimobiledevice-glue/Manifest
index 489a8f840544..b67b126867ad 100644
--- a/app-pda/libimobiledevice-glue/Manifest
+++ b/app-pda/libimobiledevice-glue/Manifest
@@ -1,2 +1 @@
-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.0.ebuild 
b/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.3.0.ebuild
deleted file mode 100644
index ff848bdd94bd..000000000000
--- a/app-pda/libimobiledevice-glue/libimobiledevice-glue-1.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2024 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
-}

Reply via email to