summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Uses alternatives.eclass for dual life scripts, SRC_TEST=parallel for ↵Torsten Veller2009-09-271-22/+83
| | | | parallel testing and TEST_VERBOSE=1 to show details of test execution
* Remove duplicate, unneeded patches (the “new” libtool.eclass – ↵Diego Elio Pettenò2009-09-254-450/+0
| | | | anything after 2006 or so – walks all of them so just one per type is needed).
* bzr.eclass: move wrongly placed quoteChristian Faulhammer2009-09-241-2/+2
|
* Add support for ESCM_OFFLINE variable, so users without internet connection ↵Christian Faulhammer2009-09-241-9/+20
| | | | can make use of it; patch provided by Jonathan Callen in bug 280211
* make_desktop_entry: dont bother writing Version= anymore #285920 by Josh SaddlerMike Frysinger2009-09-241-2/+1
|
* Remove virtual/libcPatrick Lauer2009-09-233-10/+7
|
* Rename EXPF variable to XFCONF_EXPF per -dev ML discussion.Samuli Suominen2009-09-211-6/+6
|
* fix #277297 and #277298; convert to EAPI2Benedikt Boehm2009-09-201-59/+34
|
* set MIT as the default license for x-modular ebuildsRémi Cardona2009-09-191-3/+4
|
* Improve handling of directory stack in python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-09-181-7/+20
|
* quote variables in common-lisp-common{,-2,-3}, bug 258145Marijn Schouten2009-09-183-9/+9
|
* fix comparison testAlin Năstac2009-09-161-2/+2
|
* Add findutils dependency, see bug 285136.Peter Alfredsen2009-09-161-1/+2
|
* One backwards compatability fix while we are working on checking all ebuilds ↵Robin H. Johnson2009-09-131-2/+4
| | | | for the linux-info change.
* Create the /usr/lib(64)/pkgconfig directory before installing, fixesDiego Elio Pettenò2009-09-131-2/+6
| | | | install of ruby-gnome2 0.19.1 series of packages.
* Allow variables to be defined before inheriting.Ryan Hill2009-09-131-6/+5
|
* properly detect OSX 10.6/Darwin 10, thanks Sören Kuklau in bug #284701Fabian Groffen2009-09-121-11/+11
|
* Disallow installation into /usr/local.Arfrever Frehtes Taifersar Arahesis2009-09-111-1/+5
|
* Improve handling of directory stack in python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-09-111-2/+12
|
* Fix detection of ez_setup in distutils_src_prepare(). Improve ↵Arfrever Frehtes Taifersar Arahesis2009-09-111-32/+31
| | | | distutils_pkg_postinst() and distutils_pkg_postrm().
* Add support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY variable. Improve ↵Arfrever Frehtes Taifersar Arahesis2009-09-091-8/+12
| | | | handling of documentation in distutils_src_install().
* Updating the haskell-cabal eclass to support the CABAL_FEATURES nocabaldepLennart Kolmodin2009-09-091-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 Arahesis2009-09-091-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. Johnson2009-09-081-2/+2
|
* 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
|