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
*
Make EbuildWhitespace ignore here-documents. Thanks to Diego Pettenò
Zac Medico
2009-04-29
1
-4
/
+19
*
Make xtermTitle() use a global variable to cache the result of the TERM check.
Zac Medico
2009-04-29
1
-13
/
+17
*
Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles.
Zac Medico
2009-04-29
1
-3
/
+6
*
Fix the code from bug #267104 to account non-root users.
Zac Medico
2009-04-29
1
-1
/
+3
*
Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since these
Zac Medico
2009-04-29
1
-23
/
+3
*
Bug #267104 - If the statvfs f_bavail field shows insufficient free space and
Zac Medico
2009-04-29
1
-2
/
+9
*
Put ebuild helpers at the absolute front of the PATH.
Zac Medico
2009-04-28
1
-4
/
+7
*
Bug #71646 - Don't allow the HISTFILE variable into the ebuild environment
Zac Medico
2009-04-28
2
-2
/
+2
*
fix e-mail munging and add see also section
Mike Frysinger
2009-04-27
1
-1
/
+5
*
Add a new EAPI.definition check for cases in which EAPI is defined after an
Zac Medico
2009-04-26
4
-1
/
+23
*
Revert r13390 (dosed and dohard functions) since a stack trace isn't really
Zac Medico
2009-04-24
2
-10
/
+1
*
Add dummy dosed and dohard functions for EAPI 3, so that a trace can be
Zac Medico
2009-04-24
2
-1
/
+10
*
Add dohard and doset helper which die for EAPI 3. TODO: Make the die
Zac Medico
2009-04-24
5
-2
/
+23
*
Set executable.
Zac Medico
2009-04-24
1
-0
/
+0
*
Automatically define errno.ESTALE if it doesn't exist (like on interix).
Zac Medico
2009-04-23
1
-0
/
+3
*
Fix breakage in PREROOTPATH logic from the EAPI 3 code.
Zac Medico
2009-04-23
1
-0
/
+1
*
Remove ccache and distcc remove_path_entry code since PATH is always
Zac Medico
2009-04-23
1
-3
/
+0
*
Use declare -F to check existence of function definitions, instead of
Zac Medico
2009-04-22
1
-10
/
+10
*
Use ret|=1 instead of ++ret, to avoid possible overflow.
Zac Medico
2009-04-21
1
-1
/
+1
*
Add new dodoc implementation for EAPI 3. Thanks to to Tiziano Müller
Zac Medico
2009-04-21
1
-0
/
+50
*
In ebuild_main(), unset ebuild_helpers_path when finished with it, since
Zac Medico
2009-04-21
1
-0
/
+1
*
Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. Thanks
Zac Medico
2009-04-21
1
-0
/
+13
*
Exit unsuccessfully when in commit mode and nothing is found to commit. Thanks
Zac Medico
2009-04-21
1
-1
/
+1
*
Clarify language in repos.conf reference to repoman and egencache.
Zac Medico
2009-04-20
1
-1
/
+2
*
When in --nodeps mode, make depgraph._serialize_tasks() preserve the package
Zac Medico
2009-04-20
1
-0
/
+7
*
Add note about 'use' in the Atom.intersects() docstring.
v2.2_rc31
Zac Medico
2009-04-19
1
-2
/
+3
*
Drop from --ask to --pretend for uninstall all actions.
Zac Medico
2009-04-19
1
-1
/
+2
*
Add missing del when cleansing cache in action_metadata().
Zac Medico
2009-04-19
1
-1
/
+1
*
Tweak _eclasses_ logic inside action_metadata().
Zac Medico
2009-04-19
1
-5
/
+7
*
Emphasize precedence of repos.conf over layout.conf.
Zac Medico
2009-04-19
1
-2
/
+6
*
Add notes about eclass precedence for metadata/layout.conf.
Zac Medico
2009-04-19
1
-1
/
+5
*
In action_deselect(), use the installed packages to expand atoms into slot
Zac Medico
2009-04-19
1
-3
/
+14
*
Add --ask support to action_deselect().
Zac Medico
2009-04-19
1
-0
/
+7
*
Fix bugs in action_deselect() and add --pretend support.
Zac Medico
2009-04-19
1
-5
/
+8
*
Add a new --deselect action which removes atoms from the world file. This
Zac Medico
2009-04-19
4
-9
/
+118
*
Fix default master code so that it doesn't trigger when PORTDIR is empty.
Zac Medico
2009-04-19
1
-1
/
+1
*
If a repo doesn't have metadata/layout.conf then use either missing eclass
Zac Medico
2009-04-19
1
-3
/
+5
*
Handle IOError from codecs.open().
Zac Medico
2009-04-18
1
-1
/
+1
*
Support profiles.desc from overlays.
Zac Medico
2009-04-18
1
-47
/
+66
*
Support use.desc from overlays.
Zac Medico
2009-04-18
1
-25
/
+36
*
Use a new ProfileDesc class to handle the data for each profile listed in
Zac Medico
2009-04-18
1
-40
/
+39
*
Add support to emerge --metadata for transfering cache from overlays that
Zac Medico
2009-04-18
1
-56
/
+235
*
Fix lockfile() docstring to correctly document the wantnewlockfile behavior.
Zac Medico
2009-04-18
1
-2
/
+4
*
Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patch
Zac Medico
2009-04-18
1
-9
/
+1
*
Bug #266493 - Never return a long from vercmp() since that can trigger an
Zac Medico
2009-04-17
1
-9
/
+19
*
Add support for repos.conf 'aliases' attribute which allows alias
Zac Medico
2009-04-16
3
-4
/
+28
*
Fix typo from previous commit.
Zac Medico
2009-04-16
1
-1
/
+1
*
Add support in repos.conf to override the "masters" setting from layout.conf.
Zac Medico
2009-04-16
3
-14
/
+40
*
Call realpath(repodir) so it's conistent with the value that pordbapi uses.
Zac Medico
2009-04-16
1
-0
/
+1
*
Bug #265909 - Make emerge display a warning message if any overlays are
Zac Medico
2009-04-15
3
-2
/
+40
[next]