GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-multirepo.git
master
SoC2010: Project portage-multirepo
Otavio <otaviobp@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Automatically take packages masked by ~arch if needed and inform the user
Sebastian Luther
2010-08-05
1
-4
/
+89
|
*
Bug #330179 - Ensure that depgraph._show_unsatisfied_dep() only shows
Zac Medico
2010-08-04
1
-5
/
+8
|
*
Bug #330179 - Fix depgraph._show_unsatisfied_dep() to show a masked
Zac Medico
2010-08-04
1
-2
/
+2
|
*
Bug #285191 - Add back the RDEPEND.implicit warning to detect the cases
Zac Medico
2010-08-04
1
-1
/
+34
|
*
repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...
Sebastian Luther
2010-08-04
2
-1
/
+20
*
|
Revert "Fixing portage bug. If more than one line in package.license is used ...
Otavio Pontes
2010-08-07
1
-1
/
+1
*
|
Revert "Fixes portage bug. It was not possible to put 2 properties from the s...
Otavio Pontes
2010-08-07
1
-1
/
+1
*
|
Adding tests for package.license
Otavio Pontes
2010-08-06
12
-0
/
+140
*
|
Fixing portage bug. If more than one line in package.license is used for the ...
Otavio Pontes
2010-08-06
1
-1
/
+1
*
|
Variable name error in _getMissingLicenses
Otavio Pontes
2010-08-06
1
-1
/
+1
*
|
Adding tests for package.properties
Otavio Pontes
2010-08-06
10
-6
/
+130
*
|
Fixes portage bug. It was not possible to put 2 properties from the same cp i...
Otavio Pontes
2010-08-05
1
-1
/
+1
*
|
Adding test to emerge with --exclude option
Otavio Pontes
2010-08-04
9
-1
/
+142
*
|
Adding stderr to return_str too.
Otavio Pontes
2010-08-04
1
-1
/
+7
*
|
Using property repo instead of metadata['repository']
Otavio Pontes
2010-08-04
9
-17
/
+17
*
|
Removing code that checks visibility from _pkg and letting _select_pkg_highes...
Otavio Pontes
2010-08-04
1
-30
/
+20
*
|
Adding repo as a property. Suggested by _few
Otavio Pontes
2010-08-04
1
-3
/
+8
*
|
Merge branch 'master' of git://git.overlays.gentoo.org/proj/portage
Otavio Pontes
2010-08-04
5
-25
/
+27
|
\
|
|
*
Add a sanity check in _preload_portage_submodules() to ensure that the
Zac Medico
2010-08-04
1
-0
/
+4
|
*
Fix infinite loop in _preload_portage_submodules().
Zac Medico
2010-08-03
1
-0
/
+1
|
*
Fix typo in docstring.
Zac Medico
2010-08-03
1
-1
/
+1
|
*
Bug #330645 - Make _unregister_module_proxy() detect partially imported
Zac Medico
2010-08-03
1
-12
/
+17
|
*
Bug #330645 - Use more lazy imports for the portage.data module, in
Zac Medico
2010-08-03
3
-3
/
+5
|
*
Remove code related to $DISTDIR/.locks since that directory is
Zac Medico
2010-08-03
1
-10
/
+0
*
|
Variable name was incorrect
Otavio Pontes
2010-08-03
1
-2
/
+1
*
|
Adding repo_name tests to testAtom
Otavio Pontes
2010-08-03
1
-10
/
+19
*
|
Uncommenting tests that use to fail
Otavio Pontes
2010-08-03
1
-26
/
+26
*
|
parameter was passed incorrectly
Otavio Pontes
2010-08-03
1
-1
/
+1
*
|
Merge branch 'master' of git://git.overlays.gentoo.org/proj/portage
Otavio Pontes
2010-08-03
4
-17
/
+29
|
\
|
|
*
Make ExtendedAtomDict.__getitem__() return the value directly from
Zac Medico
2010-08-03
1
-15
/
+7
|
*
Move the */* code out of loops for greater efficiency.
Zac Medico
2010-08-03
1
-19
/
+19
|
*
Make the effect of */* atoms in package.{use,license,properties} show up in e...
Sebastian Luther
2010-08-03
1
-1
/
+19
|
*
Only populate the binarytree for actions that need it (search or
Zac Medico
2010-08-02
1
-1
/
+2
|
*
Bug #330937: Handle IOError raised by array.fromfile().
Arfrever Frehtes Taifersar Arahesis
2010-08-03
1
-1
/
+2
*
|
Merge branch 'master' of git://git.overlays.gentoo.org/proj/portage
Otavio Pontes
2010-08-02
4
-49
/
+82
|
\
|
|
*
* Make _world_repo_match() try to match both atoms, so it still works
Zac Medico
2010-08-01
1
-9
/
+11
|
*
Make update_config_files() take a dict of {repo_name: list} since it's more
Zac Medico
2010-08-01
2
-24
/
+54
|
*
Just return boolean to indicate whether or not updates have been performed,
Zac Medico
2010-07-31
1
-10
/
+8
|
*
Move the mtimedb timestamps code out of an unnecessary loop.
Zac Medico
2010-07-31
1
-2
/
+3
|
*
Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.
Zac Medico
2010-07-31
3
-6
/
+8
*
|
Adding test routine to check if the correct ebuild is beeing used to
Otavio Pontes
2010-07-30
3
-3
/
+14
*
|
Adding tests for packages.* files using multiple repositories
Otavio Pontes
2010-07-30
41
-0
/
+585
*
|
Readding tests and adding priority to gentoo in repos.conf.sample
Otavio Pontes
2010-07-29
2
-1
/
+2
*
|
If portdir is in portdir_overlay it should use portdir_overlay order
Otavio Pontes
2010-07-29
1
-4
/
+3
*
|
Adding --quiet option for cvs that suport it when --quiet is used in emerge
Otavio Pontes
2010-07-29
1
-16
/
+21
*
|
Merge branch 'master' of git://git.overlays.gentoo.org/proj/portage
Otavio Pontes
2010-07-29
15
-164
/
+377
|
\
|
|
*
Add a warning message to the --package-moves[=n] docs, noting that
Zac Medico
2010-07-28
1
-1
/
+4
|
*
Add a --package-moves[=n] option that can be used to control the
Zac Medico
2010-07-28
3
-7
/
+25
|
*
Document --depclean-lib-check[=n].
Zac Medico
2010-07-28
1
-0
/
+8
|
*
Fix calc_depclean() to skip the topological sort code when there's
Zac Medico
2010-07-28
1
-1
/
+1
[prev]
[next]