summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Do not die on first emerge with USE=savedconfig. Be nice in eerror and die ↵Jeroen Roovers2010-03-081-8/+6
| | | | messages thanks to Pawel Hajdan, Jr.
* Remove deprecated 'Version' and 'Encoding' from eclass-generated .desktop filesJim Ramsay2010-03-071-3/+1
|
* tweak default variable value so eclass-manpages can figure things outMike Frysinger2010-03-071-4/+5
|
* let people make the autotool dependencies optional in their ebuildsMike Frysinger2010-03-071-4/+14
|
* let portage handle FEATURES="noman noinfo" #278749Mike Frysinger2010-03-071-8/+3
|
* simplify arm --with-arch cruftMike Frysinger2010-03-071-9/+7
|
* make_desktop_entry: call `die` if `doins` failed #305165Mike Frysinger2010-03-071-2/+2
|
* make_desktop_entry: place media-gfx into Graphics only, not AudioVideo;GraphicsMike Frysinger2010-03-071-7/+13
|
* make_desktop_entry: fix tab/space corruptionMike Frysinger2010-03-071-45/+39
|
* Don't do the --with-arch thing if arm_arch isn't armv*, as it breaks ↵Raúl Porcel2010-03-061-8/+11
| | | | arm{,eb}-{softfloat,unknown}...
* Move mercurial.eclass dep from dev-util to dev-vcs.Dirkjan Ochtman2010-03-061-2/+2
|
* move bzr from dev-util to dev-vcsChristian Faulhammer2010-03-051-5/+5
|
* do not install magic file unconditionally wrt #307747Benedikt Boehm2010-03-051-2/+2
|
* Make xorg-server optional on prefix (assume its available on the host, as it ↵Jonathan Callen2010-03-041-3/+3
| | | | is not available in the prefix)
* Use prefix variables (bug #307669).Arfrever Frehtes Taifersar Arahesis2010-03-041-13/+66
| | | | | Support hooks in distutils_src_test(). Print deprecation warnings in distutils_python_version() and distutils_python_tkinter().
* Ensure that python_pkg_setup() is used only in pkg_setup().Arfrever Frehtes Taifersar Arahesis2010-03-041-31/+101
| | | | | | | | Improve handling of PYTHON_USE_WITH / PYTHON_USE_WITH_OR. Support --full option of python_get_version(). Optimize python_get_version(). Support hooks in python_execute_nosetests(), python_execute_py.test() and python_execute_trial(). Print deprecation warnings in python_version(), python_mod_exists() and python_tkinter_exists().
* Bug #307641: Fix accidental default SSL implementation change of ↵Robin H. Johnson2010-03-031-2/+2
| | | | OpenSSL->YaSSL back to OpenSSL.
* Replace eqawarn with ewarn - as it's present in all EAPIsMaciej Mrozowski2010-03-021-5/+3
|
* TypoRaúl Porcel2010-02-281-3/+3
|
* Deprecate python_mod_exists().Arfrever Frehtes Taifersar Arahesis2010-02-281-20/+25
|
* Do not export distutils_src_unpack() in EAPI >=2 and disallow using of ↵Arfrever Frehtes Taifersar Arahesis2010-02-281-26/+44
| | | | | | | distutils_src_unpack() in EAPI >=2. Improve output of distutils_src_compile(), distutils_src_test() and distutils_src_install(). Check for Jython-related directories in distutils_pkg_postinst() and distutils_pkg_postrm().
* Define phase functions always in packages supporting installation for ↵Arfrever Frehtes Taifersar Arahesis2010-02-281-168/+171
| | | | | | | | | | | | multiple versions of Python. Export phase functions when PYTHON_DEFINE_DEFAULT_FUNCTIONS is defined. Extract sanity checks from validate_PYTHON_ABIS() to _python_initial_sanity_checks() and _python_final_sanity_checks(). Support --final-ABI option of python_execute_function(). Extract setting of color variables to _python_set_color_variables(). Simplify python_copy_sources() by not supporting --no-link option and always creating real copies of files. Call _python_initial_sanity_checks() and _python_final_sanity_checks() in python_set_active_version(). Simplify PYTHON() by not supporting --active option. Deprecate python_tkinter_exists().
* Update enlightenment eclass as discussed on enlightenment aliasThomas Sachau2010-02-281-33/+27
|
* Use --with-arch for arm now as well. Thanks to Raúl Porcel <armin76 AT ↵Mark Loeser2010-02-271-1/+12
| | | | gentoo DOT org>; bug #264534
* Fixup more pbxt and xtradb issues, and try to fix dodoc QA.Robin H. Johnson2010-02-271-16/+19
|
* Add back dev-db/libpq since not all archs have postgresql-base stableMark Loeser2010-02-261-3/+3
|
* Fixing dependencies for libpq maskingPatrick Lauer2010-02-261-3/+3
|
* Add clutter.eclass. Discussion for addition was finished with no objections ↵Nirbheek Chauhan2010-02-261-0/+64
| | | | on Jan 1 2010
* add support for Interix in dlopen_lib, bug #302575Fabian Groffen2010-02-261-5/+7
|
* Reapply patch, this time with workaround for an apparent bug in bash 3.2 and 4.0Jonathan Callen2010-02-261-4/+16
|
* Broken with stable versions of bashMark Loeser2010-02-261-16/+4
|
* Properly implement the Desktop File Specification in make_desktop_entry()Jonathan Callen2010-02-261-4/+16
|
* Fix typoJonathan Callen2010-02-241-2/+2
|
* Speed up code for the common case where there are no submodules - if there ↵Jonathan Callen2010-02-231-34/+70
| | | | are submodules, then you will need to set EGIT_HAS_SUBMODULES=true before inherit
* Update emul contents homepagePacho Ramos2010-02-221-2/+3
|
* Import fixes from MySQL overlay:Robin H. Johnson2010-02-211-29/+61
| | | | | | | | | | | - mysql-cluster warning for NDB support moving per upstream - QA fixes per bug #305873: - Update some 5.1 configure flags that have changed - Correct USE of pbxt/xtradb to avoid QA warnings - USE=test controls installing tests for end-user usage - -fPIC fixes for innodb_plugin - consistent test location. - COPYING doc.
* Don't reset QMAKE_RPATH by default in eqmake4Dominik Kapusta2010-02-191-2/+1
|
* Only use revision, not full Id for the eclass.Diego Elio Pettenò2010-02-191-3/+3
|
* Don't create generic wrappers when installing for a single implementation.Diego Elio Pettenò2010-02-191-3/+26
| | | | | | | | | | | | | | | | | | Since we have a few packages that can only be installed for JRuby, and that thus wouldn't work with any of the selected implementations, and a few that installs only for Ruby 1.8 (and thus would break if 1.9 was selected), try to reduce their impact by only producing generic wrappers when installing for multiple implementations. This should produce a totally working system after updating from 1.9, among other things. To make sure that the wrappers generated by different revisions of ruby-fakegem.eclass are properly identified, also add the CVS ID of the eclass in the comments of the generated wrapper. At the same time add the same specification about generation to the gemspec files, so that we can identify “older” specifications quickly.
* Add support for suffixes to a gem (like .java) and support forDiego Elio Pettenò2010-02-191-3/+4
| | | | pre-release mangling (_pre becomes .pre).
* [qt4-build.eclass] added exceptions USE flag for >= Qt 4.6.x - bug #240185Alex Alexander2010-02-171-17/+11
|
* Remove last of bindnow-flags.Samuli Suominen2010-02-171-10/+1
|
* Check if eqawarn is defined before calling it.Petteri Räty2010-02-171-3/+5
|
* Fixed indentation.Maciej Mrozowski2010-02-171-7/+7
|
* Added fallback implementations for ebeep and epause that display QA Notice ↵Maciej Mrozowski2010-02-171-1/+11
| | | | when used in EAPI-3
* Use different CN for CA and certificate itself, fixes #164601, thank David ↵Peter Volkov2010-02-161-8/+8
| | | | Sperling for description and James Le Cuirot for fix.
* Fix dependencies for new pear setup where PEAR-PEAR doesn't pull in allSteve Dibb2010-02-161-2/+4
| | | | deps, and dev-php/pear is new virtual
* Add support for 2.9 development builds, which no longer have seperate ↵Ryan Hill2010-02-161-53/+64
| | | | ansi/unicode and debug/release libraries. Clarify documentation.
* Remove unneeded and outdated ewarn in qt4-buildDror Levin2010-02-151-18/+1
|
* eshopts_{push,pop}: add support for the extended options available only via ↵Mike Frysinger2010-02-151-7/+20
| | | | `shopt`