| Age | Commit message (Collapse) | Author |
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43990
Closes: https://github.com/gentoo/gentoo/pull/43990
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
The patch was incorrectly rebased/transformed from the original in
commit dbf6bb95317e ("dev-db/mydumper: add 0.18.1.1") and the "-g
-Werror" flags were not removed. This commit fixes the patch and
restores authorship.
Closes: https://bugs.gentoo.org/960600
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
- We need python-any-r1 in order to use correct python interpreter
version for documentation build.
- The sphinx-copybutton is available in gentoo, let's add it to bdeps
and remove the configuration modifaction.
- Add dev-python/accesible-pygments bdep for required a11y-dark theme.
- Documentation is created with sphinx-build utility, therefore,
dev-python/sphinx needs to be in bdep as well.
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Upstream switched to a PCRE2 in version v0.18.1.1, see commit [1,2].
Therefore, this change corrects dependencies to a library which is
actually used in runtime. However, upstream removed remaining unused
pcre.h includes later in version v0.18.2.11, see commit [3], which makes
PCRE still implicitly required in buildtime for this stable version due
to lingering headers in the source.
I've decided to address the buildtime issue by adding libpcre as a
DEPEND, because I prefer not to modify the code of stable versions,
especially since the patch needed is quite large. Plus, users already
need both libpcre and libpcre2 installed to avoid buildtime failures
anyway. Moreover, the fixed version is already in the tree. We just have
to wait approprite time to stabilize it and then we can clean this one.
[1] https://github.com/mydumper/mydumper/commit/9de78071ae73b40bb972fcbdb328ad20fa562241
[2] https://github.com/mydumper/mydumper/commit/c098a1407e0f06cb447f0c730bf9f0badc8706e3
[3] https://github.com/mydumper/mydumper/commit/9e10f0083ea6419d17265a0bb82453be0cadb633
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43093
Closes: https://github.com/gentoo/gentoo/pull/43093
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43093
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41214
Closes: https://github.com/gentoo/gentoo/pull/41214
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40814
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Adding USE=doc which is now in separate git repo:
https://github.com/mydumper/mydumper_docs
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39578
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Docs moved to separate repo, currently not in the tarball.
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/935389
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/935389
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37448
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Fixed in git master: https://github.com/mydumper/mydumper/pull/1413
Closes: https://bugs.gentoo.org/855239
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Using seds just ended up nastily failing to do anything:
* SED: the following did not cause any changes
* sed -i -e 's|-O3 -g -Werror|${CMAKE_C_FLAGS}|' CMakeLists.txt || die;
* no-op: -e s|-O3 -g -Werror|${CMAKE_C_FLAGS}|
But patch files are reliable since they will die if they don't apply
anymore.
Closes: https://bugs.gentoo.org/894494
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33646
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32370
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31936
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31583
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30629
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29413
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27889
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26492
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25256
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23725
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/830717
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23701
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|