summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Allow -fpermissive.Ryan Hill2011-02-251-2/+2
|
* Replace references to undocumented PWORKDIR variable with theZac Medico2011-02-215-10/+10
| | | | | | documented WORKDIR variable. The behavior should not change, since nothing else references this PWORKDIR variable, and portage exports PWORKDIR=$WORKDIR.
* EBZR_MIRROR_URI is a misnomer, rename it to EBZR_INITIAL_URI.Ulrich Müller2011-02-191-12/+15
|
* Add missing pair of quotation marks.Ulrich Müller2011-02-191-4/+4
|
* Adding support for longterm kernels.Mike Pagano2011-02-181-12/+19
|
* inherit base in texlive-module so that we can easily add patches with EAPI>=2Alexis Ballier2011-02-171-3/+4
|
* Revert disable-dependency-tracking and stick to eapi4 for this.Tomas Chvatal2011-02-151-2/+1
|
* Fix support for non-GNU cp in ↵Arfrever Frehtes Taifersar Arahesis2011-02-141-3/+7
| | | | python_merge_intermediate_installation_images() (bug #352406).
* raise minimal xfce4-dev-tools version to 4.8.0Samuli Suominen2011-02-141-2/+2
|
* Rewrite gdb module installation and make it actually work. (bug #348128).Ryan Hill2011-02-131-7/+10
|
* 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=3Joerg 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
|