summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Go language in 4.6. (bug #329551)Ryan Hill2011-01-181-4/+21
|
* Compare with version triplet rather than full version so we can match snapshots.Ryan Hill2011-01-181-2/+2
|
* Fix logic error, resulting in bug #351401Fabian Groffen2011-01-161-2/+2
| | | | | | In Prefix there is no user Portage, even not when the user runs as root, in which case Portage would also run as root. Result, never try to fix anything when running Prefix.
* Don't call python_set_active_version in eclass as it is not really required. ↵Tomas Chvatal2011-01-161-4/+6
| | | | Try to set waf binary once more in src_configure as some ebuild lack calls to pkg_setup over this eclass which results into empty WAF_BINARY.
* By default disable dependency tracking, all x11 packages support this one.Tomas Chvatal2011-01-151-1/+2
|
* add missing quote, bug #298121Fabian Groffen2011-01-131-2/+2
|
* Merge in changes to be similar to cmake-utils.eclass so this eclass can be ↵Tomas Chvatal2011-01-131-12/+19
| | | | used for talloc.
* Only show the developers the tar unpack warnings (I_KNOW_WHAT_I_AM_DOING)Andreas K. Hüttel2011-01-121-2/+7
|
* - Die if EAPI is unsupportedTorsten Veller2011-01-121-14/+42
| | | | | | | - Die if PERL_EXPORT_PHASE_FUNCTIONS not yes or no - Add support for MY_PN, MY_PV, MODULE_VERSION - Allow use of myconf, mymake, myinst as arrays - Use Module::Build even if Module::Build is not prefered but no Makefile.PL is found
* FreeMiNT can do threads now, bug #350822Fabian Groffen2011-01-111-3/+1
|
* Remove no longer required or case with scarabeus blessingKacper Kowalik2011-01-111-2/+2
|
* Added a PHP_EXT_S to aid packages with bundled extensionsOle Markus With2011-01-101-5/+13
|
* try to automatically remount/unmount /boot back to its pre-emerge state ↵Mike Frysinger2011-01-091-3/+33
| | | | #348946 by Jaco Kroon
* warn about relative paths in patchesMike Frysinger2011-01-091-1/+8
|
* Implement PHP_EXT_OPTIONAL_USE as a way to make the PHP dependency optional ↵Robin H. Johnson2011-01-091-2/+10
| | | | for bug #351098: Supports prevents packages USE=-php bringing in PHP when they do not need it.
* Use $(get_libdir) when installing to rcscripts. (bug #262845)Ryan Hill2011-01-081-5/+5
|
* Fix cloog-ppl include paths for upcoming 0.15.10 and clean up graphite and ↵Ryan Hill2011-01-061-15/+24
| | | | LTO handing for 4.6.
* Add debug-print sections, Fix typo in variable description, add eapi=4 as ↵Tomas Chvatal2011-01-061-13/+42
| | | | basically supported by this eclass.
* Added more blockers for the upcoming PHP releasesOle Markus With2011-01-051-1/+4
|
* Fix a spelling typo.Doug Goldstein2011-01-041-2/+2
|
* Bug #340479 - Use slot dependencies for openmotif, and force all vim.eclassJim Ramsay2011-01-041-2/+3
| | | | users to use EAPI 2 or 3
* Add RDEPEND on oxygen-icons to all ebuilds using kde4-base.eclass. Ack'ed by ↵Andreas K. Hüttel2011-01-032-4/+8
| | | | tampakrap.
* Fix handling of EPREFIX in python_merge_intermediate_installation_images()Jonathan Callen2010-12-311-2/+2
|
* remove -nocache from qmake invocation because Davide threatened me to do it, ↵Theo Chatzimichos2010-12-301-2/+2
| | | | actual proof in bug 349805
* Add patch for OS X, written by Mike Lewis, bug 298121Theo Chatzimichos2010-12-301-1/+12
|
* cleanup parsing of install.rdf for extensions, bug #301920Jory Pratt2010-12-301-2/+3
|
* Previous commit broke kdepim installations for =! 4.6beta3, fixingTheo Chatzimichos2010-12-292-6/+5
|
* Add eclass support for kdepim 4.6beta3Theo Chatzimichos2010-12-293-3/+18
| | | | | This commit is useless for in tree eclasses, as this kdepim version will stay in overlay I'm just syncing tree and overlay eclasses
* Add eclass support for KDEPIM 4.4.9Theo Chatzimichos2010-12-292-5/+5
|
* Catch unpacking errors with die, fixes bug 338397Theo Chatzimichos2010-12-291-3/+3
| | | | Move kde overlay commits b0b8623840b2ac1bf8a29f869c1fbbe30ebdcc6c and f353c08c2b2d3ee444986458bca836b2922dad02 written by dilfridge
* Call 'git submodule sync' as well to support the case when submodule URL ↵Michał Górny2010-12-291-1/+3
| | | | changes.
* Disable PPL version checking to prevent bailing out with ppl-0.11.Ryan Hill2010-12-291-3/+6
|
* stop forcing -fPIC on amd64Jory Pratt2010-12-291-2/+2
|
* Try to install the normal upstream gemspec file from either the gem metadata ↵Hans de Graaff2010-12-281-19/+76
| | | | or the source gemspec file and use our own version only as a fallback.
* whitespace and typo fixJeremy Olexa2010-12-271-8/+8
|
* Add support for easy handling of orc dependencies in the eclass. This way ↵Mart Raudsepp2010-12-271-7/+49
| | | | the ebuild only needs to set EAPI=1 and GST_ORC=yes to get all the orc stuff handled, if said package builds things that have orc optimizations. The main purpose of this is to avoid the USE flag (and extraneous deps, though harmless, as indirectly orc will be needed anyway) in case the split plugin does not have any orc usage yet at all (many will never do, as they just wrap some external library without anything to really optimize). This code will become much simpler once older versions go away from tree and they do not need to be coped for. Also move EXPORT_FUNCTIONS handling around the new EAPI check block, in preparation of future EAPI-2+ support.
* Allow using of python_merge_intermediate_installation_images() multiple times.Arfrever Frehtes Taifersar Arahesis2010-12-261-1/+3
|
* Handle old gst-plugins-ugly split packages liboil dependencies correctly, ↵Mart Raudsepp2010-12-261-1/+9
| | | | preparing for the transition to orc in newer versions
* Add optionally printed deprecation warning for already deprecated using of ↵Arfrever Frehtes Taifersar Arahesis2010-12-241-37/+32
| | | | | | | distutils.eclass in older EAPIs. Deprecate DISTUTILS_DISABLE_VERSIONING_OF_PYTHON_SCRIPTS. Use python_merge_intermediate_installation_images() in distutils_src_install().
* Improve support for Jython.Arfrever Frehtes Taifersar Arahesis2010-12-241-79/+339
| | | | | Improve python_generate_wrapper_scripts(). Add python_merge_intermediate_installation_images().
* Added blockers for new php versions not supporting old pecl ebuildsOle Markus With2010-12-231-1/+3
|
* fix small typo in log messageBenedikt Boehm2010-12-221-2/+2
|
* Leaving ESVN_STORE_DIR after the subversion_src_unpack, so that subsequent ↵Justin Lecher2010-12-191-2/+4
| | | | commands act in not in ESVN_STORE_DIR
* Revert mistaken commit of new gemspec-related code, but keep new dependency ↵Hans de Graaff2010-12-181-25/+4
| | | | on dev-ruby/rubygems instead of virtual.
* Depend directly on dev-ruby/rubygems again since we no longer have ruby ↵Hans de Graaff2010-12-181-5/+26
| | | | targets providing rubygems themselves.
* Allow overriding of cmake binary.Tomas Chvatal2010-12-161-3/+8
|
* Use a subshell to properly catch the echo.Hans de Graaff2010-12-151-2/+2
|
* Make ruby-ng-gnome.eclass prefix-aware.Hans de Graaff2010-12-151-2/+6
|
* py.test script has been moved from dev-python/py to dev-python/pytest.Arfrever Frehtes Taifersar Arahesis2010-12-131-2/+2
|
* libtool-2.2.10 support for aixrtl (cmds-c,cmds-cxx) elt-patchesMichael Haubenwallner2010-12-092-0/+22
|