summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/doman
Commit message (Collapse)AuthorAgeFilesLines
* Update timestamps in headers of modified files.Zac Medico2011-07-121-1/+1
|
* Remove all hasq/useq calls for bug #199722.Zac Medico2011-07-081-3/+3
|
* doman: ${mandir} can't contain complete suffix so don't check for it.Michał Górny2010-09-271-1/+1
| | | | | We're appending only a single character of manfile suffix to ${mandir}, so we don't need to expect having anything more in there.
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-181-3/+3
| | | | | | is needlessly long. * When calling helpers_die from a function, use ${FUNCNAME[0]} in arguments instead of $0.
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-121-1/+2
|
* Bug #316311 - Prefer -i18n option of doman to filename language suffixZac Medico2010-04-201-3/+5
| | | | (EAPI 4). Thanks to Ulrich Müller <ulm@g.o> for this patch from bug #303919.
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-291-3/+3
| | | | | | ((ret+=$?)) with ((ret|=$?)). Thanks to zong_sharo for the suggestion. svn path=/main/trunk/; revision=13242
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-0/+62
svn path=/main/trunk/; revision=13063