Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly detect OSX 10.6/Darwin 10, thanks Sören Kuklau in bug #284701 | Fabian Groffen | 2009-09-12 | 1 | -11/+11 |
| | |||||
* | Disallow installation into /usr/local. | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -1/+5 |
| | |||||
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -2/+12 |
| | |||||
* | Fix detection of ez_setup in distutils_src_prepare(). Improve ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -32/+31 |
| | | | | distutils_pkg_postinst() and distutils_pkg_postrm(). | ||||
* | Add support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY variable. Improve ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-09 | 1 | -8/+12 |
| | | | | handling of documentation in distutils_src_install(). | ||||
* | Updating the haskell-cabal eclass to support the CABAL_FEATURES nocabaldep | Lennart Kolmodin | 2009-09-09 | 1 | -13/+18 |
| | | | | | which is used in the dev-haskell/haskell-updater package. It enables packages to use the cabal eclass without depending on cabal. | ||||
* | Add support for '--' option in some functions. Ensure that appropriate ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-09 | 1 | -7/+40 |
| | | | | Python version is installed in validate_PYTHON_ABIS(). Add support for '--no-link' option in python_copy_sources(). | ||||
* | get_version should use linux_config_src_exists to check for source. | Robin H. Johnson | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Bug #283926: GCC4.4 causes libmysqlclient users to potentially have bad ↵ | Robin H. Johnson | 2009-09-08 | 1 | -1/+4 |
| | | | | behavior. | ||||
* | fix by Peter Alfredsen for libdir tweaking in multilib .la files #283761 | Mike Frysinger | 2009-09-08 | 1 | -5/+6 |
| | |||||
* | Tell the user if we've installed any config files and how to use them. | Ryan Hill | 2009-09-07 | 1 | -2/+21 |
| | |||||
* | Update xfce4.eclass to reflect plugin name changes, thanks to Jesper Karlsson | Christoph Mende | 2009-09-07 | 1 | -3/+2 |
| | |||||
* | Add new plugins in gst-plugins-bad 0.10.14 and gst-plugins-ugly 0.10.12 | Olivier Crête | 2009-09-07 | 2 | -6/+13 |
| | |||||
* | Add support for DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES. Create ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-07 | 1 | -22/+57 |
| | | | | ez_setup.py only when it existed. | ||||
* | Make sure split plugins are built against the right version of their core ↵ | Olivier Crête | 2009-09-07 | 1 | -2/+3 |
| | | | | library | ||||
* | Only export pkg_setup in EAPI 0/1. EAPI 2 ebuilds should use USE deps. | Ryan Hill | 2009-09-07 | 1 | -5/+10 |
| | |||||
* | Typo in the last commit. | Robin H. Johnson | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Bug 28330: Fix two instances where we want any version, not just the sources ↵ | Robin H. Johnson | 2009-09-06 | 1 | -3/+4 |
| | | | | version. | ||||
* | Match the function prototype that allows "-OP" form, which matches the bash ↵ | Robin H. Johnson | 2009-09-06 | 1 | -7/+7 |
| | | | | versions. | ||||
* | Bug 283320: Minor bug from the refactoring. | Robin H. Johnson | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Bug 28330: Provide a function to get the source or running version sanely. | Robin H. Johnson | 2009-09-06 | 1 | -6/+17 |
| | |||||
* | Bug #283320: The dependancy for linux-sources now moves into linux-mod, ↵ | Robin H. Johnson | 2009-09-06 | 2 | -4/+8 |
| | | | | where it is actually required. | ||||
* | Bug 283320: Fix minor typo for config.gz. Improve ewarn output, more migration. | Robin H. Johnson | 2009-09-06 | 1 | -4/+5 |
| | |||||
* | Make get_version quieter over repeated calls. | Robin H. Johnson | 2009-09-06 | 1 | -15/+30 |
| | |||||
* | Bug #283320: Part of the migration work to make linux-info non-fatal. ↵ | Robin H. Johnson | 2009-09-06 | 1 | -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 Frysinger | 2009-09-06 | 1 | -1/+5 |
| | |||||
* | Improve validate_PYTHON_ABIS(). Improve handling of test failures in ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-05 | 1 | -8/+10 |
| | | | | python_execute_function(). | ||||
* | Delete support for PYTHON_SLOT_VERSION. Add support for ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-09-05 | 1 | -22/+15 |
| | | | | DISTUTILS_GLOBAL_OPTIONS. | ||||
* | Adjust git.eclass to support packages with + in their name (gtk+,...). Per ↵ | Tomas Chvatal | 2009-09-04 | 1 | -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äty | 2009-09-02 | 1 | -1/+56 |
| | | | | break things that haven't been made to work with it | ||||
* | fix bug #283424 for real | Fabian Groffen | 2009-09-02 | 1 | -3/+3 |
| | |||||
* | Make the lib we're going to update using install_name_tool writable if | Fabian Groffen | 2009-09-02 | 1 | -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 Chvatal | 2009-09-01 | 2 | -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 Arahesis | 2009-08-31 | 1 | -4/+11 |
| | |||||
* | Improve validate_PYTHON_ABIS(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-31 | 1 | -14/+27 |
| | |||||
* | Implement a variant of getfilevar that does not use Make to fetch the ↵ | Robin H. Johnson | 2009-08-30 | 1 | -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 compilation | George Shapovalov | 2009-08-30 | 1 | -3/+3 |
| | |||||
* | Ensure that defined functions are passed to python_execute_function(). Add ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-08-29 | 1 | -5/+26 |
| | | | | PYTHON_DEFINE_DEFAULT_FUNCTIONS variable. | ||||
* | Deprecate wxlib.eclass | Ryan Hill | 2009-08-29 | 1 | -105/+10 |
| | |||||
* | Update email. | Ryan Hill | 2009-08-29 | 1 | -2/+2 |
| | |||||
* | Removing fbcondecor for sparc/sparc64 as it currently prevents sparc/sparc64 ↵ | Mike Pagano | 2009-08-28 | 1 | -1/+14 |
| | | | | from booting. bug #272676. | ||||
* | Update dependencies. Add more sanity checks. Improve python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-28 | 1 | -21/+42 |
| | |||||
* | Suuport for multi-provider virtuals and build only vms | Alistair Bush | 2009-08-27 | 2 | -3/+8 |
| | |||||
* | Fix "undefined nls useflag" warning for some fonts packages. Per bug #263142. | Tomas Chvatal | 2009-08-27 | 1 | -2/+2 |
| | |||||
* | unify duplicated user epatching code | Mike Frysinger | 2009-08-26 | 3 | -33/+24 |
| | |||||
* | Revert commit 1.16, mythtv ebuilds adjusted for a fix that doesn't break ↵ | Thomas Anderson | 2009-08-25 | 1 | -2/+2 |
| | | | | non-stable ebuilds. See bug #280516. | ||||
* | Sync elisp.eclass from Emacs overlay (revision 1432): | Ulrich Müller | 2009-08-25 | 1 | -4/+4 |
| | | | | Don't inherit versionator.eclass. | ||||
* | Update git eclass from x11 overlay. | Tomas Chvatal | 2009-08-24 | 1 | -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 Alfredsen | 2009-08-23 | 1 | -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 Hill | 2009-08-22 | 1 | -17/+5 |
| | | | | typeface. Drop fix_font_permissions as it doesn't do anything and is handled by font.eclass already. |