summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Update eclasses for kdeAlexey Shvetsov2010-12-023-86/+214
|
* Drop automake-1.4 dependency, as it's useless here.Diego Elio Pettenò2010-12-021-3/+2
| | | | | | The eclass uses autotools.eclass to rebuild autotools, and since it doesn't set WANT_AUTOMAKE, it'll always use the latest version; the dependency over automake-1.4 is, thus, totally bogus.
* switch myconf to `set` to handle spaces in argsMike Frysinger2010-12-011-21/+22
|
* add --enable-plugins when ld/configure supports itMike Frysinger2010-12-011-1/+4
|
* Sync from Emacs overlay (revision 1547).Ulrich Müller2010-11-291-21/+21
| | | | Order of functions rearranged. Whitespace change in site-gentoo.el.
* Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51Robin H. Johnson2010-11-281-1/+8
|
* Add warning about updating the deblob max version variable.Robin H. Johnson2010-11-281-2/+3
|
* Bump deblob max version to 36Mike Pagano2010-11-261-2/+2
|
* Restrict patching of dtd reference to ebuilds outside kde-properAndreas K. Hüttel2010-11-241-6/+8
|
* Add @DEFAULT_UNSET tags to variables to suppress warnings in eclass-manpages.Ulrich Müller2010-11-241-1/+3
|
* Sync eclasses from Emacs overlay (revision 1542).Ulrich Müller2010-11-232-19/+35
| | | | | | | | | | | elisp-common.eclass: Remove dead function elisp-comp; it has been deprecated more than two years ago in bug 235442. New function elisp-need-emacs, tests if the eselected Emacs version is at least the major version specified as argument. elisp.eclass: Use function elisp-need-emacs in elisp_pkg_setup.
* preserve_old_lib_notify: keep full path to lib in revdep-rebuild example ↵Mike Frysinger2010-11-221-2/+2
| | | | output to help with multilib setups #339134 by Bernardo Costa
* convert IUSE appending to the += operator, and pull out IUSE=vanilla for all ↵Mike Frysinger2010-11-211-16/+20
| | | | gcc packages
* make sure to explicitly pass --disable-libgomp when using a package that ↵Mike Frysinger2010-11-211-9/+13
| | | | lacks openmp support (like kgcc64) #341771 by Alex Buell
* Update for gnome-sharp-2.24.2.Pacho Ramos2010-11-181-1/+4
|
* Bug 343993: use ${S} for working directory.Krzysztof Pawlik2010-11-171-8/+9
|
* re-enable some of the USE flags for qgtkstyleAlex Alexander2010-11-131-4/+2
|
* adjust qt4-build eclass for qgtkstyleAlex Alexander2010-11-131-3/+7
|
* workaround for bug #344915Alex Alexander2010-11-101-1/+7
|
* Add PACKAGE_NAME variable that allows specification of git checkout folder, ↵Tomas Chvatal2010-11-091-2/+8
| | | | so we dont have to respecify complete EGIT_REPO_URI.
* Damn, this change was not intendedChristian Faulhammer2010-11-071-2/+2
|
* export EBZR_TREE_CRC32 variable with revision information of the checked out ↵Christian Faulhammer2010-11-072-3/+6
| | | | tree, see bug 343355 for details
* Introduce TL_MODULE_INFORMATION variable for displaying postinst messages.Alexis Ballier2010-11-071-1/+7
|
* Set umask before unpacking to avoid installing world writable files, bugs ↵Alexis Ballier2010-11-071-1/+4
| | | | #338881, #310039 and #309997
* Append eautoreconf depstring to archs where it is mandatory to run ↵Tomas Chvatal2010-11-051-14/+20
| | | | eautoreconf. (this is required for cache)
* Fixed issues with zend_extension as well as removed dep on depend.phpOle Markus With2010-11-031-5/+6
|
* Fix commentSamuli Suominen2010-11-031-2/+2
|
* Convert XFCONF to an arraySamuli Suominen2010-11-031-2/+8
|
* Added an src_prepare that fits better with EAPI=2Ole Markus With2010-11-021-13/+19
|
* Bug #335185, #335995 redux: If GCC >= 4.3.3, block omit-frame-pointer.Robin H. Johnson2010-11-021-4/+7
|
* Cleanup of eclass. Also added depend.php back in as it is still required for ↵Ole Markus With2010-11-021-44/+45
| | | | some parts
* darcs.eclass: export EDARCS_PATCHCOUNT: var shows amount of patches in ↵Sergei Trofimovich2010-11-011-1/+10
| | | | | | | | | | | | | pulled repository This feature is requested for 'app-portage/smart-live-rebuild' program (already provided by other SCM eclasses) (bug #343581) Thre request and implementation hints by Alexander Vershilov <alexander.vershilov@gmail.com>. Implementation by Michał Górny <mgorny@gentoo.org>. Thank you, guys!
* static-libs useflag is not required on x11-apps at all so drop it in eclass ↵Tomas Chvatal2010-11-011-1/+2
| | | | rather than per-package.
* update for use with fox-1.7Matti Bickel2010-10-311-4/+8
|
* Added more blockers to php-ext-*r1.eclassOle Markus With2010-10-311-2/+4
|
* Update dep for util-macros to latest.Tomas Chvatal2010-10-311-2/+2
|
* PEAR packages that comes with scripts installed into /usr/bin now always use ↵Ole Markus With2010-10-302-4/+4
| | | | /usr/bin/php as interpreter.
* Temporarily delete some code.Arfrever Frehtes Taifersar Arahesis2010-10-291-155/+1
|
* merge changes from prefix-tree, thanks radhermit for the review.Markus Duft2010-10-291-31/+19
|
* added prefix support. on prefix, use portage users/groups, not root/root/wheelMarkus Duft2010-10-291-10/+28
|
* Bug #336027: max-idx-128 broken by upstream presently, prevent it from ↵Robin H. Johnson2010-10-281-2/+5
| | | | corrupting user data.
* Conditional previous commit in favor of stripping it only on libs.Tomas Chvatal2010-10-281-5/+7
|
* Filter bdirect support in eclass rather than per package since it is broken ↵Tomas Chvatal2010-10-281-1/+6
| | | | in probably all libs (based on my small testing)
* turn large if statement with globs into a case, merge the *-elf logic, and ↵Mike Frysinger2010-10-281-8/+15
| | | | add *-eabi #283545
* tc-arch: re-indent the ppc code and check the $type before KV_to_int to ↵Mike Frysinger2010-10-281-20/+20
| | | | avoid useless calculations
* Added hack for manuals relying on outdated DTDAndreas K. Hüttel2010-10-271-1/+7
|
* Add tc-export call to the example to denote that they need to be done manually.Michał Górny2010-10-271-2/+3
|
* Bug #335185: block omit-frame-pointer due to miscompile.Robin H. Johnson2010-10-271-1/+7
|
* Export HG_REV_ID, see bug #339920.Krzysztof Pawlik2010-10-261-2/+2
|
* Set IUSE in EAPI >=4.Arfrever Frehtes Taifersar Arahesis2010-10-251-171/+258
| | | | | | | | | | | | | Rename _parse_PYTHON_DEPEND() to _python_parse_PYTHON_DEPEND() and unset it after its using. Ban NEED_PYTHON variable. Add python_abi_depend(). Fix exporting of python_pkg_setup() in EAPI >=4. Update and improve _python_calculate_PYTHON_ABIS(). Support EAPI="0" in python_get_implementational_package(). Use non-deprecated parts of python_mod_optimize() and python_mod_cleanup() for dev-lang/python and sys-apps/portage. Disallow not passing of paths to Python modules to python_mod_optimize() and python_mod_cleanup(). Fix a typo in python_mod_optimize(). Ban python_mod_compile().