| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-05 | kde4*.eclass: Drop USE=aqua | Andreas Sturmlechner | |
| 2017-02-26 | Drop deprecated $Id$ from ebuild header | Johannes Huber | |
| As per council decision: https://archives.gentoo.org/gentoo-dev/message/993bb2ec7107d4a05d07109d773fb1d9 | |||
| 2017-01-01 | Welcome to 2017 | Johannes Huber | |
| Happy new year. | |||
| 2016-11-03 | kde4-functions.eclass: Set KDEBASE for category kde-plasma | Johannes Huber | |
| 2016-07-03 | kde4-*.eclass: Migrate to L10N flags | Michał Górny | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-03-22 | kde4-functions.eclass: Initial EAPI 6 support | Johannes Huber | |
| 2016-02-15 | kde4-functions.eclass: Sync with tree | Andreas Sturmlechner | |
| 2016-01-05 | Update copyright year | Andreas Sturmlechner | |
| 2015-11-19 | kde4-functions.eclass: recognise KDEBASE in kde-frameworks | Michael Palimaka | |
| For the kde-apps/oxygen-icons -> kde-frameworks/oxygen-icons pkgmove. | |||
| 2015-10-27 | kde4-functions.eclass: add missing '|| die' on pushd/popd | Julian Ospald | |
| 2015-08-09 | Update header for the git migration in main tree | Johannes Huber | |
| 2015-07-26 | [eclass] Treat stable-live the same as live | Andreas Sturmlechner | |
| 2015-06-29 | [eclass] Fix minimum dependencies after kde-apps pkgmove | Andreas Sturmlechner | |
| 2015-05-24 | [eclass] Depend on final stable kde-apps version | Andreas Sturmlechner | |
| 2015-05-13 | [eclass] Reorder add_kdebase_deps logic to fix kde-apps stable branch. | Michael Palimaka | |
| 2015-03-06 | [eclass] Drop EAPI 4 support. | Johannes Huber | |
| 2015-02-22 | [eclass] Fix live (9999) dependency logic. | Michael Palimaka | |
| 2015-02-22 | [eclass] Fix dep calculation for live ebuilds. | Michael Palimaka | |
| 2015-02-22 | Revert "[eclass] Improve add_kdebase_dep logic to handle new point releases ↵ | Michael Palimaka | |
| out of the normal SC schedule." This ended up causing more problems than it solved. This reverts commit b944887359a9ea094533d1502186be32eca68a45. | |||
| 2015-02-04 | [eclass] Improve add_kdebase_dep logic to handle new point releases out of ↵ | Michael Palimaka | |
| the normal SC schedule. | |||
| 2015-01-04 | Welcome to 2015 | Johannes Huber | |
| 2014-11-30 | [eclass] Lower kde-base dependency version to last release (4.14.3) for live ↵ | Michael Palimaka | |
| ebuilds | |||
| 2014-11-30 | [eclass] Introduce add_kdeapps_deps function to avoid automagic category ↵ | Michael Palimaka | |
| changes and dependency errors. | |||
| 2014-11-25 | [eclass] Blacklist even more packages. | Manuel Rüger | |
| 2014-11-24 | [eclass] Blacklist even more packages. Add FIXME. | Manuel Rüger | |
| 2014-11-24 | [eclass] Blacklist more packages | Manuel Rüger | |
| 2014-11-24 | [eclass] Blacklist kwin | Manuel Rüger | |
| 2014-11-25 | [eclass] Blacklist nepomuk-widgets. | Michael Palimaka | |
| 2014-11-25 | [eclass] Fix syntax error. | Michael Palimaka | |
| 2014-11-25 | [eclass] Blacklist krosspython and nepomuk-core. | Michael Palimaka | |
| 2014-11-25 | [eclass] Blacklist pykde4 too since it has no applications release. | Michael Palimaka | |
| 2014-11-24 | Revert "[eclass] Sync kde4-functions with tree" | Michael Palimaka | |
| This reverts commit ff16e62967f4afebe715141599170941c24f706f. The overlay version is more recent. Conflicts: eclass/kde4-functions.eclass | |||
| 2014-11-24 | [eclass] Add KDE Applications support. | Michael Palimaka | |
| For all applications: - Add SRC_URI support - Add mirror restriction for prereleases For KDE 4 based applications: - Support kde-apps/oxygen-icons - Automatically block kde-base/${PN} - Modify add_kdebase_dep to use kde-apps, with a blacklist for packages with no applications release For KDE 5 based applications: - Introduce add_kdeapps_dep in a similar vein to the other add_kde*_dep functions | |||
| 2014-11-16 | [eclass] Sync kde4-functions with tree | Alexey Shvetsov | |
| 2014-10-02 | [eclass] Move comment_add_subdirectory from kde{4,5}-functions to cmake-utils. | Michael Palimaka | |
| 2014-09-17 | [eclass] Use non-deprecated switch with identical behaviour as per review ↵ | Michael Palimaka | |
| from pesa. | |||
| 2014-09-16 | [eclass] Move inherit inside inherit-once conditional as per review from pesa. | Michael Palimaka | |
| 2014-09-16 | [eclass] Avoid code duplication as per review from pesa. | Michael Palimaka | |
| 2014-09-16 | [eclass] Adjust EAPI handling as per review from pesa. | Michael Palimaka | |
| :-0 is unnecessary in "case ${EAPI:-0}" as it will be matched by "*)", so it can be moved to the die statement. | |||
| 2014-07-17 | [eclass] Add logic to handle missing handbooks when the default is en_US ↵ | Michael Palimaka | |
| instead of the usual en. | |||
| 2014-07-17 | [eclass] Sync with portage. | Michael Palimaka | |
| 2014-07-08 | [eclass] Whitespace. | Michael Palimaka | |
| 2014-04-05 | [eclass] Remove unused function add_blocker | Johannes Huber | |
| 2014-04-04 | [eclass] Remove add_frameworks_dep from kde4-functions eclass | Johannes Huber | |
| Was moved to kde5-functions eclass. | |||
| 2014-04-02 | [eclass] Update add_frameworks_dep to work outside of kde-frameworks. | Michael Palimaka | |
| 2014-01-18 | [eclass] Only try to sed CMakeLists.txt if it exists. | Michael Palimaka | |
| 2014-01-15 | [eclass] Add new function comment_add_subdirectory to avoid code duplication. | Michael Palimaka | |
| 2014-01-03 | Happy new year! Change all copyrights to 2014 to shut repoman up. | Chris Reffett | |
| Package-Manager: portage-2.2.7 RepoMan-Options: --force | |||
| 2013-11-14 | [eclass] Add add_frameworks_dep function. | Michael Palimaka | |
| 2013-04-16 | [eclass] Remove EAPI=3 support and simplify code | Andreas K. Huettel (dilfridge) | |
