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-idfetch.git
idfetch
master
SoC2010: IDFetch - Intelligent Distfile Fetcher (Portage modifications)
Kostyantyn Ovechko <fastinetserver@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
portageq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
1
-1
/
+0
*
Don't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico
2010-03-24
1
-1
/
+1
*
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
*
Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageName
Zac Medico
2009-10-11
1
-5
/
+1
*
Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-2
/
+2
*
Support both Python 2 and 3 in portage._unicode_encode() and portage._unicode...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-1
/
+1
*
Use range() instead of xrange() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-1
/
+1
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+2
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-43
/
+43
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-3
/
+3
*
Update imports to import portage.os (with unicode wrappers), and use
Zac Medico
2009-08-11
1
-1
/
+2
*
Use writemsg_stdout() for safe unicode output.
Zac Medico
2009-08-08
1
-14
/
+15
*
Move global portage import to the top and add writemsg and
Zac Medico
2009-08-08
1
-20
/
+23
*
Simplify command introspection inside usage().
Zac Medico
2009-08-08
1
-6
/
+3
*
Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,
Zac Medico
2009-08-06
1
-6
/
+6
*
Decode arguments to unicode if necessary (needed at least for unicode file
Zac Medico
2009-08-04
1
-2
/
+7
*
Fix breakage in owners() handling of abs paths.
Zac Medico
2009-07-30
1
-1
/
+1
*
Add support to `portageq owners` for querying paths matching a given basename.
Zac Medico
2009-06-24
1
-5
/
+9
*
Fix grammar. Thanks to ABCD.
Zac Medico
2008-08-24
1
-1
/
+1
*
Fix spelling typos in error messages.
Zac Medico
2008-08-23
1
-2
/
+2
*
Fix the loop in filter_protected() to continue when necessary due to an
Zac Medico
2008-08-23
1
-0
/
+2
*
Flush stdout after the loop inside filter_protected() completes.
Zac Medico
2008-08-23
1
-0
/
+1
*
Add a new filter_protected command which is similar to is_protected but
Zac Medico
2008-08-23
1
-0
/
+57
*
Add a new is_protected command which queries whether or not CONFIG_PROTECT
Zac Medico
2008-08-22
1
-0
/
+47
*
Fix bug in get_repo_path() when called with multiple args.
Zac Medico
2008-07-23
1
-1
/
+1
*
Fix typo, found by pyflakes.
Zac Medico
2008-07-23
1
-1
/
+1
*
Add sandbox write access to PORTAGE_PYM_PATH before importing portage in
Zac Medico
2008-07-23
1
-3
/
+12
*
Bug #230525 - Work around ObjectProxy breakage in `portageq vdb_path`.
Zac Medico
2008-07-04
1
-2
/
+4
*
Import portage before trying to access portage.exception for exception
Zac Medico
2008-07-04
1
-6
/
+7
*
Bug #229859 - Also add atom validation to match().
Zac Medico
2008-06-28
1
-0
/
+4
*
Bug #229859 - Make portageq check atom validity when has_version() and
Zac Medico
2008-06-28
1
-0
/
+10
*
* Remove PORTAGE_LEGACY_GLOBALS hack for portage import since late
Zac Medico
2008-06-26
1
-10
/
+2
*
Add CONTENTS indexing support for optimization of owner lookups. The
Zac Medico
2008-06-09
1
-20
/
+15
*
Bug #218559 - Make portdbapi automatically add sandbox write access to
Zac Medico
2008-04-20
1
-4
/
+0
*
Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox for
Zac Medico
2008-03-06
1
-0
/
+4
*
fix message on ValueError to not sound like crap
Marius Mauch
2008-03-03
1
-1
/
+1
*
Implement a `portageq contents <root> <category/package>` command
Zac Medico
2007-12-21
1
-0
/
+25
*
Typo: remove bogus argument.
Zac Medico
2007-12-21
1
-1
/
+1
*
Enhance the portageq match command to list all installed packages
Zac Medico
2007-12-21
1
-9
/
+14
*
Bug #202566 - Move the 'global portage' statement to avoid
Zac Medico
2007-12-21
1
-1
/
+2
*
Instead of calling sys.exit when a ParseError occurs in the config
Zac Medico
2007-12-11
1
-0
/
+3
*
First import the main portage module without legacy globals since it
Zac Medico
2007-12-11
1
-1
/
+10
*
Print the Id tag an it's own line to avoid going
Zac Medico
2007-10-23
1
-2
/
+2
*
Fix the version Id tag.
Zac Medico
2007-10-23
1
-2
/
+1
*
Bug #196537 - Make portageq check that the <root> parameter
Zac Medico
2007-10-21
1
-7
/
+13
*
Bug #196043 - Implement a `portageq owners <root> [<filename>]+`
Zac Medico
2007-10-17
1
-1
/
+66
*
Bug #194764 - All the match* functions can raise
Zac Medico
2007-10-05
1
-9
/
+13
[next]