summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pull more functions out of repoman proper and into repoman.utilities, correct...Alec Warner2008-01-271-146/+11
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
* import ordering, prevent errors from mucking up module namespace in checks, f...Alec Warner2008-01-271-18/+26
* Restore desktop.invalid as a warning; was an intergration errorAlec Warner2008-01-271-0/+1
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-262-132/+208
* Bug #206772 - Enable bashrc once again for the clean phase.Zac Medico2008-01-221-0/+3
* We need to implement diefunc() since environment.bz2 files containZac Medico2008-01-211-1/+7
* Replace the current diefunc() and die alias with a single die() function.Zac Medico2008-01-201-6/+3
* Add a note that PORTDIR is a repository of software and that users should not...Alec Warner2008-01-191-1/+3
* Check for quoted ${A}. Thanks to maekke for this patch.Zac Medico2008-01-181-1/+12
* fix typo in emerge-webrsync from r9118Alec Warner2008-01-131-1/+1
* style fixes (imports), add support for --version (bug 138159)Alec Warner2008-01-131-4/+8
* Add some notes about enhancements related to binary package supportZac Medico2008-01-121-0/+11
* Remove redundant return statement.Zac Medico2008-01-121-1/+1
* In preprocess_ebuild_env(), move a filter_readonly_variables callZac Medico2008-01-121-2/+3
* Replace hardcoded value with max_desc_len.Zac Medico2008-01-121-1/+1
* Bug #203887 - Make repoman recognize RESTRICT="installsources".Zac Medico2008-01-111-1/+2
* Bug #205318 - Handle errno.ENOTDIR thrown from the lstat callZac Medico2008-01-111-1/+1
* Adjust the max DESCRIPTION.toolong length to 100 characters so thatZac Medico2008-01-111-2/+2
* Fix a typo.Zac Medico2008-01-111-1/+1
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-112-4/+20
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-112-11/+18
* Add a DESCRIPTION.toolong warning for when the DESCRIPTION line isZac Medico2008-01-111-0/+11
* Bug #162450 - Try to avoid having so many bugs marked UPSTREAM byZac Medico2008-01-111-0/+7
* Bug #203887 - Implement RESTRICT=installsources for binaries that areZac Medico2008-01-112-0/+5
* Bug #203316 - Fix isvalidatom() to properly detect invalid operatorsZac Medico2008-01-111-1/+1
* Fix the "Appending to PORTDIR_OVERLAY..." feature which wasZac Medico2008-01-111-13/+11
* Make sure that portdb.findname() returns the correct ebuild.Zac Medico2008-01-111-0/+5
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-112-2/+1
* Bug#204668 - Fix WORKDIR quoting in econf() when updatingZac Medico2008-01-111-2/+4
* Bug #162542 - When dropping privileges for FEATURES=userpriv,Zac Medico2008-01-101-1/+12
* After loading the environment, make sure the color variablesZac Medico2008-01-081-0/+12
* When spawing the "depend" phase, use file descriptors from sys.std*Zac Medico2008-01-081-1/+5
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* Bug #204651 - Make repoman respect NOCOLOR=true.Zac Medico2008-01-061-1/+2
* Make filter_readonly_variables() filter PATH in any case sinceZac Medico2008-01-052-3/+3
* Filter PATH along with FEATURES when loading environment.bz2.Zac Medico2008-01-051-1/+1
* per bug 204468, remove old check from repoman (all ebuilds in gentoo-x86 are ...Alec Warner2008-01-051-26/+0
* Send eerror and ewarn messages to stderr. This is important inZac Medico2008-01-041-2/+2
* Recognize export statements when filtering the environment. ThisZac Medico2008-01-031-1/+1
* Bug #204020 - Make grabfile() properly raise PermissionDenied whenZac Medico2008-01-021-1/+3
* When searching for "test" in IUSE, account for IUSE defaults.Zac Medico2007-12-311-1/+1
* Fix config.setcpv() to properly call config.regenerate() in casesZac Medico2007-12-311-1/+8
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-294-11/+4
* Fix USERLAND references to handle Darwin like BSD.Zac Medico2007-12-292-5/+7
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-292-1/+6
* Add PKGDIR to the config.environ() whitelist so that people'sZac Medico2007-12-291-2/+1
* Fix handling of leading / charactes some more.Zac Medico2007-12-291-1/+2
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-1/+1
* Document that docinto works for dohtml.Zac Medico2007-12-291-1/+2