summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-pda/libimobiledevice-glue: Keyword 1.1.0 riscv, #926933Yixun Lan2024-03-141-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-pda/libimobiledevice: Keyword 1.3.0_p20240201 riscv, #926933Yixun Lan2024-03-141-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-pda/libplist: Stabilize 2.3.0-r2 ppc, #926357Sam James2024-03-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice-glue: Keyword 1.1.0 x86, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice: Keyword 1.3.0_p20240201 x86, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libplist: Stabilize 2.3.0-r2 amd64, #926357Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libplist: Stabilize 2.3.0-r2 x86, #926357Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice-glue: Keyword 1.1.0 arm64, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice: Keyword 1.3.0_p20240201 arm64, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice-glue: Keyword 1.1.0 arm, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice: Keyword 1.3.0_p20240201 arm, #926933Arthur Zamarin2024-03-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libplist: Stabilize 2.3.0-r2 arm64, #926357Arthur Zamarin2024-03-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice: fix build with USE=docMatthew Smith2024-03-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/926934 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libimobiledevice: add 1.3.0_p20240201Matthew Smith2024-03-133-0/+87
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libimobiledevice-glue: new package, add 1.1.0Matthew Smith2024-03-133-0/+33
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libimobiledevice: Remove oldMichał Górny2024-03-101-115/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r4 x86, #926697Michał Górny2024-03-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r4 ppc, #926697Michał Górny2024-03-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r4 amd64, #926697Michał Górny2024-03-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-pda/libimobiledevice: patch to support cython3Matthew Smith2024-02-292-0/+163
| | | | | Closes: https://bugs.gentoo.org/898666 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/iripdb: add die in src_compileAgostino Sarubbo2024-02-281-3/+3
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-pda/gtkpod: Patch fix implicit declarationJames Le Cuirot2024-02-032-1/+13
| | | | | Closes: https://bugs.gentoo.org/923708 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-2/+2
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-pda/gtkpod: sys-devel/flex -> app-alternatives/lexSam James2024-01-081-2/+2
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: drop 1.3.0-r1, 1.3.0-r2Sam James2023-12-252-229/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libplist: fix modern C issue in configureSam James2023-12-192-0/+72
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/gtkpod: EAPI 8, fix dependenciesJames Le Cuirot2023-11-241-7/+11
| | | | | | | Some DEPENDs should have been BDEPENDs. Closes: https://bugs.gentoo.org/918111 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r3 ppc, #916066Arthur Zamarin2023-10-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r3 x86, #916066Sam James2023-10-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r3 amd64, #916066Sam James2023-10-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: restrict libplist 2.3Matthew Smith2023-10-081-0/+115
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/usbmuxd: restrict libplist 2.3Matthew Smith2023-10-081-1/+1
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libplist: install library symlinkMatthew Smith2023-10-081-0/+6
| | | | | Closes: https://bugs.gentoo.org/915375 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libplist: add 2.3.0Matthew Smith2023-10-083-0/+515
| | | | | | | | - Add Patch to fix flakey tests. - Drop Python bindings. The only consumer is libimobiledevice, which will also drop USE=python later. Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libimobiledevice: depend on <cython-3Sam James2023-08-132-2/+4
| | | | | Bug: https://bugs.gentoo.org/898666 Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/ifuse: Keyword 1.1.4 arm64, #910745Arthur Zamarin2023-07-241-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-pda/usbmuxd: Keyword 1.1.1-r1 arm64, #910746Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/usbmuxd: revbump, close 3 bugs, update EAPI 7 -> 8BalkanMadman2023-07-161-0/+49
| | | | | | | | | | | | | 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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31769 Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/usbmuxd: adopt the packageBalkanMadman2023-07-161-4/+11
| | | | | Signed-off-by: BalkanMadman <zurabid2016@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/usbmuxd: add missing selinux policy depSam James2023-06-281-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r2 ppc, #903113Sam James2023-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r2 amd64, #903113Sam James2023-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: Stabilize 1.3.0-r2 x86, #903113Sam James2023-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/pilot-link: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-1/+4
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* app-pda/libimobiledevice: fix Python bindingsMatthew Smith2023-02-172-0/+337
| | | | | | Also add python3_11 to PYTHON_TARGETS. Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libplist: enable py3.11Matthew Smith2023-02-171-1/+1
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/libusbmuxd: fix configure breakage with clang-16Matthew Smith2023-02-122-0/+72
| | | | | Closes: https://bugs.gentoo.org/893910 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-pda/jpilot: unify metadata indentationPetr Vaněk2023-02-081-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-pda/jpilot: add 2.0.1, fix configure for clang16Pascal Jäger2022-12-165-0/+113
| | | | | | | | Closes: https://bugs.gentoo.org/870535 Closes: https://bugs.gentoo.org/865945 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28630 Signed-off-by: Sam James <sam@gentoo.org>