aboutsummaryrefslogtreecommitdiff
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* files/eclass/R-packages.eclass: drop eutils.Benda Xu2023-08-011-3/+1
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* files/eclass/R-packages.eclass: set src_configure as no-op.Benda Xu2020-11-241-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.Benda Xu2020-11-241-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.Benda Xu2018-08-111-11/+1
|
* R-packages.eclass: EAPI bump to 6.Benda Xu2018-07-121-5/+10
|
* Only move source directory when needed.Benda Xu2018-05-281-2/+4
| | | | | | This supports packages from outside CRAN. Fix typo in the last commit.
* R-packages.eclass: use default S.Benda Xu2016-07-071-5/+2
|
* update generated filesAndré Erdmann2014-08-231-0/+1
|
* update generated filesAndré Erdmann2014-07-291-1/+6
|
* files/misc/roverlay.bashcomp: add-policy argsAndré Erdmann2014-07-181-2/+4
|
* update generated filesAndré Erdmann2014-05-071-0/+9
|
* roverlay-query-config: rename arg "-C" -> "-c"André Erdmann2014-05-071-2/+2
|
* update roverlay-setup bash completionAndré Erdmann2014-04-011-0/+5
|
* roverlay-setup: load parser defaults fileAndré Erdmann2014-04-012-0/+12
|
* update generated filesAndré Erdmann2014-04-011-0/+753
|
* hooks: use die_cannot_run()André Erdmann2014-03-314-3/+7
|
* hook functions: die_cannot_run()André Erdmann2014-03-311-2/+14
| | | | + qwhich(): use "hash" instead of "which"
* roverlay: --log-level, --verbose (-v) argsAndré Erdmann2014-03-251-1/+8
| | | | Sets the console log level.
* add bash completion for roverlay-query-configAndré Erdmann2014-02-221-0/+32
|
* metadata-cache hook: --repositories-configurationAndré Erdmann2014-01-251-2/+20
| | | | Pass --repositories-configuration instead of --portdir-overlay to egencache.
* files/mako_templates/status.html: fixupAndré Erdmann2013-12-111-18/+18
|
* files/shlib/functions.sh: minor doc typoAndré Erdmann2013-11-141-1/+1
|
* roverlay.bashcomp, roverlay-setup: subcommandsAndré Erdmann2013-09-231-0/+5
| | | | do not continue with normal command completion if a subcommand was provided.
* files/hooks: notify-desktopAndré Erdmann2013-09-231-0/+20
| | | | Uses notify-send to signalize that roverlay is done.
* hooks: enable metadata cache creation by defaultAndré Erdmann2013-09-231-0/+1
| | | | | This affects standalone roverlay only, installed versions already have metadata cache creation enabled by default.
* files/shlib/setup-interactive: safer --target-gidAndré Erdmann2013-09-231-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 FUNCTIONSAndré Erdmann2013-09-231-1/+1
| | | | | don't set FUNCTIONS if already set (could be a constant, e.g. in roverlay-setup-interactive).
* script for interactive roverlay setupAndré Erdmann2013-09-201-0/+220
| | | | This commit restores the ebuild's pkg_config() functionality.
* roverlay-setup: support various config import methodsAndré Erdmann2013-09-171-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-setupAndré Erdmann2013-09-131-17/+106
|
* allow files/shlib/functions.sh to be used standaloneAndré Erdmann2013-09-061-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 defaultAndré Erdmann2013-09-061-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 filesAndré Erdmann2013-09-061-1/+11
|
* load git functions in git-pushAndré Erdmann2013-09-061-1/+1
|
* git-push: return 0 even if git push failedAndré Erdmann2013-09-061-5/+6
| | | | + remove "echo" in the git push command
* git-commit-overlay: always reinit git repoAndré Erdmann2013-09-061-4/+12
|
* files/shlib/git: more meaningful messagesAndré Erdmann2013-09-061-2/+3
|
* files/hooks/mux: run hooks in a subshellAndré Erdmann2013-09-061-22/+17
|
* files/hooks/mux.sh: set $thisAndré Erdmann2013-09-061-1/+13
|
* files/shlib/functions: sync_allowed(), $thisAndré Erdmann2013-09-061-0/+31
|
* files/hooks: git-push (experimental/todo)André Erdmann2013-09-041-0/+69
|
* config/: add hookrc file, files/shlib: itertoolsAndré Erdmann2013-09-041-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 varsAndré Erdmann2013-09-041-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()André Erdmann2013-09-041-1/+21
|
* files/shlib/functions: add EX_GIT_* error codesAndré Erdmann2013-09-041-1/+11
|
* files/shlib/git: minor commentAndré Erdmann2013-09-041-1/+1
|
* files/hook/mux: load ROVERLAY_HOOKRCAndré Erdmann2013-09-041-0/+7
| | | | ... before running the actual hooks
* files/shlib/functions: make ROVERLAY_HOOKRC a constantAndré Erdmann2013-09-041-4/+5
|
* roverlay: add distmap_rebuild commandAndré Erdmann2013-08-211-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-statusAndré Erdmann2013-08-191-1/+98
|