summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91
* bump ________foo from the TestCase class since _exc_info() doesn't do anythin...Alec Warner2007-03-171-6/+3
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
* Fix a broken test.Zac Medico2007-03-171-1/+1
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
* Fix a typo.Zac Medico2007-03-171-1/+1
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* Add back rstrip(os.path.sep) from the previous commit since it's needed when ...Zac Medico2007-03-151-4/+4
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-151-2/+2
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-102-4/+6
* Remove the "masked by: profile" support from getmaskingstatus().Zac Medico2007-03-091-12/+0
* Remove legacy "masked by: profile" support as per bug #149508. Profiles shou...Zac Medico2007-03-091-17/+0
* whoopse, s/;/:/Alec Warner2007-03-081-1/+1
* add PackageMask{File} classes, change unit tests to use try/finally, makes su...Alec Warner2007-03-084-12/+101
* Change load() to have no default arguments, makes caller specifiy explicitly....Alec Warner2007-03-083-3/+90
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-077-11/+117
* Take marien's advice, turn Skips into Todos for clarity sakeAlec Warner2007-03-072-18/+14
* Fix 2 more types.InstanceType comparisons that are broken by the transition o...Zac Medico2007-03-061-2/+2
* Update all the unittests to use the new framework, test skipping with isValid...Alec Warner2007-03-0618-17/+36
* Roll our own unittest framework to add skip support.Alec Warner2007-03-061-7/+126
* these will fail nowAlec Warner2007-03-051-3/+4
* Remove the KVERS environment variable since it's code that creates it is brok...Zac Medico2007-03-041-4/+0
* Pass waiting_msg into recursive lockfile() calls.Zac Medico2007-03-031-2/+5
* make sure uid is an intAlec Warner2007-03-031-2/+2
* Add missing sys import.Zac Medico2007-03-031-1/+1
* For bug #138840, show a more informative message when waiting for a distfiles...Zac Medico2007-03-032-7/+19
* remove category regex, dumb idea, sorry I did itAlec Warner2007-03-031-6/+0
* Fix types.InstanceType test which is failing now for some reason.Zac Medico2007-03-031-1/+1
* Fix the rest of the broken except statement syntax.Zac Medico2007-03-011-1/+1
* Fix misplaced [1]Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Merged from branches/prefix r6092:6093.Zac Medico2007-02-271-1/+4
* Merged from branches/prefix r6091:6092.Zac Medico2007-02-271-1/+1
* Clean up os.environ["USERLAND"] pollution from the portage.data module so tha...Zac Medico2007-02-241-1/+8
* Make fetch() bail out when an "Insufficient data for checksum verification" e...Zac Medico2007-02-231-0/+4
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-231-0/+18
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled.Zac Medico2007-02-221-3/+3
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-222-2/+6
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* Fix "NameError: global name 'myfilelist' is not defined" when collision-prote...Zac Medico2007-02-221-2/+2
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. T...Zac Medico2007-02-211-2/+2
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* set.remove() returns None, so can't use it in a function callMarius Mauch2007-02-181-1/+1
* Move preserve-libs and collision-protect code from treewalk() into their own ...Marius Mauch2007-02-181-117/+131
* extend check for internal references, should remove all libs that are only us...Marius Mauch2007-02-181-6/+25
* Move reverse NEEDED cache into CACHE_PATH and use a more descriptive nameMarius Mauch2007-02-181-2/+2
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6