aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* digest.py: bump to Python 3.11.HEADmasterBenda Xu2024-08-231-1/+1
| | | | | | | portage has a C implementation of Whirlpool as the hash algorithm is largely unavailable after OpenSSL 3 is released. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* roverlay-9999.ebuild: bump to EAPI=7.Benda Xu2020-11-241-9/+9
| | | | | | Bump to Python 3.8. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* roverlay-9999.ebuild: gentoo git URLs change.Benda Xu2015-11-051-2/+2
| | | | https://www.gentoo.org/news/2015/04/25/anongit-overlays.html
* roverlay-9999.ebuild: update PYTHON_TARGETSAndré Erdmann2014-12-091-2/+2
|
* roverlay-9999.ebuild: drop dep on python-argparseAndré Erdmann2014-07-131-1/+0
| | | | virtual/python-argparse is masked
* update roverlay-9999.ebuildAndré Erdmann2014-04-031-16/+9
| | | | | | | * fix python deps * create "roverlay" group during pkg_preinst() * compress config during src_compile() * adopt Makefile changes
* roverlay-9999.ebuild: compression USE flagsAndré Erdmann2014-02-221-9/+9
| | | | | * bzip2 renamed to compress-config * the (new) xz flag can be selected to have guaranteed runtime support for xz
* roverlay-9999.ebuild: reenable python2_7André Erdmann2014-02-211-1/+1
| | | | add python2_7 to PYTHON_COMPAT, local test run succeeded.
* roverlay-9999.ebuild: rovelay is no longer compatible with python2.7Benda Xu2014-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/roverlay", line 7, in <module> roverlay.defaultscript.main_installed() File "/usr/lib64/python2.7/site-packages/roverlay/defaultscript.py", line 35, in main_installed return main ( True, *args, **kw ) File "/usr/lib64/python2.7/site-packages/roverlay/defaultscript.py", line 73, in main retcode = run_overlay_create ( main_env ) File "/usr/lib64/python2.7/site-packages/roverlay/defaultscript.py", line 201, in run_overlay_create run_sync ( env ) File "/usr/lib64/python2.7/site-packages/roverlay/defaultscript.py", line 177, in run_sync repo_list.load() File "/usr/lib64/python2.7/site-packages/roverlay/remote/repolist.py", line 128, in load self.load_file ( f ) File "/usr/lib64/python2.7/site-packages/roverlay/remote/repolist.py", line 119, in load_file self.repos.extend ( new_repos ) File "/usr/lib64/python2.7/site-packages/roverlay/remote/repoloader.py", line 82, in read_repofile **common_kwargs File "/usr/lib64/python2.7/site-packages/roverlay/remote/rsync.py", line 85, in __init__ src_uri=src_uri, remote_uri=rsync_uri File "/usr/lib64/python2.7/site-packages/roverlay/remote/basicrepo.py", line 75, in __init__ self._identifier = next ( self.__class__.ID_GENERATOR ) TypeError: IDGenerator object is not an iterator
* roverlay-9999.ebuild: fix/update depsAndré Erdmann2014-01-251-2/+2
|
* roverlay-9999.ebuild: add python3_3 to PYTHON_COMPATAndré Erdmann2013-12-111-2/+1
|
* script for interactive roverlay setupAndré Erdmann2013-09-201-4/+6
| | | | This commit restores the ebuild's pkg_config() functionality.
* roverlay-9999.ebuild: fix (R)DEPENDAndré Erdmann2013-09-161-3/+3
| | | | | | typo: swap RDEPEND<->DEPEND Remove setuptools from RDEPEND as "eggsecutables" are no longer used.
* roverlay-9999.ebuild: install examples/André Erdmann2013-09-121-0/+1
|
* fix installation of bash completion file(s)André Erdmann2013-09-121-2/+2
|
* update roverlay-9999.ebuildAndré Erdmann2013-09-111-247/+36
| | | | | | * uses git-r3, distutils-r1 * should have proper dependencies now * pkg_config() will be restored once roverlay-setup is done
* roverlay-9999.ebuild: add dev-python/mako to RDEPENDAndré Erdmann2013-08-161-1/+2
|
* roverlay-9999.ebuild: add net-analyzer/rrdtoolAndré Erdmann2013-08-121-0/+1
| | | | rrdtool is required for persistent stats collection (-> RDEPEND)
* update roverlay-9999.ebuildAndré Erdmann2013-08-091-4/+11
| | | | | | * dropped python3_1 target (masked in the main tree) * added dev-python/futures dependency (concurrent.futures for python < 3.2) * install bash completion file(s)
* roverlay-9999.ebuild: set EGIT_BRANCHAndré Erdmann2013-07-231-3/+1
| | | | set EGIT_BRANCH to gsoc13/next if PV starts with 99999
* ebuild: enable default hooks, chown $work_rootAndré Erdmann2013-07-121-11/+83
|
* ebuild: set up roverlay via pkg_config()André Erdmann2013-07-121-5/+141
|
* update config/R-overlay.conf.installAndré Erdmann2013-07-111-0/+4
| | | | | | generated file Create necessary dirs during src_install() in the ebuild.
* install fixup (#1)André Erdmann2013-07-111-4/+5
|
* update ebuild, MakefileAndré Erdmann2013-07-101-16/+21
|
* fix setup.pyAndré Erdmann2013-06-221-1/+1
| | | | | | This commit adds missing dirs to the package list in setup.py. It also reflects the eclass/ -> files/eclass/ move in the ebuild, but that doesn't mean that "this" version of roverlay can be installed without issues.
* ebuild: add sys-apps/portage to RDEPENDAndré Erdmann2013-01-291-0/+1
| | | | virtual/package-manager from @system is not sufficient
* Install the eclass and enable it by defautDenis Dupeyron2013-01-261-0/+1
|
* ebuild: depend on virtual/python-argparseAndré Erdmann2012-11-291-1/+1
|
* move config files to config/André Erdmann2012-08-201-6/+6
|
* ebuild: use /etc, add USE=bzip2André Erdmann2012-08-101-12/+18
|
* code comments and GPLAndré Erdmann2012-08-061-1/+1
|
* roverlay live ebuildAndré Erdmann2012-08-031-0/+44
The ebuild is *highly* experimental (particularly the example config file destination, /usr/share/roverlay-9999) and should be regarded as first attempt.