summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-22Run the keywords check only if the keywords are not empty.scarabeus
svn path=/trunk/gentoolkit/; revision=863
2010-11-22Drop useless importscarabeus
svn path=/trunk/gentoolkit/; revision=862
2010-11-21Fix wrong value parsingscarabeus
svn path=/trunk/gentoolkit/; revision=861
2010-11-21Drop useless code for whitespace strippingscarabeus
svn path=/trunk/gentoolkit/; revision=860
2010-11-21Compare keywords not as exact line match but separately. This allows ↵scarabeus
multiple combined versions to overshadow. svn path=/trunk/gentoolkit/; revision=859
2010-11-19Fix UnicodeDecodeError in setup.py, bug 346001fuzzyray
svn path=/trunk/gentoolkit/; revision=858
2010-11-19Revert: Use join() rather than string printing.scarabeus
svn path=/trunk/gentoolkit/; revision=857
2010-11-18Remove unused variable.scarabeus
svn path=/trunk/gentoolkit/; revision=856
2010-11-17Use join() rather than string printing.scarabeus
svn path=/trunk/gentoolkit/; revision=854
2010-11-17Respect category when running as cwd call without specified package.scarabeus
svn path=/trunk/gentoolkit/; revision=853
2010-11-15Change keywords short option to 'y' from 'k' which was already taken by the ↵fuzzyray
check keyword. Uncomment has keyword in test_init.py svn path=/trunk/gentoolkit/; revision=849
2010-11-15Fix failing test, caused by uncommenting the has modulefuzzyray
svn path=/trunk/gentoolkit/; revision=848
2010-11-15Merge genscripts revision 481fuzzyray
svn path=/trunk/gentoolkit/; revision=847
2010-11-02Die correctly when called indirectly with no package specified.scarabeus
svn path=/trunk/gentoolkit/; revision=846
2010-11-02Fix typos in previous commit.scarabeus
svn path=/trunk/gentoolkit/; revision=845
2010-11-02Revert altering keywords_content. This change was not ready yet.scarabeus
svn path=/trunk/gentoolkit/; revision=844
2010-11-02Fix arg parsing everywhere for eshowkw.scarabeus
svn path=/trunk/gentoolkit/; revision=843
2010-11-02Fix error on rotate content and py3 compat.scarabeus
svn path=/trunk/gentoolkit/; revision=842
2010-10-29Extend PORTDIR_OVERLAY rather than overriding it to not create warnings.scarabeus
svn path=/trunk/gentoolkit/; revision=840
2010-10-28Add encoding informations.scarabeus
svn path=/trunk/gentoolkit/; revision=839
2010-10-28Fix import path again. Process only proper passed args in required function.scarabeus
svn path=/trunk/gentoolkit/; revision=838
2010-10-28Initial commit to add equery keywords support for executing eshowkw.scarabeus
svn path=/trunk/gentoolkit/; revision=837
2010-10-28Fix typo, using undefined variable with name as function...scarabeus
svn path=/trunk/gentoolkit/; revision=836
2010-10-28Fix imports and package to reflect gentoolkit integration.scarabeus
svn path=/trunk/gentoolkit/; revision=835
2010-10-28Fix broken include.scarabeus
svn path=/trunk/gentoolkit/; revision=834
2010-10-28Fix typoscarabeus
svn path=/trunk/gentoolkit/; revision=833
2010-10-28Update version string in eshowkw properly.scarabeus
svn path=/trunk/gentoolkit/; revision=832
2010-10-28Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus
gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831
2010-09-23Add --binpkgs-missing option to equery list to print installed packages thatfuzzyray
do not have a corresponding binary package built. svn path=/trunk/gentoolkit/; revision=815
2010-09-23Don't match package names in /var/db/pkg that begin with a '-'. Thisfuzzyray
prevents us from matching -MERGING entries. (Bug 338031) svn path=/trunk/gentoolkit/; revision=814
2010-09-22Merge from genscripts r457: douglasjandersonfuzzyray
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
2010-09-22Merge from genscripts r459: douglasjandersonfuzzyray
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
2010-09-22Merge from genscripts r446: brian.dolbecfuzzyray
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
2010-09-22Merge from genscripts r461: brian.dolbecfuzzyray
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
2010-09-22Merge from genscripts r445: brian.dolbecfuzzyray
fix Bug 327741. put in the full command path including the EPREFIX if defined. svn path=/trunk/gentoolkit/; revision=808
2010-09-22Merge from genscripts r448: brian.dolbecfuzzyray
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
2010-09-22Merge from genscripts r440: brian.dolbecfuzzyray
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
2010-09-22Merge from genscripts r429: brian.dolbecfuzzyray
remove a few debug print statements. svn path=/trunk/gentoolkit/; revision=805
2010-09-22Merge from genscripts r458: douglasjandersonfuzzyray
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
2010-09-22Merge from genscripts r460: brian.dolbecfuzzyray
fix typo. svn path=/trunk/gentoolkit/; revision=803
2010-09-22Merge from genscripts r451: douglasjandersonfuzzyray
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
2010-09-22Merge from genscripts r456: douglasjandersonfuzzyray
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
2010-09-22Merge from genscripts r447: brian.dolbecfuzzyray
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
2010-05-13Replace portage.db[/] with portage.db[portage.root] so that root is not ↵fuzzyray
hardcoded svn path=/trunk/gentoolkit/; revision=782
2010-05-13eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller <ulm@gentoo.org>.idl0r
svn path=/trunk/gentoolkit/; revision=781
2010-05-06revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might idl0r
improve that a bit more in the future. svn path=/trunk/gentoolkit/; revision=780
2010-04-28Restore follow symlinks option (-L) to the find /var/db/pkg command so that ↵fuzzyray
revdep-rebuild works even when /var/db/pkg is a symlink. (Bug #317571) svn path=/trunk/gentoolkit/; revision=777
2010-04-17euse: Make python code of euse python-3 compatible, thanks to Arfreveridl0r
Frehtes Taifersar Arahesis <arfrever@gentoo.org>. svn path=/trunk/gentoolkit/; revision=775
2010-04-12Document --format option for equeryfuzzyray
svn path=/trunk/gentoolkit/; revision=774
2010-04-11euse: Fix check for /etc/make.profile.idl0r
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