summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
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
2012-11-12[eclass] Permit ebuilds to define myctestargs (so that we could disable ↵Michael Palimaka
certain tests without patches).
2012-10-31[eclass] Fix few typos.Tomas Chvatal
2012-10-31[eclass] Try to make cmake-utils work nice with ninja. Wrt bug#439608.Tomas Chvatal
2012-10-23[eclass] Fix the 'only edit CMakeLists.txt' check, wrt bug #439268.My Th
2012-10-14[eclass] Change LICENSE to 'metapackage' for kde meta packages, bug #438278.Johannes Huber
2012-10-02[eclass] Use fully-qualified values for ar and ranlib, wrt bug #436070.Michael Palimaka
2012-10-02[eclass] Return status at the end of CMake test phase. This fixes bug #406353.Michael Palimaka
2012-09-30[eclass] Update comment about EAPIsJonathan Callen
2012-09-30[eclass] Sync kde4-functions.eclass with gx86Jonathan Callen
2012-09-30[eclass] Sync cmake-utils.eclass with gx86Jonathan Callen
2012-09-16[eclass] Sync with tree.Johannes Huber
Remove redundant DESCRIPTION variable settings by zmedico.
2012-09-11[eclass] Update SRC_URI calculation for new kdevelop testing release.Johannes Huber
2012-09-10[eclass] Simplify CMAKE_INSTALL_LIBDIR, wrt bug #434086.Michael Palimaka
2012-09-07[eclass] Respect EPREFIX for CMAKE_INSTALL_LIBDIR, wrt bug #434086.Michael Palimaka
2012-09-05[eclass] fixed install with ninjaChristoph Junghans
Signed-off-by: Johannes Huber <johu@gentoo.org>
2012-08-25[eclass] Dont try to extract cmake/modules for kdegames > 4.9.0. ItsJohannes Huber
removed from top-level directory by upstream, fixes bug #431924.
2012-08-23[eclass] Add support for dev-util/ninja by Christoph JunghansJohannes Huber
<ottxor@gentoo.org> wrt bug #430608.
2012-08-22[eclass] Make git the default KDE_SCM.Johannes Huber
2012-08-08[eclass] Arrange docs example for KDE_LINGUAS alphabetically.Johannes Huber
2012-08-08[eclass] Remove duplicated entry for unstable KDE SC releases in SRC_URI ↵Johannes Huber
calculation.
2012-08-02[eclass] Simplify Qt minimal requirement.Johannes Huber
2012-08-02[eclass] Remove obsolete koffice handling.Johannes Huber
2012-08-02[eclass] Sync with tree. Fix tarball extract for old kdepim, bug #429428.Johannes Huber
2012-07-26[eclass] Make .xz compression as default for SRC_URI calculation.Johannes Huber
2012-07-12[eclass] Fix comment typo.Michael Palimaka
2012-07-12[eclass] Add KDE prefix to BUILD_TYPE.Michael Palimaka
2012-06-24[eclass] Empty CVS headers.Michael Palimaka
2012-06-22[eclass] Sync inherit line from the tree.Michael Palimaka
2012-06-08[eclass] No #DONOTCOMPILE if add_subdirectory has a variable parameter ("${...")Andreas K. Huettel (dilfridge)