summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
Commit message (Collapse)AuthorAgeFilesLines
* ebuild.5: EAPI 5 best/has_version --host-rootZac Medico2012-09-151-4/+8
|
* ebuild.5: EAPI 5 new* commands can read stdinZac Medico2012-09-151-0/+2
|
* ebuild.5: add EAPI 5 doheader helperZac Medico2012-09-151-0/+6
| | | | | As noted in bug #21310, comment #5, PMS currently does not document the -r option.
* ebuild.5: EAPI 5 econf add --disable-silent-rulesZac Medico2012-09-151-0/+4
|
* ebuild.5: add EAPI 5 usex helperZac Medico2012-09-151-0/+5
|
* ebuild.5: EAPI 5 default_src_test parallelZac Medico2012-09-151-2/+5
|
* ebuild.5: add EAPI 5 EBUILD_PHASE_FUNC variableZac Medico2012-09-151-0/+10
|
* ebuild.5: add EAPI 5 REQUIRED_USE ?? operatorZac Medico2012-09-151-0/+1
|
* ebuild.5: document EAPI 5 slot operator, sub-slotZac Medico2012-09-151-1/+94
|
* ebuild.5: clarify pkg_nofetch for bug #423403Zac Medico2012-09-031-3/+4
|
* ebuild.5: fix (-) use dep example for bug #427384Ian Stakenvicius2012-07-201-1/+1
|
* ebuild(5): note that keepdir/dodir accept multiple pathsMike Frysinger2012-07-101-5/+5
| | | | | | | Current documentation indicates these only take one path, but they both accept an arbitrary number of paths. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ebuild(5): add missing bold around EAPI {3,4} mentionMike Frysinger2012-06-291-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ebuild.5: use example.com for bug #411835Zac Medico2012-04-131-2/+2
|
* ebuild.5: fix REQUIRED_USE sample for bug #397415Gavin Pryke2012-01-021-1/+1
|
* Update date headers in man pages.Zac Medico2011-12-241-1/+1
|
* Fix description of QA_FLAGS_IGNORED.Arfrever Frehtes Taifersar Arahesis2011-12-231-2/+2
|
* Share variables for CFLAGS and LDFLAGS checks.Zac Medico2011-12-221-5/+6
| | | | | | | The rationale is that any exceptions to either of these checks will probably apply to both checks. So, QA_CFLAGS_IGNORED and QA_DT_HASH are merged into QA_FLAGS_IGNORED, and QA_STRICT_CFLAGS_IGNORED and QA_STRICT_DT_HASH are merged into QA_STRICT_FLAGS_IGNORED.
* Use *FLAGS for CFLAGS ignorance checks.Zac Medico2011-12-211-1/+1
| | | | | | | Current *FLAGS variables include CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS. Not that this check is only enabled if every one of these variables contains -frecord-gcc-switches, since otherwise the check could result in false positive results.
* s/QA_DT_SWITCHES/QA_CFLAGS_IGNORED/Zac Medico2011-12-211-1/+1
|
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-211-0/+9
|
* Add QA_SONAME_NO_SYMLINK for bug #387053.Zac Medico2011-10-131-0/+6
|
* ebuild.5: remove hasq docs for bug #199722Zac Medico2011-07-081-4/+4
|
* config: repo-level make.defaults/package.useZac Medico2011-06-201-2/+3
| | | | This completes the implementation of bug #370693.
* man/ebuild.5: document DOCS variable for EAPI 4Alexandre Rostovtsev2011-05-301-0/+6
| | | | This will fix bug #369383.
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-2/+2
|
* _eapi4_src_install: handle empty DOCS like PMSZac Medico2011-02-191-1/+1
| | | | This will fix bug #355635.
* Update dates in headers.Zac Medico2011-02-071-1/+1
|
* ebuild.5: fix spelling of "defaults"Zac Medico2011-02-071-1/+1
|
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-121-1/+3
| | | | This is the new behavior, for bug #211529.
* doc use_with/enable empty 3rd arg in EAPI 4Zac Medico2011-01-021-2/+6
| | | | See bug #322049.
* ebuild(5): fix grammar for dodoc -rZac Medico2010-12-301-1/+1
|
* ebuild(5): REPLAC* variables in EAPI 4Zac Medico2010-12-301-0/+17
|
* ebuild(5): MERGE_TYPE in EAPI 4Zac Medico2010-12-301-0/+18
|
* ebuild(5): src_install in EAPI 4Zac Medico2010-12-301-0/+23
|
* ebuild(5): pkg_pretend in EAPI 4Zac Medico2010-12-301-0/+9
|
* ebuild(5): REQUIRED_USE in EAPI 4Zac Medico2010-12-301-0/+18
|
* ebuild(5): USE dependency defaults in EAPI 4Zac Medico2010-12-301-0/+15
|
* ebuild(5): econf --disable-dep in EAPI 4Zac Medico2010-12-301-0/+3
|
* ebuild(5): doman -i18n overrides suffix in EAPI 4Zac Medico2010-12-301-1/+3
|
* ebuild(5): do/newins preserve symlinks in EAPI 4Zac Medico2010-12-301-2/+4
|
* ebuild(5): fix dosym docs (reference to hardlink)Zac Medico2010-12-301-1/+1
|
* ebuild(5): escape hyphens in docompress docsZac Medico2010-12-301-2/+2
|
* ebuild(5): dodoc -r supported in EAPI 4Zac Medico2010-12-301-1/+3
|
* ebuild(5): new docompress helper in EAPI 4Zac Medico2010-12-301-0/+39
|
* ebuild(5): helpers die automatically in EAPI 4Zac Medico2010-12-301-3/+11
|
* ebuild(5): dohard is not supported in EAPI 4Zac Medico2010-12-301-0/+2
|
* ebuild(5): dosed is not supported in EAPI 4Zac Medico2010-12-301-0/+3
|
* Fix quotes in QA_PREBUILT docs.Zac Medico2010-11-261-1/+1
|
* Update man page header dates.Zac Medico2010-10-111-1/+1
|