summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-02Convert sodepends to use pyalpmworkingDan McGee1-22/+17
2011-06-02Main file cleanups and simplificationDan McGee2-23/+16
2011-06-02Don't assume local DB when looking up providersDan McGee1-3/+3
2011-06-02Fix carch ruleDan McGee3-22/+36
2011-06-02Remove unnecessary codeDan McGee1-5/+1
2011-06-02Follow standard Python class naming conventionsDan McGee6-8/+6
2011-05-08Correct packaging issues.Rémy Oudompheng2-2/+2
2011-05-08Release version 3.13.1.0Rémy Oudompheng2-1/+2
2011-05-08shebandepends: redirect stderr when calling `which`Rémy Oudompheng1-1/+1
2011-05-08fileownership: use a clearer tag for non-standard owner alertRémy Oudompheng2-2/+2
2011-04-27Remove pacman module completely.Rémy Oudompheng7-104/+40
2011-04-27Use pyalpm in shebangdependsRémy Oudompheng1-18/+9
2011-04-27Use pyalpm in depends module.Rémy Oudompheng1-11/+4
2011-04-27Add functions to load info from pacman database.Rémy Oudompheng1-10/+26
2011-04-27Move tarball loading code to a separate function.Rémy Oudompheng5-21/+26
2011-04-27Import pyalpm with default database location.Rémy Oudompheng1-0/+4
2011-04-27Move PKGBUILD loading code to a separate function.Rémy Oudompheng5-32/+34
2011-04-27mimedesktop: ignore symlinks when looking for desktop files (FS#23952)Rémy Oudompheng2-0/+4
2011-04-27extravars: add epoch to standard variables (FS#23966)Rémy Oudompheng2-1/+3
2011-04-25Add javafiles rule to detect dependency on Java runtime (FS#23521)Rémy Oudompheng4-0/+52
2011-04-25Update NEWS fileRémy Oudompheng1-0/+5
2011-04-25fix util.script_type() to give correct results when reading /usr/bin/envRémy Oudompheng1-2/+3
2011-04-25fhs: add a check for files in temporary directories (FS#23539)Rémy Oudompheng3-16/+34
2011-04-24parsepkgbuild: run with sane PATH and redirect standard outputRémy Oudompheng1-2/+2
2011-04-02Release version 3.0.63.0.6Rémy Oudompheng2-1/+7
2011-04-02tags: code cleanup, try to load a tags file on importRémy Oudompheng2-15/+23
2011-04-02Print dependency reasons in the depends moduleRémy Oudompheng4-7/+13
2011-04-02Revert the inverted logic of provides handlingRémy Oudompheng1-20/+10
2011-04-02Move tag processing and formatting to a separate module.Rémy Oudompheng2-16/+60
2011-04-02tests: add basic sodepends test caseRémy Oudompheng1-0/+69
2011-04-02tests: run makepkg with the full environmentRémy Oudompheng1-2/+4
2011-04-02sodepends, shebangdepends: add dependency reasonsRémy Oudompheng4-14/+37
2011-04-02Add dependency reasons for several rulesRémy Oudompheng9-14/+40
2011-04-02Modify tags to allow for display of dependency reasonsRémy Oudompheng6-12/+16
2011-04-02Turn PacmanPackage.detected_deps into a dictionary.Rémy Oudompheng8-10/+12
2011-04-02tags: separate tags for the depends module from rule tagsRémy Oudompheng1-8/+10
2011-04-02sodepends: use sets instead of dictionaries with dummy valuesRémy Oudompheng1-7/+17
2011-03-30Minor update to NEWS file.Rémy Oudompheng1-1/+1
2011-03-30Release version 3.0.5 (bug fix)3.0.5Rémy Oudompheng2-1/+5
2011-03-30Fix the non-working depends rule again.Rémy Oudompheng2-26/+53
2011-03-27Release version 3.0.43.0.4Rémy Oudompheng2-1/+5
2011-03-27Make unit tests for filenames rule work in other locales.Rémy Oudompheng1-2/+6
2011-03-27Ignore environment variables while parsing PKGBUILDsRémy Oudompheng2-1/+3
2011-03-27Write PKGBUILDs from unit tests as UTF-8 encoded files.Rémy Oudompheng1-1/+1
2011-03-27Mark the carch rule test as an expected failure.Rémy Oudompheng1-0/+2
2011-03-27Add checkdepends to the list of PKGBUILD standard variables.Rémy Oudompheng3-2/+8
2011-03-26Release version 3.0.33.0.3Rémy Oudompheng1-1/+1
2011-03-22Use standard Python functions for symlink resolution.Rémy Oudompheng3-13/+24
2011-03-21Add a test for symlinks targets with many slashes.Rémy Oudompheng1-0/+2
2011-03-19Move the extravars work to the PKGBUILD parserDan McGee4-24/+16