summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2014-02-15[eclass] Add more dep reduction due to gcrypt breakage introduced upstream.Michael Palimaka
2014-02-12[eclass] Bump required extra-cmake-modules version.Michael Palimaka
2014-02-11[eclass] Remove PREFIX variable, it doesn't appear to be used.Michael Palimaka
2014-02-11[eclass] Improve variables documentation.Michael Palimaka
2014-02-09[eclass] Don't set EGIT_BRANCH to master in case we need to override it.Michael Palimaka
It defaults to master anyway.
2014-02-09[eclass] Fix file collisions due to upstream changing to capitals wrt bug ↵Michael Palimaka
#499032.
2014-02-07[eclass] Disable more bogus dependency checks wrt bug #494680.Michael Palimaka
2014-02-06[eclass] Move all eclass variables together and sort them.Michael Palimaka
2014-02-06[eclass] Spelling.Michael Palimaka
2014-02-06[eclass] Use simpler default variable definitions.Michael Palimaka
2014-02-06[eclass] Fix code example section.Michael Palimaka
2014-02-06[eclass] Remove obsolete note.Michael Palimaka
2014-02-06[eclass] src_test comes before src_installMichael Palimaka
2014-02-06[eclass] Remove stuff for unsupported EAPIs.Michael Palimaka
2014-02-06[eclass] Simply supported EAPI logic.Michael Palimaka
2014-02-06[eclass] Tidy src_prepare.Michael Palimaka
2014-01-26[eclass] Sync with portage.Michael Palimaka
This improves support for ninja, wrt bug #490280.
2014-01-22[eclass] Do not move binaries since almost everything is renamed upstream now.Michael Palimaka
2014-01-21[eclass] dox generation command moved location upstream.Michael Palimaka
2014-01-20[eclass] Only set S when building a release.Michael Palimaka
When building a live version, the git eclass automatically unpacks it into the default location.
2014-01-20[eclass] Replace FRAMEWORKS_QTCORE with FRAMEWORKS_AUTODEPS and control ↵Michael Palimaka
dev-libs/extra-cmake-modules too.
2014-01-20[eclass] die if dox generation script fails for some reasonAlex Turbov
2014-01-18[eclass] Enable doxygen by default.Michael Palimaka
2014-01-18[eclass] Only try to sed CMakeLists.txt if it exists.Michael Palimaka
2014-01-15[eclass] Remove unused inherits.Michael Palimaka
2014-01-15[eclass] Add new function comment_add_subdirectory to avoid code duplication.Michael Palimaka
2014-01-15[eclass] Control FRAMEWORKS_DOXYGEN with false in preparation for future ↵Michael Palimaka
doxygen-related commits.
2014-01-15[eclass] Respect KMNAME when building framework releases.Michael Palimaka
2014-01-15[eclass] Respect KMNAME when fetching framework releases.Michael Palimaka
2014-01-11[eclass/kde4-base.eclass] Remove EAPI check, it's already handled inChris Reffett
kde4-functions
2014-01-11[eclass] add a subslot declaration to allow in exceptional cases rebuild of ↵Andreas K. Huettel (dilfridge)
packages on upgrade
2014-01-10[eclass] Add missing space.Michael Palimaka
2014-01-10[eclass] Add support for tech preview.Michael Palimaka
2014-01-10[eclass] Remove dead code.Michael Palimaka
2014-01-10[eclass] Add FRAMEWORKS_QTCORE variable to allow toggling of the qtcore ↵Michael Palimaka
dependency.
2014-01-10[eclass] Raise extra-cmake-modules dependency.Michael Palimaka
2014-01-04[eclass/kde4-base.eclass] Remove base.eclass inherit. Add eerror if aChris Reffett
package with EAPI < 4 tries to inherit, that's long been unsupported anyway.
2014-01-03Happy new year! Change all copyrights to 2014 to shut repoman up.Chris Reffett
Package-Manager: portage-2.2.7 RepoMan-Options: --force
2013-12-27[eclass/kde4-base.eclass] Add kdevelop-python to KDEVELELOP_VERSIONChris Reffett
handling code
2013-12-24[cmake-utils.eclass] Add another pathological use flag function, useno ↵Andreas K. Huettel (dilfridge)
(inversion of use)
2013-12-20[eclass] Set minimum version of Qt to 5.2.0 as it is releasedJohannes Huber
2013-12-19[eclass] Remove custom INCLUDE_INSTALL_DIRJohannes Huber
Not needed anymore, because it is handled now properly by upstream changes in dev-libs/extra-cmake-modules.
2013-12-19[eclass] Drop FRAMEWORKS_TYPE, unused after repo splitJohannes Huber
2013-12-17[eclass] kDE frameworks splitted by upstreamJohannes Huber
2013-11-25[eclass] Fix commentJohannes Huber
2013-11-25[eclass] Add examples to USE flagsJohannes Huber
* can be controlled via var * default is false
2013-11-23[eclass] Fix previous commitJohannes Huber
* tests were completely disabled :(
2013-11-22[eclass] Fix build when test is not in IUSEJohannes Huber
2013-11-22[eclass] Move to git-r3Johannes Huber
2013-11-23[eclass] Fix previous commit.Michael Palimaka