public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/, app-pda/libusbmuxd/files/
@ 2024-12-22  9:58 Petr Vaněk
  0 siblings, 0 replies; only message in thread
From: Petr Vaněk @ 2024-12-22  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9eab660217a7a4b36907bd69f4b704958e75cbc7
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 09:47:05 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 09:57:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eab6602

app-pda/libusbmuxd: drop 2.0.2-r2

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

 app-pda/libusbmuxd/Manifest                        |  1 -
 .../files/libusbmuxd-2.0.2-configure.patch         | 32 -----------------
 app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild      | 40 ----------------------
 3 files changed, 73 deletions(-)

diff --git a/app-pda/libusbmuxd/Manifest b/app-pda/libusbmuxd/Manifest
index 3e11ab998d28..9da4ddb13a60 100644
--- a/app-pda/libusbmuxd/Manifest
+++ b/app-pda/libusbmuxd/Manifest
@@ -1,2 +1 @@
-DIST libusbmuxd-2.0.2.tar.xz 41960 BLAKE2B 74a031ec595e40cf0532c753553cb2c35785410eba41a0a0abf45ed23dd6af7528238386ee9c0a4f8709cd447192969f15504fcbb58476441dc593ae28c388d9 SHA512 ce940fc6741973ed09ff0e5428aef78577449ca8e13766e9cbe121f3a2a26873ca164f10b441cc046653cc8550b68cc869ecb57a50fc999cebb55702642c4766
 DIST libusbmuxd-2.1.0.tar.bz2 325055 BLAKE2B f027a3d5fe7cae4628f2120f2c47b66928d4c426848e925ed3cf9ad22f8da23c7fb3a8c9588bc1576a797ac1b8f523455f46b94ce453c8e894da16e06c6bb05a SHA512 c7646b8c7e6c55bb87595380d22d77563f9d3981bf8f169a7ac85650e2860bcbb6831c4968040b92efdc1267a8ca9ae81c2f46c6644ba0c40333f81d6651cf19

diff --git a/app-pda/libusbmuxd/files/libusbmuxd-2.0.2-configure.patch b/app-pda/libusbmuxd/files/libusbmuxd-2.0.2-configure.patch
deleted file mode 100644
index e8db338d65b7..000000000000
--- a/app-pda/libusbmuxd/files/libusbmuxd-2.0.2-configure.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 84fb81483703dfcc26e784256b6a19d75e8e58ee Mon Sep 17 00:00:00 2001
-From: Matthew Smith <matthew@gentoo.org>
-Date: Sun, 12 Feb 2023 10:18:02 +0000
-Subject: [PATCH] autoconf: Fix -Wint-conversion in test
-
--Wint-conversion becomes an error by default in clang-16, causing the
-program_invocation_short_name test to fail.
-
-Bug: https://bugs.gentoo.org/893910
---- a/configure.ac
-+++ b/configure.ac
-@@ -87,7 +87,7 @@ case ${host_os} in
-     ])
-     AC_CHECK_FUNCS([pselect])
-     AC_CACHE_CHECK(for program_invocation_short_name, ac_cv_program_invocation_short_name,[
--        AC_TRY_LINK([extern char* program_invocation_short_name;],[return program_invocation_short_name;],
-+        AC_TRY_LINK([extern char* program_invocation_short_name;],[return program_invocation_short_name[0];],
-             [ac_cv_program_invocation_short_name=yes],
-             [ac_cv_program_invocation_short_name=no]
-         )
-@@ -95,7 +95,7 @@ case ${host_os} in
-     if test "x$ac_cv_program_invocation_short_name" = "xyes"; then
-         AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME, 1, [Define if you have program_invocation_short_name])
-         AC_CACHE_CHECK(if program_invocation_short_name is declared in errno.h, ac_cv_program_invocation_short_name_errno_h,[
--            AC_TRY_LINK([#include <errno.h>],[return program_invocation_short_name;],
-+            AC_TRY_LINK([#include <errno.h>],[return program_invocation_short_name[0];],
-                 [ac_cv_program_invocation_short_name_errno_h=yes],
-                 [ac_cv_program_invocation_short_name_errno_h=no]
-             )
--- 
-2.39.1
-

diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild
deleted file mode 100644
index 71a05f67c96c..000000000000
--- a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="https://www.libimobiledevice.org/"
-SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.xz"
-LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+
-SLOT="0/2.0-6" # based on SONAME of libusbmuxd-2.0.so
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
-IUSE="static-libs"
-
-RDEPEND="
-	>=app-pda/libplist-2.2.0:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/libusbmuxd-2.0.2-configure.patch )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(usex kernel_linux '' --without-inotify)
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -type f -delete || die
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-22  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22  9:58 [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/, app-pda/libusbmuxd/files/ Petr Vaněk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox