summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* PEAR packages that comes with scripts installed into /usr/bin now always use ↵Ole Markus With2010-10-302-4/+4
| | | | /usr/bin/php as interpreter.
* Temporarily delete some code.Arfrever Frehtes Taifersar Arahesis2010-10-291-155/+1
|
* merge changes from prefix-tree, thanks radhermit for the review.Markus Duft2010-10-291-31/+19
|
* added prefix support. on prefix, use portage users/groups, not root/root/wheelMarkus Duft2010-10-291-10/+28
|
* Bug #336027: max-idx-128 broken by upstream presently, prevent it from ↵Robin H. Johnson2010-10-281-2/+5
| | | | corrupting user data.
* Conditional previous commit in favor of stripping it only on libs.Tomas Chvatal2010-10-281-5/+7
|
* Filter bdirect support in eclass rather than per package since it is broken ↵Tomas Chvatal2010-10-281-1/+6
| | | | in probably all libs (based on my small testing)
* turn large if statement with globs into a case, merge the *-elf logic, and ↵Mike Frysinger2010-10-281-8/+15
| | | | add *-eabi #283545
* tc-arch: re-indent the ppc code and check the $type before KV_to_int to ↵Mike Frysinger2010-10-281-20/+20
| | | | avoid useless calculations
* Added hack for manuals relying on outdated DTDAndreas K. Hüttel2010-10-271-1/+7
|
* Add tc-export call to the example to denote that they need to be done manually.Michał Górny2010-10-271-2/+3
|
* Bug #335185: block omit-frame-pointer due to miscompile.Robin H. Johnson2010-10-271-1/+7
|
* Export HG_REV_ID, see bug #339920.Krzysztof Pawlik2010-10-261-2/+2
|
* Set IUSE in EAPI >=4.Arfrever Frehtes Taifersar Arahesis2010-10-251-171/+258
| | | | | | | | | | | | | Rename _parse_PYTHON_DEPEND() to _python_parse_PYTHON_DEPEND() and unset it after its using. Ban NEED_PYTHON variable. Add python_abi_depend(). Fix exporting of python_pkg_setup() in EAPI >=4. Update and improve _python_calculate_PYTHON_ABIS(). Support EAPI="0" in python_get_implementational_package(). Use non-deprecated parts of python_mod_optimize() and python_mod_cleanup() for dev-lang/python and sys-apps/portage. Disallow not passing of paths to Python modules to python_mod_optimize() and python_mod_cleanup(). Fix a typo in python_mod_optimize(). Ban python_mod_compile().
* Use etexmf-updateAlexis Ballier2010-10-241-15/+3
|
* Add etexmf-update to call texmf-update from ebuilds so that some duplicated ↵Alexis Ballier2010-10-241-1/+17
| | | | code can be factorized
* Add KDEPIM 4.4.7 supportTheo Chatzimichos2010-10-242-5/+5
|
* Let dobin_texmf_scripts die if the link is broken... but only for TeX Live ↵Alexis Ballier2010-10-241-1/+4
| | | | 2010 and later so that we avoid breaking existing ebuilds
* Add default values for left/righthyphenmin in language.dat.lua tooAlexis Ballier2010-10-241-1/+3
|
* Cosmetics, again and againAlexis Ballier2010-10-231-1/+2
|
* Cosmetics, again and againAlexis Ballier2010-10-231-2/+2
|
* CosmeticsAlexis Ballier2010-10-231-4/+4
|
* CosmeticsAlexis Ballier2010-10-231-9/+10
|
* Improve descriptionsAlexis Ballier2010-10-231-1/+2
|
* Describe what src_unpack doesAlexis Ballier2010-10-231-1/+3
|
* improve yet another commentAlexis Ballier2010-10-231-2/+2
|
* mention tl2010 in a commentAlexis Ballier2010-10-231-3/+3
|
* Remove the restriction for tl 2008 since we dont support 2007 anymoreAlexis Ballier2010-10-231-2/+1
|
* improve another commentAlexis Ballier2010-10-231-6/+7
|
* improve a commentAlexis Ballier2010-10-231-3/+3
|
* it is language.dat.lua not language.lua.datAlexis Ballier2010-10-231-3/+3
|
* We do not need the double = hereAlexis Ballier2010-10-231-3/+3
|
* Improve some commentsAlexis Ballier2010-10-231-3/+6
|
* Make the description match what the function does...Alexis Ballier2010-10-231-2/+2
|
* Generate language.dat.lua files for TeX Live 2010Alexis Ballier2010-10-231-4/+46
|
* DEPEND on font-util in fonts. That should fix bugs #338411 and #313595.Michał Górny2010-10-231-1/+2
|
* make_language_..._lines: declare more variables as local, these are used in ↵Alexis Ballier2010-10-231-3/+3
| | | | TeX Live 2010
* Gluezilla is no longer bumped upstream in sync with other go-mono packages, ↵Peter Alfredsen2010-10-191-2/+2
| | | | so move dependency to ebuild. Bug 341779. Thanks to '404 Error' for reporting.
* Bug #341559: avoid conflict on new db-5 libdb_sql* libraries.Robin H. Johnson2010-10-181-4/+4
|
* Implement debug-print*() family of functions for tests.Michał Górny2010-10-181-0/+18
|
* add tests for new path_exists funcMike Frysinger2010-10-171-0/+36
|
* add has/hasq stubs as some eclass use these in global scopeMike Frysinger2010-10-171-0/+3
|
* path_exists: new function for checking existence of multiple pathsMike Frysinger2010-10-171-1/+30
|
* Add java-ant_remote-taskdefsPetteri Räty2010-10-171-6/+31
|
* Remove arm workaround now that its been fixed on gcc-4.4.3-r3Raúl Porcel2010-10-131-7/+1
|
* Die on unsupported or unset package category. Set proper dependencies.Hans de Graaff2010-10-131-2/+5
|
* Pass the arguments to the src_install to base_src_install.Tomas Chvatal2010-10-131-2/+2
|
* Also eqawarn if mhash is used with require_php_with_useOle Markus With2010-10-121-3/+3
|
* Strip \t too, one can see tlpobjs with \t in TeX Live 2010Alexis Ballier2010-10-111-2/+2
|
* Use unpack if our EAPI allows to unpack .xz filesAlexis Ballier2010-10-111-9/+13
|