summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the specific dependency on python-2.2.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2069
* Restore full range of possible atoms that can be given to emerge by doingJason Stubbs2005-10-011-1/+8
| | | | | | atom validity checks using a dummy category if necessary. svn path=/main/branches/2.0/; revision=2068
* Check if invalid atoms are only missing a category and let those pass.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2066
* touches up on file.name check, part of glep31Brian Harring2005-10-012-2/+5
| | | | svn path=/main/branches/2.0/; revision=2065
* fixed ebuild soBrian Harring2005-10-013-23/+75
| | | | | | | ebuild some-ebuild clean setup unpack # works like ebuild some-ebuild clean unpack svn path=/main/branches/2.0/; revision=2064
* Sort digests and manifests (to look nice and making them diff'able)Jason Stubbs2005-09-291-0/+2
| | | | svn path=/main/branches/2.0/; revision=2063
* Add some more info about where the problem is coming from when atoms cannot ↵Jason Stubbs2005-09-291-0/+2
| | | | | | be resolved. svn path=/main/branches/2.0/; revision=2062
* Make depclean a little friendler (so that perhaps people will read the ↵Jason Stubbs2005-09-291-33/+27
| | | | | | messages? ;) svn path=/main/branches/2.0/; revision=2061
* Ignore packages in system/world that are satisfied by packages in ↵Jason Stubbs2005-09-291-0/+10
| | | | | | package.provided. svn path=/main/branches/2.0/; revision=2060
* Ignore files (such as metadata.xml) within portdir category dirs.Jason Stubbs2005-09-291-3/+7
| | | | svn path=/main/branches/2.0/; revision=2059
* Ignore blockers when fetching.Jason Stubbs2005-09-291-2/+9
| | | | svn path=/main/branches/2.0/; revision=2058
* Remove specific reference to the Gentoo Handbook.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2057
* Refactored world graphing code to reuse the standard dependency resolution ↵Jason Stubbs2005-09-291-62/+12
| | | | | | paths. svn path=/main/branches/2.0/; revision=2056
* Add -i to FBSD's ldconfig as requested.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2055
* Update the casing of "linux" on the default distfile mirror.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2054
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2053
* Prevent globbed atoms from having relative operators.Jason Stubbs2005-09-291-0/+2
| | | | svn path=/main/branches/2.0/; revision=2052
* Fix incorrect Exception when checking LOGDIR permissionsJason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2051
* Adhere to USE flags passed into fetch()Jason Stubbs2005-09-291-1/+2
| | | | svn path=/main/branches/2.0/; revision=2050
* Security checks regarding installation of world-writable files.Jason Stubbs2005-09-291-0/+12
| | | | svn path=/main/branches/2.0/; revision=2049
* Validation of user atoms.Jason Stubbs2005-09-291-0/+4
| | | | svn path=/main/branches/2.0/; revision=2048
* add --newuse short option to emerge helpJason Stubbs2005-09-291-2/+2
| | | | svn path=/main/branches/2.0/; revision=2047
* remove CDEPENDJason Stubbs2005-09-291-3/+4
| | | | | | | ignore RDEPEND on --buildpkgonly svn path=/main/branches/2.0/; revision=2046
* overridable lchown/lchgrpJason Stubbs2005-09-291-7/+22
| | | | svn path=/main/branches/2.0/; revision=2045
* zmedico's prelink optimizationJason Stubbs2005-09-291-14/+8
| | | | svn path=/main/branches/2.0/; revision=2044
* fixups to EAPI handling.Brian Harring2005-09-283-7/+8
| | | | svn path=/main/branches/2.0/; revision=2035
* file.name fixup for glep31 checks.Brian Harring2005-09-282-0/+5
| | | | svn path=/main/branches/2.0/; revision=2034
* bye bye global portageq's.Brian Harring2005-09-282-18/+7
| | | | svn path=/main/branches/2.0/; revision=2033
* eapi fix up for installation.Brian Harring2005-09-282-0/+4
| | | | svn path=/main/branches/2.0/; revision=2032
* typo fix.Brian Harring2005-09-261-1/+1
| | | | svn path=/main/branches/2.0/; revision=2026
* emerge --metadata ran as user, and silenced auxdb Corruption exceptions when ↵Brian Harring2005-09-243-3/+13
| | | | | | doing metadata transfer. svn path=/main/branches/2.0/; revision=2025
* update so that int 0 is stored (change to the logic test for storing null vals)Brian Harring2005-09-241-2/+2
| | | | svn path=/main/branches/2.0/; revision=2024
* correction of eapi transfer for metadata -> local cacheBrian Harring2005-09-241-1/+1
| | | | svn path=/main/branches/2.0/; revision=2023
* EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache.Brian Harring2005-09-247-40/+220
| | | | svn path=/main/branches/2.0/; revision=2022
* cleanse_cache cleanups.Brian Harring2005-09-242-17/+36
| | | | svn path=/main/branches/2.0/; revision=2021
* bug 106544 , glep31 enforcement checksBrian Harring2005-09-242-0/+44
| | | | svn path=/main/branches/2.0/; revision=2020
* repoman will work in any portage tree, but the commit option will only work ↵Mike Frysinger2005-09-241-3/+3
| | | | | | in a cvs tree svn path=/main/branches/2.0/; revision=2019
* use() is silent, update notesMike Frysinger2005-09-241-7/+7
| | | | svn path=/main/branches/2.0/; revision=2018
* syntax error (wth?), fixed it.Brian Harring2005-09-201-1/+1
| | | | svn path=/main/branches/2.0/; revision=2014
* added the bug number I missed on previous commit.Brian Harring2005-09-201-1/+2
| | | | svn path=/main/branches/2.0/; revision=2012
* bug 106363 , selinux failed import resulting in module hanging around ↵Brian Harring2005-09-202-0/+8
| | | | | | | | | causing issues for the logic on the next re-import import selinux == fail; next attempt, import selinux == non-fail Python 'feature' of sorts. svn path=/main/branches/2.0/; revision=2011
* add a sanity check for diff before using it #48184Mike Frysinger2005-09-182-4/+11
| | | | svn path=/main/branches/2.0/; revision=1998
* document the -* KEYWORD #97165Mike Frysinger2005-09-161-2/+12
| | | | svn path=/main/branches/2.0/; revision=1996
* fixing unpack so it works once again for tar :/Brian Harring2005-09-082-3/+7
| | | | svn path=/main/branches/2.0/; revision=1992
* Only warn on removal of system virtuals if there is only one satisfying package.Jason Stubbs2005-09-082-2/+11
| | | | svn path=/main/branches/2.0/; revision=1991
* backport local unpacking support from trunk and add support for jarMike Frysinger2005-09-081-15/+23
| | | | svn path=/main/branches/2.0/; revision=1990
* if passing the -i18n option to doman, make sure we eat the option and ↵Mike Frysinger2005-09-081-0/+1
| | | | | | continue processing svn path=/main/branches/2.0/; revision=1988
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-016-28/+35
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* don't commit the remenants from applying a patchBrian Harring2005-08-311-7427/+0
| | | | svn path=/main/branches/2.0/; revision=1954
* bye bye mr. cvs_id_stringBrian Harring2005-08-3025-25/+25
| | | | svn path=/main/branches/2.0/; revision=1953