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/gentoolkit.git
deprecated
gentoolkit-0.2.4
gentoolkit-dev
master
revdep-rebuild
Collection of administration scripts for Gentoo
Gentoo Portage Tools team <tools-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed multilib support
revdep-rebuild
slis
2013-09-30
2
-33
/
+105
*
Minor fix in rebuild (parsing options)
Slawek
2012-10-02
1
-3
/
+1
*
Cleanup in revdep-rebuild file; improved multi-core analyzing (speedup on mul...
Slawek
2012-10-02
4
-1
/
+144
*
Fixed --library checking when not using cache
Slawek
2011-04-28
1
-1
/
+1
*
Added support for file path in -L option
Slawek
2011-04-27
2
-6
/
+19
*
Fixed .la files parser. Some minor logging fixes.
Slawek
2011-04-26
3
-10
/
+23
*
pass the nocolor setting on to emerge.
dol-sen
2011-04-25
1
-0
/
+2
*
move unused function to stuff.py
dol-sen
2011-04-25
2
-8
/
+9
*
change the masking status message.
dol-sen
2011-04-25
1
-1
/
+2
*
whitespace separation from system imports
dol-sen
2011-04-25
2
-0
/
+2
*
more cleanup of importing logging. Use the one defined or passed in to in ma...
dol-sen
2011-04-25
4
-15
/
+32
*
migrate away from a global SETTINGS usage.
dol-sen
2011-04-24
5
-31
/
+40
*
new /bin/revdep-ng script. revamp rebuild.py for a better api.
dol-sen
2011-04-24
2
-145
/
+238
*
convert to gentoolkit's standard tab indent.
dol-sen
2011-04-24
6
-519
/
+519
*
rename revdep-rebuild.py due to a python error if a '-' is used in the name.
dol-sen
2011-04-24
1
-0
/
+0
*
Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518
Slawek
2011-02-15
3
-2
/
+24
*
Some fixes after file split. Removed unwanted files. Moved settings into module
Slawek
2011-01-18
8
-86
/
+76
*
Split to several files. Introduced logging (instead of print_v)
Slawomir Lis
2011-01-17
8
-601
/
+717
*
Fixed error in reading cache. Fixed problem with too many files to check.
Slawek
2011-01-07
1
-17
/
+34
*
Fixed checks for --library option
lis.slawek
2010-12-29
1
-3
/
+2
*
Fixed scanning revdep config; minor fix in analyse function
lis.slawek
2010-12-29
1
-3
/
+8
*
Fixed problem with 32/64 bit libraries and binaries
lis.slawek
2010-12-29
1
-9
/
+35
*
Comment the NO_PRETEND variable better.
brian.dolbec
2010-12-29
1
-5
/
+7
*
fix a missing leading space so that any args are not attached to the emerge c...
brian.dolbec
2010-12-29
1
-1
/
+1
*
Initial revision of revdep-rebuild python version
lis.slawek
2010-12-29
1
-0
/
+723
*
create a pkg for the new python revdep-rebuild.
brian.dolbec
2010-12-29
1
-0
/
+4
*
Remove use_cache parameter from setcpv call since it is deprecated.
FuzzyRay
2010-12-28
1
-1
/
+1
*
Inital man page for eshowkw listing all of the options.
FuzzyRay
2010-12-27
1
-0
/
+43
*
Add equery has information to the man page.
Brian Dolbec
2010-12-21
1
-0
/
+48
*
Convert my name to contain all proper chars.
scarabeus
2010-12-18
1
-1
/
+1
*
Add man page stub for eshowkw
fuzzyray
2010-12-17
1
-0
/
+4
*
Drop useless comment line
scarabeus
2010-12-04
1
-1
/
+1
*
Update sorting algorithm to order slots properly if package with lower slot h...
scarabeus
2010-12-04
1
-27
/
+23
*
Properly get versions for all packages in all repositories so versions from d...
scarabeus
2010-11-27
1
-9
/
+61
*
Make euse prefix aware
fuzzyray
2010-11-24
2
-3
/
+4
*
Update euse to look for portage config files in new as well as old paths. Bug...
fuzzyray
2010-11-24
2
-14
/
+58
*
Revert previous changes to euse, changes will need to be more extensive
fuzzyray
2010-11-23
1
-14
/
+7
*
Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. Bug...
fuzzyray
2010-11-23
1
-7
/
+14
*
Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295
fuzzyray
2010-11-22
1
-1
/
+3
*
Move useless variable passing.
scarabeus
2010-11-22
1
-11
/
+11
*
Run the keywords check only if the keywords are not empty.
scarabeus
2010-11-22
1
-1
/
+2
*
Drop useless import
scarabeus
2010-11-22
1
-2
/
+0
*
Fix wrong value parsing
scarabeus
2010-11-21
1
-1
/
+1
*
Drop useless code for whitespace stripping
scarabeus
2010-11-21
1
-16
/
+3
*
Compare keywords not as exact line match but separately. This allows multiple...
scarabeus
2010-11-21
1
-14
/
+13
*
Fix UnicodeDecodeError in setup.py, bug 346001
fuzzyray
2010-11-19
1
-2
/
+3
*
Revert: Use join() rather than string printing.
scarabeus
2010-11-19
1
-2
/
+2
*
Remove unused variable.
scarabeus
2010-11-18
1
-2
/
+1
*
Use join() rather than string printing.
gentoolkit-0.3.0_rc11
scarabeus
2010-11-17
1
-2
/
+2
*
Respect category when running as cwd call without specified package.
scarabeus
2010-11-17
1
-1
/
+1
[next]