* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2017-12-10 14:16 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-12-10 14:16 UTC (permalink / raw
To: gentoo-commits
commit: c4ee03dac4ec561e3b3de0d3541500b87e162a1f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:12:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:16:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ee03da
app-pda/ifuse: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-pda/ifuse/ifuse-1.1.3.ebuild | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/app-pda/ifuse/ifuse-1.1.3.ebuild b/app-pda/ifuse/ifuse-1.1.3.ebuild
index 5515ec360d2..9d0c2f66960 100644
--- a/app-pda/ifuse/ifuse-1.1.3.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit readme.gentoo
+EAPI=6
+
+inherit readme.gentoo-r1
DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
HOMEPAGE="http://www.libimobiledevice.org/"
@@ -15,13 +16,20 @@ IUSE=""
RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
>=app-pda/libplist-1.8:=
- >=sys-fs/fuse-2.7.0"
+ >=sys-fs/fuse-2.7.0:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
-DOCS="AUTHORS NEWS README"
-
DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
The music database is hashed, and attempting to add files will cause the
iPod/iPhone to consider your database unauthorised.
It will respond by wiping all media files, requiring a restore through iTunes."
+
+src_install() {
+ default
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2020-07-18 14:51 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2020-07-18 14:51 UTC (permalink / raw
To: gentoo-commits
commit: d129ea248953c265c967271ab573591b3b83c392
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 14:50:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 14:51:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d129ea24
app-pda/ifuse: update fuse dep, #702112
Closes: https://bugs.gentoo.org/702112
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-pda/ifuse/{ifuse-1.1.3.ebuild => ifuse-1.1.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/ifuse/ifuse-1.1.3.ebuild b/app-pda/ifuse/ifuse-1.1.3-r1.ebuild
similarity index 97%
rename from app-pda/ifuse/ifuse-1.1.3.ebuild
rename to app-pda/ifuse/ifuse-1.1.3-r1.ebuild
index 9d0c2f66960..9f08c8c83f4 100644
--- a/app-pda/ifuse/ifuse-1.1.3.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.3-r1.ebuild
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
>=app-pda/libplist-1.8:=
- >=sys-fs/fuse-2.7.0:="
+ sys-fs/fuse:0="
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-25 18:50 Matthew Smith
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Smith @ 2022-07-25 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 36051ae12996befb3f72a5d7b1e339e19c183c55
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:34:25 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:50:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36051ae1
app-pda/ifuse: add myself as a maintainer
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/ifuse/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-pda/ifuse/metadata.xml b/app-pda/ifuse/metadata.xml
index 85e4ed814fa2..e91ef31902f9 100644
--- a/app-pda/ifuse/metadata.xml
+++ b/app-pda/ifuse/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>matthew@gentoo.org</email>
+ <name>Matthew Smith</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-25 18:50 Matthew Smith
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Smith @ 2022-07-25 18:50 UTC (permalink / raw
To: gentoo-commits
commit: ebdbd6ffb57b758ed0fe00efc3c2dcffa7b721a5
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:49:08 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:50:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdbd6ff
app-pda/ifuse: add 1.1.4
Also, bump to EAPI-8, add usbmuxd to RDEPEND, and correct LICENSE.
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/ifuse/Manifest | 1 +
app-pda/ifuse/ifuse-1.1.4.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-pda/ifuse/Manifest b/app-pda/ifuse/Manifest
index 81516e084162..9f75cb19468c 100644
--- a/app-pda/ifuse/Manifest
+++ b/app-pda/ifuse/Manifest
@@ -1 +1,2 @@
DIST ifuse-1.1.3.tar.bz2 90803 BLAKE2B fd47f2e73d11e8f7c26f5684f4287ba51a8c65b0d6e0ff058bdd0290810ab9de671a2a61a089713e7560506f607d47692d882c7e49d8d3d154f9cf7940e5e153 SHA512 bacf0b00ebc7681022f6e85daa005ee19c99f3222e5db5c4ea6630c2c46111dd3ccd7efcfdbcfabf06cc18ceb58b054c1adb2d106d9b3b7d60a12f3b79c64a3c
+DIST ifuse-1.1.4.tar.bz2 94137 BLAKE2B 0abe1a2324820380faf5868f59a45c11aab8991ff8529bd6f64a279b046da88a9cd35b352cd89b4a64d36f35c56b46efab5138f3b72ec8886103ffaaeeff50f1 SHA512 671fabb0828fb6dd5ddba80ef418005305f4ee4676ab1078513a83582e84616f47c8973c25e1fdd8897b08a01a135080898a55d3ad8b31e89c0bb72ee865cdff
diff --git a/app-pda/ifuse/ifuse-1.1.4.ebuild b/app-pda/ifuse/ifuse-1.1.4.ebuild
new file mode 100644
index 000000000000..5e92a5c73c47
--- /dev/null
+++ b/app-pda/ifuse/ifuse-1.1.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
+HOMEPAGE="https://www.libimobiledevice.org/ https://github.com/libimobiledevice/ifuse/"
+SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=app-pda/libimobiledevice-1.3.0:=
+ >=app-pda/libplist-2.2:=
+ sys-fs/fuse:0
+"
+RDEPEND="
+ ${DEPEND}
+ app-pda/usbmuxd
+"
+BDEPEND="virtual/pkgconfig"
+
+DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
+The music database is hashed, and attempting to add files will cause the
+iPod/iPhone to consider your database unauthorised.
+It will respond by wiping all media files, requiring a restore through iTunes."
+
+src_install() {
+ default
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-26 1:36 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-07-26 1:36 UTC (permalink / raw
To: gentoo-commits
commit: bc9c4a4d5f1d50b92f6ca7088b62432cc4f4cf06
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 01:34:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 01:34:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9c4a4d
app-pda/ifuse: Stabilize 1.1.4 x86, #861041
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/ifuse/ifuse-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/ifuse/ifuse-1.1.4.ebuild b/app-pda/ifuse/ifuse-1.1.4.ebuild
index 5e92a5c73c47..0d5942d67825 100644
--- a/app-pda/ifuse/ifuse-1.1.4.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="
>=app-pda/libimobiledevice-1.3.0:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-26 1:36 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-07-26 1:36 UTC (permalink / raw
To: gentoo-commits
commit: c546573aa0cb43549ce15bad1a76ea885e084fda
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 01:35:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 01:35:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c546573a
app-pda/ifuse: Stabilize 1.1.4 amd64, #861041
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-pda/ifuse/ifuse-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/ifuse/ifuse-1.1.4.ebuild b/app-pda/ifuse/ifuse-1.1.4.ebuild
index 0d5942d67825..11238d9ee955 100644
--- a/app-pda/ifuse/ifuse-1.1.4.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="
>=app-pda/libimobiledevice-1.3.0:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-26 18:03 Matthew Smith
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Smith @ 2022-07-26 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 6d2f7a4beb99df90112c9d51a68c5ecb982ec16d
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:02:30 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:02:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2f7a4b
app-pda/ifuse: drop 1.1.3-r1
Drop EAPI-6 ebuild.
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/ifuse/Manifest | 1 -
app-pda/ifuse/ifuse-1.1.3-r1.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/app-pda/ifuse/Manifest b/app-pda/ifuse/Manifest
index 9f75cb19468c..61a706eaad20 100644
--- a/app-pda/ifuse/Manifest
+++ b/app-pda/ifuse/Manifest
@@ -1,2 +1 @@
-DIST ifuse-1.1.3.tar.bz2 90803 BLAKE2B fd47f2e73d11e8f7c26f5684f4287ba51a8c65b0d6e0ff058bdd0290810ab9de671a2a61a089713e7560506f607d47692d882c7e49d8d3d154f9cf7940e5e153 SHA512 bacf0b00ebc7681022f6e85daa005ee19c99f3222e5db5c4ea6630c2c46111dd3ccd7efcfdbcfabf06cc18ceb58b054c1adb2d106d9b3b7d60a12f3b79c64a3c
DIST ifuse-1.1.4.tar.bz2 94137 BLAKE2B 0abe1a2324820380faf5868f59a45c11aab8991ff8529bd6f64a279b046da88a9cd35b352cd89b4a64d36f35c56b46efab5138f3b72ec8886103ffaaeeff50f1 SHA512 671fabb0828fb6dd5ddba80ef418005305f4ee4676ab1078513a83582e84616f47c8973c25e1fdd8897b08a01a135080898a55d3ad8b31e89c0bb72ee865cdff
diff --git a/app-pda/ifuse/ifuse-1.1.3-r1.ebuild b/app-pda/ifuse/ifuse-1.1.3-r1.ebuild
deleted file mode 100644
index 39a2c3689e14..000000000000
--- a/app-pda/ifuse/ifuse-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1
-
-DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
- >=app-pda/libplist-1.8:=
- sys-fs/fuse:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
-The music database is hashed, and attempting to add files will cause the
-iPod/iPhone to consider your database unauthorised.
-It will respond by wiping all media files, requiring a restore through iTunes."
-
-src_install() {
- default
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2022-07-29 8:04 Matthew Smith
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Smith @ 2022-07-29 8:04 UTC (permalink / raw
To: gentoo-commits
commit: 7a5dda369db2cb43ca7debb86014526c05f37cb8
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 08:00:02 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 08:04:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5dda36
app-pda/ifuse: add github remote-id
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-pda/ifuse/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-pda/ifuse/metadata.xml b/app-pda/ifuse/metadata.xml
index e91ef31902f9..20483d49e48c 100644
--- a/app-pda/ifuse/metadata.xml
+++ b/app-pda/ifuse/metadata.xml
@@ -5,4 +5,7 @@
<email>matthew@gentoo.org</email>
<name>Matthew Smith</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">libimobiledevice/ifuse</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/
@ 2023-07-24 18:13 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-07-24 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 42dcdc47a7679f26e3d856171f8c056250ceb97e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:13:31 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 18:13:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dcdc47
app-pda/ifuse: Keyword 1.1.4 arm64, #910745
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-pda/ifuse/ifuse-1.1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-pda/ifuse/ifuse-1.1.4.ebuild b/app-pda/ifuse/ifuse-1.1.4.ebuild
index 11238d9ee955..f3e66f8690c3 100644
--- a/app-pda/ifuse/ifuse-1.1.4.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.4.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=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
DEPEND="
>=app-pda/libimobiledevice-1.3.0:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-24 18:13 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25 18:50 [gentoo-commits] repo/gentoo:master commit in: app-pda/ifuse/ Matthew Smith
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 18:13 Arthur Zamarin
2022-07-29 8:04 Matthew Smith
2022-07-26 18:03 Matthew Smith
2022-07-26 1:36 Sam James
2022-07-26 1:36 Sam James
2022-07-25 18:50 Matthew Smith
2020-07-18 14:51 Joonas Niilola
2017-12-10 14:16 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox