summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Enable hardvfp if *eabi, if *hardfloat*, if gcc-4.5 and if arm, bug #315987, ↵Raúl Porcel2010-04-201-1/+7
| | | | acked by vapier
* Add new function font_cleanup_dirs, called in pkg_postrm, to clean up font ↵Ryan Hill2010-04-201-1/+36
| | | | directories that only contain generated files (bug #315369). Based on code taken from xorg-2.eclass. Note that due to portage caching pkg_postrm, currently installed font packages will not trigger this code until the second time they are reinstalled.
* handle yet newer style of gold+bfd parallel installs configure option ↵Mike Frysinger2010-04-191-2/+4
| | | | #315995 by Johannes Nixdorf
* make_desktop_entry: use printf %b to make arg passing simpler since we only ↵Mike Frysinger2010-04-191-2/+2
| | | | want to support embedded escape sequences
* use mozconfig_use_enable where appropriateJory Pratt2010-04-181-11/+4
|
* Add perl-helper.eclass (#302183) and update perl-module.eclass per ↵Torsten Veller2010-04-172-96/+179
| | | | <http://archives.gentoo.org/gentoo-dev/msg_82ff2383bd5836dda541d0b2b4685ec8.xml>. Add support for EAPI=3 (#310513). Removes "AppleDouble encoded Macintosh files" (#268497)
* Add quotes around variables that could contain spaces in paths. Fixes bug ↵Petteri Räty2010-04-171-5/+5
| | | | #315961. Thanks to Michał Górny <gentoo@mgorny.alt.pl>.
* Apply interix *vim workaround to eclass, bug 310991Jeremy Olexa2010-04-151-2/+11
|
* Fix eqmake4 when passed args with spacesJonathan Callen2010-04-151-4/+4
|
* drop spurious arg to popd #314493Mike Frysinger2010-04-141-2/+2
|
* rewrite ELT_walk_patches to handle path name as well as locale issues ↵Mike Frysinger2010-04-141-30/+25
| | | | pointed out by Michał Górny #314493
* Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated.Tomas Chvatal2010-04-121-1/+2
|
* 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
|