* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2019-09-18 21:29 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2019-09-18 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 5983021d147257d420eb195c2ff479c186927ef8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 21:19:30 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 21:28:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5983021d
app-pda/usbmuxd: restore v1.0.8_p20140530
Fixes commit a82cb3bfaffb2442b26630a3bf6debfba8a7ce04 which deleted
last stable version.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 +
app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 34 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 7e34f3e1521..c0da65d89c6 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1,2 @@
+DIST usbmuxd-1.0.8_p20140530.tar.xz 46988 BLAKE2B 8efedee3231b134995316fc295fffd975271aa9d630aa6e3d96ccda472634422299aadb92acda09b6802cdcf9e99af0c165dcbed153d0a5027ffcc8f26126cdc SHA512 200c9bd208ef9e8d5e0a9b2779ff260efe6319333ce27c93a0686ba924e6cfaa1a003072c3eabbe46d495a66bc47c3cd6e82482653fde5e1a7ae0edd9b838fac
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
new file mode 100644
index 00000000000..17dd00ce82b
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils udev user
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://www.libimobiledevice.org/"
+#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
+SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
+
+# 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=""
+
+RDEPEND="
+ acct-group/plugdev
+ >=app-pda/libimobiledevice-1.1.6
+ >=app-pda/libplist-1.11
+ virtual/libusb:1"
+DEPEND="${RDEPEND}
+ virtual/os-headers
+ virtual/pkgconfig"
+
+pkg_setup() {
+ enewuser usbmux -1 -1 -1 "usb,plugdev"
+}
+
+src_install() {
+ autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-11-05 15:13 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2024-11-05 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 0e561b748a73b1b73dbe21b808d11e233d844960
Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 2 22:30:01 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 15:13:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e561b74
app-pda/usbmuxd: add 1.1.1_p20240915
Bump the minimum version of the libplist to 2.6. The acct-user/usbmuxd
dependency is moved to RDEPEND, as it is not required during the build.
Closes: https://bugs.gentoo.org/924200
Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38856
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 +
app-pda/usbmuxd/usbmuxd-1.1.1_p20240915.ebuild | 55 ++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 17be1bb35aed..0e8c6e9da4e5 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1,2 @@
DIST usbmuxd-1.1.1_p20231011.tar.gz 65638 BLAKE2B 68bfdcdf907241fbf3b8b41133e11f3b08c5007417a1ea86f5428a5c11f480f9e6a6a9073080976d84ed14b456f61e19ef2b2f161d5b1ec19367fe01eb89b435 SHA512 dfe2e39496aa6841aaa7c02dc5ad5425f4199d5e5ccf560438e5f07fff9050124918ce99a1b2e22fc5b8718e091aff81ff209467de16701a14279e994c5ceefe
+DIST usbmuxd-1.1.1_p20240915.tar.gz 65629 BLAKE2B 20959476ea71614395fbfc17f4ed32da2cdbf6d92116549fe7d68f8f39ed9cb6c952c72e6ba86cc4885a923de159256c5a53d04c976631a966e1b0cf3eca5718 SHA512 1c50ca5827f90c901850aff7d222a8bcdb450ade698be1586ba157e9a3039a147d93a14fde14d6605a3d45907ae9716d06ed19a3230e3d51c3b3fb12334f0400
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_p20240915.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_p20240915.ebuild
new file mode 100644
index 000000000000..1ae31427df89
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_p20240915.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd udev
+
+MY_COMMIT=0b1b233b57d581515978a09e5a4394bfa4ee4962
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="https://libimobiledevice.org/"
+SRC_URI="https://github.com/libimobiledevice/usbmuxd/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
+# 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"
+IUSE="selinux systemd"
+
+DEPEND="
+ >=app-pda/libimobiledevice-1.3.0:=
+ app-pda/libimobiledevice-glue:=
+ >=app-pda/libplist-2.6:=
+ virtual/libusb:1=
+"
+RDEPEND="
+ ${DEPEND}
+ acct-user/usbmux
+ virtual/udev
+ selinux? ( sec-policy/selinux-usbmuxd )
+ systemd? ( sys-apps/systemd )
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ echo ${PV} > "${S}"/.tarball-version
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ "$(use_with systemd)" \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-udevrulesdir="$(get_udevdir)"/rules.d
+}
+
+pkg_postrm() {
+ udev_reload
+}
+
+pkg_postinst() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-09-08 12:05 Petr Vaněk
0 siblings, 0 replies; 29+ messages in thread
From: Petr Vaněk @ 2024-09-08 12:05 UTC (permalink / raw
To: gentoo-commits
commit: 2f3f0e6ed6f15dfa66eca47f9fcba5a0c35e0264
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 11:48:51 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 12:05:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3f0e6e
app-pda/usbmuxd: drop 1.1.1-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 -
app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild | 49 ---------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 9b037fbf4578..17be1bb35aed 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1,2 +1 @@
-DIST usbmuxd-1.1.1.tar.bz2 345290 BLAKE2B 580dd4e2fb05d6c4803d774f7d43c8399219d8f0ce4191428cb4fccffcc941894d0381d5f0746997570dd24e395af3dda340b1910827f9c5ace7e2d9cc176c6a SHA512 0e8829c93aac147a6b949fe95592d6ad9ea36e1c04676cb85accb4670a65b31065706fc438556def17b55850081d6c07deb325ca02b9853335b6e0b1049ba1da
DIST usbmuxd-1.1.1_p20231011.tar.gz 65638 BLAKE2B 68bfdcdf907241fbf3b8b41133e11f3b08c5007417a1ea86f5428a5c11f480f9e6a6a9073080976d84ed14b456f61e19ef2b2f161d5b1ec19367fe01eb89b435 SHA512 dfe2e39496aa6841aaa7c02dc5ad5425f4199d5e5ccf560438e5f07fff9050124918ce99a1b2e22fc5b8718e091aff81ff209467de16701a14279e994c5ceefe
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
deleted file mode 100644
index 59ac7d442a59..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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 ~arm64 ~ppc ~ppc64 x86"
-IUSE="selinux systemd"
-
-DEPEND="
- acct-user/usbmux
- >=app-pda/libimobiledevice-1.3.0:=
- >=app-pda/libplist-2.2:= <app-pda/libplist-2.3
- virtual/libusb:1=
-"
-
-RDEPEND="
- ${DEPEND}
- virtual/udev
- selinux? ( sec-policy/selinux-usbmuxd )
- systemd? ( sys-apps/systemd )
-"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- econf \
- "$(use_with systemd)" \
- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
- --with-udevrulesdir="$(get_udevdir)"/rules.d
-}
-
-pkg_postrm() {
- udev_reload
-}
-
-pkg_postinst() {
- udev_reload
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-06-20 17:57 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2024-06-20 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 0e40d6b2b1500c4df5fa5fa7d4818c535278451d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 17:57:49 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:57:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e40d6b2
app-pda/usbmuxd: Stabilize 1.1.1_p20231011 amd64, #934526
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild
index 1e79cbeeeadb..b033499b5fbe 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
# 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="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-04-30 8:00 Matthew Smith
0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2024-04-30 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 1626cbded796c152b34301be35ef2f92cacd51ea
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 07:59:03 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 07:59:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1626cbde
app-pda/usbmuxd: add 1.1.1_p20231011
Add new snapshot version which has compatibility with newer libplist, and
may fix other bugs.
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 +
app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild | 55 ++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 36324db90938..9b037fbf4578 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1,2 @@
DIST usbmuxd-1.1.1.tar.bz2 345290 BLAKE2B 580dd4e2fb05d6c4803d774f7d43c8399219d8f0ce4191428cb4fccffcc941894d0381d5f0746997570dd24e395af3dda340b1910827f9c5ace7e2d9cc176c6a SHA512 0e8829c93aac147a6b949fe95592d6ad9ea36e1c04676cb85accb4670a65b31065706fc438556def17b55850081d6c07deb325ca02b9853335b6e0b1049ba1da
+DIST usbmuxd-1.1.1_p20231011.tar.gz 65638 BLAKE2B 68bfdcdf907241fbf3b8b41133e11f3b08c5007417a1ea86f5428a5c11f480f9e6a6a9073080976d84ed14b456f61e19ef2b2f161d5b1ec19367fe01eb89b435 SHA512 dfe2e39496aa6841aaa7c02dc5ad5425f4199d5e5ccf560438e5f07fff9050124918ce99a1b2e22fc5b8718e091aff81ff209467de16701a14279e994c5ceefe
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild
new file mode 100644
index 000000000000..1e79cbeeeadb
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_p20231011.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd udev
+
+MY_COMMIT=360619c5f721f93f0b9d8af1a2df0b926fbcf281
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="https://libimobiledevice.org/"
+SRC_URI="https://github.com/libimobiledevice/usbmuxd/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
+# 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"
+IUSE="selinux systemd"
+
+DEPEND="
+ acct-user/usbmux
+ >=app-pda/libimobiledevice-1.3.0:=
+ app-pda/libimobiledevice-glue:=
+ >=app-pda/libplist-2.3:=
+ virtual/libusb:1=
+"
+RDEPEND="
+ ${DEPEND}
+ virtual/udev
+ selinux? ( sec-policy/selinux-usbmuxd )
+ systemd? ( sys-apps/systemd )
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ echo ${PV} > "${S}"/.tarball-version
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ "$(use_with systemd)" \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-udevrulesdir="$(get_udevdir)"/rules.d
+}
+
+pkg_postrm() {
+ udev_reload
+}
+
+pkg_postinst() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-04-30 8:00 Matthew Smith
0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2024-04-30 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 17f5f1aa16129dead27ce292fcb7bc9fc1b24950
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 07:43:44 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 07:59:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f5f1aa
app-pda/usbmuxd: add myself as a maintainer
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/usbmuxd/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-pda/usbmuxd/metadata.xml b/app-pda/usbmuxd/metadata.xml
index d8e789b30263..3fe735a71c64 100644
--- a/app-pda/usbmuxd/metadata.xml
+++ b/app-pda/usbmuxd/metadata.xml
@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="person">
+ <email>matthew@gentoo.org</email>
+ <name>Matthew Smith</name>
+ </maintainer>
<upstream>
<remote-id type="github">libimobiledevice/usbmuxd</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-04-20 13:59 Matthew Smith
0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2024-04-20 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 6820af89912277871ba165dcd7815dc99cabced3
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 13:59:09 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 13:59:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6820af89
app-pda/usbmuxd: drop 1.1.1
Closes: https://bugs.gentoo.org/926999
Closes: https://github.com/gentoo/gentoo/pull/35853
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 44 ------------------------------------
1 file changed, 44 deletions(-)
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
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2024-04-20 9:45 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2024-04-20 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 2a7a5e6a8d5f29bf6b212bd4cd601152f7ffcac1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 09:45:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 09:45:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7a5e6a
app-pda/usbmuxd: Stabilize 1.1.1-r2 amd64, #930276
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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..f4a1cb43f5fa 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="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2023-10-08 15:30 Matthew Smith
0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2023-10-08 15:30 UTC (permalink / raw
To: gentoo-commits
commit: f104d1dc75ce1bc26f5c4fbe07293bff5495d973
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 15:27:55 2023 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 15:29:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f104d1dc
app-pda/usbmuxd: restrict libplist 2.3
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/usbmuxd/{usbmuxd-1.1.1-r1.ebuild => usbmuxd-1.1.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
similarity index 95%
rename from app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
rename to app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
index a61717a2d817..0f7ab30b7dc5 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild
@@ -18,7 +18,7 @@ IUSE="selinux systemd"
DEPEND="
acct-user/usbmux
>=app-pda/libimobiledevice-1.3.0:=
- >=app-pda/libplist-2.2:=
+ >=app-pda/libplist-2.2:= <app-pda/libplist-2.3
virtual/libusb:1=
"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2023-07-24 4:00 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-07-24 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 5af4d57002fc455f78591dcdcdfadd7ef589755d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:59:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:59:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af4d570
app-pda/usbmuxd: Keyword 1.1.1-r1 arm64, #910746
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
index e7f3c8e166d5..a61717a2d817 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
@@ -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 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="selinux systemd"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2023-07-16 17:59 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-07-16 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 6e68568156c462073d5038c2563ab4226cb423c1
Author: BalkanMadman <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 9 20:03:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 17:53:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e685681
app-pda/usbmuxd: adopt the package
Signed-off-by: BalkanMadman <zurabid2016 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/usbmuxd/metadata.xml | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/app-pda/usbmuxd/metadata.xml b/app-pda/usbmuxd/metadata.xml
index 25c0004e30e0..d8e789b30263 100644
--- a/app-pda/usbmuxd/metadata.xml
+++ b/app-pda/usbmuxd/metadata.xml
@@ -1,8 +1,15 @@
<?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/usbmuxd</remote-id>
-</upstream>
+ <maintainer type="person" proxied="yes">
+ <email>zurabid2016@gmail.com</email>
+ <name>Zurab Kvachadze</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">libimobiledevice/usbmuxd</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2023-07-16 17:59 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-07-16 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 8c71042a6e6b99c3eabe5845754809745cd74134
Author: BalkanMadman <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 9 20:03:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 17:57:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c71042a
app-pda/usbmuxd: revbump, close 3 bugs, update EAPI 7 -> 8
Updated dependencies, its required versions, added systemd dependcy when
corresponding USE flag is set, removed redundant autotools eclass, added
udev_reload.
Closes: https://bugs.gentoo.org/854843
Closes: https://bugs.gentoo.org/732984
Closes: https://bugs.gentoo.org/732912
Signed-off-by: BalkanMadman <zurabid2016 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31769
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild | 49 +++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..e7f3c8e166d5
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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.3.0:=
+ >=app-pda/libplist-2.2:=
+ virtual/libusb:1=
+"
+
+RDEPEND="
+ ${DEPEND}
+ virtual/udev
+ selinux? ( sec-policy/selinux-usbmuxd )
+ systemd? ( sys-apps/systemd )
+"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_configure() {
+ econf \
+ "$(use_with systemd)" \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-udevrulesdir="$(get_udevdir)"/rules.d
+}
+
+pkg_postrm() {
+ udev_reload
+}
+
+pkg_postinst() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2023-06-28 7:37 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-06-28 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 5f1660b5b77b872a178b5ad2f388e034d4a8fa73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:20:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:36:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1660b5
app-pda/usbmuxd: add missing selinux policy dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
index 3b9e4262a51e..30099a03f5d5 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P
LICENSE="GPL-2 GPL-3 LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="systemd"
+IUSE="selinux systemd"
DEPEND="
acct-user/usbmux
@@ -24,6 +24,7 @@ DEPEND="
RDEPEND="
${DEPEND}
virtual/udev
+ selinux? ( sec-policy/selinux-usbmuxd )
"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2022-07-29 8:04 Matthew Smith
0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-07-29 8:04 UTC (permalink / raw
To: gentoo-commits
commit: f9cba0a9a044832be4e89593f1c5f1f70f39f908
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 07:59:33 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 08:04:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cba0a9
app-pda/usbmuxd: add github remote-id
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/usbmuxd/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-pda/usbmuxd/metadata.xml b/app-pda/usbmuxd/metadata.xml
index 85e4ed814fa2..25c0004e30e0 100644
--- a/app-pda/usbmuxd/metadata.xml
+++ b/app-pda/usbmuxd/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+<upstream>
+ <remote-id type="github">libimobiledevice/usbmuxd</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2022-07-20 22:11 Conrad Kostecki
0 siblings, 0 replies; 29+ messages in thread
From: Conrad Kostecki @ 2022-07-20 22:11 UTC (permalink / raw
To: gentoo-commits
commit: e95d4803291c3a669a994705cc2765754ff2661c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 19 19:47:18 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 22:10:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d4803
app-pda/usbmuxd: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
index cde7b567939d..3b9e4262a51e 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit autotools systemd udev
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="https://www.libimobiledevice.org/"
+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*
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-12-20 19:07 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2020-12-20 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 98f4ff233de9c8097f081094c5df2fde6b9686bd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 18:56:36 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:06:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f4ff23
app-pda/usbmuxd: x86 stable (bug #760375)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
index b5000fe98b4..cde7b567939 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -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 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="systemd"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-12-17 16:41 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-12-17 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 11560248900a6d70c04c9abdd30ec3e89117302c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 16:39:56 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 16:39:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11560248
app-pda/usbmuxd: amd64 stable wrt bug #760375
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
index bd3f64d7f7e..b5000fe98b4 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -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 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="systemd"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-09-26 19:40 Aaron Bauman
0 siblings, 0 replies; 29+ messages in thread
From: Aaron Bauman @ 2020-09-26 19:40 UTC (permalink / raw
To: gentoo-commits
commit: a5abacf091633158bff4bc881ab052b3b278ca83
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:24:42 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5abacf0
app-pda/usbmuxd: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 -
app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 34 ----------------------------------
2 files changed, 35 deletions(-)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index aae860d6845..bd20458ce77 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1,3 +1,2 @@
-DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
DIST usbmuxd-1.1.1.tar.bz2 345290 BLAKE2B 580dd4e2fb05d6c4803d774f7d43c8399219d8f0ce4191428cb4fccffcc941894d0381d5f0746997570dd24e395af3dda340b1910827f9c5ace7e2d9cc176c6a SHA512 0e8829c93aac147a6b949fe95592d6ad9ea36e1c04676cb85accb4670a65b31065706fc438556def17b55850081d6c07deb325ca02b9853335b6e0b1049ba1da
DIST usbmuxd-1.1.1_pre20200121.tar.bz2 51859 BLAKE2B 339d53904f7484bebb6d7524313ee065bf5a244efab16c77b30b8932071012105f21aa56083d82667b06088af83464ea8c86e3c28c5a45cb9abbe574a634533e SHA512 cc113b054e8e04d228af740ec43d2dbf29c015dc9d8e1cdd0eaf84bfcaa9838d5b1bf6db2efed30ffb84c35c88db5469983a115ffdbddbb6acd0df9fd2a5182f
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
deleted file mode 100644
index 4220c366a73..00000000000
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils udev user
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${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=""
-
-RDEPEND="
- acct-group/plugdev
- >=app-pda/libimobiledevice-1.1.6:=
- <app-pda/libimobiledevice-1.2.1_pre0
- >=app-pda/libplist-1.11:=
- virtual/libusb:1"
-DEPEND="${RDEPEND}
- virtual/os-headers
- virtual/pkgconfig"
-
-pkg_setup() {
- enewuser usbmux -1 -1 -1 "usb,plugdev"
-}
-
-src_install() {
- autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-07-16 12:59 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-07-16 12:59 UTC (permalink / raw
To: gentoo-commits
commit: f04d5b34d0052fbc998d1de8fb1ee4337ebb1b3f
Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sat Jun 20 21:31:40 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 12:59:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04d5b34
app-pda/usbmuxd: version bump to 1.1.1
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/16352
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 +
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 43 ++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 7c2c79565f0..aae860d6845 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1,2 +1,3 @@
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
+DIST usbmuxd-1.1.1.tar.bz2 345290 BLAKE2B 580dd4e2fb05d6c4803d774f7d43c8399219d8f0ce4191428cb4fccffcc941894d0381d5f0746997570dd24e395af3dda340b1910827f9c5ace7e2d9cc176c6a SHA512 0e8829c93aac147a6b949fe95592d6ad9ea36e1c04676cb85accb4670a65b31065706fc438556def17b55850081d6c07deb325ca02b9853335b6e0b1049ba1da
DIST usbmuxd-1.1.1_pre20200121.tar.bz2 51859 BLAKE2B 339d53904f7484bebb6d7524313ee065bf5a244efab16c77b30b8932071012105f21aa56083d82667b06088af83464ea8c86e3c28c5a45cb9abbe574a634533e SHA512 cc113b054e8e04d228af740ec43d2dbf29c015dc9d8e1cdd0eaf84bfcaa9838d5b1bf6db2efed30ffb84c35c88db5469983a115ffdbddbb6acd0df9fd2a5182f
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
new file mode 100644
index 00000000000..bba79b98e7a
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 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://www.libimobiledevice.org/"
+SRC_URI="https://www.libimobiledevice.org/downloads/${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="systemd"
+
+DEPEND="
+ acct-user/usbmux
+ >=app-pda/libimobiledevice-1.0:=
+ >=app-pda/libplist-2.0:=
+ virtual/libusb:1"
+
+RDEPEND="
+ ${DEPEND}
+ virtual/udev
+"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with systemd) \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-udevrulesdir="$(get_udevdir)"/rules.d
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-07-16 12:59 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-07-16 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 74e8151c822b9345661dbe43e6467f325da2e7d6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 12:57:29 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 12:59:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e8151c
app-pda/usbmuxd: use GH mirror
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
index bba79b98e7a..bd3f64d7f7e 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
@@ -7,7 +7,7 @@ inherit autotools systemd udev
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="https://www.libimobiledevice.org/"
-SRC_URI="https://www.libimobiledevice.org/downloads/${P}.tar.bz2"
+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+"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-05-12 6:39 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-05-12 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 59effef04d8714ed302c1e64c6ffdc31a85be7ce
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 06:38:01 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 12 06:38:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59effef0
app-pda/usbmuxd: x86 stable wrt bug #722124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
index 1dda2f314a9..0451b37d361 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://cgit.libimobiledevice.org/usbmuxd.git/snapshot/usbmuxd-${COMMIT
# 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"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="systemd"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-05-11 11:28 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-05-11 11:28 UTC (permalink / raw
To: gentoo-commits
commit: aa5cc36ede4a342cceede2bdb09c920871023d5c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 11:27:52 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 11 11:27:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5cc36e
app-pda/usbmuxd: amd64 stable wrt bug #722124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
index 371f8cb38f2..1dda2f314a9 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://cgit.libimobiledevice.org/usbmuxd.git/snapshot/usbmuxd-${COMMIT
# 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"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="systemd"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-03-23 23:37 James Le Cuirot
0 siblings, 0 replies; 29+ messages in thread
From: James Le Cuirot @ 2020-03-23 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 8ad42e7b9a361d52a83f4161297c3cbc62dbea95
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 22:28:32 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:58:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad42e7b
app-pda/usbmuxd: Bump to pre-1.1.1 snapshot, EAPI 7
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 +
app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild | 47 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 7e34f3e1521..7c2c79565f0 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1,2 @@
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
+DIST usbmuxd-1.1.1_pre20200121.tar.bz2 51859 BLAKE2B 339d53904f7484bebb6d7524313ee065bf5a244efab16c77b30b8932071012105f21aa56083d82667b06088af83464ea8c86e3c28c5a45cb9abbe574a634533e SHA512 cc113b054e8e04d228af740ec43d2dbf29c015dc9d8e1cdd0eaf84bfcaa9838d5b1bf6db2efed30ffb84c35c88db5469983a115ffdbddbb6acd0df9fd2a5182f
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
new file mode 100644
index 00000000000..371f8cb38f2
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.1.1_pre20200121.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="8a69f1a78a58476f77b66916091d2405d0cd815f"
+
+inherit autotools systemd udev
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="https://www.libimobiledevice.org/"
+SRC_URI="https://cgit.libimobiledevice.org/usbmuxd.git/snapshot/usbmuxd-${COMMIT}.tar.bz2 -> ${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="systemd"
+
+DEPEND="
+ acct-user/usbmux
+ >=app-pda/libimobiledevice-1.2.1_pre0:=
+ >=app-pda/libplist-1.11:=
+ virtual/libusb:1"
+
+RDEPEND="
+ ${DEPEND}
+ virtual/udev
+"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with systemd) \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-udevrulesdir="$(get_udevdir)"/rules.d
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-03-23 23:37 James Le Cuirot
0 siblings, 0 replies; 29+ messages in thread
From: James Le Cuirot @ 2020-03-23 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 09977b407468bfd1829ce31a408725ecd9a1a1fa
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 22:21:26 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:58:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09977b40
app-pda/usbmuxd: 1.1.0 will not build against libimobiledevice-1.2.1
Add missing SLOT operators too as I know that SONAMEs have changed.
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index 0de7aed7b12..4220c366a73 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,8 +17,9 @@ IUSE=""
RDEPEND="
acct-group/plugdev
- >=app-pda/libimobiledevice-1.1.6
- >=app-pda/libplist-1.11
+ >=app-pda/libimobiledevice-1.1.6:=
+ <app-pda/libimobiledevice-1.2.1_pre0
+ >=app-pda/libplist-1.11:=
virtual/libusb:1"
DEPEND="${RDEPEND}
virtual/os-headers
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2020-03-23 23:37 James Le Cuirot
0 siblings, 0 replies; 29+ messages in thread
From: James Le Cuirot @ 2020-03-23 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 292a29d6a453f1510ac9ad7ed8f2432f168896e8
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 22:22:28 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:58:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292a29d6
app-pda/usbmuxd: Drop old 1.0.8_p20140530
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 1 -
app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 34 --------------------------
2 files changed, 35 deletions(-)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index c0da65d89c6..7e34f3e1521 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1,2 +1 @@
-DIST usbmuxd-1.0.8_p20140530.tar.xz 46988 BLAKE2B 8efedee3231b134995316fc295fffd975271aa9d630aa6e3d96ccda472634422299aadb92acda09b6802cdcf9e99af0c165dcbed153d0a5027ffcc8f26126cdc SHA512 200c9bd208ef9e8d5e0a9b2779ff260efe6319333ce27c93a0686ba924e6cfaa1a003072c3eabbe46d495a66bc47c3cd6e82482653fde5e1a7ae0edd9b838fac
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
deleted file mode 100644
index 17dd00ce82b..00000000000
--- a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils udev user
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://www.libimobiledevice.org/"
-#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
-
-# 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=""
-
-RDEPEND="
- acct-group/plugdev
- >=app-pda/libimobiledevice-1.1.6
- >=app-pda/libplist-1.11
- virtual/libusb:1"
-DEPEND="${RDEPEND}
- virtual/os-headers
- virtual/pkgconfig"
-
-pkg_setup() {
- enewuser usbmux -1 -1 -1 "usb,plugdev"
-}
-
-src_install() {
- autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2019-11-19 15:40 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2019-11-19 15:40 UTC (permalink / raw
To: gentoo-commits
commit: e269f48aa057a2762da50efda45a72e02aff56a7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 15:38:17 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 15:38:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e269f48a
app-pda/usbmuxd: x86 stable wrt bug #700520
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index 7c8568d85d7..0de7aed7b12 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${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"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2019-11-19 7:38 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2019-11-19 7:38 UTC (permalink / raw
To: gentoo-commits
commit: caf2830ffc7707d386bc271111f064782c27d593
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 07:38:20 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 07:38:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf2830f
app-pda/usbmuxd: amd64 stable wrt bug #700520
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index ffe942a6685..7c8568d85d7 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${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"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2019-09-18 3:26 Jason A. Donenfeld
0 siblings, 0 replies; 29+ messages in thread
From: Jason A. Donenfeld @ 2019-09-18 3:26 UTC (permalink / raw
To: gentoo-commits
commit: a82cb3bfaffb2442b26630a3bf6debfba8a7ce04
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 03:26:51 2019 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 03:26:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82cb3bf
app-pda/usbmuxd: version bump to 1.1.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
app-pda/usbmuxd/Manifest | 2 +-
.../usbmuxd/{usbmuxd-1.0.8_p20140530.ebuild => usbmuxd-1.1.0.ebuild} | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 5600e5328b0..7e34f3e1521 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1 @@
-DIST usbmuxd-1.0.8_p20140530.tar.xz 46988 BLAKE2B 8efedee3231b134995316fc295fffd975271aa9d630aa6e3d96ccda472634422299aadb92acda09b6802cdcf9e99af0c165dcbed153d0a5027ffcc8f26126cdc SHA512 200c9bd208ef9e8d5e0a9b2779ff260efe6319333ce27c93a0686ba924e6cfaa1a003072c3eabbe46d495a66bc47c3cd6e82482653fde5e1a7ae0edd9b838fac
+DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
similarity index 81%
rename from app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
rename to app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index 17dd00ce82b..ffe942a6685 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -7,13 +7,12 @@ inherit autotools-utils udev user
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
-#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
+SRC_URI="http://www.libimobiledevice.org/downloads/${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"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
@ 2019-09-13 12:58 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2019-09-13 12:58 UTC (permalink / raw
To: gentoo-commits
commit: cb17a7337f4e42855001398677b7fe4247cccd06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 12:15:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 12:42:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb17a733
app-pda/usbmuxd: Use acct-group/plugdev
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
index f4c8c46ae9c..17dd00ce82b 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,9 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE=""
-RDEPEND=">=app-pda/libimobiledevice-1.1.6
+RDEPEND="
+ acct-group/plugdev
+ >=app-pda/libimobiledevice-1.1.6
>=app-pda/libplist-1.11
virtual/libusb:1"
DEPEND="${RDEPEND}
@@ -24,7 +26,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
pkg_setup() {
- enewgroup plugdev
enewuser usbmux -1 -1 -1 "usb,plugdev"
}
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-11-05 15:13 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-18 21:29 [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2024-11-05 15:13 Joonas Niilola
2024-09-08 12:05 Petr Vaněk
2024-06-20 17:57 Arthur Zamarin
2024-04-30 8:00 Matthew Smith
2024-04-30 8:00 Matthew Smith
2024-04-20 13:59 Matthew Smith
2024-04-20 9:45 Michał Górny
2023-10-08 15:30 Matthew Smith
2023-07-24 4:00 Sam James
2023-07-16 17:59 Sam James
2023-07-16 17:59 Sam James
2023-06-28 7:37 Sam James
2022-07-29 8:04 Matthew Smith
2022-07-20 22:11 Conrad Kostecki
2020-12-20 19:07 Thomas Deutschmann
2020-12-17 16:41 Agostino Sarubbo
2020-09-26 19:40 Aaron Bauman
2020-07-16 12:59 Joonas Niilola
2020-07-16 12:59 Joonas Niilola
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-03-23 23:37 James Le Cuirot
2020-03-23 23:37 James Le Cuirot
2020-03-23 23:37 James Le Cuirot
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 7:38 Agostino Sarubbo
2019-09-18 3:26 Jason A. Donenfeld
2019-09-13 12:58 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox