summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a 'ignore-previously-merged' config option which gives similar behavior t...Zac Medico2007-05-232-0/+13
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-233-19/+34
* Save memory by not holding a reference to the PackageIndex when it's not bein...Zac Medico2007-05-231-10/+9
* Lock the Packages index while it's being updated with a packages that was jus...Zac Medico2007-05-231-12/+36
* Store the path of $PKGDIR/Packages as binarytree._pkgindex_file.Zac Medico2007-05-231-4/+4
* Lock $PKGDIR/Packages during population so that it won't get out of sync if a...Zac Medico2007-05-231-0/+12
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-232-4/+49
* Discard metadata from the Packages file if there's no MTIME attribute.Zac Medico2007-05-221-10/+4
* Split reading/writing of $PKGDIR/Packages into a PackageIndex class.Zac Medico2007-05-222-22/+38
* Fix missing red import.Zac Medico2007-05-221-1/+1
* Punt the portdbapi.getsize() function since it's unused and broken (mysum ref...Zac Medico2007-05-221-13/+0
* More namespace fixes.Zac Medico2007-05-221-2/+2
* Fix namespace for S_ISUID and S_ISGID.Zac Medico2007-05-221-1/+1
* - cleaner version of the hardlink basic suid protection. actually check that ...Ned Ludd2007-05-221-5/+6
* Handle a KeyError if an MTIME is missing from the Packages index.Zac Medico2007-05-221-2/+2
* Fix size comparison logic.Zac Medico2007-05-221-2/+2
* Cache xpak metadata in ${PKGDIR}/Packages in order to minimize disk load when...Zac Medico2007-05-222-2/+122
* When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins...Zac Medico2007-05-223-12/+20
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3
* Use bash to spawn FETCHCOMMAND under selinux since most other binaries are fo...Zac Medico2007-05-221-0/+2
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() c...Zac Medico2007-05-221-1/+3
* Add a missing newline to the writemsg output.Zac Medico2007-05-211-1/+2
* - blind chmod 0 before unlinking files to avoid anybody doing sneaky stuff vi...Ned Ludd2007-05-211-0/+4
* For bug #179008, just use metadata.dtd directly from $DISTDIR.Zac Medico2007-05-201-14/+13
* In fetch(), don't try to parse digests unless the "O" variable is defined.Zac Medico2007-05-201-2/+7
* For bug #179206, improve efficiency by using a containment test instead of st...Zac Medico2007-05-201-2/+2
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-191-1/+18
* For bug #178378, make the default src_compile() check for configure in ${ECON...Zac Medico2007-05-191-1/+1
* Add edges to shown_edges at the first oportunity.Zac Medico2007-05-191-6/+3
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-191-2/+14
* Avoid permission errors when trying to lock repo_path. Note that the lock fi...Zac Medico2007-05-191-1/+6
* For bug #176539, add a "manifest" target to repoman so that there's a simple ...Zac Medico2007-05-191-2/+16
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
* Fall back to pickle if cPickle is unavailable. Thanks to Michael Haubenwalln...Zac Medico2007-05-181-1/+5
* Only show extra whitespace where there are some news items to display.Zac Medico2007-05-181-4/+6
* Catch a potential OSError if the child process has already died.Zac Medico2007-05-181-1/+4
* Update for glep42, preserve-libs and elogMarius Mauch2007-05-181-0/+4
* Enable elog functionality for the python side of portageMarius Mauch2007-05-1810-119/+213
* Display notification about unread news in all situations specified by glep 42Marius Mauch2007-05-181-16/+28
* - store newsid in unread file, not the path to the news itemMarius Mauch2007-05-181-52/+52
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-182-45/+168
* Check to see if I have svn.g.o fixed, no actual file changes, pass #2Robin H. Johnson2007-05-181-1/+1
* Check to see if I have svn.g.o fixed, no actual file changes.Robin H. Johnson2007-05-181-1/+1
* wrap linesZac Medico2007-05-171-9/+9
* For bug #162404, use a pseudo-terminal device pair (instead of a normal pipe)...Zac Medico2007-05-171-25/+47
* Don't protect USE_EXPAND variables from -* anymore because the really critica...Zac Medico2007-05-161-1/+1
* fix syntax (merged from branches/prefix r6534)Zac Medico2007-05-141-1/+1
* For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty.Zac Medico2007-05-131-2/+5
* the profile check is spammy and should be squelched when --quiet is givenAlec Warner2007-05-131-1/+2
* remove old importZac Medico2007-05-131-1/+0