summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/toxic: fix unquoted ${ED}Sam James2021-01-021-1/+1
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/toxic: revbump for libconfig (and other) subslot depsSam James2021-01-022-16/+16
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/toxic: DEPEND list indentations, cleaning in 0.10.0Joonas Niilola2020-12-161-8/+16
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/toxic: Bump to version 0.10.0Josiah Mullins2020-12-163-0/+102
| | | | | | | | | | | | | | The new ebuild includes a rewritten src_configure function. It also adds the global use flags debug and png. "png" enables exporting qrcodes as png images with "qrcode". It introduces two new local use flags: audio-notify and llvm. "audio-notify" enables built in audio notifications. "llvm" enables llvm's address sanitizer with "debug". Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/18566 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/toxic: add python 3.8 and 3.9 support to toxic-0.8.3-r1Josiah Mullins2020-12-161-1/+1
| | | | | Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/toxic: remove old ebuild version 0.8.2Josiah Mullins2020-09-042-101/+0
| | | | | Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/toxic: x86 stable wrt bug #732660Agostino Sarubbo2020-07-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/toxic: amd64 stable wrt bug #732660Agostino Sarubbo2020-07-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/toxic: revbump due to EAPI-updateJoonas Niilola2020-06-081-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/toxic: updated the 0.8.3 ebuildJosiah Mullins2020-06-081-9/+7
| | | | | | | | | Updated from EAPI 6 to EAPI 7. Also added python3_7 to the python compat list. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/15799 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/toxic: remove unused patch(es)Michael Mair-Keimberger2019-03-031-230/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11185 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-im/toxic: strip deprecated versionsJosiah Mullins2018-12-093-95/+0
| | | | | | | | | | | | | | This commit removes a version of toxic that depends on the 0.1.x series of tox because the last version of that series of tox is going to be trimmed from the tree. In addition, some deprecated use local use flags were removed from metadata.xml. Closes: https://bugs.gentoo.org/647156 Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10594 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/toxic: bump to version 0.8.3Josiah Mullins2018-11-133-1/+93
| | | | | | | | | | In addition to the version bump, the file metadata.xml has a new maintainer listed. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10354 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-im/toxic: version bump to 0.8.2François-Xavier Carton2018-08-123-0/+103
| | | | | Closes: https://github.com/gentoo/gentoo/pull/9058 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-im/toxic: remove oldMichael Palimaka2017-12-136-218/+0
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* net-im/toxic: Remove self as maintainerDaniel Campbell2017-12-121-4/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-im/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* net-im/toxic: Correct deps, {C,LD}FLAGS, build logDaniel Campbell2017-11-113-3/+327
| | | | | | | Thanks to Felix Janda for reporting the bug and confirming fixes. Closes: https://bugs.gentoo.org/634350 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-im/toxic: correct version string in packageDaniel Campbell2017-09-281-0/+9
| | | | | | | | | | | | | | Upstream's first commit after the Release fixes this. This is a quick fix that will need to be removed for the next version bump, assuming upstream remembers to update the string before tagging a release. No input or review was received for over two weeks, leaving me with little choice but to push, as it works for me. Thanks to Dennis New for reporting. Closes: https://bugs.gentoo.org/630370 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-im/toxic: version bump to 0.8.0Daniel Campbell2017-08-303-1/+68
| | | | | | | Version 0.8.0 brings Python 3.x support. Reviewed-by: Mike Gilbert <floppym@gentoo.org> Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-im/toxic: correct dependency wrt bug 610570Daniel Campbell2017-02-231-0/+48
| | | | | | | Gentoo-Bug: 610570 Gentoo-Bug-URL: https://bugs.gentoo.org/610570 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-im/toxic: version bumpDaniel Campbell2017-02-222-0/+49
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-im/toxic: depend on slotted net-libs/toxZetok Zalbavar2016-12-191-1/+1
| | | | | | | To make sure that it's compiling against the right API version. Closes: https://github.com/gentoo/gentoo/pull/3037 Package-Manager: portage-2.3.0
* Revert "Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-0/+1
| | | | | | ChangeLog entries." This reverts commit 48b59c28052dbc9a1c410a8a5d93c1cc3c8c8d4b.
* Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-1/+0
| | | | | | | | | ChangeLog entries. This commit will be immediately reverted. The intention is to force the mtime to be bumped causing the updated Manifest to be propagated to mirrors. Gentoo-bug: 577722
* net-im/toxic: new packageDaniel Campbell2016-10-283-0/+71
Package-Manager: portage-2.3.2