summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* When warning about package categories that haven't been configured viaZac Medico2008-10-112-3/+6
* Bug #241204 - Fix dbapi.invalidentry() calls inside vardbapi.cpv_all() toZac Medico2008-10-111-2/+2
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-102-1/+11
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* Fix apparent breakage from r11593 (slot dep support):Zac Medico2008-10-081-6/+22
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* Bug #234301 - Add support to EbuildFetcher to collect elog messages thatZac Medico2008-10-071-10/+0
* In fetch(), never call the pkg_nofetch phase when in "listonly" mode.Zac Medico2008-10-061-3/+1
* In doebuild(), don't create build dirs when "listonly" fetch mode.Zac Medico2008-10-061-1/+2
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-2/+1
* Only update the confmem file when something has changed.Zac Medico2008-10-051-3/+5
* Fix PreservedLibsRegistry.store() so that it only rewrites the data file whenZac Medico2008-10-051-2/+3
* When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things likeZac Medico2008-10-021-5/+15
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-1/+1
* allow the portage.sets. prefix to be omitted in 'class' options of set defini...Marius Mauch2008-09-291-2/+5
* Add a new DummyPackageSet handler to make set operators easier to useMarius Mauch2008-09-281-0/+13
* remove the 'repository' option from CategorySet in favor of the generic 'inte...Marius Mauch2008-09-281-11/+2
* allow selection of metadata source for VariableSetMarius Mauch2008-09-281-6/+10
* make sure that cli-defined sets aren't added to @worldMarius Mauch2008-09-281-0/+1
* add support for slot dependencies (original patch by Robert Buchholz <rbu@gen...Marius Mauch2008-09-281-3/+8
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+1
* print dates in a consistent format (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+29
* also accept glsa-2.dtd as valid for GLSAs (patch by Robert Buchholz <rbu@gent...Marius Mauch2008-09-281-1/+5
* account for DTD changes wrt 'revised' element (patch by Robert Buchholz <rbu@...Marius Mauch2008-09-281-2/+18
* use ignorelist to avoid potential infite loopMarius Mauch2008-09-281-2/+2
* Add operator logic to sets.confMarius Mauch2008-09-281-4/+28
* disable redefintion errors when updating the set definitionsMarius Mauch2008-09-281-6/+5
* implement set arguments to reconfigure and create package sets on the command...Marius Mauch2008-09-281-0/+23
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-272-3/+14
* Add PROPERTIES to the list of USE evaluated keys for the Packages index.Zac Medico2008-09-261-1/+4
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-263-4/+5
* Update hardcoded auxdbkey_order attributes to include PROPERTIES.Zac Medico2008-09-262-2/+2
* Bug #238766 - Revert the fetch() mirror:// behavior change from r11537 sincev2.2_rc11Zac Medico2008-09-261-7/+1
* Handle possible CacheError inside mirror_cache().Zac Medico2008-09-261-1/+1
* Direct EOutput.eerror() and ewarn() output to stderr.Zac Medico2008-09-261-2/+2
* Make flat_hash write keys in alphabetical order.Zac Medico2008-09-262-7/+11
* Bump to EAPI 2.Zac Medico2008-09-261-1/+1
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-251-2/+2
* Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ orZac Medico2008-09-251-5/+9
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-255-0/+12
* Add a new AgeSet class to select installed packages that have been installed ...Marius Mauch2008-09-251-0/+31
* Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.Zac Medico2008-09-241-2/+11
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-234-26/+26
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-222-1/+1
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* More SRC_URI validation.Zac Medico2008-09-202-0/+7
* Fix some broken logic inside portdbapi.getFetchMap().Zac Medico2008-09-201-13/+5
* Add test cases for SRC_URI validation.Zac Medico2008-09-202-9/+37
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-202-61/+155