summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Display compiler and linker flags - a lousy compromise between excessive ↵Maciej Mrozowski2010-04-101-12/+18
| | | | verbosity and hiding relevant information
* Drop accessibility requirement on qt. Per bug #309677Tomas Chvatal2010-04-071-3/+3
|
* Due to portage's environment filtering, variables that start with BASH_ ↵Jeremy Olexa2010-04-072-10/+10
| | | | cannot be used. As such, s/BASH_COMPLETION_NAME/BASHCOMPLETION_NAME/g for bug 312671
* Use split-ebuild patches from one tarballMaciej Mrozowski2010-04-061-21/+23
|
* Add ruby_get_version() and ruby_get_implementation() convenience helper ↵Alex Legler2010-04-051-1/+27
| | | | functions
* Also remove x and opengl from the plugin list. None of the in-tree -bad ↵Mart Raudsepp2010-04-051-4/+2
| | | | package versions have these either. There are X plugins in -base and -good, and a separate opengl related tarball in existence for these things by now.
* Remove old plugin entries that are not present in any -bad packages ↵Mart Raudsepp2010-04-051-17/+4
| | | | remaining in tree anymore. These are safe to remove, as this list is only used during package compilation, never during unmerge. This reduces the amount of QA warnings from unrecognized configure options and just cleans up the list for maintainability. Update comments accordingly.
* Prepare for gst-plugins-bad-0.10.18 - has new flite split plugin and ivorbis ↵Mart Raudsepp2010-04-051-4/+4
| | | | removed
* Fix the plugins list: stop automagically building zbar, cog and rsvg split ↵Mart Raudsepp2010-04-051-7/+14
| | | | plugins as part of the non-split package due to them being forgotten to be added here before (add them now), cog/zbar is not packaged in-tree so not a big problem, but rsvg is; it will be a separate split package. Add missing Windows/OSX sys plugins to the list to avoid useless header/linkage checks that waste configure time for all -bad splits too - directsound, directdraw, osx_video, wininet, acm. Order the list per ./configure --help output. Add comments to old plugins that are not shipped by -bad anymore, for when they were removed, to remove them from the list once safe. Have not tracked down opengl and x removal yet though.
* Add -0 to xargs since input is NULL delimited. Thanks to Dror for catching.Ryan Hill2010-04-031-2/+2
|
* Add deprecation notices to the old ruby eclasses.Hans de Graaff2010-04-033-3/+15
|
* Fully validate and clean up plugin list for current versions. Reorder them ↵Mart Raudsepp2010-04-031-6/+10
| | | | per configure --help output, in order of global/sys/ext switches. Add directsound, osx_audio and osx_video to avoid useless header/linking configure checks for all -good plugins and save some configure time. Remove ladspa and cdio from the list, they have not been part of -good since 0.10.8 and 0.10.10 respectively, so safe to remove and avoid the unrecognized configure option QA warnings.
* ruby-ng.eclass: Add support for targets with different flag and executable ↵Alex Legler2010-04-021-2/+11
| | | | names. Implement this feature for Ruby Enterprise Edition 1.8.
* Allow changing store directory, update maintainers.Krzysztof Pawlik2010-04-021-17/+22
|
* Add append-libs() functionJonathan Callen2010-04-021-1/+16
|
* Allow JAVA_PKG_NV_DEPEND override in java-pkg_needs-vm()Vlastimil Babka2010-04-011-2/+2
|
* Bug #312687: We actually need to consider the automake from the real root, ↵Robin H. Johnson2010-04-011-2/+4
| | | | not the ROOT destination for stage 1 builds.
* Bug #266157: Until such time as we have full deblob support for all sources, ↵Robin H. Johnson2010-04-011-2/+4
| | | | mark that kernels contain firmware blobs that are covered under the freedist license, not GPL-2.
* Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex ↵Robin H. Johnson2010-04-011-4/+10
| | | | locking code was changed a lot again, so that while 5.0.84 required a newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT need those GCC versions anymore. This also frees up ~hppa to do more stabilization.
* Update to better deal with python3 and multiple python ABIsJim Ramsay2010-04-011-4/+24
| | | | | | Basically we just outright assert that all rox-base/* and rox-extra/* python-based apps will only work with python2. We'll be back to address this again if any of them ever become python3-aware.
* Try to unbreak revision 1.95, at least guessing what Robin tried to do.Diego Elio Pettenò2010-04-011-11/+14
|
* use peardev instead of pear to avoid memory limits (bug #265413)Matti Bickel2010-03-311-5/+5
|
* Bug #312075: The ~ was getting expanded to the optional stuff got duplicated ↵Robin H. Johnson2010-03-311-5/+4
| | | | and that sucked, giving a bad warning sometimes.
* Bug #312315: We must reflect the latest stable automake SLOT for all ↵Robin H. Johnson2010-03-311-3/+24
| | | | architectures, otherwise we get fun circular build dependencies when we already have a should-be-sufficent automake and try to bring in a different one during the stage2->3 transition.
* When using dummy haskell libraries, there is no test suite.Lennart Kolmodin2010-03-301-3/+7
|
* Commit some debug-print-function's for debuggingSamuli Suominen2010-03-301-1/+9
|
* Oops, don't use MY_PN before setting it!Jim Ramsay2010-03-281-4/+4
|
* Add @LIBDIR@ (rewritted to get_libdir) support in package.envVlastimil Babka2010-03-271-2/+3
|
* Update haskell-cabal eclass to handle EAPI=2.Lennart Kolmodin2010-03-271-5/+70
|
* Deprecating qt3.eclass, scheduling for removalBen de Groot2010-03-261-139/+5
|
* Fix for bug #311175 and bug #311179: Clean up python supportJim Ramsay2010-03-261-14/+18
| | | | | | app-editors/vim and app-editors/gvim both rely completely on vim.eclass, so this is the place to ensure we only use python2, since vim does not yet support python3.
* Set GENTOO_PYTHON_PROCESS_NAME environmental variable in wrapper scripts ↵Arfrever Frehtes Taifersar Arahesis2010-03-261-1/+2
| | | | generated by python_generate_wrapper_scripts(), because Python process now unsets this variable at the beginning of execution of wrapper scripts, but this variable should be set also at the beginning of execution of target scripts.
* Whitespace to make eclassdoc working.Tomas Chvatal2010-03-261-2/+2
|
* Be eclass-manpages friendlySamuli Suominen2010-03-261-2/+2
|
* Use XFCONF_FULL_DEBUG instead of polluting I_KNOW_WHAT_I_AM_DOING.Samuli Suominen2010-03-261-4/+4
|
* Make sure USE debug is in IUSE.Samuli Suominen2010-03-261-11/+13
|
* Introduce new xfconf_use_debug function.Samuli Suominen2010-03-261-1/+19
|
* Bug #310787: If a user has default-storage-engine in their config, we need ↵Robin H. Johnson2010-03-251-1/+2
| | | | to override it during setup to create the internal mysql tables safely.
* Support other ways of doing libdir fixes for cmake, as suggested by ↵Robin H. Johnson2010-03-241-1/+2
| | | | http://www.lcfg.org/doc/buildtools/cmake_recipes.html.
* Bug #303555: mysql-community users should switch to dev-db/mysql properly.Robin H. Johnson2010-03-241-1/+4
|
* Raise xfce4-dev-tools depend to 4.7.0 to force people upgrade build time ↵Samuli Suominen2010-03-241-2/+2
| | | | depend. It's the minimum required version for couple of packages already.
* [qt4-build.eclass] Prevent users from unintentionally breaking their systemsBen de Groot2010-03-241-4/+14
|
* Use sort -u instead of uniq so all duplicates are removed.Petteri Räty2010-03-241-4/+4
|
* Bug #278633: add in support for mysql root password from secure config file.Robin H. Johnson2010-03-241-1/+5
|
* Last commit in the latest round of mysql changes: pkg_config now checks for ↵Robin H. Johnson2010-03-241-24/+54
| | | | options before disabling them during setup to avoid more zealous error checking from upstream.
* Add prefix keywords for enlightenmentJonathan Callen2010-03-231-4/+4
|
* Add EAPI3 support to vim.eclass, signed off by Jim RamsayJeremy Olexa2010-03-231-26/+36
|
* With latest update to eutils.eclass and make_desktop_entry (Bug #310763), I canJim Ramsay2010-03-231-46/+2
| | | | stop using my ill-advised copy of this function.
* make_desktop_entry: let 5th arg take arbitrary fields to append to the ↵Mike Frysinger2010-03-231-6/+11
| | | | desktop file #310763 by Jim Ramsay
* avoid read-only error messageFabian Groffen2010-03-221-2/+2
|