summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* remove code for manifest1 supportMarius Mauch2008-02-281-103/+0
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Double import, thanks grobian :)Alec Warner2008-02-241-1/+0
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-3/+3
* only try to fetch compression schemes which the host supportsMike Frysinger2008-02-231-1/+10
* add support for lzma/gz snapshotsMike Frysinger2008-02-231-68/+88
* tighten up output from scriptMike Frysinger2008-02-231-39/+39
* cleanup main option parsingMike Frysinger2008-02-231-23/+34
* Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() stateZac Medico2008-02-191-4/+9
* Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.Zac Medico2008-02-191-1/+1
* Use parse_use_local_desc() from the repoman.utilities module.Zac Medico2008-02-191-21/+1
* Revert back to some known working code from the 2.1.2 branch.Zac Medico2008-02-191-1/+51
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-02-161-1/+0
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-102-9/+1
* fix nasty typoMarius Mauch2008-02-091-3/+3
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-072-1/+12
* For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] insteadZac Medico2008-02-061-1/+1
* Make qa_source and qa_call save the return value and return it. ThanksZac Medico2008-02-061-4/+8
* don't record internal providers in NEEDED records as they are pointless for a...Marius Mauch2008-02-051-2/+21
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
* Disable manifest1_compat for ebuild --force digest.Zac Medico2008-01-311-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-4/+1
* Make the autotools.eclass functions exempt from the autotoolsZac Medico2008-01-311-2/+7
* Remove the last traces of the ebuild.autotools check.Zac Medico2008-01-301-2/+0
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-302-15/+31
* Pull more functions out of repoman proper and into repoman.utilities, correct...Alec Warner2008-01-271-146/+11
* 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-261-132/+20
* 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
* 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
* 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
* 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-111-0/+2
* 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-111-0/+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#204668 - Fix WORKDIR quoting in econf() when updatingZac Medico2008-01-111-2/+4
* After loading the environment, make sure the color variablesZac Medico2008-01-081-0/+12
* 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