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
*
Fix typos in comments.
Arfrever Frehtes Taifersar Arahesis
2011-09-14
2
-3
/
+3
*
Fix grammar in some messages.
Arfrever Frehtes Taifersar Arahesis
2011-09-14
1
-2
/
+2
*
repoman: use repodir more
Zac Medico
2011-09-14
1
-1
/
+1
*
repoman: test symlinked repo path
v2.2.0_alpha57
Zac Medico
2011-09-14
1
-1
/
+6
*
repoman: use the repodir variable more
Zac Medico
2011-09-14
1
-9
/
+4
*
digestgen: remove duplicate 'mytree' variables
Zac Medico
2011-09-14
1
-5
/
+0
*
digestgen: handle get_repo_for_location KeyError
Zac Medico
2011-09-14
1
-1
/
+7
*
repoman: fix KeyError from digestgen with symlink
Zac Medico
2011-09-14
1
-0
/
+7
*
Deprecate the manifest1_compat parameter.
v2.2.0_alpha56
Zac Medico
2011-09-13
3
-11
/
+12
*
manifest: remove unused 'pf is None' case
Zac Medico
2011-09-13
1
-2
/
+0
*
man/portage.5: layout.conf examples manifests
Zac Medico
2011-09-12
1
-0
/
+4
*
metadata/layout.conf: "sign-manifests = false"
Zac Medico
2011-09-12
2
-5
/
+11
*
ebuild(1): remove unneeded porttrees modification
Zac Medico
2011-09-12
1
-6
/
+4
*
_validate_deps: pass myrepo to aux_get
Zac Medico
2011-09-12
1
-1
/
+2
*
ebuild(1): avoid "Location not set for repo" msgs
Zac Medico
2011-09-12
1
-2
/
+8
*
doebuild: support allow-missing and thin manifest
Zac Medico
2011-09-12
1
-15
/
+21
*
repoman: don't sign thin manifests
Zac Medico
2011-09-12
1
-3
/
+9
*
Add tests for thin manifests
Sebastian Luther
2011-09-12
2
-5
/
+57
*
add layout.conf awareness of thin-manifests
Brian Harring
2011-09-12
1
-2
/
+9
*
add thin manifest support to the Manifest class
Brian Harring
2011-09-12
2
-54
/
+97
*
Bind all manifest access through repoconfigs
Brian Harring
2011-09-12
10
-14
/
+38
*
refactoring; unhide part of the parsing functionality
Brian Harring
2011-09-12
1
-100
/
+98
*
ebuild.sh: make use* return false for "depend"
Zac Medico
2011-09-12
1
-1
/
+6
*
save-ebuild-env.sh: tweak PYTHONPATH cleansing
Zac Medico
2011-09-11
1
-3
/
+7
*
config: set USERLAND if unset
Zac Medico
2011-09-11
1
-0
/
+13
*
isolated-functions.sh: skip set_colors for depend
Zac Medico
2011-09-11
1
-8
/
+13
*
Move KV funcs to bashrc-functions.sh.
Zac Medico
2011-09-11
3
-53
/
+54
*
isolated-functions.sh: split save-ebuild-env.sh
Zac Medico
2011-09-11
4
-92
/
+95
*
ebuild.sh: setup PATH earlier
Zac Medico
2011-09-11
1
-7
/
+7
*
ebuild.sh: source *.sh at the top
Zac Medico
2011-09-11
1
-28
/
+28
*
Move preprocess_ebuild_env to phase-functions.sh.
Zac Medico
2011-09-11
2
-188
/
+184
*
ebuild.sh: split out bashrc-functions.sh
Zac Medico
2011-09-11
2
-92
/
+94
*
ebuild.sh: move hasg* funcs into econf
Zac Medico
2011-09-11
3
-13
/
+14
*
ebuild.sh: remove unused lchown and lchgrp
Zac Medico
2011-09-11
2
-9
/
+1
*
build.sh: has/best_version to phase-helpers.sh
Zac Medico
2011-09-11
2
-54
/
+47
*
ebuild.sh: move ebuild_main to phase-functions.sh
Zac Medico
2011-09-11
2
-223
/
+217
*
ebuild.sh: move use* funcs to phase-helpers.sh
Zac Medico
2011-09-11
2
-49
/
+50
*
ebuild.sh: add dummy funcs for "depend" phase
Zac Medico
2011-09-11
1
-0
/
+9
*
depgraph: pull in new virtual slots with --update
Zac Medico
2011-09-11
2
-11
/
+105
*
Add VirtualSlotResolverTestCase for bug #382557.
Zac Medico
2011-09-11
1
-0
/
+46
*
Revert virtual slot update code for bug 382557.
Zac Medico
2011-09-11
1
-1
/
+0
*
ebuild.sh: split out phase-helpers.sh
Zac Medico
2011-09-10
2
-520
/
+528
*
ebuild.sh: split out phase-functions.sh
Zac Medico
2011-09-10
2
-608
/
+613
*
depgraph: refactor virtual slot --update code
Zac Medico
2011-09-10
1
-28
/
+26
*
repoman: fix a typo in the file.executable desc
Zac Medico
2011-09-10
1
-1
/
+1
*
Add repoman warning about bash-completion deprecation.
Michał Górny
2011-09-10
1
-0
/
+1
*
depgraph: use Atom.with_slot() to match virtuals
Zac Medico
2011-09-10
1
-1
/
+1
*
Atom: add a with_slot method for adding a slot
Zac Medico
2011-09-10
1
-0
/
+8
*
depgraph: use _iter_match_pkgs_any where possible
Zac Medico
2011-09-09
1
-6
/
+5
*
Use utf_8 'merge' encoding for all locales.
v2.2.0_alpha55
Zac Medico
2011-09-09
1
-18
/
+22
[next]