summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare for gst-plugins-base-0.10.27+ - tremor ivorbis decoder from -bad was ↵Mart Raudsepp2010-03-191-2/+3
| | | | included in vorbis as a choice
* Define QMAKE_LIBDIR variables. Fixes bug #304975Markos Chandras2010-03-181-1/+4
|
* Move from dev-util/git to dev-vcs/gitSebastian Pipping2010-03-171-2/+2
|
* Fix eclassdoc. Add new variable to allow disabling of static-libs useflag.Tomas Chvatal2010-03-171-6/+14
|
* Fix snafuBen de Groot2010-03-161-12/+12
|
* correct find usage, fixes bug #305827Ben de Groot2010-03-161-13/+13
|
* tc-get{RC,DLLWRAP}: new helper functions for dealing with Windows toolchainsMike Frysinger2010-03-151-1/+9
|
* Comment about which engines are meant to be built in.Robin H. Johnson2010-03-151-1/+2
|
* Bug #308491: Fix PBXT install location and econf usage.Robin H. Johnson2010-03-151-4/+3
|
* Merge Overlay changes for MariaDB.Robin H. Johnson2010-03-151-40/+94
|
* Added kdepim-related CMake-checks overridingMaciej Mrozowski2010-03-151-1/+9
|
* Update darcs.eclass to use dev-vcs/darcs instead of dev-util/darcs.Lennart Kolmodin2010-03-141-2/+2
|
* Add new xorg-2 eclass as replacement for x-modular eclass.Tomas Chvatal2010-03-141-0/+439
|
* Improve phase functions.Arfrever Frehtes Taifersar Arahesis2010-03-131-49/+90
| | | | | | | | | | Simplify and improve validate_PYTHON_ABIS(). Fix handling of ${S} ending in '/' in python_copy_sources() (bug #307943). Improve python_generate_wrapper_scripts(). Improve python_convert_shebangs(). Add python_clean_sitedirs(). Simplify python_mod_cleanup(). Improve deprecation warnings in python_version(), python_mod_exists() and python_tkinter_exists().
* Using terminal colors to modify eerror output is not allowed. Switch to ↵Petteri Räty2010-03-121-19/+13
| | | | using einfo for deprecated functions so that they don't get logged by default for users.
* aixrtl and hpux-conf _need_ to apply in a loop, mint-conf does not,Michael Haubenwallner2010-03-121-2/+22
| | | | (loop dropped in http://overlays.gentoo.org/proj/alt/changeset/55797)
* Add CDDL tarball def.Alexis Ballier2010-03-111-1/+2
|
* Allow EAPI=>3 usage (so EXPORT_FONCTIONS works on new gnustep-base)Bernard Cafarelli2010-03-101-2/+2
|
* Bug 307641: more fixes to SSL configure options. Also add ↵Robin H. Johnson2010-03-091-8/+12
| | | | community/profiling features to 5.1 properly and clean up a dead SSL configure codepath in configure_40_41_50.
* QA: When not using an absolute path, you MUST NOT use a file extension ↵Jonathan Callen2010-03-091-2/+2
| | | | (.png, .svg, or .xpm) on the icon name for make_desktop_entry (in comment)
* fix commentTristan Heaven2010-03-091-2/+2
|
* 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
|