| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
| |
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The biggest change in the ebuild is to
modify CFLAGS directly instead of using
a patch file to correct some incorrect
include statements in some header files.
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36410
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Moved toxic-0.11.3-r1 to toxic-0.11.3-r2 where
the newer version has the updated PYTHON_COMPAT.
Closes: https://bugs.gentoo.org/929699
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds an include statement and a macro
declaration to the USER_CFLAGS variable. The include
statement includes strings.h for strcasecmp (see man
strcasecmp). The macro declaration causes strcasestr
to be included (see man strcasestr).
Closes: https://bugs.gentoo.org/897856
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30400
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/897094
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23460
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/827058
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21964
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It seems that the upstream developer believes that
the macros NAME_MAX and PATH_MAX are defined in
<limits.h> when they are really defined in
<linux/limits.h>. More interestingly, it seems
that GCC automatically corrects for this while
clang does not. This commit adds patches necessary
to fix this as well as some minor fixes.
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://bugs.gentoo.org/803404
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20687
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/9058
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.14, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.16, Repoman-2.3.6
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
| |
Gentoo-Bug: 610570
Gentoo-Bug-URL: https://bugs.gentoo.org/610570
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|