summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: update my email address everywhere, drop proxy-maintEli Schwartz2024-07-031-6/+2
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.5 x86, #935262Joonas Niilola2024-07-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.5 amd64, #935262Joonas Niilola2024-07-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: drop oldEli Schwartz2024-05-312-147/+0
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.4 amd64, #933158Sam James2024-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.4 x86, #933158Sam James2024-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add 4.6.5Eli Schwartz2024-05-302-0/+147
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-304-8/+8
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p/qbittorrent: add 4.6.4Eli Schwartz2024-04-072-0/+147
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: drop oldEli Schwartz2024-02-265-499/+0
| | | | | | | | | 4.6.2-r1 has been stable for a month now already, and older versions have a security bug. Clean up the old ebuilds. Bug: https://bugs.gentoo.org/918533 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.3 x86, #925523Joonas Niilola2024-02-261-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.3 amd64, #925523Joonas Niilola2024-02-261-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.2-r1 x86, #922875Joonas Niilola2024-01-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.6.2-r1 amd64, #922875Sam James2024-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: sync liveEli Schwartz2024-01-221-20/+21
| | | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34949 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add 4.6.3Eli Schwartz2024-01-222-0/+147
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add verify-sig supportEli Schwartz2024-01-223-9/+22
| | | | | | | | | Upstream has signed the official tarballs for like a decade. The current SRC_URI was using github autogenerated tarballs of unknown provenance instead... Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add myself as a maintainerEli Schwartz2024-01-221-1/+8
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add comment explaining why cmake_src_test isn't usedEli Schwartz2024-01-223-0/+6
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: remove geoip dependencyEli Schwartz2024-01-222-2/+0
| | | | | | | | | | | | | | | | | It was silently removed from 4.6.x as part of a bump. Really, it could be removed since a long time ago. Upstream dropped the use of a system geoip database waaaaaaaaaaaaaaaay back when, in: https://github.com/qbittorrent/qBittorrent/commit/79976fbfcee4b6da2bea7d3a09db4dddceb6faaf It has been the case since 2015 and the 3.3.0 release, at least (possibly longer but upstream has very odd git branch habits so it's difficult to tell). Ever since then the dependency has simply been dead weight. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: remove libiconv dependencyEli Schwartz2024-01-222-2/+0
| | | | | | | | | | | | | | | | | | | | It was silently removed from 4.6.x as part of a bump. It was *added* long ago in commit 6b33e72d8933aca72a03b23870178adc55ec3998 with the informative and explanatory message: > Add virtual/libiconv dep I don't believe there's any valid justification for this. The application makes heavy use of Qt, and that includes using Qt's string translation features, which means it will use whatever Qt's APIs happen to use internally. Nowhere in the source code is iconv mentioned at all. If the virtual is needed then it is firmly in the realm of "citation needed". Remove it from 4.5 as well -- and the live ebuild. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add back required USEEli Schwartz2024-01-223-3/+9
| | | | | | | | | | | | | | | | | | | | In commit 6b33e72d8933aca72a03b23870178adc55ec3998, the statement "enabling the dbus USE flag requires enabling the gui USE flag" was dropped from the REQUIRED_USE variable, with the following reasoning: > DBus support is only enabled when GUI is enabled. This is semantically problematic because it means that portage *thinks* USE="dbus -gui" produces a different binary than USE="-dbus -gui" even though they are in reality the same. On the flip side: unbinding these means that people who set USE="-gui" will get a constraint violation until they also set -dbus, since it is by default enabled. But "gui" is also default-enabled, so it just means that users disabling one have to disable both at the same time. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: drop acct-* dependencies to USE=webuiEli Schwartz2024-01-223-9/+161
| | | | | | | | | | | | | | | | The relevant accounts are tied to use of qbittorrent-nox, the daemonized system service with systemd/openrc service files that launch as the created user accounts. It is totally unneeded by purely USE=gui users (the default configuration) as that simply runs in the context of the logged in desktop user. While we are at it, ensure the openrc service files are only installed for USE=webui as well. The service files attempt to run qbittorrent-nox, and for that very reason the upstream systemd unit is only installed for USE=webui. The openrc services stick out like a sore thumb. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: drop oldEli Schwartz2024-01-223-264/+0
| | | | | | | Un-stabilized versions superseded by .2 release Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.5-r1 amd64, #922540Sam James2024-01-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.5-r1 x86, #922540Sam James2024-01-211-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: fix more minimum versionsSam James2024-01-141-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: fix min libtorrent-rasterbar versionSam James2024-01-142-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: fixed indentation in metadata.xmlxbt5732024-01-141-8/+8
| | | | | | Signed-off-by: xbt573 <cheembox573@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34428 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add 4.6.2, drop proxied maintainerxbt5732024-01-143-8/+133
| | | | | Signed-off-by: xbt573 <cheembox573@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: fix qt6 test depsSam James2023-12-214-4/+0
| | | | | | No need for USE=test for this, that's just for building qt's tests. Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: add 4.6.1Alexey Lunev2023-11-262-0/+133
| | | | | | | Closes: https://bugs.gentoo.org/916447 Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33978 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: sort the dep list in 4.6.0Joonas Niilola2023-10-281-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: add 4.6.0Brahmajit Das2023-10-282-0/+133
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33487 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/qbittorrent: revbump to fix service fileAlexey Lunev2023-10-192-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/916012 Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33415 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/qbittorrent: bump to 4.5.5, add openrc service & qt6Alexey Lunev2023-10-196-11/+213
| | | | | | | Closes: https://bugs.gentoo.org/914197 Closes: https://github.com/gentoo/gentoo/pull/33365 Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.4 amd64, #915451Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.4 x86, #915451Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-p2p/qbittorrent: drop myself as maintainer; m-n.Piotr Karbowski2023-08-091-4/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: 4.5.4 version bump.Piotr Karbowski2023-06-212-0/+105
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: revbump for boost RDEP->DEP changeDavid Seifert2023-05-201-0/+0
| | | | | Bug: https://bugs.gentoo.org/895480 Signed-off-by: David Seifert <soap@gentoo.org>
* net-p2p/qbittorrent: DEPEND-only on boostDavid Seifert2023-05-202-4/+6
| | | | | | | | * Only uses boost headers * Invoking maintainer timeout Closes: https://bugs.gentoo.org/895480 Signed-off-by: David Seifert <soap@gentoo.org>
* net-p2p/qbittorrent: drop 4.4.5-r2, 4.5.1Joe Kappus2023-05-083-208/+0
| | | | | | | | | Remove vulnerable versions. Bug: https://bugs.gentoo.org/898508 Signed-off-by: Joe Kappus <joe@wt.gd> Closes: https://github.com/gentoo/gentoo/pull/30924 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.2 x86, #905459Arthur Zamarin2023-05-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.2 amd64, #905459Arthur Zamarin2023-05-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-p2p/qbittorrent: add 4.5.2Joe Kappus2023-03-012-0/+104
| | | | | | | Bug: https://bugs.gentoo.org/898508 Signed-off-by: Joe Kappus <joe@wt.gd> Closes: https://github.com/gentoo/gentoo/pull/29864 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: add Qt6 supportAnna Vyalkova2023-02-181-25/+39
| | | | | | | | | | | | | | | Other changes: * Use "edo" for running tests * Drop "dbus? ( gui )" required USE. DBus support is only enabled when GUI is enabled. * Bump net-libs/libtorrent-rasterbar minimum version * Add virtual/libiconv dep * Rename helper functions so they have "my" prefix (to cause less confusion) Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/29307 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: drop old.Piotr Karbowski2023-02-185-395/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/qbittorrent: 4.5.1 version bump.Piotr Karbowski2023-02-182-1/+1
| | | | | Closes: https://bugs.gentoo.org/883559 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-131-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>