| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Switch to the new helper for running unittest-style tests. Add a new
dependency on dev-python/unittest-or-fail. Besides making the test
phase fail on missing tests, it also means that IUSE=test is now added
cnsistently with nose and pytest variants.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Add an eunittest helper to wrap up the common 'python -m unittest
discover' calls, except that they are run via
dev-python/unittest-or-fail now. This guarantees that if no tests are
discovered the test phase fails rather than silently ignoring
the problem. This is especially helpful since it saves the developer
from having to inspect test phase logs.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Removal on 2021-04-28. Please port to autotools.eclass
or out-of-source.eclass.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
|
| |
Removal on or after 2021-04-27.
Bug: https://bugs.gentoo.org/778818
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Use cmake.eclass.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Please use readme.gentoo-r1.eclass instead.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The mkfontscale program and encodings paths are used in the native
root during src_install, so they need to be in BDEPEND.
Also stop documenting DOCS as an eclass variable since it is a part
of EAPI 6 and only used in eutils.eclass for EAPI 5 support.
Closes: https://bugs.gentoo.org/776412
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
| |
Drop FONT_S space-delimited-list fallback support.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
| |
Assign inherit guard right on top.
Quote some vars.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
The wx-config file name is prefixed with CHOST when cross-compiling
wxGTK, so test for that path's existence as well. It also needs to
be used from SYSROOT.
Closes: https://bugs.gentoo.org/774018
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Filenames containing the string "asd" such as `iolib.asdf.asd`
are improperly modified by the bash substitution (/) -> `iolibf.asd`
Replacing it with suffix remove (%) fixes this: `iolib.asdf
Closes: https://github.com/gentoo/gentoo/pull/20025
Signed-off-by: Marco Sirabella <marco@sirabella.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/598226
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/598226
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Use opam.eclass, dune.eclass, or findlib.eclass (if necessary).
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removal on 2021-04-05 when the rest of the Oasis packages, including
Oasis (dev-ml/oasis) is removed.
There's no point in keeping the eclass when Oasis itself is gone and nothing
should be able to use this right now anyway due to the large number of packages
which have been removed and conflicts with e.g. jbuilder and Dune.
(Even if something IS using this, they *really* shouldn't be by now, and the vast
majority - if not all - of their packages would have been from outside ::gentoo,
as Oasis and friends have not been usable in the tree for at least a year.)
Please port to newer opam or dune.
Bug: https://bugs.gentoo.org/775785
Bug: https://bugs.gentoo.org/497044
Bug: https://bugs.gentoo.org/637826
Closes: https://github.com/gentoo/gentoo/pull/20067
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/775914
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
As this eclass has no EAPI checks, so adding them.
Currently EAPI 5,6 and 7 will be supported, as all existing ebuilds are
currently in EAPI 5 and 6.
This eclass also adds app-arch/unzip to DEPEND.
In order to support EAPI=7, we need to add app-arch/unzip
to BDEPEND instead.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
| |
So it's more uniform with the aspell eclass, as it's the same purpose.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/637816
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
* EAPI 7 only
* USE="static-libs" gone
* Remove wording implied by PMS
* Standardise inherit guards and eclass structure
Closes: https://github.com/gentoo/gentoo/pull/19911
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Taking ownership and added following changes:
* Added mail to authors
* Update RDEPEND, as aspell-0.50 does not exist anymore
* Make aspell version 6 for default fall back
* Updated some description and text
* Moved ASPELL_SPELLANG definied block to the rest
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/766791
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/770262
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/770280
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/770280
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/770265
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Deprecate FORLANG and TOLANG in EAPI-7 in favor of setting DESCRIPTION directly.
Avoid HOMEPAGE redirect
Improve description, fix eclassdoc problems
Closes: https://bugs.gentoo.org/637738
Closes: https://bugs.gentoo.org/770265
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/770259
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/637710
Closes: https://bugs.gentoo.org/770259
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/770574
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Refactor the check whether /usr/src/linux should be updated to
a separate function, to improve readability.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
python.eclass is gone for a long time, ::progress is discontinued,
it should be safe to assume people will no longer be copying old stuff.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
distutils.eclass is gone for a long time, ::progress is discontinued,
it should be safe to assume people will no longer be copying old stuff.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Fix python_setup() not to fail if no USE flags are set while any-r1 API
is being used. Reported by Arfrever.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
| |
Switch to using underscore instead of hyphens in .pydistutils.cfg keys.
The latter form is now deprecated by setuptools, while both seem to work
fine with plain distutils.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|