summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Bug #283926: GCC4.4 causes libmysqlclient users to potentially have bad ↵Robin H. Johnson2009-09-081-1/+4
| | | | behavior.
* fix by Peter Alfredsen for libdir tweaking in multilib .la files #283761Mike Frysinger2009-09-081-5/+6
|
* Tell the user if we've installed any config files and how to use them.Ryan Hill2009-09-071-2/+21
|
* Update xfce4.eclass to reflect plugin name changes, thanks to Jesper KarlssonChristoph Mende2009-09-071-3/+2
|
* Add new plugins in gst-plugins-bad 0.10.14 and gst-plugins-ugly 0.10.12Olivier Crête2009-09-072-6/+13
|
* Add support for DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES. Create ↵Arfrever Frehtes Taifersar Arahesis2009-09-071-22/+57
| | | | ez_setup.py only when it existed.
* Make sure split plugins are built against the right version of their core ↵Olivier Crête2009-09-071-2/+3
| | | | library
* Only export pkg_setup in EAPI 0/1. EAPI 2 ebuilds should use USE deps.Ryan Hill2009-09-071-5/+10
|
* Typo in the last commit.Robin H. Johnson2009-09-061-2/+2
|
* Bug 28330: Fix two instances where we want any version, not just the sources ↵Robin H. Johnson2009-09-061-3/+4
| | | | version.
* Match the function prototype that allows "-OP" form, which matches the bash ↵Robin H. Johnson2009-09-061-7/+7
| | | | versions.
* Bug 283320: Minor bug from the refactoring.Robin H. Johnson2009-09-061-2/+2
|
* Bug 28330: Provide a function to get the source or running version sanely.Robin H. Johnson2009-09-061-6/+17
|
* Bug #283320: The dependancy for linux-sources now moves into linux-mod, ↵Robin H. Johnson2009-09-062-4/+8
| | | | where it is actually required.
* Bug 283320: Fix minor typo for config.gz. Improve ewarn output, more migration.Robin H. Johnson2009-09-061-4/+5
|
* Make get_version quieter over repeated calls.Robin H. Johnson2009-09-061-15/+30
|
* Bug #283320: Part of the migration work to make linux-info non-fatal. ↵Robin H. Johnson2009-09-061-17/+78
| | | | Currently gets enabled with I_KNOW_WHAT_I_AM_DOING in the env for the .config reading. Also uses the currently running version if no sources at all available.
* convert getline() to get_line() when needed #272594 by Diego E. PettenòMike Frysinger2009-09-061-1/+5
|
* Improve validate_PYTHON_ABIS(). Improve handling of test failures in ↵Arfrever Frehtes Taifersar Arahesis2009-09-051-8/+10
| | | | python_execute_function().
* Delete support for PYTHON_SLOT_VERSION. Add support for ↵Arfrever Frehtes Taifersar Arahesis2009-09-051-22/+15
| | | | DISTUTILS_GLOBAL_OPTIONS.
* Adjust git.eclass to support packages with + in their name (gtk+,...). Per ↵Tomas Chvatal2009-09-041-4/+4
| | | | bug #283436. Thanks to gseba for the patch.
* add java-pkg-2_src_test but don't export it so it can be used but doesn't ↵Petteri Räty2009-09-021-1/+56
| | | | break things that haven't been made to work with it
* fix bug #283424 for realFabian Groffen2009-09-021-3/+3
|
* Make the lib we're going to update using install_name_tool writable ifFabian Groffen2009-09-021-2/+7
| | | | it isn't. Restore write permissions afterwards, fixes bug #283424
* Sync kde4 eclasses with overlay ones in preparation for 4.3.1.Tomas Chvatal2009-09-012-12/+33
| | | | One thing differ from overlay ones. KDE_MINIMAL sets still 4.2 instead of 4.3 because some archies did not keyword all kde-base YET!
* Improve validate_PYTHON_ABIS() and python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-08-311-4/+11
|
* Improve validate_PYTHON_ABIS().Arfrever Frehtes Taifersar Arahesis2009-08-311-14/+27
|
* Implement a variant of getfilevar that does not use Make to fetch the ↵Robin H. Johnson2009-08-301-14/+46
| | | | variable, and thusly does not fail out due to missing dependancies. Also fix totally broken checks in check_zlibinflate, that called a non-existing function.
* commented out LD_vars, should not be set at compilationGeorge Shapovalov2009-08-301-3/+3
|
* Ensure that defined functions are passed to python_execute_function(). Add ↵Arfrever Frehtes Taifersar Arahesis2009-08-291-5/+26
| | | | PYTHON_DEFINE_DEFAULT_FUNCTIONS variable.
* Deprecate wxlib.eclassRyan Hill2009-08-291-105/+10
|
* Update email.Ryan Hill2009-08-291-2/+2
|
* Removing fbcondecor for sparc/sparc64 as it currently prevents sparc/sparc64 ↵Mike Pagano2009-08-281-1/+14
| | | | from booting. bug #272676.
* Update dependencies. Add more sanity checks. Improve python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-08-281-21/+42
|
* Suuport for multi-provider virtuals and build only vmsAlistair Bush2009-08-272-3/+8
|
* Fix "undefined nls useflag" warning for some fonts packages. Per bug #263142.Tomas Chvatal2009-08-271-2/+2
|
* unify duplicated user epatching codeMike Frysinger2009-08-263-33/+24
|
* Revert commit 1.16, mythtv ebuilds adjusted for a fix that doesn't break ↵Thomas Anderson2009-08-251-2/+2
| | | | non-stable ebuilds. See bug #280516.
* Sync elisp.eclass from Emacs overlay (revision 1432):Ulrich Müller2009-08-251-4/+4
| | | | Don't inherit versionator.eclass.
* Update git eclass from x11 overlay.Tomas Chvatal2009-08-241-5/+34
| | | | | | | | | | | FEATURES * git submodule support * LIVE_FAIL_FETCH_IF_REPO_NOT_UPDATED usage - this makes build die when git repo is up-to-date and nothing new has been done in it. Quite lovely with --keep-going. * specific per overrides of TREE/BRANCH/REPO - just define ${PN//-/_}_LIVE_TREE/BRANCH/REPO in enviroment and you can override in ebuild values.
* The gnome-desktop-sharp assembly is currently locked to ↵Peter Alfredsen2009-08-231-4/+6
| | | | libgnome-desktop.so.11. Since it seems Gnome upstream will not make ABI-incompatible changes for now, we can relax dependencies. Solves bug 279072.
* Allow fonts to override --with-fontdir, for fonts installing more than one ↵Ryan Hill2009-08-221-17/+5
| | | | typeface. Drop fix_font_permissions as it doesn't do anything and is handled by font.eclass already.
* Sync eclasses with kde-testing ones.Tomas Chvatal2009-08-203-18/+77
|
* Deprecation indicates that it might still work, so be more clear that this ↵Hans de Graaff2009-08-201-3/+3
| | | | no longer works.
* Remove USE_RUBY=any support from gems.eclassAlex Legler2009-08-201-10/+3
|
* Update lzma deps to allow xz-utils too, bug #279871Alexis Ballier2009-08-191-2/+2
|
* remove old, unusued selinux-policy.eclassChris PeBenito2009-08-171-109/+0
|
* quote ~ when checking unstable arches to avoid home expansion #281311 by ↵Mike Frysinger2009-08-162-5/+5
| | | | Florian Manschwetus
* Remove unused python_makesym() function.Arfrever Frehtes Taifersar Arahesis2009-08-151-11/+2
|
* Fix PYTHON_USE_WITH to work properly with EAPI 0.Petteri Räty2009-08-151-2/+2
|