| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/gentoolkit/; revision=863
|
|
svn path=/trunk/gentoolkit/; revision=862
|
|
svn path=/trunk/gentoolkit/; revision=861
|
|
svn path=/trunk/gentoolkit/; revision=860
|
|
multiple combined versions to overshadow.
svn path=/trunk/gentoolkit/; revision=859
|
|
svn path=/trunk/gentoolkit/; revision=858
|
|
svn path=/trunk/gentoolkit/; revision=857
|
|
svn path=/trunk/gentoolkit/; revision=856
|
|
svn path=/trunk/gentoolkit/; revision=854
|
|
svn path=/trunk/gentoolkit/; revision=853
|
|
check keyword. Uncomment has keyword in test_init.py
svn path=/trunk/gentoolkit/; revision=849
|
|
svn path=/trunk/gentoolkit/; revision=848
|
|
svn path=/trunk/gentoolkit/; revision=847
|
|
svn path=/trunk/gentoolkit/; revision=846
|
|
svn path=/trunk/gentoolkit/; revision=845
|
|
svn path=/trunk/gentoolkit/; revision=844
|
|
svn path=/trunk/gentoolkit/; revision=843
|
|
svn path=/trunk/gentoolkit/; revision=842
|
|
svn path=/trunk/gentoolkit/; revision=840
|
|
svn path=/trunk/gentoolkit/; revision=839
|
|
svn path=/trunk/gentoolkit/; revision=838
|
|
svn path=/trunk/gentoolkit/; revision=837
|
|
svn path=/trunk/gentoolkit/; revision=836
|
|
svn path=/trunk/gentoolkit/; revision=835
|
|
svn path=/trunk/gentoolkit/; revision=834
|
|
svn path=/trunk/gentoolkit/; revision=833
|
|
svn path=/trunk/gentoolkit/; revision=832
|
|
gentoolkit-dev.
svn path=/trunk/gentoolkit/; revision=831
|
|
do not have a corresponding binary package built.
svn path=/trunk/gentoolkit/; revision=815
|
|
prevents us from matching -MERGING entries. (Bug 338031)
svn path=/trunk/gentoolkit/; revision=814
|
|
Add h(a)s to gentoolkit.test.equery.test_init.test_expand_module_name so that
the test passes.
Merge from genscripts r453: douglasjanderson
This bring all equery modules except the new has module on board with
bug #114086; adding non-zero exit status when a script finds no results
Merge from genscripts r441: brian.dolbec
some minor (non fatal) indent fixes.
svn path=/trunk/gentoolkit/; revision=812
|
|
Fixing a traceback when Query is passed an invalid atom, and merging some
_incomplete_ work on has.py
Merge from genscripts r454: brian.dolbec
make the needed changes to fix bug 114086 in the has module.
Merge from genscripts r452: douglasjanderson
gentoolkit.query.Query can't subclass gentoolkit.atom.Atom because we can't
control what portage.dep.Atom takes as input.
Merge from genscripts r451: douglasjanderson
Revert r438 because the problem it addresses can be taken care of more robustly.
Merge from genscripts r449: douglasjanderson
Make some modifications to fix bug #309091
Merge from genscripts r444: brian.dolbec
add more help about the env_var's
Merge from genscripts r443: douglasjanderson
Simplify a func for ease of testing
Merge from genscripts r442: brian.dolbec
initial commit of a general purpose equery has module useable for nearly all the
available vardb ENVIRONMENT data"
Merge from genscripts r438: brian.dolbec
rework the dpendencies _parser() tok == '' trap in an attempt to trap the
InvalidAtom error, add '' removal from matches in query, add more detail in the
error from Atom, add a trap to skirt around a null atom in the ChangeLog class.
Hopefully I either solved it or have it printing out more info this time.
Merge from genscripts r436: brian.dolbec
fix the error in the raising of the GentoolkitInvalidAtom error, find and changethe info printed out in the error message to help track down the problem.
Merge from genscripts r428: andkit
Fix globbing for python-2.6.5/3.1.2 (fixes #315665)
Apply the regexp only to the category instead of trying to
modify the regexp to match the full package key to avoid relying on
a specific layout of the regexp return by fnmatch.translate.
svn path=/trunk/gentoolkit/; revision=811
|
|
fix the new has module description line.
Merge from genscripts r442: brian.dolbec
initial commit of a general purpose equery has module useable for nearly all
the available vardb ENVIRONMENT data
svn path=/trunk/gentoolkit/; revision=810
|
|
replace the inaccurate reg expression method of obtaining the filename from the
SRC_URI with code from portage.portdbapi._parse_uri_map() so that it works
correctly for all instances and it's just as fast.
svn path=/trunk/gentoolkit/; revision=809
|
|
fix Bug 327741. put in the full command path including the EPREFIX if defined.
svn path=/trunk/gentoolkit/; revision=808
|
|
Fix the output of the deprecated pkg information to reflect whether it was able
to save their sources or not.
Merge from genscripts r439: brian.dolbec
fix the prettySize output errors introduced when I removed the deprecated
formatting style previously used. This now properly displays the rounded file
sizes.
svn path=/trunk/gentoolkit/; revision=807
|
|
remove the noisy deprecation warning and put in a comment instead. This
function tries the new API function parameter first anyway, so it would only
revert to internal code as a last resort.
svn path=/trunk/gentoolkit/; revision=806
|
|
remove a few debug print statements.
svn path=/trunk/gentoolkit/; revision=805
|
|
Fix for bug #303129: equery meta's keyword sorting should match ekeyword.
Merge from genscripts r455: douglasjanderson
Small backend and source mods.
Merge from genscripts r432: brian.dolbec
fix Bug 317899 traceback due to incorrectly using pass instead of continue in
two locations.
Merge from genscripts r426: andkit
add $mask2 to the list of allowed placeholders for --help.
svn path=/trunk/gentoolkit/; revision=804
|
|
fix typo.
svn path=/trunk/gentoolkit/; revision=803
|
|
Revert r438 because the problem it addresses can be taken care of more robustly.
Merge from genscripts r449: douglasjanderson
Make some modifications to fix bug #309091
Merge from genscripts r438: brian.dolbec
rework the dpendencies _parser() tok == '' trap in an attempt to trap the
InvalidAtom error, add '' removal from matches in query, add more detail in the
error from Atom, add a trap to skirt around a null atom in the ChangeLog class.
Hopefully I either solved it or have it printing out more info this time.
Merge from genscripts r436: brian.dolbec
fix the error in the raising of the GentoolkitInvalidAtom error, find and change
the info printed out in the error message to help track down the problem.
Merge from genscripts r435: brian.dolbec
modify the tok if statement as it didn't catch the error the user was using to
print out additional info
Merge from genscripts r434: brian.dolbec
try to solve an svn diff! Invalid Atom, '' error a user is getting running
equery depends. this should intercept the empty tok before and print out more
useable info to determine if it should be an error or should be ignored, etc.
svn path=/trunk/gentoolkit/; revision=802
|
|
Revert r430 and fix the problem within the existing code without relying on
pkgsplit (it's slow); adds test case to catch the problem and future
regressions. Bug #316961
Merge from genscripts r433: brian.dolbec
fix a regression due to pkgsplit returning '-r0'.
Merge from genscripts r430: brian.dolbec
fix bug 316961. commented out the pkgname validation due to a false result. Why
is it necessary anyway?
svn path=/trunk/gentoolkit/; revision=801
|
|
Update the eclean manpage with the additional options.
Fix a few grammar mistakes.
Add a section explaining the new deprecated pkg reporting.
svn path=/trunk/gentoolkit/; revision=800
|
|
hardcoded
svn path=/trunk/gentoolkit/; revision=782
|
|
svn path=/trunk/gentoolkit/; revision=781
|
|
improve that a bit more in the future.
svn path=/trunk/gentoolkit/; revision=780
|
|
revdep-rebuild works even when /var/db/pkg is a symlink. (Bug #317571)
svn path=/trunk/gentoolkit/; revision=777
|
|
Frehtes Taifersar Arahesis <arfrever@gentoo.org>.
svn path=/trunk/gentoolkit/; revision=775
|
|
svn path=/trunk/gentoolkit/; revision=774
|
|
Check if its readable and a directory instead of checking if its a link,
thanks to Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>.
svn path=/trunk/gentoolkit/; revision=772
|