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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bail out when given an invalid mode.
Zac Medico
2010-02-19
1
-1
/
+3
*
Remove unused merge_cmd variable.
Zac Medico
2010-02-18
1
-1
/
+0
*
Remove diffutils version detection code since it's not really needed.
Zac Medico
2010-02-18
1
-13
/
+2
*
Fix broken diffutils vercmp code.
Zac Medico
2010-02-18
1
-3
/
+2
*
Bug #305393 - Handle new sdiff exit status for diffutils-2.9.
Zac Medico
2010-02-18
1
-0
/
+16
*
After src_install, save fewer variables when writing the vdb entry for a
Zac Medico
2010-02-14
1
-3
/
+9
*
Evaluate USE conditionals when writing vdb entries after src_install.
Zac Medico
2010-02-14
1
-3
/
+2
*
Use Atom.cp instead of dep_getkey(), and use cpv_getkey() instead of
Zac Medico
2010-02-09
1
-9
/
+19
*
Use cpv_getkey() instead of dep_getkey() where appropriate.
Zac Medico
2010-02-09
1
-3
/
+3
*
Skip atom validation in WorldHandler since WorldSelectedSet handles this
Zac Medico
2010-02-09
1
-3
/
+2
*
Import portage.StringIO for ImportError handling.
Zac Medico
2010-02-07
1
-1
/
+1
*
Fix deprecated reference to portdbapi.mysettings.
Zac Medico
2010-02-05
1
-1
/
+1
*
Bug #295197 - Output a newline after valid user input is received.
Zac Medico
2010-02-02
1
-0
/
+2
*
Clean up config incrementals handling.
Zac Medico
2010-01-31
1
-7
/
+6
*
Deprecate pordbapi.mysettings since the portdbapi.settings alias is now
Zac Medico
2010-01-31
1
-2
/
+2
*
Bug #302937 - Handle declare -r without assignment.
Zac Medico
2010-01-31
1
-12
/
+29
*
Fix AttributeError when adjusting incrementals. Thanks to Jonathan Callen
Zac Medico
2010-01-31
1
-7
/
+4
*
Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o>
Zac Medico
2010-01-30
1
-0
/
+6
*
Deprecate the first parameter of the portdbapi constructor since it is always
Zac Medico
2010-01-30
1
-1
/
+1
*
Don't ignore CVS/Entries.IO_error when not in commit mode.
v2.2_rc62
Zac Medico
2010-01-29
1
-6
/
+5
*
Remove code for svn.IO_error and bzr.IO_error categories since they don't
Zac Medico
2010-01-29
1
-6
/
+2
*
Fix AttributeError from has_versions for atoms with no USE deps. Thanks to
Zac Medico
2010-01-28
1
-2
/
+2
*
Add an Atom.evaluate_conditionals() method and use where appropriate.
Zac Medico
2010-01-28
1
-5
/
+1
*
Add support for evaluation of conditional USE atoms in has_version and
Zac Medico
2010-01-27
1
-11
/
+36
*
Fix Manifest commit logic for cvs and svn. Thanks to Rafael Martins
Zac Medico
2010-01-19
1
-4
/
+4
*
Invert some vcs conditionals that are specific to cvs and svn.
Zac Medico
2010-01-18
1
-3
/
+3
*
Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for
Zac Medico
2010-01-18
1
-15
/
+60
*
Make sure repoman knows about all files in the directory to commit using bzr....
Fabian Groffen
2010-01-14
1
-1
/
+1
*
Use encoded byte strings with python-2.x, since the python ebuilds are
Zac Medico
2010-01-13
1
-10
/
+14
*
Fix output handling to avoid potential UnicodeEncodeError.
Zac Medico
2010-01-12
1
-3
/
+9
*
Fix unicode quote handling to work with python3.
Zac Medico
2010-01-11
1
-4
/
+16
*
Avoid portage import in order to avoid a potential sandbox violation if
Zac Medico
2010-01-11
1
-3
/
+1
*
Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.
Arfrever Frehtes Taifersar Arahesis
2010-01-11
1
-1
/
+6
*
Bug #300388 - Fix terminal handling code to so term codes aren't sent when
Zac Medico
2010-01-11
3
-1
/
+3
*
only return status for the current directory (or the directory being asked fo...
Fabian Groffen
2010-01-10
1
-3
/
+3
*
Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham...
Fabian Groffen
2010-01-10
1
-18
/
+58
*
Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. Thanks
Zac Medico
2010-01-07
1
-0
/
+11
*
Fix it so an empty directory given to doins -r does not trigger failure.
Zac Medico
2010-01-06
1
-7
/
+6
*
Bug #299248 - Fix doins return code handling to make sure it always fails
Zac Medico
2010-01-04
1
-3
/
+20
*
Bug #297364 - Only set EAPI conditional PATH once after sourcing the ebuild
v2.2_rc61
Zac Medico
2009-12-24
1
-39
/
+48
*
Remove stray echo.
Zac Medico
2009-12-24
1
-1
/
+0
*
In save_ebuild_env(), preserve all ebuild phases in any case since excluding
Zac Medico
2009-12-24
1
-2
/
+0
*
Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH.
Zac Medico
2009-12-24
1
-7
/
+1
*
Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.
Arfrever Frehtes Taifersar Arahesis
2009-12-22
1
-2
/
+2
*
Fix the assert alias to avoid 'value to great for base' messages in some cases.
Zac Medico
2009-12-19
1
-2
/
+9
*
Revert previous commit because it's no comptible (doesn't pass arguments to
Zac Medico
2009-12-19
1
-1
/
+1
*
Fix the assert alias to 'value to great for base' messages in some cases.
Zac Medico
2009-12-19
1
-1
/
+1
*
Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.
Zac Medico
2009-12-16
1
-1
/
+1
*
Bug #296870 - Allow locale related LANG and LC_* variables to persist between
Zac Medico
2009-12-16
2
-6
/
+12
*
Combine 2 shift calls into one.
v2.2_rc59
Zac Medico
2009-12-13
1
-2
/
+1
[next]