summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add bits about namespace pollution, add whitespacing comments after looking ↵Alec Warner2008-02-111-3/+64
| | | | | | at some new code I wrote and realizing I was not following the current style. Fix typos svn path=/main/trunk/; revision=9332
* Bug #209538 - Disable annoying "masked by keyword" warnings for installedZac Medico2008-02-102-4/+16
| | | | | | | packages. We can assume that if the user accepted the keywords at merge time then they never want to be bothered again. svn path=/main/trunk/; revision=9330
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
| | | | svn path=/main/trunk/; revision=9328
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-102-9/+1
| | | | | | | should already be handled on the python side and it won't work with dropped privileges anyway. svn path=/main/trunk/; revision=9327
* Fix rejects.Zac Medico2008-02-102-8/+8
| | | | svn path=/main/trunk/; revision=9326
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
| | | | | | between visible() and get_masking_status(). svn path=/main/trunk/; revision=9324
* Bug #209144 - For emerge --sync, show an informative error and don'tZac Medico2008-02-101-0/+6
| | | | | | | return 1 when PORTAGE_RSYNC_RETRIES is exceeded. svn path=/main/trunk/; revision=9321
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+4
| | | | | | | out of date it's not interpreted like an actual rsync exitcode (to avoid a misleading exitcode interpretation message). svn path=/main/trunk/; revision=9320
* Fix get_mask_info() to properly pass the "installed" attribute intoZac Medico2008-02-101-1/+1
| | | | | | the Package constructor. svn path=/main/trunk/; revision=9318
* fix nasty typoMarius Mauch2008-02-092-5/+6
| | | | svn path=/main/trunk/; revision=9316
* Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is usedZac Medico2008-02-091-1/+2
| | | | | | as the default expression if none other is given. svn path=/main/trunk/; revision=9313
* add tagging capabilities and cli optionsMarius Mauch2008-02-091-3/+28
| | | | svn path=/main/trunk/; revision=9312
* add preserve-libs info to make.conf.exampleMarius Mauch2008-02-091-0/+3
| | | | svn path=/main/trunk/; revision=9311
* more minor doc updates regarding package setsMarius Mauch2008-02-092-7/+11
| | | | svn path=/main/trunk/; revision=9310
* minor documentation updatesMarius Mauch2008-02-092-4/+6
| | | | svn path=/main/trunk/; revision=9309
* new script for creating release tarballsMarius Mauch2008-02-091-0/+40
| | | | svn path=/main/trunk/; revision=9308
* removing obsolete cruftMarius Mauch2008-02-092-71/+0
| | | | svn path=/main/trunk/; revision=9307
* Bug #208708 - Show informative warning messages for installedZac Medico2008-02-091-96/+152
| | | | | | packages that are masked. svn path=/main/trunk/; revision=9301
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-2/+2
| | | | svn path=/main/trunk/; revision=9299
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-3/+29
| | | | | | | | | | - Warn if all matching ebuilds are masked or the installed package itself is masked. - Do not warn if there are simply no matching ebuilds since that would be annoying in some cases. svn path=/main/trunk/; revision=9293
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
| | | | | | the masking display. svn path=/main/trunk/; revision=9292
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.Zac Medico2008-02-081-1/+1
| | | | svn path=/main/trunk/; revision=9290
* Bug #208708 - Fix warnings for system or world packages that are masked.Zac Medico2008-02-081-1/+3
| | | | svn path=/main/trunk/; revision=9289
* Bug #208743 - Clarify dosed docs to indicate that sed is performedZac Medico2008-02-081-1/+1
| | | | | | in place of a file in ${D}. svn path=/main/trunk/; revision=9287
* Bug #208782 - Consistently use double quotes rather than mixining in singleZac Medico2008-02-081-1/+1
| | | | | | quotes. svn path=/main/trunk/; revision=9285
* Bug #209144 - For emerge --sync, don't return 0 when the serverZac Medico2008-02-081-0/+1
| | | | | | is out of date. svn path=/main/trunk/; revision=9283
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-074-2/+17
| | | | | | | installation phases need to pass some variables to uninstallation phases. svn path=/main/trunk/; revision=9281
* For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] insteadZac Medico2008-02-061-1/+1
| | | | | | | of egrep since apparently it's compatible in this case. Thanks to igli for this. svn path=/main/trunk/; revision=9279
* Make qa_source and qa_call save the return value and return it. ThanksZac Medico2008-02-061-4/+8
| | | | | | to igli for suggesting. svn path=/main/trunk/; revision=9278
* don't try to copy manually removed libraries (bug #208946)Marius Mauch2008-02-052-1/+24
| | | | svn path=/main/trunk/; revision=9277
* display errors that occured during package set initalizationMarius Mauch2008-02-051-0/+4
| | | | svn path=/main/trunk/; revision=9276
* don't record internal providers in NEEDED records as they are pointless for ↵Marius Mauch2008-02-051-2/+21
| | | | | | all useful applications in portage and complicate them instead (e.g. bug #205531) svn path=/main/trunk/; revision=9275
* Use local time for elog summariesMarius Mauch2008-02-052-2/+2
| | | | svn path=/main/trunk/; revision=9273
* portage-2.1.4.1Zac Medico2008-02-011-0/+10
| | | | | | | | | | | | | ================================== * If you have an overlay then you should remove **/files/digest-* files (Manifest1) because they are no longer supported. * If earlier versions of portage will be used to generate manifests for your overlay then you should add a file named manifest1_obsolete to the root of the repository in order to disable generation of the Manifest1 digest files. svn path=/main/trunk/; revision=9264
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
| | | | | | needed. svn path=/main/trunk/; revision=9262
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-012-2/+1
| | | | | | no longer needed. svn path=/main/trunk/; revision=9260
* Make the manifest1_compat constructor parameter default to FalseZac Medico2008-02-011-1/+1
| | | | | | | to prevent potential interference from stale old digest files in overlays. svn path=/main/trunk/; revision=9258
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
| | | | | | to Ed Catmur <ed@catmur.co.uk> for this patch. svn path=/main/trunk/; revision=9256
* Disable manifest1_compat for ebuild --force digest.Zac Medico2008-01-311-1/+1
| | | | svn path=/main/trunk/; revision=9254
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-312-6/+2
| | | | | | from the main tree and nobody needs it anymore. svn path=/main/trunk/; revision=9252
* Make the autotools.eclass functions exempt from the autotoolsZac Medico2008-01-311-2/+7
| | | | | | QA Notice. svn path=/main/trunk/; revision=9249
* Add 'local' to the list of non_category_dirs since it's commonlyZac Medico2008-01-311-1/+1
| | | | | | used for layman overlays. svn path=/main/trunk/; revision=9241
* * Bug #205966 - Don't show binhost password when displaying the uri.Zac Medico2008-01-311-2/+5
| | | | | | | * Fix a cpv variable name typo. svn path=/main/trunk/; revision=9238
* Remove the last traces of the ebuild.autotools check.Zac Medico2008-01-301-2/+0
| | | | svn path=/main/trunk/; revision=9236
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-303-29/+32
| | | | | | | | | of false positives (bug #207104) and its hard to parse bash - Use QA_INTERCEPTORS in ebuild.sh to implement a runtime 'QA Notice' when autotools is called directly svn path=/main/trunk/; revision=9235
* use strip(os.sep) on paths prior to os.path.join (branches/prefixZac Medico2008-01-301-2/+3
| | | | | | r9228) svn path=/main/trunk/; revision=9230
* Pull more functions out of repoman proper and into repoman.utilities, ↵Alec Warner2008-01-271-146/+11
| | | | | | correct a typo, clean up imports svn path=/main/trunk/; revision=9227
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
| | | | svn path=/main/trunk/; revision=9226
* import ordering, prevent errors from mucking up module namespace in checks, ↵Alec Warner2008-01-271-18/+26
| | | | | | fix typo from last commit, rename 'm' to autotools_match, fix spacing between classes svn path=/main/trunk/; revision=9225
* Restore desktop.invalid as a warning; was an intergration errorAlec Warner2008-01-271-0/+1
| | | | svn path=/main/trunk/; revision=9222