| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
It was corrupting the result of java-pkg_get-javac in rare
cases. Fixes bug #559230.
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a real fix for the warnings like,
ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
reported in bugs #329071 and #549268. In the first of the two, vapier
suggested running $PHPIZE through the autotools_run_tool wrapper, but
this caused builds to fail. In bug #329071, that's where the story
ends.
It turns out, the build failures were due to $PHPIZE containing an
absolute path. Vapier fixed the path handling in autotools.eclass
(commit ecd9954), so now we are able to fix this properly in
php-ext-source-r2.eclass.
Bug: 329071
Bug: 549268
|
|
|
|
|
|
| |
In some cases we want to pass the full path to the autotool program.
Since the wrapper doesn't really care about this part, normalize the
program name to its basename when creating the stderr file.
|
|
|
|
|
|
|
| |
Doing so was interfering with the handbook directory structure of some
packages, resulting in some handbooks not being installed. The operations
can be skipped completely, as all kde-apps translated handbooks are shipped
with kde-l10n.
|
|
|
|
| |
This makes quoting much saner.
|
|
|
|
|
|
| |
This fixes handling of -fsanitize=foo flags, as well as supporting flags
like -fsanitize-foo-bar. Since gcc seems to be using that namespace for
all these settings, allow them all.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The php-ext-source-r2 eclass sets a bunch of environment variables of
the form,
PHPIZE="/usr/${libdir}/${1}/bin/phpize"
and also tests for the existence of an INI file using absolute
paths. To accomodate a prefix environment, all of these paths need to
be prefixed with $EPREFIX. This commit adds the prefix to all absolute
paths in the eclass. We then need to strip $EPREFIX from one
invocation of `insinto` which handles $EPREFIX in its own way.
This has been tested on =dev-php/pecl-imagick-3.3.0_rc2 in a prefix
environment.
Bug: 371985
Bug: 481410
|
|
|
|
|
|
|
|
|
|
| |
While investigating bug #371985, I took a look at the php-ext-pecl-r2
eclass. There's nothing to be done there for prefix support, but there
are a few places where the old revision "-r1" shows up in some
comments. This commit fixes them to "-r2".
Bug: 371985
Bug: 558612
|
|
|
|
|
|
|
| |
Recent SELinux userspace supports a new intermediate policy language
called CIL. This enables using .cil files in our policy ebuilds.
Gentoo-Bug: 558958
|
|
|
|
| |
stack-protector-strong behavior
|
|
|
|
| |
Fixes https://bugs.gentoo.org/show_bug.cgi?id=559086
|
|
|
|
|
|
|
|
|
|
|
|
| |
As sys-auth/polkit-kde-agent was never part of KDE SC 4, it's translations
were never installed by kde-l10n, so there's no need to have a blocker.
In addition to not being required, the blocker was encountered by all
KDE 4 users who had kde-apps/kde4-l10n installed and tried to install a
package that requires kde-frameworks/kauth (which pulls in kde-plasma/polkit-kde-agent).
Resolving the blocker manually by enabling the minimal USE flag on kde-apps/kde4-l10n
caused Plasma 4 translations to be removed.
|
|
|
|
| |
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
| |
|
|
|
|
|
| |
This fixes the path under ${WORKDIR} where we are copying the source
files to after they are retrieved from the vcs with "go get".
|
|
|
|
|
| |
Thanks-to: Risimi
Gentoo-Bug: 558506
|
| |
|
|
|
|
|
|
| |
See bug 552942 comments 26 and 30.
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
|
|
|
|
|
|
| |
Similar to a previous change to qt5-build.eclass
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
|
| |
|
|
|
|
| |
SC and KDE Applications packages.
|
|
|
|
| |
These don't exist anymore, so no point in depending on them.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This was causing Manifest failures all over the dev-dotnet category.
|
|
|
|
|
| |
..and also changed "# @ECLASS:" value to match actual eclass name, and other
outdated references in comments.
|
|
|
|
|
|
|
|
| |
Added 38.2 for stabilization and 40.0.2 to replace 39.x; also committed
mozconfig-v6.40.eclass to support mozilla40 dependency requirements.
Gentoo-Bug: 557532
Package-Manager: portage-2.2.20
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
|
|
| |
E.g. https://forums.gentoo.org/viewtopic-p-7786236.html#7786236
|
| |
|
| |
|
|
|
|
| |
Defaults to "doc". Otherwise, use alternative KDE handbook path.
|
| |
|
|
|
|
| |
Fixes bug 553492
|
| |
|
| |
|
|
|
|
|
|
| |
This follows from my previous commit to the golang-vcs.eclass.
${EGO_PN%/*} should be replaced with ${EGO_PN%/...} since we only want
to strip off "/..." from the end of the path.
|
|
|
|
| |
This is not needed because it can be referred to as ${EGO_PN%/...}.
|
|
|
|
|
| |
This seems to be the only eclass that passes a single string instead of
multiple arguments.
|
| |
|