summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kde5.eclass: In kde5_src_prepare, place cmake-utils_src_prepare on topAndreas Sturmlechner2016-01-051-3/+3
| | | | | This change makes PATCHES handling less error prone, as epatch will find a pristine directory before there is punting and commenting.
* kde5.eclass: enable automatic fetching for out-of-band point releasesMichael Palimaka2015-12-171-2/+4
|
* kde5.eclass: Extend KDE_TEST=forceoptional functionality, simplifyAndreas Sturmlechner2015-12-091-19/+16
| | | | | If KDE_TEST=forceoptional, it makes sense to disable test subdirs also outside KDE categories. No change for misc ebuilds using kde5.eclass.
* kde5.eclass: introduce forceoptional value for KDE_TESTMichael Palimaka2015-11-141-0/+8
|
* kde5.eclass: introduce "forceoptional" value for KDE_HANDBOOKMichael Palimaka2015-11-141-1/+9
|
* kde5.eclass: Fix Applications branch calculationJohannes Huber2015-10-271-1/+1
|
* kde5.eclass: Actually pull from stable branchAndreas Sturmlechner2015-10-271-0/+4
|
* kde5.eclass: Add KDE_DOX_DIR variableAndreas Sturmlechner2015-10-271-1/+6
| | | | Defaults to ".". Otherwise, use alternative KDE doxygen path
* kde5.eclass: nitpicksMichael Palimaka2015-10-271-4/+4
|
* eclass: Raise minimal QT version to 5.4.2Manuel Rüger2015-09-271-1/+1
|
* kde5.eclass: don't check gcc version for binary mergesMichael Palimaka2015-09-251-2/+6
|
* kde5.eclass: Block old kde4-l10n for kde-{frameworks,plasma}Andreas Sturmlechner2015-09-111-1/+2
| | | | | | | 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
* kde5.eclass: use https.Michael Palimaka2015-09-101-2/+2
|
* kde5.eclass: don't try to perform linguas operations on kde-apps handbooks.Michael Palimaka2015-09-021-1/+1
| | | | | | | 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.
* kde5.eclass: don't make kde-plasma/polkit-kde-agent block kde-apps/kde4-l10n.Michael Palimaka2015-08-281-1/+1
| | | | | | | | | | | | 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.
* kde5.eclass: disable root test directory.Michael Palimaka2015-08-271-0/+1
|
* kde5.eclass: Fix KDE_SCM=svnAndreas Sturmlechner2015-08-131-3/+15
|
* kde5.eclass: Add KDE_DOC_DIR variableAndreas Sturmlechner2015-08-131-3/+8
| | | | Defaults to "doc". Otherwise, use alternative KDE handbook path.
* kde5.eclass: Remove blocker on pkgmoved package.Michael Palimaka2015-08-131-1/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+553
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