Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | files/eclass/R-packages.eclass: drop eutils. | 2023-08-01 | 1 | -3/+1 | |
| | | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org> | ||||
* | files/eclass/R-packages.eclass: set src_configure as no-op. | 2020-11-24 | 1 | -1/+3 | |
| | | | | | | | In sci-CRAN/nloptr src_configure triggers installation as well, which is not desired. Signed-off-by: Benda Xu <heroxbd@gentoo.org> | ||||
* | roverlay/ebuild/creation.py: move KEYWORDS definition into ebuilds. | 2020-11-24 | 1 | -2/+2 | |
| | | | | | | | | | | A eclass must not define KEYWORDS. Depend on subslots of R so that ebuilds get recompiled when R version changes. Reference: https://devmanual.gentoo.org/eclass-writing/ Signed-off-by: Benda Xu <heroxbd@gentoo.org> | ||||
* | R-package.eclass: do not expose src_prepare. | 2018-08-11 | 1 | -11/+1 | |
| | |||||
* | R-packages.eclass: EAPI bump to 6. | 2018-07-12 | 1 | -5/+10 | |
| | |||||
* | Only move source directory when needed. | 2018-05-28 | 1 | -2/+4 | |
| | | | | | | This supports packages from outside CRAN. Fix typo in the last commit. | ||||
* | R-packages.eclass: use default S. | 2016-07-07 | 1 | -5/+2 | |
| | |||||
* | update generated files | 2014-08-23 | 1 | -0/+1 | |
| | |||||
* | update generated files | 2014-07-29 | 1 | -1/+6 | |
| | |||||
* | files/misc/roverlay.bashcomp: add-policy args | 2014-07-18 | 1 | -2/+4 | |
| | |||||
* | update generated files | 2014-05-07 | 1 | -0/+9 | |
| | |||||
* | roverlay-query-config: rename arg "-C" -> "-c" | 2014-05-07 | 1 | -2/+2 | |
| | |||||
* | update roverlay-setup bash completion | 2014-04-01 | 1 | -0/+5 | |
| | |||||
* | roverlay-setup: load parser defaults file | 2014-04-01 | 2 | -0/+12 | |
| | |||||
* | update generated files | 2014-04-01 | 1 | -0/+753 | |
| | |||||
* | hooks: use die_cannot_run() | 2014-03-31 | 4 | -3/+7 | |
| | |||||
* | hook functions: die_cannot_run() | 2014-03-31 | 1 | -2/+14 | |
| | | | | + qwhich(): use "hash" instead of "which" | ||||
* | roverlay: --log-level, --verbose (-v) args | 2014-03-25 | 1 | -1/+8 | |
| | | | | Sets the console log level. | ||||
* | add bash completion for roverlay-query-config | 2014-02-22 | 1 | -0/+32 | |
| | |||||
* | metadata-cache hook: --repositories-configuration | 2014-01-25 | 1 | -2/+20 | |
| | | | | Pass --repositories-configuration instead of --portdir-overlay to egencache. | ||||
* | files/mako_templates/status.html: fixup | 2013-12-11 | 1 | -18/+18 | |
| | |||||
* | files/shlib/functions.sh: minor doc typo | 2013-11-14 | 1 | -1/+1 | |
| | |||||
* | roverlay.bashcomp, roverlay-setup: subcommands | 2013-09-23 | 1 | -0/+5 | |
| | | | | do not continue with normal command completion if a subcommand was provided. | ||||
* | files/hooks: notify-desktop | 2013-09-23 | 1 | -0/+20 | |
| | | | | Uses notify-send to signalize that roverlay is done. | ||||
* | hooks: enable metadata cache creation by default | 2013-09-23 | 1 | -0/+1 | |
| | | | | | This affects standalone roverlay only, installed versions already have metadata cache creation enabled by default. | ||||
* | files/shlib/setup-interactive: safer --target-gid | 2013-09-23 | 1 | -6/+45 | |
| | | | | | | | | Check if $roverlay_user is in $roverlay_group and (un)set $roverlay_group accordingly: * if calling user is not root: unset unless user in $roverlay_group * if calling user is root: offer to add target user to $roverlay_group | ||||
* | files/shlib/functions.sh: do not reset FUNCTIONS | 2013-09-23 | 1 | -1/+1 | |
| | | | | | don't set FUNCTIONS if already set (could be a constant, e.g. in roverlay-setup-interactive). | ||||
* | script for interactive roverlay setup | 2013-09-20 | 1 | -0/+220 | |
| | | | | This commit restores the ebuild's pkg_config() functionality. | ||||
* | roverlay-setup: support various config import methods | 2013-09-17 | 1 | -1/+2 | |
| | | | | | | This commit adds support for "symlink=dirs", "symlink=files" and "copy". Also added a --force-import-config for importing the config even if roverlay is used in standalone mode. | ||||
* | roverlay.bashcomp: roverlay-setup | 2013-09-13 | 1 | -17/+106 | |
| | |||||
* | allow files/shlib/functions.sh to be used standalone | 2013-09-06 | 1 | -17/+43 | |
| | | | | | Setting FUNCTIONS_STANDALONE=y allows to use the functions file without roverlay's hook env. | ||||
* | not-installed: enable 'git-commit-overlay' hook by default | 2013-09-06 | 1 | -0/+1 | |
| | | | | | this change doesn't affect roverlay installations (live ebuild->...), where hooks can be activated via emerge --config. | ||||
* | files/hooks/mux.sh: preload extra function files | 2013-09-06 | 1 | -1/+11 | |
| | |||||
* | load git functions in git-push | 2013-09-06 | 1 | -1/+1 | |
| | |||||
* | git-push: return 0 even if git push failed | 2013-09-06 | 1 | -5/+6 | |
| | | | | + remove "echo" in the git push command | ||||
* | git-commit-overlay: always reinit git repo | 2013-09-06 | 1 | -4/+12 | |
| | |||||
* | files/shlib/git: more meaningful messages | 2013-09-06 | 1 | -2/+3 | |
| | |||||
* | files/hooks/mux: run hooks in a subshell | 2013-09-06 | 1 | -22/+17 | |
| | |||||
* | files/hooks/mux.sh: set $this | 2013-09-06 | 1 | -1/+13 | |
| | |||||
* | files/shlib/functions: sync_allowed(), $this | 2013-09-06 | 1 | -0/+31 | |
| | |||||
* | files/hooks: git-push (experimental/todo) | 2013-09-04 | 1 | -0/+69 | |
| | |||||
* | config/: add hookrc file, files/shlib: itertools | 2013-09-04 | 1 | -0/+72 | |
| | | | | | | * hook-related configuration * files/shlib/itertools: provides line_iterator(), which is required to read ${GIT_REMOTES} | ||||
* | git-commit-overlay: reinit git repo, use config vars | 2013-09-04 | 1 | -25/+26 | |
| | | | | | | * partially reconfigure the git repo (user name/email, ...) * use GIT_COMMIT_MESSAGE, GIT_COMMIT_MAX_LINE_WIDTH from the hookrc config file (if defined there) | ||||
* | files/shlib/git: git_update_config() | 2013-09-04 | 1 | -1/+21 | |
| | |||||
* | files/shlib/functions: add EX_GIT_* error codes | 2013-09-04 | 1 | -1/+11 | |
| | |||||
* | files/shlib/git: minor comment | 2013-09-04 | 1 | -1/+1 | |
| | |||||
* | files/hook/mux: load ROVERLAY_HOOKRC | 2013-09-04 | 1 | -0/+7 | |
| | | | | ... before running the actual hooks | ||||
* | files/shlib/functions: make ROVERLAY_HOOKRC a constant | 2013-09-04 | 1 | -4/+5 | |
| | |||||
* | roverlay: add distmap_rebuild command | 2013-08-21 | 1 | -1/+1 | |
| | | | | | This command is similar to running roverlay with --distmap-verify, but doesn't involve overlay creation (it simply regenerates the distmap). | ||||
* | add bash completion for roverlay-status | 2013-08-19 | 1 | -1/+98 | |
| |