| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the autotools.eclass functions exempt from the autotools | Zac Medico | 2008-01-31 | 1 | -2/+7 |
* | Add 'local' to the list of non_category_dirs since it's commonly | Zac Medico | 2008-01-31 | 1 | -1/+1 |
* | * Bug #205966 - Don't show binhost password when displaying the uri. | Zac Medico | 2008-01-31 | 1 | -2/+5 |
* | Remove the last traces of the ebuild.autotools check. | Zac Medico | 2008-01-30 | 1 | -2/+0 |
* | - Remove ebuild.autotools repoman check since it produces lots | Zac Medico | 2008-01-30 | 3 | -29/+32 |
* | use strip(os.sep) on paths prior to os.path.join (branches/prefix | Zac Medico | 2008-01-30 | 1 | -2/+3 |
* | Pull more functions out of repoman proper and into repoman.utilities, correct... | Alec Warner | 2008-01-27 | 1 | -146/+11 |
* | Pull more functions out of repoman proper and into repoman.utilities | Alec Warner | 2008-01-27 | 1 | -2/+178 |
* | import ordering, prevent errors from mucking up module namespace in checks, f... | Alec Warner | 2008-01-27 | 1 | -18/+26 |
* | Restore desktop.invalid as a warning; was an intergration error | Alec Warner | 2008-01-27 | 1 | -0/+1 |
* | Move random functions out of repoman and into utilties.py | Alec Warner | 2008-01-26 | 2 | -132/+208 |
* | Bug #206772 - Enable bashrc once again for the clean phase. | Zac Medico | 2008-01-22 | 1 | -0/+3 |
* | We need to implement diefunc() since environment.bz2 files contain | Zac Medico | 2008-01-21 | 1 | -1/+7 |
* | Replace the current diefunc() and die alias with a single die() function. | Zac Medico | 2008-01-20 | 1 | -6/+3 |
* | Add a note that PORTDIR is a repository of software and that users should not... | Alec Warner | 2008-01-19 | 1 | -1/+3 |
* | Check for quoted ${A}. Thanks to maekke for this patch. | Zac Medico | 2008-01-18 | 1 | -1/+12 |
* | fix typo in emerge-webrsync from r9118 | Alec Warner | 2008-01-13 | 1 | -1/+1 |
* | style fixes (imports), add support for --version (bug 138159) | Alec Warner | 2008-01-13 | 1 | -4/+8 |
* | Add some notes about enhancements related to binary package support | Zac Medico | 2008-01-12 | 1 | -0/+11 |
* | Remove redundant return statement. | Zac Medico | 2008-01-12 | 1 | -1/+1 |
* | In preprocess_ebuild_env(), move a filter_readonly_variables call | Zac Medico | 2008-01-12 | 1 | -2/+3 |
* | Replace hardcoded value with max_desc_len. | Zac Medico | 2008-01-12 | 1 | -1/+1 |
* | Bug #203887 - Make repoman recognize RESTRICT="installsources". | Zac Medico | 2008-01-11 | 1 | -1/+2 |
* | Bug #205318 - Handle errno.ENOTDIR thrown from the lstat call | Zac Medico | 2008-01-11 | 1 | -1/+1 |
* | Adjust the max DESCRIPTION.toolong length to 100 characters so that | Zac Medico | 2008-01-11 | 1 | -2/+2 |
* | Fix a typo. | Zac Medico | 2008-01-11 | 1 | -1/+1 |
* | Add a new "ebuild.autotools" check for when ebuilds call | Zac Medico | 2008-01-11 | 2 | -4/+20 |
* | * Make pkgcmp() pass the ebuild revision directly into vercmp() since | Zac Medico | 2008-01-11 | 2 | -11/+18 |
* | Add a DESCRIPTION.toolong warning for when the DESCRIPTION line is | Zac Medico | 2008-01-11 | 1 | -0/+11 |
* | Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by | Zac Medico | 2008-01-11 | 1 | -0/+7 |
* | Bug #203887 - Implement RESTRICT=installsources for binaries that are | Zac Medico | 2008-01-11 | 2 | -0/+5 |
* | Bug #203316 - Fix isvalidatom() to properly detect invalid operators | Zac Medico | 2008-01-11 | 1 | -1/+1 |
* | Fix the "Appending to PORTDIR_OVERLAY..." feature which was | Zac Medico | 2008-01-11 | 1 | -13/+11 |
* | Make sure that portdb.findname() returns the correct ebuild. | Zac Medico | 2008-01-11 | 1 | -0/+5 |
* | Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS. | Zac Medico | 2008-01-11 | 2 | -2/+1 |
* | Bug#204668 - Fix WORKDIR quoting in econf() when updating | Zac Medico | 2008-01-11 | 1 | -2/+4 |
* | Bug #162542 - When dropping privileges for FEATURES=userpriv, | Zac Medico | 2008-01-10 | 1 | -1/+12 |
* | After loading the environment, make sure the color variables | Zac Medico | 2008-01-08 | 1 | -0/+12 |
* | When spawing the "depend" phase, use file descriptors from sys.std* | Zac Medico | 2008-01-08 | 1 | -1/+5 |
* | Bug #204753 - Add "distfiles" and "packages" to the list of | Zac Medico | 2008-01-07 | 1 | -2/+2 |
* | Bug #204651 - Make repoman respect NOCOLOR=true. | Zac Medico | 2008-01-06 | 1 | -1/+2 |
* | Make filter_readonly_variables() filter PATH in any case since | Zac Medico | 2008-01-05 | 2 | -3/+3 |
* | Filter PATH along with FEATURES when loading environment.bz2. | Zac Medico | 2008-01-05 | 1 | -1/+1 |
* | per bug 204468, remove old check from repoman (all ebuilds in gentoo-x86 are ... | Alec Warner | 2008-01-05 | 1 | -26/+0 |
* | Send eerror and ewarn messages to stderr. This is important in | Zac Medico | 2008-01-04 | 1 | -2/+2 |
* | Recognize export statements when filtering the environment. This | Zac Medico | 2008-01-03 | 1 | -1/+1 |
* | Bug #204020 - Make grabfile() properly raise PermissionDenied when | Zac Medico | 2008-01-02 | 1 | -1/+3 |
* | When searching for "test" in IUSE, account for IUSE defaults. | Zac Medico | 2007-12-31 | 1 | -1/+1 |
* | Fix config.setcpv() to properly call config.regenerate() in cases | Zac Medico | 2007-12-31 | 1 | -1/+8 |
* | As suggested by grobian, treat Darwin just like USERLAND=gnu | Zac Medico | 2007-12-29 | 4 | -11/+4 |