Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | aur, pkgbuild-check-nonfree: mkmakedepends and mkcheckdepends don't existv20130627 | Luke Shumaker | |
2013-06-27 | add {load,unset}_PKGBUILD to conf.sh, use it. | Luke Shumaker | |
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH. | |||
2013-06-08 | aur: cleanup, fix | Luke Shumaker | |
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker | |
Unfortunately for me, that means that it works correctly *most* of the time. But, for example, [[ 10 < 2 ]], and negatives don't work. | |||
2013-06-05 | [all tools]: use conf.sh (and libremessages if necessary) | Luke Shumaker | |
2013-06-05 | aur: play with return status | Luke Shumaker | |
2013-06-05 | pull code from `aur` into new prog `pkgbuild-check-licenses`, enhance | Luke Shumaker | |
2013-06-05 | aur, pkgbuild-check-nonfree: fix up copyright lines | Luke Shumaker | |
2013-06-05 | aur: detect common licenses not in /usr/share/license/common | Luke Shumaker | |
2013-06-05 | aur: also examine "checkdepends", and mk{,check,make}depends (librefetch) | Luke Shumaker | |
2013-06-05 | aur: report if pkgbuild-check-nonfree failed | Luke Shumaker | |
2013-06-05 | aur: Use pacman instead of searching ABSROOT; works for split packages | Luke Shumaker | |
2013-06-05 | aur: prompt to continue after diffing a package | Luke Shumaker | |
2013-06-05 | aur: cleanup quoting, etc. | Luke Shumaker | |
2013-06-05 | aur: don't support not diffing a package if there is diffing to be done | Luke Shumaker | |
2013-06-05 | aur: expand help text, require at least one argument | Luke Shumaker | |
2013-05-29 | aur: use conf.sh | Luke Shumaker | |
2013-05-24 | remove stdnull, use plain I/O redirection | Luke Shumaker | |
2012-11-28 | clean up aurv20121128 | Luke Shumaker | |
2012-11-13 | aur: use bash builtins instead of sedv20121113 | Luke Shumaker | |
2012-11-07 | organize the files | Luke Shumaker | |