summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid reserved names for functions and variables, bug 516092.Ulrich Müller2014-07-111-4/+4
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Remove false statement from eclass description.Mike Gilbert2012-07-091-4/+3
|
* automatically use unpacker eclass if it is availableMike Frysinger2012-02-061-2/+6
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-141-1/+6
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-4/+4
|
* Drop useless text in die messages.Tomas Chvatal2010-05-271-3/+3
|
* Quote function argumentsMaciej Mrozowski2010-05-251-5/+5
|
* Make econf accept base_src_configure arguments (only >=EAPI-2), fix ↵Maciej Mrozowski2010-05-251-5/+4
| | | | documentation wrt PATCHES variable
* Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated.Tomas Chvatal2010-04-121-1/+2
|
* Remove wrong -r argument from dodoc call.Tomas Chvatal2010-02-021-2/+2
|
* Die if some patches fail to be found, but still print out all warnings about ↵Tomas Chvatal2010-01-241-1/+5
| | | | missing ones first.
* Drop usage of eqawarn.Tomas Chvatal2010-01-221-3/+3
|
* Do not die when PATCHES content cant be found. Just print evil QA warning.Tomas Chvatal2010-01-201-2/+5
|
* Fix critical bug in base.eclass where patching with PATCHES would silently ↵Dror Levin2010-01-201-2/+3
| | | | fail if file does not exist
* Use bash 3.2 features.Tomas Chvatal2010-01-131-2/+2
|
* Fix BASE_EXPF to export all relevant functions for EAPI > 2.Patrick Lauer2010-01-131-2/+2
| | | | Thanks to max_posedon for spotting it.
* Update ECLASSDOC so it is working properly.Tomas Chvatal2010-01-111-5/+10
|
* Update maintainership to be qa@g.oTomas Chvatal2010-01-111-163/+109
| | | | | | | | | Features information: PATCHES now accept also folders as their argument. New arrays DOCS and HTML_DOCS, also bash arrays as patches. src_install calls emake and not make. switched from "function argument" layout to separate functions. Review request submited: http://archives.gentoo.org/gentoo-dev/msg_254665435d58a97bcc5a952e5e005cd1.xml
* fix typoMichael Sterrett2010-01-031-2/+2
|
* Add base_src_make call and make games eclass use it (In preparation for new ↵Tomas Chvatal2010-01-031-1/+7
| | | | base eclass that uses that call).
* x should be declared local. Bug 264466. Thanks to Ulm for noticing and ↵Peter Alfredsen2009-05-171-1/+2
| | | | cattleprodding me.
* Rip default() functions so we only run econf and emake if the appropriate ↵Peter Alfredsen2009-01-181-3/+9
| | | | files exist.
* don't pass empty $A to unpackMichael Sterrett2009-01-171-5/+6
|
* Apply EAPI-2 support for base.eclass as discussed on gentoo-dev ml.Peter Alfredsen2008-11-091-13/+91
|
* Make eclass ready for eclass-manpages, bug #210363, thank mren for all work.Peter Volkov2008-07-171-6/+27
|
* Add possibility to use bash arrays for PATCHES.Petteri Räty2008-02-161-5/+12
|
* Quote variablesPetteri Räty2008-02-121-8/+8
|
* Remove setting S to default and add a comment to note that danarmak is retired.Petteri Räty2007-09-121-3/+2
|
* some whitespace fixes, makind indentation sane and using tabs throughoutGeorge Shapovalov2005-12-191-11/+11
|
* Added missing inherit eutils.Diego Elio Pettenò2005-09-081-1/+3
|
* Use epatch instead of patch, as discussed on gentoo-dev.Diego Elio Pettenò2005-09-071-8/+4
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-4/+4
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* needed support for new kde 3.1.1a stuff. shouldn't touch anything else.Dan Armak2003-04-081-2/+6
|
* unfix earlier fixesMike Frysinger2003-02-281-2/+2
|
* If description is set... don't overwrite it...Nicholas Jones2003-02-181-2/+2
| | | | Fixes to everything but ASPELL and KDE-SOURCE
* header fixesMike Frysinger2003-02-161-2/+4
|
* remove no longer needed kde-path.eclass -related fixDan Armak2003-01-301-5/+2
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+3
|
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-19/+19
|
* add INHERITED variable to all eclasses. this keeps track of what eclasses ↵Dan Armak2002-07-121-2/+2
| | | | were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
* for the upcoming kde 3.0.1.20020604Dan Armak2002-06-051-2/+14
|
* eclass update - removing old eclasses (debug,inherit,functions) for which ↵Dan Armak2002-05-211-2/+1
| | | | | | | | support is in potage proper (>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant ". /usr/portage/eclass/inherit.eclass || die" line.
* make base_src_compile() use econf() and emake() from the default ↵Dan Armak2002-03-301-3/+3
| | | | src_compile() in ebuild.sh
* big commit that makes eclasses work wth both old portages (1.8.8, rc6 ↵Dan Armak2002-03-271-4/+9
| | | | | | | profile) and the new ones (>=1.8.9_pre32, 1.0 profile). the latter have some parts of the eclasses in ebuild.sh. Now i ahve a unified code base and commit changes easily.
* a typo fix. also added descriptions to all || die invocations.Dan Armak2002-02-071-5/+5
|
* major eclass cleanup/restructuring. no change ni inheriting ebuilds ↵Dan Armak2002-02-061-19/+5
| | | | | | necessary. more details shortly in updated docs and in coming up gentoo-dev post.