summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/tox: Bump to tox-0.2.19Josiah Mullins2024-07-301-17/+7
| | | | | | | | | | | | This upgrade fixed the issue in dht-node's daemon. Therefore, the related warning in the ebuild has been removed. This upgrade also provided an option to build the unstable api, so the "experimental" use flag has been added. Lastly, these changed were applied to the live ebuild. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* net-libs/tox: make live ebuild a template; fix QA issuesMatt Jolly2024-01-161-17/+29
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: drop dev-libs/msgpack dependencyMarek Szuba2023-02-071-1/+0
| | | | | | | 0.12 didn't have it in the first place, upstream changelog says it got phased out before 0.18 release. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/tox: Update the live ebuildJosiah Mullins2022-06-161-0/+113
| | | | | | | | | | | This commit migrates the changes made in version 0.2.18 of the ebuild to the live euild. These changes include new use flags and updated dependencies. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/25918 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: Bump to version 0.2.18Josiah Mullins2022-06-161-106/+0
| | | | | | | | | | | | This commit also introduces the use flag key-utils. This enables additional utilities to be build that allow brute force key searches to find keys that start with a specific string. The utilities also allow for profiles to be generated from multiple input data. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: Updates to tox-9999Josiah Mullins2022-01-071-19/+14
| | | | | | | | | | This commit updates the 9999 ebuild to EAPI 8, removes the static-libs use flags, updated faulty test section and added true/false output parameters for usex in src_configure. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: revbump for libconfig subslot depSam James2021-01-021-2/+2
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: minor style changesSam James2020-09-041-5/+9
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/tox: update to tox-9999Josiah Mullins2020-09-041-30/+26
| | | | | | | | | | | This commit includes a rewritten dependencies section, updated Cmake flags, updates to the blacklisted tests, restrictions on parallel tests, and updates to the post install messages. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/16810 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2020-01-191-4/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/tox: update tox-9999Josiah Mullins2019-11-041-24/+65
| | | | | | | | | | This commit introduces compatability with GLEP 81; updates the EAPI from 6 to 7; updates the cflags options; disables dht-node by default; and optimizes the package requirement section. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/tox: strip vulnerable versionsJosiah Mullins2018-12-221-1/+1
| | | | | | | | | | | | | | | | | This commit removes all versions of tox prior to version 0.2.8 because those versions were vulnerable to remote DDoS attacks. Also, this commit removes a deprecated use flag in metadata.xml. In addition, this commit adds the requirement that libsodium not be built with the minimal use flag enabled in tox-9999. Closes: https://bugs.gentoo.org/628530 Bug: https://bugs.gentoo.org/668264 Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Josiah Mullins <jomull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/10585 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/tox: version bump to 0.2.5François-Xavier Carton2018-08-121-26/+20
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-libs/tox: use HTTPS for GitHubDavid Hicks2017-07-301-3/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-libs/tox: update repo URI, bump EAPI in -9999, #601038Zetok Zalbavar2016-12-191-11/+11
| | | | | Closes: https://github.com/gentoo/gentoo/pull/3117 Package-Manager: portage-2.3.0
* net-libs/tox: add slot to the ebuildsZetok Zalbavar2016-12-061-1/+1
| | | | | | As mentioned in the bug #601038 Package-Manager: portage-2.3.0
* net-libs/tox: fix dep slots and add missing ${EROOT} for the live ebuildGöktürk Yüksek2016-09-211-7/+7
| | | | Package-Manager: portage-2.2.28
* net-libs/tox: add ebuildZetok Zalbavar2016-02-011-0/+77