summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add description to security set handlersMarius Mauch2007-10-091-1/+21
| | | | svn path=/main/trunk/; revision=8030
* security sets actually have one optionMarius Mauch2007-10-091-5/+30
| | | | svn path=/main/trunk/; revision=8029
* document all optionsMarius Mauch2007-10-091-1/+119
| | | | svn path=/main/trunk/; revision=8028
* Start documentation of set handler classesMarius Mauch2007-10-091-1/+170
| | | | svn path=/main/trunk/; revision=8025
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-092-0/+3
| | | | svn path=/main/trunk/; revision=8021
* Fix USE logic for built packages when populating the filtered repo.Zac Medico2007-10-091-6/+6
| | | | svn path=/main/trunk/; revision=8017
* Replace hardcoded path with new constantMarius Mauch2007-10-092-2/+3
| | | | svn path=/main/trunk/; revision=8016
* Fix InvalidDependString namespace and initialize USE beforeZac Medico2007-10-091-2/+4
| | | | | | visibility check. svn path=/main/trunk/; revision=8015
* When an ebuild has conditionals in it's LICENSE, calculateZac Medico2007-10-091-0/+3
| | | | | | USE before the visibility check. svn path=/main/trunk/; revision=8014
* In depgraph.xcreate(), installed packages are excludedZac Medico2007-10-091-0/+5
| | | | | | | | from the filtered tree. Clear out the history of atoms so that they can be processed again to satisfy dependencies with installed packages if necessary. svn path=/main/trunk/; revision=8013
* Bug #149816 - Implement visibility filtering support forZac Medico2007-10-094-98/+337
| | | | | | | | binary packages. This works by creating a virtual filtered repository that can be composed of multiple package types, including ebuilds, binary packages, and installed packages. svn path=/main/trunk/; revision=8012
* Make portdbapi.aux_get() cache more often.Zac Medico2007-10-091-0/+2
| | | | svn path=/main/trunk/; revision=8011
* Properly exclude old-style virtuals from the portdbapi.cp_list() cache.Zac Medico2007-10-091-2/+4
| | | | svn path=/main/trunk/; revision=8010
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-091-3/+3
| | | | | | and handle the potential OSError instead. svn path=/main/trunk/; revision=8009
* Optimize away a match_from_list() call insideZac Medico2007-10-091-4/+14
| | | | | | | | portdbapi.xmatch("match-all") when given atom has no operator or version. Also, make cp_list() use the xmatch("match-all") cache when possible. svn path=/main/trunk/; revision=8008
* Factor package.mask and profile masking logic out ofZac Medico2007-10-072-46/+69
| | | | | | | | portdbapi.visible() and move it to config.getMaskAtom() and getProfileMaskAtom(). This will allow the code to be reused for binary packages. svn path=/main/trunk/; revision=8001
* Cache IUSE for portdbapi.gvisible() calls.Zac Medico2007-10-071-1/+2
| | | | svn path=/main/trunk/; revision=8000
* Restore profile masking support to getmaskingstatus().Zac Medico2007-10-071-0/+12
| | | | svn path=/main/trunk/; revision=7999
* Allow config.setcpv() to take a dictionary of package metadataZac Medico2007-10-072-3/+7
| | | | | | | in place of a dbapi instance so that extra cache pulls can be avoided. svn path=/main/trunk/; revision=7998
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-10-072-67/+91
| | | | | | | and move it to config.getMissingEeywords(). This will allow the code to be reused for binary packages. svn path=/main/trunk/; revision=7997
* Remove duplicate call to digestgen().Zac Medico2007-10-071-7/+0
| | | | svn path=/main/trunk/; revision=7996
* Move the "commit" mode manifest generation earlier in orderZac Medico2007-10-071-9/+13
| | | | | | | to avoid digest verification issues when FEATURES="strict" is enabled. svn path=/main/trunk/; revision=7995
* add --debug option and display a message about skipping non-files so we dont ↵Mike Frysinger2007-10-071-3/+9
| | | | | | get confusing loops where portage claims there are things to update but etc-update claims there are not svn path=/main/trunk/; revision=7994
* add standard --help/--version optionsMike Frysinger2007-10-071-1/+25
| | | | svn path=/main/trunk/; revision=7993
* unify diff_command handlingMike Frysinger2007-10-071-16/+19
| | | | svn path=/main/trunk/; revision=7992
* add support for .lzma / .tar.lzma to unpackMike Frysinger2007-10-071-0/+8
| | | | svn path=/main/trunk/; revision=7991
* add QA check for .pyc/.pyo files in /usr/shareMike Frysinger2007-10-071-0/+10
| | | | svn path=/main/trunk/; revision=7990
* Fix binarytree.populate() so that it properly cachesZac Medico2007-10-061-3/+18
| | | | | | all the metadata necessary for visibility filtering. svn path=/main/trunk/; revision=7989
* In PackageIndex.write(), skip writing the CHOST for aZac Medico2007-10-061-0/+3
| | | | | | package entry if it's CHOST matches the header. svn path=/main/trunk/; revision=7988
* In PackageIndex.readBody(), make each package entryZac Medico2007-10-061-0/+3
| | | | | | inherit CHOST from the header. svn path=/main/trunk/; revision=7987
* Bug #194552 - Include EAPI in the binary package metadata index.Zac Medico2007-10-062-1/+4
| | | | svn path=/main/trunk/; revision=7986
* Fix package.license support so that SLOT atomsZac Medico2007-10-063-22/+23
| | | | | | will work. svn path=/main/trunk/; revision=7985
* Handle Exceptions in mod_mail_summary.finalize() and check if the server ↵Marius Mauch2007-10-062-1/+9
| | | | | | actually supports TLS, bug #183808 svn path=/main/trunk/; revision=7984
* let dohtml handle weird filenames, patch by TGL (bug #171272)Marius Mauch2007-10-061-6/+6
| | | | svn path=/main/trunk/; revision=7983
* Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers ↵Marius Mauch2007-10-061-1/+1
| | | | | | that don't accept mails without a domainname svn path=/main/trunk/; revision=7982
* clean up module namespaceMarius Mauch2007-10-066-1/+13
| | | | svn path=/main/trunk/; revision=7981
* Also clean portage.txtMarius Mauch2007-10-061-1/+1
| | | | svn path=/main/trunk/; revision=7980
* Also look for sets.conf in overlaysMarius Mauch2007-10-061-2/+4
| | | | svn path=/main/trunk/; revision=7979
* Add some documentation about set configurationMarius Mauch2007-10-063-0/+121
| | | | svn path=/main/trunk/; revision=7978
* default set configuration, should probably go into /usr/share/portageMarius Mauch2007-10-061-0/+34
| | | | svn path=/main/trunk/; revision=7977
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
| | | | | | if necessary. svn path=/main/trunk/; revision=7975
* handle empty sets properlyMarius Mauch2007-10-051-1/+11
| | | | svn path=/main/trunk/; revision=7974
* Shorten the reference to IUSE defaults sinceZac Medico2007-10-051-1/+1
| | | | | | it's now documented in ebuild(5). svn path=/main/trunk/; revision=7967
* Document IUSE defaults.Zac Medico2007-10-051-1/+5
| | | | svn path=/main/trunk/; revision=7966
* include sets in emerge --searchMarius Mauch2007-10-051-15/+35
| | | | svn path=/main/trunk/; revision=7963
* Document SLOT dependencies.Zac Medico2007-10-051-0/+12
| | | | svn path=/main/trunk/; revision=7962
* replace category sets in test configuration with user setsMarius Mauch2007-10-053-10/+14
| | | | svn path=/main/trunk/; revision=7959
* Generalize the first paragraph of the MASKED PACKAGES sectionZac Medico2007-10-051-4/+9
| | | | | | and document binary package CHOST masking. svn path=/main/trunk/; revision=7958
* only add short names for sets if they begin with 'sets/'Marius Mauch2007-10-051-1/+1
| | | | svn path=/main/trunk/; revision=7957
* first version of set integration in emergeMarius Mauch2007-10-052-3/+35
| | | | svn path=/main/trunk/; revision=7956