| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Use ebegin/eend to show process messages instead of two einfos.
- Fix sorting logic to work in all locales.
- Return 1 when things are out of sync so callers can abort if they want.
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/1466
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Replace INSDESTTREE and INSOPTIONS internal variable references with
correct calls to insinto & insopts, using a subshell to scope them.
|
|
|
|
|
|
|
| |
Remove python_scriptroot & python_moduleroot from the public eclass API,
in favor of calls to python_scriptinto and python_moduleinto. This
feature was seldom used, not listed in the official API guide,
and the *into functions is more in line with the PMS.
|
|
|
|
|
|
|
|
|
|
| |
Replace the code respecting current value of ${DESTTREE} in favor of
using /usr unconditionally. The feature was extremely unlikely to be
ever used (only if you did 'into ...; python_do*', quite confusing
and relied on semi-internal package manager variables.
Furthermore, it was potentially broken as it relied on DESTTREE having
an initial '/usr' value which is not warranted by the PMS.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
bug 582738
The private include file mysql/private/config.h is not needed by anything
and should not be referenced. It will never match in multiple ABIs so
just remove it.
When USE=-test, don't install tests which would just be removed later anyway.
|
| |
|
|
|
|
|
|
| |
possibly compiling latex files.
Should help in bugs like #580912
|
| |
|
|
|
|
|
|
| |
Although useless on Cygwin, some build systems or ebuilds still prefer
to create the versioning symlinks. As symlinked import libs do not harm
anything on Cygwin, just leave those build systems or ebuilds alone.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
l10n_find_plocales_change assumes that PLOCALES is sorted
alphanumerically with a single space between each entry and no
surrounding whitespace. This is not a bad assumption but it isn't
documented and it's inconvenient in at least one particular case.
MakeMKV uses non-standard locale names and I intend to map these using
an associative array, which is possible as of EAPI 6. This allows me
to do the following, though only with the above change as associative
arrays are not ordered.
declare -A MY_LOCALES
MY_LOCALES=( [zh]=chi [da]=dan … )
PLOCALES="${!MY_LOCALES[@]}"
inherit l10n
src_prepare() {
PLOCALES="${MY_LOCALES[@]}" l10n_find_plocales_changes …
}
src_install() {
for locale in $(l10n_get_locales); do
doins makemkv_${MY_LOCALES[${locale}]}.mo.gz
done
}
Fixes bug #513242.
|
|
|
|
| |
This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The current implementation is compatible with EAPI=6.
Thanks to Poly-C for additional testing.
|
| |
|
|
|
|
| |
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
|
|
|
| |
Linguas was being removed unconditionally on packages without an nls USE flag.
|
|
|
|
| |
fatal with cmake-utils_src_make and breaks e.g. dev-ros/rviz.
|
|
|
|
|
|
|
|
|
|
| |
Cairo-gtk3 is now the upstream default in this version of firefox, and so
the USE flag was switched to make cairo-gtk2 optionally selectable via a
"force-gtk2" flag.
Bug: http://bugs.gentoo.org/555620
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit introduces changes to mozconfig-v6.45.eclass and related changes
to the existing mail-client/thunderbird-45.0 and the new version bump
www-client/firefox-45.1.0 to support using system copies of media-libs/harfbuzz
and media-gfx/graphite2 instead of the copies bundled inside of the mozilla
codebase.
www-client/firefox-45.1.0 was additionally bumped to support security bug 581326
Package-Manager: portage-2.2.26
|
| |
|
| |
|
| |
|
|
|
|
| |
Gentoo-bug: 580720
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Excluding xorg.freedesktop.org
* Excluding tango.freedesktop.org
The following modified ebuilds were found to have problems after modification
but the problems were determined to not be a regression.
Upstream tarball has a new hash:
* app-misc/evtest-1.29
* app-misc/evtest-1.30
* dev-embedded/scratchbox2-2.0-r1
* dev-ml/cairo-ocaml-1.2.0
* net-libs/libqmi-1.0.0
* sys-auth/libfprint-0.4.0
* sys-auth/libfprint-0.5.0
* sys-auth/libfprint-0.5.1
Upstream tarball has been deleted:
* dev-libs/liblazy-0.2
* dev-util/pkgconfig-openbsd-20130507-r1
* x11-libs/xvba-video-0.8.0-r3
* x11-misc/driconf-0.9.1-r1
* x11-misc/xdg-utils-1.1.0_rc2-r1
|
|
|
|
|
|
|
|
| |
Merely exporting the phase function is very expensive, even if nothing useful
is done inside it.
Frameworks are supposed to support GCC 4.5 at a minimum which is old enough to
make it safe enough to omit the check.
|
| |
|
|
|
|
|
| |
This will be used in a future commit for reducing the number of time-consuming
gcc version checks.
|
| |
|
|
|
|
|
| |
Syncs eclass with kde overlay. Improvements by Michael Palimaka
<kensington@gentoo.org>. Needed for bug #580282.
|
|
|
|
|
| |
People may remove java-config-wrapper without updating java-config,
leading to a broken setup.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
It is common practice to include := in DEPENDs even though slot
operators are only meaningful in RDEPENDs because one often sees
RDEPEND="${DEPEND} ...". However, the scope of DEPEND does not
cross the boundary between eclass and inhering ebuild, so that
operator is useless here.
|
|
|
|
| |
This reverts commit ad0c2ab2bdbd34f4550e49c56cfd5974d6a2c07a.
|
| |
|