summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-014-15/+15
* Fix typo.Zac Medico2008-06-301-1/+1
* Bug #230249 - Disable the "ebuild.notadded" check when not in commit mode andZac Medico2008-06-301-2/+8
* Bug #230245 - Use os.path.basename() on paths returned from `svn list`Zac Medico2008-06-301-2/+2
* Bug #230245 - Pass the correct directory when calling `snv list` andZac Medico2008-06-301-2/+2
* Bug #229859 - Also add atom validation to match().Zac Medico2008-06-281-0/+4
* Copy portageq exit code validation from has_version() to best_version().Zac Medico2008-06-281-0/+12
* Bug #229859 - Make portageq check atom validity when has_version() andZac Medico2008-06-281-0/+10
* Call use_reduce() with matchall=1 when checking depstrings. Otherwise it'sZac Medico2008-06-261-1/+1
* * Remove PORTAGE_LEGACY_GLOBALS hack for portage import since lateZac Medico2008-06-261-10/+2
* Fix repoman breakage wrt _PackageMetadataWrapper._keys values.Zac Medico2008-06-251-1/+2
* Use paths from portage.const instead of hardcoded versions.Zac Medico2008-06-231-2/+2
* Bug #228489 - Restore the "ci" alias for "commit" mode. Thanks to grobianZac Medico2008-06-211-0/+4
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
* revert accidential commitMarius Mauch2008-06-201-10/+1
* update release notes/newsMarius Mauch2008-06-201-1/+10
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-181-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-181-1/+9
* Add a help string for --debug.Zac Medico2008-06-181-1/+1
* Use optparse instead of getopt.Zac Medico2008-06-181-13/+20
* More eblank.Zac Medico2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-10/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-3/+3
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-171-1/+17
* Use spawn() instead of system().Zac Medico2008-06-111-2/+18
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-091-20/+15
* Fix typo.Zac Medico2008-06-081-1/+1
* Make repoman pass Package instances into run_checks(), so that the checksZac Medico2008-06-081-8/+16
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-071-0/+2
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-071-2/+5
* remove old/unused gen_wrapper functionMike Frysinger2008-06-072-10/+1
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-041-1/+6
* Fix regex for compatibility with the regex implementation from FreeBSD'sZac Medico2008-06-031-1/+1
* Don't unset PORTAGE_BINPKG_FILE because it's readonly.Zac Medico2008-06-031-1/+0
* Filter PORTAGE_BINPKG_FILE in save_ebuild_env().Zac Medico2008-06-011-0/+1
* Create Atom instances earlier to avoid redundant validation.Zac Medico2008-05-301-6/+7
* Make the new behavior from bug #222439 conditional on EAPI being somethingZac Medico2008-05-281-1/+2
* Convert doman to use bash's =~ operator instead of calling egrep.Zac Medico2008-05-281-1/+1
* Bug #222439 - Add doman support for foo.lang.N filenames. Behavior isZac Medico2008-05-271-2/+9
* Skip source_all_bashrcs() when $EBUILD_PHASE is not set.Zac Medico2008-05-261-0/+1
* Bug #2272 - Extend dependency atom sytax to specify enabled or disabledZac Medico2008-05-231-1/+8
* When using vecho or eqawarn it comes in handy when isolated-functionsZac Medico2008-05-201-0/+2
* Add dev-util/ftjam to the RDEPEND.suspect list as per bug #221537, comment #3.Zac Medico2008-05-161-0/+1
* Skip blocker atoms for the RDEPEND.suspect check.Zac Medico2008-05-141-1/+2
* Bug #221537 - Add a new "RDEPEND.suspect" check for packages in RDEPEND thatZac Medico2008-05-141-1/+41
* Prefer deb2tgz over ar for unpacking .deb files when installed (patch by Fabi...Marius Mauch2008-05-131-1/+14
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-67/+166
* Bug #220775 - Source isolated-functions.sh before trying to call vecho.Zac Medico2008-05-081-0/+1
* In install_mask(), discard stderr messages from the 'find' commandZac Medico2008-05-061-1/+1
* Use find -path -or -name to match basenames of files in INSTALL_MASKZac Medico2008-05-051-1/+2