summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2013-07-10Fix qtgui dependency for qt-4.8.5 - dbus useflag droppedPatrick Lauer
2013-07-03[eclass] Correct src_prepare description.Michael Palimaka
2013-06-13[eclass/cmake-utils.eclass] Remove unnecessary variable in src_prepareChris Reffett
2013-06-13[eclass/cmake-utils.eclass] Fix minor formatting issue, changeChris Reffett
deprecation ewarn to eerror.
2013-06-12[eclass] Fix name encoding.Michael Palimaka
2013-06-11[eclass] Add @VARIABLE description for mycmakeargs wrt bug 472618Chris Reffett
2013-05-20[eclass] Drop dependendencies that are now handled in packages.Michael Palimaka
2013-05-14[eclass] Remove find_package -> macro_optional_find_package seds for ↵Michael Palimaka
dependencies that no longer exist.
2013-05-14[eclass] Remove kdewebdev configuration code as this is now handled on a ↵Michael Palimaka
per-package basis.
2013-05-14[eclass] Drop qimageblitz dependency since there is no longer any reference ↵Michael Palimaka
to it in the affected repos.
2013-05-14[eclass] Don't inherit versionator since it's not needed.Michael Palimaka
2013-05-14[eclass] Don't install cmake modules for kde-runtime and kde-workspace.Michael Palimaka
This fixes a regression caused by 034e30c17e5c9171ccd1022818e101c5e7b6c934.
2013-05-13[eclass] Remove unused KMNAMEs.Michael Palimaka
2013-05-13[eclass] Remove dead code.Michael Palimaka
2013-05-13[eclass] Remove backwards-compatibility logic that is no longer required.Michael Palimaka
2013-05-13[eclass] kdegames repo has been split.Michael Palimaka
2013-05-13[eclass] kdeutils repo has been split.Michael Palimaka
2013-04-20[eclass] Fix src_install by kensington, bug #459678.Johannes Huber
2013-04-16[eclass] Remove EAPI=3 support and simplify codeAndreas K. Huettel (dilfridge)
2013-04-16[cmake-utils.eclass] Inline simplified patching logic and documentationChris Reffett
install logic from base.eclass wrt bug 459678
2013-04-15[eclass] Remove migrate_store_dir due to being long obsolete.Michael Palimaka
2013-04-15[eclass] Remove support for kde-baseapps since it no longer exists.Michael Palimaka
2013-04-15[eclass] Disable global dependency checks for kde-workspace. Remove ↵Michael Palimaka
temporary dependencies added to work around this issue.
2013-04-12[eclass] Small doc fix.Michael Palimaka
2013-04-10[eclass] Restore old dep-reduction logic and introduce new to support ↵Michael Palimaka
>=KDE/4.11.
2013-04-10[eclass] Adjust KActivities dep-reduction sed to also work with KDE/4.11.Michael Palimaka
2013-04-07[eclass] Cosmetics.Michael Palimaka
2013-03-28[eclass] Work around upstream by always pulling in certain dependencies for ↵Michael Palimaka
kde-workspace.
2013-03-19[eclass] Make KMCOMPILEONLY sed case-insensitive.Michael Palimaka
This fixes file collisions because of commits like http://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=47e5e963b5584d1972a3b700e2ad0994589ea5b1.
2013-03-02[eclass] Update kde4-base.eclass to use new qt package names.Chris Reffett
2013-03-02[eclass] Use pkg-config from tc-getPKG_CONFIG.Christoph Junghans
2013-02-13[eclass] Add multiple-inheritance protection.Michael Palimaka
2013-02-10[kde4-base.eclass] Fix for KDE SC 4.11 prereleasesJonathan Callen
2013-02-09[eclass] Bump CMake minimum version to latest stable.Michael Palimaka
2013-02-08[eclass] Drop QT_MINIMAL conditional since the the higher version is now the ↵Michael Palimaka
lowest in the tree.
2013-02-03[eclass] Add cmake-utils_use_find_package wrt bug #453746.Michael Palimaka
2013-02-02[eclass] Remove remaining references to IUSE=kdeprefixAndreas K. Huettel (dilfridge)
If we dont do this we need to add special logic since (as string) 4.10 < 4.6 ... and this would get far too complicated.
2013-01-29[eclass] Make src_prepare behave more like the other phases.Michael Palimaka
2013-01-29[eclass] Quotes. Only export src_prepare for EAPI >= 2.Michael Palimaka
2013-01-29[eclass] Bump minimum required cmake version.Michael Palimaka
2013-01-09[eclass] Export cmake-utils_src_prepare.Michael Palimaka
2013-01-01Happy New Year 2013! (and shut up repoman)Jonathan Callen
2012-12-09[eclass] Sync with portage.Michael Palimaka
2012-11-18[kde-base] Fix ftbfs for kdepimAlexey Shvetsov
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2012-11-17[eclass] Really fix URLs for 4.10+Jonathan Callen
2012-11-18[eclass] Always add aqua to IUSEAndreas K. Huettel (dilfridge)
We always need the aqua useflag because otherwise we cannot = refer to it inside add_kdebase_dep. This was always kind of a bug, but came to light with EAPI=5 (where referring to a use flag not in IUSE masks the ebuild). The only alternative would be to prohibit using add_kdebase_dep if KDE_REQUIRED=never
2012-11-17[eclass] Fix kdepim extraction for 4.10Alexey Shvetsov
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2012-11-17[eclass] Fix kdebase-apps buildAlexey Shvetsov
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2012-11-16[sets] Add kde sc 4.10 sets and changes to eclassAlexey Shvetsov
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2012-11-15[eclass] Add experimental support for assembler *FLAGS respect, wrt bug #432480.Michael Palimaka