aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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