summaryrefslogtreecommitdiff
path: root/app-pda/libimobiledevice
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-pda/libimobiledevice
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r--app-pda/libimobiledevice/Manifest1
-rw-r--r--app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch10
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild76
-rw-r--r--app-pda/libimobiledevice/metadata.xml8
4 files changed, 0 insertions, 95 deletions
diff --git a/app-pda/libimobiledevice/Manifest b/app-pda/libimobiledevice/Manifest
deleted file mode 100644
index e96a57d1289e..000000000000
--- a/app-pda/libimobiledevice/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libimobiledevice-1.3.0_p20240201.tar.gz 405723 BLAKE2B 5f3672e6b3c180440c215d9411eb2f21fe9451d822707e5b11ffff6693dccabfb5d184ef35f36bce2af508cbdebb656923927558ef39669825679a8ebf3cc8ee SHA512 d3746b7e0803840489593c9a3d8c8b16f6d4be5e2cd5c947d05be31e49c095c6503ef9150c886a87c68f4694bc6c1bfba96c4578789adc8f165a6391d0e4918f
diff --git a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
deleted file mode 100644
index b158c97164b1..000000000000
--- a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/tools/afcclient.c
-+++ b/tools/afcclient.c
-@@ -36,6 +36,7 @@
- #include <signal.h>
- #include <ctype.h>
- #include <unistd.h>
-+#include <time.h>
-
- #ifdef WIN32
- #include <windows.h>
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild
deleted file mode 100644
index 1135209902f5..000000000000
--- a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_COMMIT=73b6fd183872096f20e6d1007429546a317a7cb1
-
-DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
-HOMEPAGE="https://libimobiledevice.org/"
-SRC_URI="https://github.com/libimobiledevice/libimobiledevice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_COMMIT}
-
-# While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
-IUSE="doc gnutls readline static-libs"
-
-RDEPEND="
- app-pda/libimobiledevice-glue:=
- >=app-pda/libplist-2.3:=
- >=app-pda/libusbmuxd-2.0.2:=
- gnutls? (
- dev-libs/libgcrypt:0
- >=dev-libs/libtasn1-1.1
- >=net-libs/gnutls-2.2.0
- )
- !gnutls? (
- dev-libs/openssl:0=
- )
- readline? ( sys-libs/readline:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-text/doxygen )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.3.0_p20240201_time_h.patch
-)
-
-src_prepare() {
- default
- echo ${PV}-${MY_COMMIT} > .tarball-version
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --without-cython
- $(use_enable static-libs static)
- )
- use gnutls && myeconfargs+=( --with-gnutls --without-openssl )
- # --with-readline also causes readline to not be used
- use readline || myeconfargs+=( --without-readline )
- econf "${myeconfargs[@]}"
-}
-
-src_compile() {
- emake
-
- if use doc; then
- doxygen doxygen.cfg || die
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}"
-
- use doc && dodoc docs/html/*
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/app-pda/libimobiledevice/metadata.xml b/app-pda/libimobiledevice/metadata.xml
deleted file mode 100644
index 48eac86ee7db..000000000000
--- a/app-pda/libimobiledevice/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">libimobiledevice/libimobiledevice</remote-id>
- </upstream>
-</pkgmetadata>