summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Specify :* as slot by default to silence repoman warningsBrian Evans2015-04-142-4/+15
|
* Consider SLOTs when checking Java dependencies. Comment out the longerJames Le Cuirot2015-04-142-33/+50
| | | | | error message for now to avoid spamming both users and ourselves because this issue is currently widespread.
* tc-ld-disable-gold: handle LD having flags appended to it #545218Mike Frysinger2015-04-131-2/+5
|
* handle versions 6.x+ like 5.xMike Frysinger2015-04-131-4/+4
|
* force the configure shell to bash to work around older configure detectionMike Frysinger2015-04-131-2/+5
|
* Sync with KDE overlay - don't set CMAKE_MIN_VERSION which is already set by ↵Michael Palimaka2015-04-113-24/+25
| | | | cmake-utils, remove old extra-cmake-utils logic, and improve linguas handling.
* extra-cmake-modules moved from dev-libs to kde-frameworks.Michael Palimaka2015-04-112-3/+6
|
* Add ejavadoc function. Thanks to wltjr. Fixes bug #544076.James Le Cuirot2015-04-043-6/+27
|
* Disable building dynamic libraris by default before-ghc-7.10 (was ↵Sergei Trofimovich2015-04-042-5/+9
| | | | accidentally enabled in a previous revision). Fixes bug #545174 by Toralf Förster.
* Drop EAPI<5 from selinux-policy-2.eclassJason Zaman2015-04-042-15/+13
|
* Remove all references to qt-project.org and switch EGIT_REPO_URI from ↵Davide Pesavento2015-04-014-13/+21
| | | | gitorious to code.qt.io.
* Update dependency after package move of eselect modules to app-eselect.Ulrich Müller2015-03-317-30/+35
|
* tc-export_build_env: export BUILD_CPPFLAGS/BUILD_LDFLAGS to non-empty values ↵Mike Frysinger2015-03-311-3/+6
| | | | so they do not get defaulted by build systems #526734 by Matthias Maier
* Add USE=cilk to control support for the Cilk Plus language.Mike Frysinger2015-03-291-1/+5
|
* put each alpha release into its own SLOTMike Frysinger2015-03-291-2/+2
|
* Drop dev-qt/designer[-phonon] dep now that blockers are resolved (bug #477632).Michael Palimaka2015-03-292-3/+7
|
* Drop EAPI 4 support.Johannes Huber2015-03-295-18/+15
|
* do not depend on graphite packages when USE=graphite is unavailable #544818 ↵Mike Frysinger2015-03-291-9/+11
| | | | by Michał Górny
* Remove rox.eclass rox-0install.eclass.Manuel Rüger2015-03-283-385/+5
|
* Drop obsolete eclass and add new version, thanks Ted Tanberry for the workJustin Lecher2015-03-282-42/+47
|
* Enable building dynamic haskell executables since dev-lang/ghc-7.10.1_rc3.Sergei Trofimovich2015-03-283-12/+15
|
* clean unused eclassMichael Sterrett2015-03-271-78/+0
|
* Add deprecation warning when USE_PHP is emptyBrian Evans2015-03-262-5/+9
|
* Workaround toolchain bug on x86 with -Os and --as-needed, see bug #503500.Davide Pesavento2015-03-233-18/+36
|
* Extend EAPI=4 whitelist to cover crossdev gdb.Michał Górny2015-03-222-3/+6
|
* Sync with KDE overlay - update SRC_URI and manually specify a minimum ↵Michael Palimaka2015-03-212-9/+13
| | | | version for kde-base/oxygen-icons to handle special releases.
* Ban new EAPI < 5 packages for python-r1 & python-single-r1.Michał Górny2015-03-214-27/+46
|
* epatch_user: add an explicit notice of patches applied when die is called ↵Mike Frysinger2015-03-201-1/+10
| | | | #543878 by Sergey S. Starikoff
* epatch: include `patch --version` output in the failure logMike Frysinger2015-03-201-5/+12
|
* Move cpu-optimation removal. See bug #542810.Mike Pagano2015-03-202-13/+21
|
* eautoconf: do not warn about configure.in usage when using autoconf-2.1 ↵Mike Frysinger2015-03-191-2/+2
| | | | #531646 by Alexander Tsoy
* Allow jar to be named something other than ${PN}.jar.James Le Cuirot2015-03-192-10/+21
|
* Sync with KDE overlay - introduce ECM_MINIMAL & KDE_SELINUX_MODULE, rename ↵Michael Palimaka2015-03-183-36/+97
| | | | add_kdeplasma_dep -> add_plasma_dep, raise dependencies, and miscellaneous improvements/fixes.
* Move flag modifications to apply once for all ABIs; Use tc-ld-disable-gold ↵Brian Evans2015-03-172-30/+47
| | | | for bug 508724; Move tokudb check to pkg_pretend
* drop x32 support for gcc-4.7 #543578Mike Frysinger2015-03-171-3/+3
|
* disable USE=graphite support for versions older than gcc-4.8 #448024Mike Frysinger2015-03-171-29/+20
|
* tc-ld-is-gold/tc-ld-disable-gold: add helpers for detecting & disabling goldMike Frysinger2015-03-162-2/+122
|
* tc-getOBJDUMP: new helper a few ebuilds wantMike Frysinger2015-03-161-2/+6
|
* Detect dangerous environment variables, bug 543042; support ↵Andreas Hüttel2015-03-152-22/+89
| | | | Module::Build::Tiny directly, bug 495044
* Respect CFLAGS. New syntax for revisions CABAL_CORE_LIB_GHC_PV="PM:${ghc_PVR}".Sergei Trofimovich2015-03-152-8/+26
|
* Fix indentation.Davide Pesavento2015-03-153-5/+9
|
* Turn deprecated functions into fatal errorsAndreas Hüttel2015-03-142-13/+11
|
* enable multislot for 4.6.x now that has cycled outMike Frysinger2015-03-131-2/+2
|
* set ARCH=arm64 as generic target for qt4 eclassYixun Lan2015-03-113-7/+11
|
* econf_build: set --host=${CBUILD} otherwise we get the cross-compile target ↵Mike Frysinger2015-03-101-2/+3
| | | | as the host
* Whitespace.Ulrich Müller2015-03-081-4/+4
|
* Add conditional bindist restriction, bug 541486.Ulrich Müller2015-03-083-5/+13
|
* very first step to support arm64, only part of qt4 ebuilds built without ↵Yixun Lan2015-03-063-5/+10
| | | | paches, others require extra patches
* Raise util-macros dependency to latest stable 1.18Chí-Thanh Christopher Nguyễn2015-03-062-4/+8
|
* Update how dependencies are handled.Anthony G. Basile2015-03-031-4/+12
|