misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redirect pushd and popd output to /dev/null when appropriate.
Zac Medico
2008-10-05
1
-3
/
+3
*
Add missing quotes on pushd argument from previous commit.
Zac Medico
2008-10-05
1
-1
/
+1
*
Bug #239529 - Fix 'doins' to work with symlinks to directories, like it did
Zac Medico
2008-10-05
1
-3
/
+11
*
A cpv can be returned from dbapi.match() as an old-style virtual match even
Zac Medico
2008-10-05
1
-6
/
+25
*
Handle AttributeError in case os.getloadavg does not exist, like when python
Zac Medico
2008-10-04
1
-2
/
+2
*
Fix depgraph._add_pkg() to ensure that the existing package in the graph
Zac Medico
2008-10-04
1
-1
/
+10
*
Make depgraph._add_pkg() take a Dependency instance. This provides access to
Zac Medico
2008-10-04
1
-14
/
+21
*
Fix `svn status` output parsing for compatibility with subversion-1.6. Thanks
Zac Medico
2008-10-02
1
-5
/
+5
*
Remove pointless copying of the owners dict inside display_preserved_libs().
Zac Medico
2008-10-02
1
-3
/
+1
*
Implement a new "changelog.ebuildadded" check which causes repoman to bail
Zac Medico
2008-10-02
2
-16
/
+44
*
In JobStatusDisplay._update(), set _displayed = True when ruturning early due
Zac Medico
2008-10-02
1
-0
/
+1
*
Optimize display_preserved_libs() by using a single getFileOwnerMap() to look
Zac Medico
2008-10-02
1
-3
/
+17
*
Fix broken logic in Scheduler._main_loop() which would allow the main loop to
Zac Medico
2008-10-02
1
-1
/
+1
*
Call elog_process before calling the "clean" phase for --buildpkgonly mode.
Zac Medico
2008-10-02
1
-0
/
+1
*
When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things like
Zac Medico
2008-10-02
1
-5
/
+15
*
Bug #239272 - Handle InvalidAtom exception inside
Zac Medico
2008-10-01
1
-4
/
+10
*
Generate an eqawarn message if econf is called from src_compile and
Zac Medico
2008-10-01
1
-0
/
+4
*
Handle InvalidDependString from portdbapi.getFetchMap() inside
Zac Medico
2008-09-30
1
-5
/
+11
*
Now that elog_base() uses 'echo -e' to expand escape codes prior to using
Zac Medico
2008-09-30
2
-6
/
+2
*
Bug #239006 - In FakeVartree._aux_get_wrapper(), fall back to vdb metadata
Zac Medico
2008-09-29
1
-1
/
+3
*
allow the portage.sets. prefix to be omitted in 'class' options of set defini...
Marius Mauch
2008-09-29
1
-2
/
+5
*
Add a new DummyPackageSet handler to make set operators easier to use
Marius Mauch
2008-09-28
1
-0
/
+13
*
remove the 'repository' option from CategorySet in favor of the generic 'inte...
Marius Mauch
2008-09-28
2
-19
/
+6
*
allow selection of metadata source for VariableSet
Marius Mauch
2008-09-28
1
-6
/
+10
*
make sure that cli-defined sets aren't added to @world
Marius Mauch
2008-09-28
1
-0
/
+1
*
For compatibility with long-standing --columns behavior, do not display
Zac Medico
2008-09-28
1
-0
/
+5
*
add support for slot dependencies (original patch by Robert Buchholz <rbu@gen...
Marius Mauch
2008-09-28
1
-3
/
+8
*
use summarylist for output of test mode when --verbose is given (patch by Rob...
Marius Mauch
2008-09-28
1
-5
/
+5
*
sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)
Marius Mauch
2008-09-28
2
-1
/
+2
*
print dates in a consistent format (patch by Robert Buchholz <rbu@gentoo.org>)
Marius Mauch
2008-09-28
1
-1
/
+29
*
also accept glsa-2.dtd as valid for GLSAs (patch by Robert Buchholz <rbu@gent...
Marius Mauch
2008-09-28
1
-1
/
+5
*
account for DTD changes wrt 'revised' element (patch by Robert Buchholz <rbu@...
Marius Mauch
2008-09-28
1
-2
/
+18
*
document AgeSet handler class
Marius Mauch
2008-09-28
1
-0
/
+26
*
update set config documentation to include extend, remove and intersect options
Marius Mauch
2008-09-28
1
-7
/
+18
*
use ignorelist to avoid potential infite loop
Marius Mauch
2008-09-28
1
-2
/
+2
*
Add operator logic to sets.conf
Marius Mauch
2008-09-28
1
-4
/
+28
*
Properly process set arguments inside set expressions
Marius Mauch
2008-09-28
1
-38
/
+48
*
disable redefintion errors when updating the set definitions
Marius Mauch
2008-09-28
1
-6
/
+5
*
implement set arguments to reconfigure and create package sets on the command...
Marius Mauch
2008-09-28
2
-1
/
+50
*
Another correctness fix in BlockerDB.findInstalledBlockers().
Zac Medico
2008-09-27
1
-1
/
+1
*
Fix code inside BlockerDB.findInstalledBlockers() to correctly strip multiple
Zac Medico
2008-09-27
1
-2
/
+2
*
EAPI 2 is now supported.
Zac Medico
2008-09-27
1
-5
/
+3
*
Mask packages with deprecated EAPIs in order to prevent them from being
Zac Medico
2008-09-27
3
-7
/
+21
*
In the --depclean docs, there's no need to advise the user to use --oneshot
Zac Medico
2008-09-27
3
-3
/
+3
*
Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes created
Zac Medico
2008-09-27
1
-2
/
+2
*
Add PROPERTIES to the list of USE evaluated keys for the Packages index.
Zac Medico
2008-09-26
1
-1
/
+4
*
Add PROPERTIES to all of the metadata caches.
Zac Medico
2008-09-26
6
-9
/
+9
*
Update hardcoded auxdbkey_order attributes to include PROPERTIES.
Zac Medico
2008-09-26
2
-2
/
+2
*
Bug #238766 - Revert the fetch() mirror:// behavior change from r11537 since
v2.2_rc11
Zac Medico
2008-09-26
1
-7
/
+1
*
Add back code removed in r11553 and fix logic to avoid IndexError.
v2.2_rc10
Zac Medico
2008-09-26
1
-1
/
+5
[next]