summaryrefslogtreecommitdiffstats
path: root/bin/doman
Commit message (Collapse)AuthorAgeFilesLines
* Fix regex for compatibility with the regex implementation from FreeBSD'sZac Medico2008-06-031-1/+1
| | | | | | | libc (used by bash on FreeBSD). Thanks to Alexis Ballier <aballier@g.o> for the patch. svn path=/main/trunk/; revision=10558
* Make the new behavior from bug #222439 conditional on EAPI being somethingZac Medico2008-05-281-1/+2
| | | | | | other than 0 or 1. svn path=/main/trunk/; revision=10462
* Convert doman to use bash's =~ operator instead of calling egrep.Zac Medico2008-05-281-1/+1
| | | | svn path=/main/trunk/; revision=10460
* Bug #222439 - Add doman support for foo.lang.N filenames. Behavior isZac Medico2008-05-271-2/+9
| | | | | | | | | | | | as follows: foo.1 -> man/man1/foo.1 foo.lang.1 -> man/lang/man1/foo.1 Thanks to Yuri Vasilevski for the initial patch. I've modified it to use bash's =~ operator and corresponding $BASH_REMATCH array. svn path=/main/trunk/; revision=10459
* For bug #172033, remove the obsolete QA Notice for man pages that are ↵Zac Medico2007-03-241-2/+2
| | | | | | already compressed. svn path=/main/trunk/; revision=6271
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-101-1/+1
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* fix up doman and prepman so that they work with the new .keep files in rev 3917Simon Stelling2006-07-181-1/+1
| | | | svn path=/main/trunk/; revision=3918
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to ↵Simon Stelling2006-05-011-1/+1
| | | | | | the hardcoded value svn path=/main/trunk/; revision=3297
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-3/+5
| | | | svn path=/main/trunk/; revision=3296
* dont warn in manpage exists but is emptyMike Frysinger2006-02-231-1/+1
| | | | svn path=/main/trunk/; revision=2767
* disable compression in doman, just let `prepman` handle itMike Frysinger2006-02-231-8/+1
| | | | svn path=/main/trunk/; revision=2766
* update syntax and add error checking #121317 by Simon StellingMike Frysinger2006-02-231-15/+21
| | | | svn path=/main/trunk/; revision=2765
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* if passing the -i18n option to doman, make sure we eat the option and ↵Mike Frysinger2005-09-081-0/+1
| | | | | | continue processing svn path=/main/branches/2.0/; revision=1988
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+52
svn path=/main/branches/2.0/; revision=1941