| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Restrict tests on arches that currently lack a test image.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Function was not returning if the file was found or not. Always returned true.
Fixes: [dcfc5829e7c027057d8] texlive-common.eclass: kill POSIXism
Closes: https://bugs.gentoo.org/736872
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
| |
'gstabs' is not a valid compiler flag. '-gstabs' is valid.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
Reported-by: Guilherme Amadio
Suggested-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
No functional change.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
|
|
| |
Make distutils_install_for_testing set PATH so that newly-installed
scripts are available in the testing environment. Make PATH local
in all sub-phases to make modifications safe.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream did a mass-import to KDE group first, and those links persist even
after the move into subgroups, so for now we can use it as flat structure
fallback URI, coming from cgit.kde.org.
See also: https://mail.kde.org/pipermail/kde-community/2020q2/006241.html
See also: https://mail.kde.org/pipermail/kde-cvs-announce/2020/000198.html
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
In #736040 gcc-config-1.9 was not able to handle gcc-10 paths.
Let's raise lower bound to minimum stable version currently in
::gentoo.
Reported-by: Dennis Nezic
Bug: https://bugs.gentoo.org/736040
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Remove duplicate flag-o-matic and re-add ${GIT_ECLASS} to allow xorg-3 git ebuilds to work again
Don't overwrite BDEPEND variable
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/17043
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Check for invalid implementation patterns passed to python_gen*
functions, python_setup, etc. Currently the functions silently ignore
pattern mismatches which is fine for patterns matching historical
implementations but also hides errors in patterns.
After this change, each pattern must match at least one current or
historical implementation. If no match is found, the function dies
indicating developer's mistake.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Reference: https://archives.gentoo.org/gentoo-dev/message/d693da42b93e7bf016a44b3ae3752b9f
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
| |
It seems to break testing on 32-bit x86.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
|
| |
'd' is merged and maintained upstream. Dropped support
for external patches. No ::gentoo ebuilds are using it.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
boundschecking patch is superseded by IUSE=sanitize
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
mudflap was removed in favour of sanitizers.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libquadmath relies on libc presence (sqrt symbols).
When initial toolchain is bootstrapped libc is not
available yet.
The change disables libquadmath for bootstrap cases
when libc is not installed yet. gcc-stage2 still
uses platform defaults for libquadmath.
Reported-by: Andrew Aladjev
Closes: https://bugs.gentoo.org/734820
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
Reported-by: Silvio
Closes: https://bugs.gentoo.org/734008
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
We don't need to die explicitly for ebuild helpers. Drop useless dies.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
| |
Update SRC_URI since the primary release site is moved to github.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
| |
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
|
| |
Some ruby-gnome2 ebuild does not build C bindings, so there is no need to
call each_ruby_{configure,compile} and emake install of this eclass. Check
if "extconf.rb" and "Makefile" to decide what to do.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
|
| |
Fold common test code from runy-gnome2 ebuild to this eclass.
To support test under virtx, introduce RUBY_GNOME2_NEED_VIRTX variable.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
| |
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
| |
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
| |
Since we can set RUBY_S only from RUBY_FAKEGEM_NAME, we no longer need
$subbinding.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
| |
All ruby-gnome2 packages in the tree is now licensed under LGPL-2.1+.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
|
| |
All users of ruby-ng-gnome2 in the official tree are on EAPI=6, so we
can drop old EAPI support to reduce "if" branches and make the feature
updates simple.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
| |
The official tree no longer have ruby-gnome2 packages with 0.19.x. Drop
support for them.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
libquadmath is a small support runtime library for _Float128
types. sci-libs/fftw happens to use it and expects it to be
provided by gcc. Let's provide it unconditionally.
Reported-by: Fredric Johansson
Closes: https://bugs.gentoo.org/608990
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
|
| |
Fixes e.g. dev-ros/test_tf2 tests.
Closes: https://bugs.gentoo.org/624756
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
|
| |
Enable python3.7. Np 3.8 yet due to missing deps.
Closes: https://bugs.gentoo.org/705526
Closes: https://bugs.gentoo.org/718112
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The old version expected versioned source archives to have been
manually uploaded to the Gentoo mirror network by package
maintainers. This is no longer allowed, or indeed possible for most
Gentoo developers. Instead, use the SRC_URI arrow mechanism to
version archives fetched directly from upstream. SWORD Project
updates their modules quite infrequently so it isn't really necessary
to worry the file having changed between looking the version number
up on the module page and fetching the archive for digest generation,
and while users who do not use Gentoo mirrors will see digest
conflicts when an update does occur, this would effectively encourage
them to notify maintainers whenever a new version is released;
2. If SWORD_MODULE is not set, attempt to generate it from PN by
stripping the prefix 'sword-'. This will allow explicit declarations
of SWORD_MODULE to be removed from all app-dicts/sword-* ebuilds
currently in the tree;
3. Add the optional variable SWORD_MINIMUM_VERSION to specify the lowest
version of app-text/sword supported by the module at hand;
4. Remove redundant declarations of HOMEPAGE and IUSE;
5. app-arch/unzip is now in BDEPEND rather than DEPEND;
6. As a consequence of the above, enforce the use of EAPI-7 in ebuilds
inheriting this eclass. Those in the tree have all already been
updated to that EAPI version;
7. Remove redundant references to ${S} from doins() calls;
8. Add eclassdoc blocks.
No revision change in the end because all the changes should be
backwards-compatible.
Closes: https://bugs.gentoo.org/637882
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
|
|
|
|
|
|
| |
As announced by mgorny on gentoo-dev, the Theology project is now empty.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/689410
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|