portage.git
11 years agoprepstrip: avoid debugedit/strip interference
Zac Medico [Thu, 23 Aug 2012 22:29:35 +0000 (15:29 -0700)]
prepstrip: avoid debugedit/strip interference

This will fix bug #421099.

11 years agoconfig: _eapi_cache.clear() after setcpv
Zac Medico [Thu, 23 Aug 2012 17:10:38 +0000 (10:10 -0700)]
config: _eapi_cache.clear() after setcpv

11 years agoread_corresponding_eapi_file: cache results
Zac Medico [Thu, 23 Aug 2012 16:55:19 +0000 (09:55 -0700)]
read_corresponding_eapi_file: cache results

11 years agoOptimize sys.std* flush code. v2.2.0_alpha122
Zac Medico [Wed, 22 Aug 2012 21:12:31 +0000 (14:12 -0700)]
Optimize sys.std* flush code.

11 years agomake.conf.5: s/Hash functions/Hash function/
Zac Medico [Wed, 22 Aug 2012 20:32:28 +0000 (13:32 -0700)]
make.conf.5: s/Hash functions/Hash function/

11 years agoUse sys.__std*.fileno() in case of overrides.
Zac Medico [Wed, 22 Aug 2012 19:46:04 +0000 (12:46 -0700)]
Use sys.__std*.fileno() in case of overrides.

This fixes AttributeError exceptions for API consumers that override
sys.std* streams pseudo-file objects.

11 years agoEventLoop: handle EINTR IOError for epoll
Zac Medico [Wed, 22 Aug 2012 16:23:18 +0000 (09:23 -0700)]
EventLoop: handle EINTR IOError for epoll

11 years agoEventLoop: use epoll when available
Zac Medico [Wed, 22 Aug 2012 05:38:57 +0000 (22:38 -0700)]
EventLoop: use epoll when available

This will fix bug #432024.

11 years ago_apply_hash_filter: make hash_filter simpler
Zac Medico [Wed, 22 Aug 2012 04:01:24 +0000 (21:01 -0700)]
_apply_hash_filter: make hash_filter simpler

Now any callable object will work, which might be helpful for
consumers of the Manifest.checkFileHashes() method.

11 years agoImplement PORTAGE_CHECKSUM_FILTER for bug #432170
Zac Medico [Tue, 21 Aug 2012 20:22:19 +0000 (13:22 -0700)]
Implement PORTAGE_CHECKSUM_FILTER for bug #432170

11 years agoPollScheduler: use timeout for loadavg checks
Zac Medico [Tue, 21 Aug 2012 03:29:04 +0000 (20:29 -0700)]
PollScheduler: use timeout for loadavg checks

This ensures that the code from commit
fe03b5fd790fc09bd6594c55bb174e80aaac1e5a behaves correctly even when
there are no poll events arriving for a long time (which might happen
if the running builds don't produce output for a long time).

11 years agoScheduler: only use poll timeout when needed
Zac Medico [Mon, 20 Aug 2012 20:37:53 +0000 (13:37 -0700)]
Scheduler: only use poll timeout when needed

This avoids wasteful CPU consumption, as reported in bug #432024.

11 years agomake.conf.5: warn about PORTAGE_TMPDIR in PORTDIR
Dave Kemper [Sun, 19 Aug 2012 21:33:44 +0000 (14:33 -0700)]
make.conf.5: warn about PORTAGE_TMPDIR in PORTDIR

This will fix bug #392565.

11 years agoemerge-delta-webrsync: tweak "recompressing" msg
Zac Medico [Sun, 19 Aug 2012 05:44:35 +0000 (22:44 -0700)]
emerge-delta-webrsync: tweak "recompressing" msg

FEATURES=webrsync-gpg forces it to recompress in the foreground.

11 years agoemerge-delta-webrsync: improve date calculations
Zac Medico [Sun, 19 Aug 2012 05:21:40 +0000 (22:21 -0700)]
emerge-delta-webrsync: improve date calculations

This borrows some code from emerge-webrsync, and will fix bug #153513.

11 years agoemerge-webrsync: fix date usage for BSD
Zac Medico [Sun, 19 Aug 2012 04:03:11 +0000 (21:03 -0700)]
emerge-webrsync: fix date usage for BSD

11 years agoemerge-webrsync: use ${PORTAGE_TMPDIR}/portage
Zac Medico [Sat, 18 Aug 2012 23:59:41 +0000 (16:59 -0700)]
emerge-webrsync: use ${PORTAGE_TMPDIR}/portage

For consistency with commit 83e677766650e73071813c0d46547647e5f66029.

11 years agoemerge-*webrsync: use ${PORTAGE_BIN_PATH}/emerge
Zac Medico [Sat, 18 Aug 2012 23:20:06 +0000 (16:20 -0700)]
emerge-*webrsync: use ${PORTAGE_BIN_PATH}/emerge

11 years agoemerge-*webrsync: fix post_sync for prefix
Zac Medico [Sat, 18 Aug 2012 23:12:33 +0000 (16:12 -0700)]
emerge-*webrsync: fix post_sync for prefix

11 years agoemerge-delta-webrsync: mktemp in PORTAGE_TMPDIR
Zac Medico [Sat, 18 Aug 2012 22:50:53 +0000 (15:50 -0700)]
emerge-delta-webrsync: mktemp in PORTAGE_TMPDIR

This will fix bug #198362.

11 years agoemerge-delta-webrsync: fix make.globals path
Zac Medico [Sat, 18 Aug 2012 20:51:28 +0000 (13:51 -0700)]
emerge-delta-webrsync: fix make.globals path

11 years agoemerge-delta-webrsync: rm -f for non-interactive
Zac Medico [Sat, 18 Aug 2012 20:32:00 +0000 (13:32 -0700)]
emerge-delta-webrsync: rm -f for non-interactive

This prevents interactive mode as reported in bug #176008.

11 years agoemerge-delta-webrsync: normalize fetch URI
Zac Medico [Sat, 18 Aug 2012 01:44:59 +0000 (18:44 -0700)]
emerge-delta-webrsync: normalize fetch URI

This will fix bug #124072.

11 years agoemerge-delta-webrsync: PORTAGE_RSYNC_OPTS
Zac Medico [Sat, 18 Aug 2012 01:27:58 +0000 (18:27 -0700)]
emerge-delta-webrsync: PORTAGE_RSYNC_OPTS

11 years agoemerge-delta-webrsync: add -q/--quiet option
Zac Medico [Sat, 18 Aug 2012 01:12:41 +0000 (18:12 -0700)]
emerge-delta-webrsync: add -q/--quiet option

11 years agoemerge-delta-webrsync: check write permission
Zac Medico [Sat, 18 Aug 2012 01:07:15 +0000 (18:07 -0700)]
emerge-delta-webrsync: check write permission

This will fix bug #176008.

11 years agoemerge-delta-webrsync: handle FEATURES=usersync
Zac Medico [Sat, 18 Aug 2012 00:57:19 +0000 (17:57 -0700)]
emerge-delta-webrsync: handle FEATURES=usersync

11 years agoemerge-delta-webrsync: support gpg verification
Zac Medico [Sat, 18 Aug 2012 00:47:57 +0000 (17:47 -0700)]
emerge-delta-webrsync: support gpg verification

This will fix bug #286373.

BUG: Signature verification will fail if the local bzip2 program does
not produce output that is perfectly identical to the bzip2 program
used to compress the signed tar file.

11 years agoemerge-delta-webrsync: remove umd5sum
Alexey Solovyev [Sat, 18 Aug 2012 00:32:52 +0000 (17:32 -0700)]
emerge-delta-webrsync: remove umd5sum

This will fix bug #189084.

11 years agoemerge-delta-webrsync: call portageq for config
Zac Medico [Sat, 18 Aug 2012 00:27:18 +0000 (17:27 -0700)]
emerge-delta-webrsync: call portageq for config

11 years agomkrelease.sh: include new misc dir
Zac Medico [Fri, 17 Aug 2012 23:52:45 +0000 (16:52 -0700)]
mkrelease.sh: include new misc dir

11 years agoBashSyntaxTestCase: include new misc dir
Zac Medico [Fri, 17 Aug 2012 23:48:22 +0000 (16:48 -0700)]
BashSyntaxTestCase: include new misc dir

11 years agoemerge-delta-webrsync: import version 3.5.1-r3
Zac Medico [Fri, 17 Aug 2012 23:38:40 +0000 (16:38 -0700)]
emerge-delta-webrsync: import version 3.5.1-r3

11 years agometadata.dtd: update to latest
Zac Medico [Fri, 17 Aug 2012 21:35:00 +0000 (14:35 -0700)]
metadata.dtd: update to latest

11 years agoegencache: add a standard -j flags for --jobs
Mike Frysinger [Thu, 16 Aug 2012 21:46:58 +0000 (17:46 -0400)]
egencache: add a standard -j flags for --jobs

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoRemove tests for deprecated 3_pre2 EAPI.
Ulrich Müller [Wed, 15 Aug 2012 20:50:29 +0000 (22:50 +0200)]
Remove tests for deprecated 3_pre2 EAPI.

11 years agoemerge-webrsync: PORTAGE_RSYNC_OPTS, bug #364105
Jan Pobrislo [Wed, 15 Aug 2012 03:03:23 +0000 (20:03 -0700)]
emerge-webrsync: PORTAGE_RSYNC_OPTS, bug #364105

11 years agoemerge-webrsync: preserve ownership for usersync
Zac Medico [Wed, 15 Aug 2012 02:55:19 +0000 (19:55 -0700)]
emerge-webrsync: preserve ownership for usersync

11 years agoemerge-webrsync: check permission, bug #142202
Zac Medico [Wed, 15 Aug 2012 02:00:35 +0000 (19:00 -0700)]
emerge-webrsync: check permission, bug #142202

11 years agoemerge-webrsync: add -k/--keep option
Zac Medico [Wed, 15 Aug 2012 01:03:22 +0000 (18:03 -0700)]
emerge-webrsync: add -k/--keep option

11 years agoemerge-webrsync: adjust for 00:45 snapshots
Zac Medico [Tue, 14 Aug 2012 04:07:42 +0000 (21:07 -0700)]
emerge-webrsync: adjust for 00:45 snapshots

The time changed from 01:45 to 00:45 some time ago.

11 years agoemaint logs: simplify error output handling v2.2.0_alpha121
Zac Medico [Sat, 11 Aug 2012 22:52:30 +0000 (15:52 -0700)]
emaint logs: simplify error output handling

11 years agoemaint: cleanup TaskHandler isatty logic
Zac Medico [Sat, 11 Aug 2012 21:36:34 +0000 (14:36 -0700)]
emaint: cleanup TaskHandler isatty logic

11 years agoinstallsources: fix file permissions, bug #430962
Nico Roeser [Sat, 11 Aug 2012 19:11:06 +0000 (12:11 -0700)]
installsources: fix file permissions, bug #430962

11 years agoemaint binhost: support compress-index
Zac Medico [Thu, 9 Aug 2012 20:34:44 +0000 (13:34 -0700)]
emaint binhost: support compress-index

11 years agorepoman: remove IUSE.undefined check
Zac Medico [Thu, 9 Aug 2012 01:59:21 +0000 (18:59 -0700)]
repoman: remove IUSE.undefined check

This was suggested in the "Don't require assignment of empty variables
in ebuilds?" thread on the gentoo-dev mailing list:

  http://thread.gmane.org/gmane.linux.gentoo.devel/78806

11 years agobintree.inject(): write Packages.gz atomically
Zac Medico [Wed, 8 Aug 2012 20:34:15 +0000 (13:34 -0700)]
bintree.inject(): write Packages.gz atomically

11 years agoPortage writes a compressed copy of 'Packages' index file.
W-Mark Kubacki [Wed, 8 Aug 2012 16:49:36 +0000 (18:49 +0200)]
Portage writes a compressed copy of 'Packages' index file.

This behaviour is enabled by FEATURES="compress-index". The
resulting file is 'Packages.gz' and its modification time will
match that of 'Packages'.

Web-servers use that copy to avoid repeated on-the-fly compression.

In order to re-use 'atomic_ofstream' usage of 'codecs.zlib_codec'
has been considered and discarded, because 'GzipFile' yields
smaller files. (According to Mark's tests 62% smaller.)

Example usage, Nginx:

  location =/Packages {
    gzip_static on;
    default_type text/plain;
  }

Apache httpd (use with caution):

  RewriteRule ^(.*)/Packages$ $1/Packages.gz [T=text/plain,E=GZIP:gzip,L]
  <FilesMatch "Packages\.gz$">
    Header set Content-Encoding gzip
  </FilesMatch>

11 years agoRevert "econf: add --disable-silent-rules, bug #379497#c6"
Zac Medico [Tue, 7 Aug 2012 21:04:34 +0000 (14:04 -0700)]
Revert "econf: add --disable-silent-rules, bug #379497#c6"

This reverts commit 1cc39de72ac5311db748341ef9183586556719d9.

It may be unsafe to call configure --help with some configure scripts,
as noted in bug #379497, comment #34.

11 years agoman/portage.5: note GLEP 37 virtuals, bug #429978
Zac Medico [Sun, 5 Aug 2012 20:34:55 +0000 (13:34 -0700)]
man/portage.5: note GLEP 37 virtuals, bug #429978

11 years agorepoman: libusb virtual.suspect, bug #417123
Samuli Suominen [Sun, 5 Aug 2012 20:10:26 +0000 (13:10 -0700)]
repoman: libusb virtual.suspect, bug #417123

11 years agoelog: enable save_summary:qa by default
Zac Medico [Sun, 5 Aug 2012 08:13:03 +0000 (01:13 -0700)]
elog: enable save_summary:qa by default

QA warnings still won't be echoed by default, but they will be saved in
summary.log.

11 years agoeconf: add --disable-silent-rules, bug #379497#c6
Zac Medico [Sat, 4 Aug 2012 21:18:38 +0000 (14:18 -0700)]
econf: add --disable-silent-rules, bug #379497#c6

11 years agoWhirlpoolAdd: raise TypeError if not bytes
Zac Medico [Sat, 4 Aug 2012 19:26:25 +0000 (12:26 -0700)]
WhirlpoolAdd: raise TypeError if not bytes

11 years agovardbapi: optimize pickle load for Python >=3.2
Zac Medico [Thu, 2 Aug 2012 20:22:02 +0000 (13:22 -0700)]
vardbapi: optimize pickle load for Python >=3.2

11 years agoparse_desktop_entry: fix python3 bug #429544
Zac Medico [Thu, 2 Aug 2012 19:55:09 +0000 (12:55 -0700)]
parse_desktop_entry: fix python3 bug #429544

11 years ago_urlopen: fix python2 http password breakage
Zac Medico [Thu, 2 Aug 2012 02:28:01 +0000 (19:28 -0700)]
_urlopen: fix python2 http password breakage

This broke in commit e06cb6d66db37ac7ab77acf65038b1f770c13c96 since
CompressedResponseProcessor did not include password auth support.

BUG: The if_modified_since parameter appears to be ignored when using
http password authentication.

11 years agoFix index file's mtime, which can differ from TIMESTAMP.
W-Mark Kubacki [Wed, 1 Aug 2012 19:12:24 +0000 (21:12 +0200)]
Fix index file's mtime, which can differ from TIMESTAMP.

This enables Portage to reliably query for remote indices with
HTTP-header If-Modified-Since.

Without this patch mtime is greater than TIMESTAMP for large
indices and slow storages - because writing a large file takes
time. If the difference spans a second (TIMESTAMP 08:00:00, mtime
08:00:01), then Portage will always fetch the remote index because
it will appear being modified (mtime is used there) after the copy
has been made (local copy's TIMESTAMP is used here).

11 years agoAdd support for HTTP compression (bzip2, gzip and deflate).
W-Mark Kubacki [Wed, 1 Aug 2012 18:36:31 +0000 (20:36 +0200)]
Add support for HTTP compression (bzip2, gzip and deflate).

11 years agoUse If-Modified-Since HTTP-header and avoid downloading a remote index if the local...
W-Mark Kubacki [Wed, 1 Aug 2012 17:49:34 +0000 (19:49 +0200)]
Use If-Modified-Since HTTP-header and avoid downloading a remote index if the local copy is recent enough.

11 years agoUse nanosecond precision in chpathtool when using Python >=3.3.
Arfrever Frehtes Taifersar Arahesis [Tue, 31 Jul 2012 23:11:27 +0000 (01:11 +0200)]
Use nanosecond precision in chpathtool when using Python >=3.3.

11 years agoUse nanosecond precision in cache for category directory mtimes
Arfrever Frehtes Taifersar Arahesis [Tue, 31 Jul 2012 23:07:31 +0000 (01:07 +0200)]
Use nanosecond precision in cache for category directory mtimes
and cache for cp_list results when using Python >=3.3.

11 years agoUse nanosecond precision in portage.util.movefile.movefile().
Arfrever Frehtes Taifersar Arahesis [Tue, 31 Jul 2012 23:02:48 +0000 (01:02 +0200)]
Use nanosecond precision in portage.util.movefile.movefile().

11 years agoCheck for desktop-file-validate binary.
Zac Medico [Tue, 31 Jul 2012 22:01:43 +0000 (15:01 -0700)]
Check for desktop-file-validate binary.

11 years agoValidate desktop entries after src_install.
Michael Palimaka [Tue, 31 Jul 2012 10:18:01 +0000 (03:18 -0700)]
Validate desktop entries after src_install.

11 years agoget_term_size: handle missing stty command
Zac Medico [Fri, 27 Jul 2012 22:46:47 +0000 (15:46 -0700)]
get_term_size: handle missing stty command

11 years agoget_term_size: pass fd to stty
Zac Medico [Fri, 27 Jul 2012 22:40:16 +0000 (15:40 -0700)]
get_term_size: pass fd to stty

11 years agoget_term_size: pass fd to curses.setupterm()
Zac Medico [Fri, 27 Jul 2012 22:22:47 +0000 (15:22 -0700)]
get_term_size: pass fd to curses.setupterm()

11 years agoget_term_size: handle temporary stdout overrides
Zac Medico [Fri, 27 Jul 2012 22:09:58 +0000 (15:09 -0700)]
get_term_size: handle temporary stdout overrides

11 years ago_selinux/spawn_wrapper: setexec *after* fork
Zac Medico [Fri, 27 Jul 2012 02:42:51 +0000 (19:42 -0700)]
_selinux/spawn_wrapper: setexec *after* fork

This avoids any interference with concurrent threads in the calling
process.

11 years agoMakefile: drop /etc/make.globals sym, bug #427862
Zac Medico [Tue, 24 Jul 2012 18:34:39 +0000 (11:34 -0700)]
Makefile: drop /etc/make.globals sym, bug #427862

Any consumers of /etc/make.globals can be fixed to use
/usr/share/portage/config/make.globals directly.

11 years agomake.conf: clarify -frecord-gcc-switches
Zac Medico [Mon, 23 Jul 2012 17:45:28 +0000 (10:45 -0700)]
make.conf: clarify -frecord-gcc-switches

11 years agooutput: allow to use stderr in TermProgressBar
Corentin Chary [Mon, 23 Jul 2012 07:46:26 +0000 (09:46 +0200)]
output: allow to use stderr in TermProgressBar

11 years agoemaint: split into separate modules
Brian Dolbec [Mon, 23 Jul 2012 00:50:39 +0000 (17:50 -0700)]
emaint: split into separate modules

11 years agoTermProgressBar: fix broken ref to "image" var
Zac Medico [Sun, 22 Jul 2012 22:05:53 +0000 (15:05 -0700)]
TermProgressBar: fix broken ref to "image" var

Broken since commit 0623e44a500125064525413404948af9179747a9.

11 years agoget_term_size: check if sys.stderr.isatty()
Federico "fox" Scrinzi [Sun, 22 Jul 2012 21:52:01 +0000 (14:52 -0700)]
get_term_size: check if sys.stderr.isatty()

11 years agoebuild.5: fix (-) use dep example for bug #427384
Ian Stakenvicius [Fri, 20 Jul 2012 20:15:57 +0000 (13:15 -0700)]
ebuild.5: fix (-) use dep example for bug #427384

11 years agoslotmove: update comment about EAPI 4-slot-abi v2.2.0_alpha120
Zac Medico [Wed, 18 Jul 2012 22:31:07 +0000 (15:31 -0700)]
slotmove: update comment about EAPI 4-slot-abi

11 years agoFix extended atom match for =* operator.
Zac Medico [Wed, 18 Jul 2012 21:38:09 +0000 (14:38 -0700)]
Fix extended atom match for =* operator.

11 years agomatch_from_list: match slot for extended atoms
Zac Medico [Wed, 18 Jul 2012 21:07:09 +0000 (14:07 -0700)]
match_from_list: match slot for extended atoms

11 years agoetc-update: fix --automode -5, bug #427068
Zac Medico [Wed, 18 Jul 2012 20:23:38 +0000 (13:23 -0700)]
etc-update: fix --automode -5, bug #427068

11 years agoSupport =*/*-*9999* wildcard atom, bug #402197.
Zac Medico [Wed, 18 Jul 2012 19:55:16 +0000 (12:55 -0700)]
Support =*/*-*9999* wildcard atom, bug #402197.

11 years agodepgraph: __auto_rebuild__ KeyError, bug #427036
Zac Medico [Wed, 18 Jul 2012 17:19:07 +0000 (10:19 -0700)]
depgraph: __auto_rebuild__ KeyError, bug #427036

11 years agoportage.update: use isvalidatom for EAPI check
Zac Medico [Wed, 18 Jul 2012 01:42:10 +0000 (18:42 -0700)]
portage.update: use isvalidatom for EAPI check

11 years agotests/update: fix whitespace v2.2.0_alpha119
Zac Medico [Wed, 18 Jul 2012 00:05:31 +0000 (17:05 -0700)]
tests/update: fix whitespace

11 years agomove: respect EAPI wrt dots_in_PN, bug #426476
Zac Medico [Tue, 17 Jul 2012 23:52:48 +0000 (16:52 -0700)]
move: respect EAPI wrt dots_in_PN, bug #426476

11 years agoPropagate EAPI for update_dbentry (bug #426476).
Zac Medico [Tue, 17 Jul 2012 22:21:04 +0000 (15:21 -0700)]
Propagate EAPI for update_dbentry (bug #426476).

11 years agoprepstrip: avoid rm warning about cwd
Zac Medico [Sun, 15 Jul 2012 21:29:20 +0000 (14:29 -0700)]
prepstrip: avoid rm warning about cwd

11 years agotest_move_slot_ent: workaround for 1s timestamps
Zac Medico [Sat, 14 Jul 2012 01:40:20 +0000 (18:40 -0700)]
test_move_slot_ent: workaround for 1s timestamps

11 years agoslotmove: fix handling for EAPI 4-slot-abi v2.2.0_alpha118
Zac Medico [Fri, 13 Jul 2012 23:33:49 +0000 (16:33 -0700)]
slotmove: fix handling for EAPI 4-slot-abi

This is just a really minimal fix, in order to prevent slotmove from
behaving incorrectly with packages that use EAPI 4-slot-abi. Any
slotmove commands that try so specify a sub-slot are treated as invalid
for now, since that will required additional EAPI conditional logic, as
reported in bug #426476.

11 years agovardbapi: use float mtime for aux cache v2.2.0_alpha117
Zac Medico [Thu, 12 Jul 2012 20:58:30 +0000 (13:58 -0700)]
vardbapi: use float mtime for aux cache

11 years agomanifest: remove unused mhashes variable
Zac Medico [Thu, 12 Jul 2012 19:54:06 +0000 (12:54 -0700)]
manifest: remove unused mhashes variable

11 years agoSkip whirlpool digest check when unaccelerated.
Zac Medico [Thu, 12 Jul 2012 19:48:49 +0000 (12:48 -0700)]
Skip whirlpool digest check when unaccelerated.

If multiple digests are available and whirlpool is unaccelerated, then
skip it. This allows extreme performance problems like bug #425046 to
be avoided whenever practical, especially for cases like stage builds
where acceleration may not be available for some hashes due to
minimization of dependencies.

11 years agotests: support NOCOLOR env variable
Zac Medico [Wed, 11 Jul 2012 22:13:18 +0000 (15:13 -0700)]
tests: support NOCOLOR env variable

11 years agoFix --complete-graph-if-new-use for --autounmask.
Zac Medico [Tue, 10 Jul 2012 22:50:36 +0000 (15:50 -0700)]
Fix --complete-graph-if-new-use for --autounmask.

11 years agoemerge: add --complete-graph-if-new-use < y | n >
Zac Medico [Tue, 10 Jul 2012 22:45:12 +0000 (15:45 -0700)]
emerge: add --complete-graph-if-new-use < y | n >

Trigger the --complete-graph behavior if USE or IUSE will change for
an installed package. This option is enabled by default. This will fix
bug #425558.

11 years agoebuild(5): note that keepdir/dodir accept multiple paths
Mike Frysinger [Tue, 10 Jul 2012 05:41:48 +0000 (01:41 -0400)]
ebuild(5): note that keepdir/dodir accept multiple paths

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>
11 years agomigrate emaint to use the new title and label features of the progressbar.
Brian Dolbec [Tue, 10 Jul 2012 00:04:58 +0000 (17:04 -0700)]
migrate emaint to use the new title and label features of the progressbar.

11 years agofix a couple more inconsistancies in the progessbar title, label changes.
Brian Dolbec [Tue, 10 Jul 2012 00:04:14 +0000 (17:04 -0700)]
fix a couple more inconsistancies in the progessbar title, label changes.

11 years agoTermProgressBar: Fix to do 80 chars (not 81)
Brian Dolbec [Mon, 9 Jul 2012 21:49:55 +0000 (14:49 -0700)]
TermProgressBar: Fix to do 80 chars (not 81)