summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of PYTHON_USE_WITH with more than 2 USE flags.Arfrever Frehtes Taifersar Arahesis2010-05-171-307/+476
| | | | | | | | | | | | Improve python_pkg_setup(). Rename python_clean_sitedirs() to python_clean_installation_image(). Improve python_clean_installation_image(). Improve handling of -- option in phase functions. Add check for dev-lang/python in validate_PYTHON_ABIS() (bug #319651). Improve error message in python_copy_sources(). Improve python_set_active_version(). Improve error messages in PYTHON(). Support PEP 3147 in python_mod_optimize(), python_mod_cleanup() and python_mod_compile().
* Improve automatic misc documentation files installation (README's, ↵Maciej Mrozowski2010-05-172-17/+10
| | | | ChangeLogs, etc)
* Update qimageblitz categoryMaciej Mrozowski2010-05-151-2/+2
|
* Sync eclasses from kde overlay.Maciej Mrozowski2010-05-153-165/+246
| | | | | | | | - kdevelop ebuils support - cmake-2.6.4 needed for KDE SC 4.5 - crosscompilation fixes - fix README's installation - pre-release koffice support
* Added dev-util/automoc dependency for all KDE4 packagesMaciej Mrozowski2010-05-151-1/+2
|
* Document for eclass-manpages.Ryan Hill2010-05-151-18/+31
|
* Improve documentation.Ryan Hill2010-05-151-21/+14
|
* sgml-catalog.eclass: Add EAPI3/Gentoo Prefix support. bug 310777Jeremy Olexa2010-05-131-15/+20
|
* Bug #318851: USE=cluster also needs the partition engine support in 5.1.46.Robin H. Johnson2010-05-131-3/+4
|
* Replace grep -P with more portable sed -ne equivalentMaciej Mrozowski2010-05-121-2/+2
|
* Fix db-use.eclass to work with sys-libs/db-5.0.Diego Elio Pettenò2010-05-121-2/+6
|
* add -m1 to grep for unpack_makeself for bug #319059Michael Sterrett2010-05-111-2/+2
|
* Bug #318389: check for each examples directory before trying to use it. Also ↵Robin H. Johnson2010-05-111-4/+9
| | | | avoid QA warning on "use java" on ebuilds where java was not available.
* sys-libs/db-5 has changed some of the test scripts slightly, so we need to ↵Robin H. Johnson2010-05-111-4/+11
| | | | look a little wider for parallel.tcl. Also improve the regex we run on it for relative directories.
* Improve binary renaming to NOT rename all elements in the path, and also ↵Robin H. Johnson2010-05-111-4/+7
| | | | pick up binaries that match the prefix of 'db' but not 'db_'.
* change bug notice to report a bug rather than annoy specific peopleMike Frysinger2010-05-111-3/+3
|
* Add helpful comment about where the MY_* vars are defined.Jeremy Olexa2010-05-091-1/+3
|
* Simplified the eclass, since the rules for desklet and control submission ↵Joe Sapp2010-05-081-149/+116
| | | | have become much more standardized recently (http://gdesklets.de/index.php?q=node/2). This also means that we will no longer support sensors and sensor-based desklets. No more desklets that do not heed these rules will be put into portage.
* Tried to fix bug #314653Joe Sapp2010-05-081-8/+2
|
* Add 4.5 -mno-* flags to exception list.Ryan Hill2010-05-081-1/+4
|
* Fix db_src_install_usrbinslot to proper SLOT again (#318367) and add a dieTorsten Veller2010-05-041-2/+3
|
* Bug #313637: Fix versioning of libdb_stl.a. Also clean up the eclass for ↵Robin H. Johnson2010-05-041-24/+28
| | | | quoting and a slight refactor.
* Bug #275652: Install examples with USE=examples.Robin H. Johnson2010-05-031-2/+16
|
* Bug #253312: implement parallel tests for sys-libs/db.Robin H. Johnson2010-05-031-5/+17
|
* Bug #263797: Do not run the sys-libs/db testsuite as root.Robin H. Johnson2010-05-031-1/+6
|
* Use PYTHON_USE_WITH_OPT to only pull in python when actually required. Bug ↵Jim Ramsay2010-05-031-1/+2
| | | | #317939
* Fix typo.Ulrich Müller2010-05-021-2/+2
|
* Bug #318095: Improve K_SECURITY_UNSUPPORTED messages for deblobbing. Based a ↵Robin H. Johnson2010-05-021-4/+9
| | | | patch by Ulrich Müller <ulm@gentoo.org>.
* Don't print errors during unpack because the directory does not exist yet.Diego Elio Pettenò2010-05-011-2/+2
|
* Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSIONJonathan Callen2010-04-301-4/+4
|
* Allow changing the minimum required cmake versionJonathan Callen2010-04-301-2/+8
|
* Create a special handling of S variable for github-based packages.Diego Elio Pettenò2010-04-301-2/+11
| | | | | | Since using GitHub is widely common for Ruby packages, especially those not packaging the tests within the gem, we would be reimplementing this so many times that it's worth special casing here.
* Skip the src_configure of java-ant-2.eclass when java-pkg-opt-2 is inherited ↵Vlastimil Babka2010-04-291-1/+6
| | | | and java USE flag is disabled, to prevent bugs like #317673.
* Support version globbing when checking dependencies, bug #315123.Vlastimil Babka2010-04-281-2/+3
|
* Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve ↵Robin H. Johnson2010-04-271-30/+122
| | | | plugin handling.
* Add EAPI-3/Prefix support, bug #312531Jonathan Callen2010-04-261-6/+7
|
* Adding a ruby_rbconfig_value function to ruby-ng.eclass for easy access even ↵Alex Legler2010-04-261-4/+11
| | | | to not regularly needed rbconfig data
* Keep a mostly-internal variable of the latest version of the deblob tool ↵Robin H. Johnson2010-04-261-5/+11
| | | | releases by the upstream libre-sources guys, this saves us updating K_DEBLOB_AVAILABLE quite so often, but we need to remember to redigest sources ebuilds when we DO change the this variable instead.
* Document the new deblob control variables, after renaming them to match the ↵Robin H. Johnson2010-04-261-7/+14
| | | | existing pattern.
* Bug #266157: Deblob support for libre kernels.Robin H. Johnson2010-04-261-3/+46
|
* Refactor debug-print-kernel2-variables to make it faster to add new stuff.Robin H. Johnson2010-04-261-16/+6
|
* Add more variables to the debug output list when it does fire.Robin H. Johnson2010-04-261-1/+4
|
* While working on the libre-sources bug, I noticed that some of the kernel ↵Robin H. Johnson2010-04-261-2/+9
| | | | sources ebuilds out there have OKV set, but NOT KV_*, leading kernel_is to always return false. Check all of the variables we need for safety instead.
* Add support for hardfloat toolchains, acked by vapierRaúl Porcel2010-04-251-1/+2
|
* Add in lto use flag, and cleaning up of python scripts for gcc-4.5Mark Loeser2010-04-241-1/+16
|
* Add EROOT (EAPI3) support to vim-doc & vim-spell eclassesJeremy Olexa2010-04-232-5/+7
|
* Use hardfloat only if hardfloat is trueRaúl Porcel2010-04-231-3/+3
|
* Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target ↵Raúl Porcel2010-04-221-2/+15
| | | | doesn't support softfloat', acked by vapier, bug #315987
* Drop epatch_user, already executed by base eclass. Thx to sedzimir.Tomas Chvatal2010-04-221-2/+1
|
* Add PERL_EXPORT_PHASE_FUNCTIONS and move perl-helper functions back to ↵Torsten Veller2010-04-222-132/+147
| | | | perl-module