summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/icaclient: Stabilize 22.12.0.12-r1 amd64, #893292Joonas Niilola2023-02-061-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: Stabilize 22.12.0.12-r1 x86, #893292Joonas Niilola2023-02-061-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: drop old versionsHenning Schild2023-01-153-524/+0
| | | | | | | | | | Both have been affected by several bugs that have been fixed in the latest version. Clean them up before someone thinks they could become stable. Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/28983 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* net-misc/icaclient: fix broken BDEPEND and add error handlingHenning Schild2023-01-041-5/+5
| | | | | | | | | | When one wants to use "hdx" that does not really work as expected due to a typo. Also include the missing "|| die"s that have been pointed out in a previous review. Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/28940 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: bump to 22.12.0.12Henning Schild2022-12-243-0/+281
| | | | | | | | | | | | | | | | | Here we do not just bump the version but also change the way we deal with the shared config file between this ebuild and its plugin media-plugins/hdx-realtime-media-engine. Also we move the rdep to sys-libs/llvm-libunwind to the plugin. And if the user wants hdx support on icaclient they have to set a USE flag. The plugin will not work if icaclient is not built with support for it and the plugin itself contains the tool to enable itself so we turn the dep chain around, the plugin is even a bdep of the application. Closes: https://bugs.gentoo.org/883775 Closes: https://bugs.gentoo.org/881637 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/28493 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: bump to version 22.11.0.19Henning Schild2022-11-282-0/+262
| | | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/28213 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: do not try to wildcard install empty listHenning Schild2022-11-282-2/+2
| | | | | | | | | | We used to try to install config/.* for unknown reason. All versions we have in the tree would not want to install anything with that wildcard. And it seems to cause problems with python 3.11 or maybe an up-to-date portage version. Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: update dev-libs/atk depJoonas Niilola2022-11-101-1/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: RDEPEND on sys-libs/llvm-libunwindHenning Schild2022-11-101-5/+1
| | | | | | | | | | | | | | | Some binaries need libunwind.so.1 and installing sys-libs/llvm-libunwind used to be an issue because it caused a conflict with net-fs/samba. Plus it was unknown if the llvm version was the correct one, or if icaclient in fact needed an old sys-libs/libunwind. Now it is clear that sys-libs/llvm-libunwind is correct. https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/configure-xenapp.html#adding-the-libunwind-12-library-dependency-for-llvm-12 Closes: https://bugs.gentoo.org/855374 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/27867 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: bashify 22.9.0.21-r1Joonas Niilola2022-10-141-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: install mime type fileHenning Schild2022-10-142-0/+10
| | | | | | | | | | The tarball does contain a mime type info file, deploy that in our ebuilds. Closes: https://bugs.gentoo.org/844022 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/27554 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: drop RESTRICT="userpriv"Henning Schild2022-10-142-2/+2
| | | | | | | | Not sure why this was added. The ebuilds work without it. Closes: https://bugs.gentoo.org/516590 Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: bump to version 22.9.0.21Henning Schild2022-10-142-0/+258
| | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: drop version 22.7.0.20Henning Schild2022-10-142-240/+0
| | | | | | | | The binaries for that one are not available for download anymore. Closes: https://bugs.gentoo.org/874327 Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: package all utilsHenning Schild2022-07-191-30/+3
| | | | | | | | | | | | | | | | | | | | We used to keep a list of files to actually package and we did change permission bits on them. Doing that is just error prone and means more maintenance work. Plus the list is different across x86 and x86_64. So now we ship it all and only apply one fix for one binary which has incorrect permission bits in that upstream package. In addition we might see more warnings on "Unresolved soname". We will have to see how to deal with those. But taking the upstream binary bundle apart and only deploying bits is just work which means more work and potential for mistakes. Closes: https://bugs.gentoo.org/856676 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/26463 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-misc/icaclient: use libjpeg-turboSam James2022-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: add missing dieSam James2022-07-152-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: Bump to version 22.7.0.20Henning Schild2022-07-152-0/+267
| | | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/26200 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: fix variable scope issuesHenning Schild2022-07-151-2/+5
| | | | | | Closes: https://bugs.gentoo.org/836089 Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/icaclient: Add myself as maintainerHenning Schild2022-06-301-1/+8
| | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign polynomial-c's packagesJoonas Niilola2022-06-291-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2022-05-172-264/+0
| | | | | Closes: https://bugs.gentoo.org/845156 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Stabilize version 22.5.0.16 for amd64 and x86Lars Wendler2022-05-171-1/+1
| | | | | Bug: https://bugs.gentoo.org/845156 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2022-05-133-524/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 22.3.0.24-r1 stable for amd64 and x86Lars Wendler2022-05-131-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 22.5.0.16Lars Wendler2022-05-132-1/+265
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Revbump to add missing util filesLars Wendler2022-05-121-1/+3
| | | | | | Thanks-to: Andrea Postiglione <andrea.postiglione@gmail.com> Closes: https://bugs.gentoo.org/843905 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 22.3.0.24Henning Schild2022-03-292-0/+262
| | | | | | | Closes: https://bugs.gentoo.org/836349 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/24802 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-10-042-262/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 21.8.0.40 stable for amd64 and x86Lars Wendler2021-10-041-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 21.9.0.25Lars Wendler2021-10-042-0/+262
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-08-192-251/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 21.6.0.28 stable for amd64 and x86Lars Wendler2021-08-191-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 21.8.0.40Lars Wendler2021-08-192-0/+262
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed useless empty lineLars Wendler2021-07-021-1/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-07-022-251/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 21.4.0.11 stable for amd64 and x86Lars Wendler2021-07-021-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 20.6.0.28Lars Wendler2021-07-022-0/+263
| | | | | Bug: https://bugs.gentoo.org/788697 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-04-302-252/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 21.3.0.38 stable for amd64 and x86Lars Wendler2021-04-301-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 21.4.0.11Lars Wendler2021-04-302-0/+251
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: eutils->wrapper, multilib--Sam James2021-04-162-4/+2
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-03-122-253/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 21.1.0.14 stable for amd64 and x86Lars Wendler2021-03-121-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 21.3.0.38Lars Wendler2021-03-122-0/+252
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Removed oldLars Wendler2021-01-313-488/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Version 20.12.0.12-r2 stable for amd64 and x86Lars Wendler2021-01-311-1/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: Bump to version 21.1.0.14Lars Wendler2021-01-312-0/+253
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/icaclient: create basic version info fileHenning Schild2021-01-221-0/+251
| | | | | | | | | | | | The tarball actually contains a rather complicated script to fill in all sorts of fields in the file. It is called "hinst". Instead of trying to execute it simply create a file that is good enough for "wfica -version". Closes: https://bugs.gentoo.org/766504 Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/19156 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>