summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-056-77/+216
| | | | svn path=/main/trunk/; revision=7952
* Documnet EAPI in the MASKED PACKAGES section.Zac Medico2007-10-051-0/+5
| | | | svn path=/main/trunk/; revision=7951
* Fix spelling of backward.Zac Medico2007-10-051-1/+1
| | | | svn path=/main/trunk/; revision=7950
* Document the EAPI variable.Zac Medico2007-10-051-0/+11
| | | | svn path=/main/trunk/; revision=7949
* ignore missing filesMarius Mauch2007-10-051-2/+3
| | | | svn path=/main/trunk/; revision=7948
* add TODO list for portage-2.2Marius Mauch2007-10-051-0/+4
| | | | svn path=/main/trunk/; revision=7947
* copy of gentoolkit r451Marius Mauch2007-10-051-1/+1
| | | | svn path=/main/trunk/; revision=7946
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
| | | | | | | | | a ValueError if cpv_expand() receives an ambiguous atom. Therefore, move the ValueError handling code out of match() and use it to handle all such errors when appropriate. svn path=/main/trunk/; revision=7944
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
| | | | | | | with local or export builtins since unquoted assignments are okay there. svn path=/main/trunk/; revision=7942
* In portdbapi.aux_get(), simplify code by using stringZac Medico2007-10-041-9/+2
| | | | | | | | manipulation instead of int conversion to manipulate negative EAPI when deciding whether or not regen is necessary. svn path=/main/trunk/; revision=7919
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-041-0/+8
| | | | | | command. svn path=/main/trunk/; revision=7918
* Include the package name in all exceptions raised fromZac Medico2007-10-042-3/+5
| | | | | | | | portdbapi.getfetchlist() so that a redundant and sometimes inaccurate message doesn't have to be shown when the error is caught in digestgen(). svn path=/main/trunk/; revision=7917
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-041-1/+8
| | | | | | | | is unsupported. This makes it impossible for an unsupported EAPI to result in invalid Manifest generation. svn path=/main/trunk/; revision=7916
* Fix logic for the message that's show whenZac Medico2007-10-041-1/+1
| | | | | | --force is disabled. svn path=/main/trunk/; revision=7915
* Make repoman bail out if it is unable to properlyZac Medico2007-10-042-19/+55
| | | | | | | | access ebuild metadata for some reason. In this case it's impossible to generate a Manifest and therefore the --force option has to be disabled. svn path=/main/trunk/; revision=7914