summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Use branches instead of lightweight checkouts:Ulrich Müller2011-02-101-136/+157
| | | | | | | | 1) initial branch with "bzr branch --no-tree", 2) subsequent updates with "bzr pull", 3) export to ${WORKDIR} with "bzr export". Reintroduce EBZR_BRANCH variable, to allow for shared repositories. Export EBZR_REVNO and EBZR_WC_PATH variables, bug 311101.
* Remove support for deprecated EAPIs 0 1 and 2Samuli Suominen2011-02-101-26/+4
|
* ELT-patches/aixrtl: support new soname-enabled shared library style with ↵Michael Haubenwallner2011-02-1025-179/+28
| | | | (shr.o) archive member (#213277)
* Fix typo.Ulrich Müller2011-02-071-3/+3
|
* Add a variable to remove all .la files if requestedNirbheek Chauhan2011-02-071-1/+12
|
* Translate --jobs with no count to safer --jobs=5.Michał Górny2011-02-072-4/+4
| | | | Value-less --jobs is mostly used along with --load-average, which is not supported by SCons. Thus, we should use a safe number of jobs.
* Fix SRC_URI for older versions (bug #353904 by Sven Vermeulen).Pacho Ramos2011-02-071-2/+6
|
* Add a function to make it easier to hide non-pam symbols from modules.Diego Elio Pettenò2011-02-051-2/+19
| | | | | | Rather than reinventing the wheel and adding a stupid file to each of the packages, use a single function to create a temporary file and use that.
* Fixed policy patching.Anthony G. Basile2011-02-051-24/+13
|
* Remove unnecessary die messages as portage prints the command it fails on. ↵Samuli Suominen2011-02-041-6/+6
| | | | Whitespace.
* Remove superfluous "time" statement (with permission from scarabeus).Ulrich Müller2011-02-021-3/+3
| | | | Fix typo in case statement.
* Add eapi4 to "known" listTomas Chvatal2011-02-011-2/+2
|
* Add -mfloat-gprs, -mspe, and -mno-spe for bug #353008 and new flags for 4.6.Ryan Hill2011-02-011-2/+5
|
* Pass autotools-utils-src_install args to base_src_install. Requested by ↵Maciej Mrozowski2011-02-011-2/+2
| | | | Michał Górny.
* Add EAPI=4 to the list of supported EAPIs (xfconf needs it), bug #353210.Gilles Dartiguelongue2011-01-311-2/+2
|
* Support eapi4.Tomas Chvatal2011-01-311-2/+2
|
* QA: drop all unused eclasses that were already announced for removal. New ↵Tomas Chvatal2011-01-3136-329/+0
| | | | policy allows them to be gone after 30 days since the announcement.
* Wipe it even moreSamuli Suominen2011-01-301-4/+2
|
* Add ESCM_OFFLINE variable support.Sergei Trofimovich2011-01-301-64/+104
| | | | | | | Cleaned-up an eclass. Make it 'eclass-manpages' friendly. Thanks to Alexander Vershilov for ESCM_OFFLINE support (bug #353052) and thanks to mren <bugs@rennings.net> for documentation support (bug #211221)
* Add EAPI=4 supportTorsten Veller2011-01-301-2/+2
|
* Fix 'development' handling.Pacho Ramos2011-01-301-2/+2
|
* Provide a 'development' USE for installing .pc files as requested in bug ↵Pacho Ramos2011-01-291-3/+11
| | | | #262414. Thanks a lot to Markos Chandras for his help.
* Support eapi4 in tree ebuilds.Tomas Chvatal2011-01-291-2/+2
|
* addapted to EAPI=3Jörg Bornkessel2011-01-281-3/+13
|
* switch to slot dir before running tests in php-ext-pecl-r2_src_testMatti Bickel2011-01-281-5/+4
|
* Add KDEPIM 4.4.10 supportTheo Chatzimichos2011-01-282-4/+4
|
* EAPI4 supportSamuli Suominen2011-01-271-2/+2
|
* Support eapi4Tomas Chvatal2011-01-261-2/+2
|
* Remove no longer needed flag-o-matic inheritMaciej Mrozowski2011-01-261-2/+2
|
* Remove use amd64 && append-flags '-m64' - not needed anymore it seems. Bug ↵Maciej Mrozowski2011-01-261-3/+1
| | | | 352774
* Use slotted dependencies where possible for future Gnome3 stuff.Pacho Ramos2011-01-251-4/+4
|
* Drop pkg_setup phase since operations done inside of that phase were ↵Tomas Chvatal2011-01-241-15/+3
| | | | supposed to be done in the src_configure.
* Add MODULE_A_EXT for g-cpan ease of use where upstream has other file ↵Robin H. Johnson2011-01-231-2/+5
| | | | extensions. Add reminder to document the variables later.
* Fix another example wrt bug 350423Maciej Mrozowski2011-01-221-2/+2
|
* more ROOT vs. EROOT confusionJonathan Callen2011-01-201-2/+2
|
* Fix ROOT vs. EROOT confusionJonathan Callen2011-01-201-3/+3
|
* Fix escaping of quotes in qt4-build.eclass, bug 332669.Dror Levin2011-01-201-3/+3
|
* Fixed issue #352026Ole Markus With2011-01-201-2/+3
|
* Pass cmake-utils_src_test arguments to ctest.Maciej Mrozowski2011-01-201-2/+2
|
* Suggest myeconfargs to be local variable in example code. Bug 352145Maciej Mrozowski2011-01-201-2/+2
|
* Update minimal required version and drop useless argument passing.Tomas Chvatal2011-01-191-4/+4
|
* 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