summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove newlib from ebuild(5) as it does not exist.Michał Górny2010-09-081-2/+0
|
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* Add support for a QA_PREBUILT variable should contain a list ofZac Medico2010-08-211-0/+10
| | | | | | pre-built binaries. Paths listed here will be appended to each of the other QA_* variables. Thanks to Diego Pettenò <flameeyes@g.o> for the suggestion.
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-2/+2
| | | | /usr/share/portage/config/ instead of /etc/make.globals.
* Add not about RDEPEND not being implicitly set in EAPI 4 or later.Zac Medico2010-08-101-2/+3
|
* Bug #331413 - Clarify the behavior of the =$CATEGORY/$PN-$VERSION* atomZac Medico2010-08-061-3/+6
| | | | operator some more. Thanks to Dennis Schridde <devurandom@gmx.net>.
* Bug #331413 - Clarify valid $VERSION parts that may be used inZac Medico2010-08-061-1/+4
| | | | conjunction with the =$CATEGORY/$PN-$VERSION* atom operator.
* Bug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá ↵Zac Medico2010-04-251-1/+1
| | | | <denilsonsa@gmail.com>.
* Document doins -r option.Zac Medico2010-01-041-1/+2
| | | | svn path=/main/trunk/; revision=15157
* * Fix type in econf --host argument.Zac Medico2009-12-121-4/+6
| | | | | | | * Add missing econf --build and --target arguments. * Use tabs instead of spaces for indentation. svn path=/main/trunk/; revision=15048
* Fix typo.Arfrever Frehtes Taifersar Arahesis2009-12-121-1/+1
| | | | svn path=/main/trunk/; revision=15045
* Add more EAPI 3 conditionals for prefix variables.Zac Medico2009-12-111-2/+9
| | | | svn path=/main/trunk/; revision=15042
* Add EAPI 3 conditionals for prefix variables.Zac Medico2009-12-111-5/+8
| | | | svn path=/main/trunk/; revision=15041
* fix definition regarding slashes for EPREFIX, D, ED and EROOTFabian Groffen2009-12-101-9/+14
| | | | svn path=/main/trunk/; revision=15026
* Implement forward compatible Prefix support. This makes EPREFIX, ED andFabian Groffen2009-12-101-28/+45
| | | | | | | | | | | EROOT available to the ebuild environment, and updates the manpage accordingly. EPREFIX is hardwired to the empty string, and not configurable. For that, the prefix branch should be used for now. This should satisfy the requirements for EAPI=3. svn path=/main/trunk/; revision=15024
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+11
| | | | | | | register_die_hook, and also add code to ensure the die hooks are called even when the failure is on the python side (like for file collisions). svn path=/main/trunk/; revision=14936
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-4/+4
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Update documentation of inherit. Reported by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-09-151-4/+5
| | | | svn path=/main/trunk/; revision=14274
* Fix documentation of some QA_* variables.Arfrever Frehtes Taifersar Arahesis2009-09-041-3/+3
| | | | svn path=/main/trunk/; revision=14184
* Rename QA_NEEDED to QA_DT_NEEDED.Arfrever Frehtes Taifersar Arahesis2009-08-211-1/+1
| | | | svn path=/main/trunk/; revision=14117
* Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED ↵Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+10
| | | | | | variable. svn path=/main/trunk/; revision=14115
* Improve description of QA_DT_HASH.Arfrever Frehtes Taifersar Arahesis2009-07-121-0/+3
| | | | svn path=/main/trunk/; revision=13820