| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
|
|
|
| |
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
|
|
|
|
|
| |
1) 15.08.x has left the tree
2) Prepare for a future kde4-l10n without USE=minimal
Version block makes sure of no ancient kde4-l10n anyway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Exporting pkg_pretend is expensive, even if the exported function is a noop.
As kde5_pkg_pretend is currently only used to check if the active GCC version
is recent enough, only export that phase if it will have something to do.
The number of situations in which KDE_GCC_MINIMAL is exported will be
substantially reduced in a future commit. This will result in a large time
saving at the beginning of the emerge process as we will no longer see hundreds
of lines of:
>>> Running pre-merge checks for kde-foo/bar-123
>>> Running pre-merge checks for kde-foo/baz-123
|
| |
|
| |
|
|
|
|
|
| |
kgenapidox was removed from kapidox in bb4063f5d9f9015b86dbc3a48a424c8cb1a8193f
and there does not appear to be a suitable replacement (for us).
|
|
|
|
| |
KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer
|
| |
|
|
|
|
|
|
|
|
| |
This mirrors the behaviour of the gettext autotools macros.
Gentoo-bug: 581382
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
| |
|
|
|
|
| |
Linguas was being removed unconditionally on packages without an nls USE flag.
|
| |
|
|
|
|
| |
Gentoo-bug: 580720
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Gentoo-bug: 578568
|
| |
|
|
|
|
| |
Do not remove unconditionally po file for non release versions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It's not used by any kf5 based ebuild anymore.
|
|
|
|
|
|
| |
This will ensure that both the desktop database and the mime database will
always be updated, with the added benefit that the update will only be
triggered if the relevant files are installed.
|
|
|
|
| |
This should be safe because we already export almost every phase function.
|
| |
|
| |
|
|
|
|
|
| |
This change makes PATCHES handling less error prone, as epatch will find
a pristine directory before there is punting and commenting.
|
| |
|
|
|
|
|
| |
If KDE_TEST=forceoptional, it makes sense to disable test subdirs also
outside KDE categories. No change for misc ebuilds using kde5.eclass.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Defaults to ".". Otherwise, use alternative KDE doxygen path
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Versions older than <kde-apps/kde4-l10n-15.08.0-r1 haven't been updated to keep
up with file collisions in current releases of kde-frameworks and kde-plasma.
Make sure everyone gets what they need. Fixes e.g. kde-plasma/kinfocenter-5.4.0
as reported in IRC but also https://bugs.gentoo.org/show_bug.cgi?id=559740
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Defaults to "doc". Otherwise, use alternative KDE handbook path.
|
| |
|
|
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
|