summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-20 21:58:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-20 21:58:22 +0000
commitd75923386974bda25bdd93f95ec56f0400a88ae3 (patch)
tree7c2d7bea2fb99a4e1be3be7e19c3a1a9d9cba71b /app-pda
parentb8c9caf2bd64aead0023dbd2aa53d0c794d81dc2 (diff)
downloadbaldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.tar.gz
baldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.tar.xz
baldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.zip
Adding metadata
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild4
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.1.1.ebuild44
2 files changed, 2 insertions, 46 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
index 0f7ab30b7dc5..59ac7d442a59 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P
# src/utils.h is LGPL-2.1+, rest is found in COPYING*
LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE="selinux systemd"
DEPEND="
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
deleted file mode 100644
index 30099a03f5d5..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd udev
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="https://libimobiledevice.org/"
-SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P}.tar.bz2"
-
-# src/utils.h is LGPL-2.1+, rest is found in COPYING*
-LICENSE="GPL-2 GPL-3 LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="selinux systemd"
-
-DEPEND="
- acct-user/usbmux
- >=app-pda/libimobiledevice-1.0:=
- >=app-pda/libplist-2.0:=
- virtual/libusb:1"
-
-RDEPEND="
- ${DEPEND}
- virtual/udev
- selinux? ( sec-policy/selinux-usbmuxd )
-"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with systemd) \
- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
- --with-udevrulesdir="$(get_udevdir)"/rules.d
-}