aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in MakefileAndré Erdmann2014-05-071-1/+1
|
* Makefile, "dist": remove useless checkAndré Erdmann2014-04-031-3/+0
|
* Makefile: DIST_{TAR,BZIP2,GZIP,XZ}André Erdmann2014-04-031-5/+20
|
* Makefile, "dist": create a separate -doc tarballAndré Erdmann2014-04-031-7/+22
|
* remove bin/build/{do_pydoc,roverlay_rst2html}.shAndré Erdmann2014-04-031-1/+0
|
* Makefile overhaulAndré Erdmann2014-04-031-145/+347
| | | | | | | | | | | | | | | | | | | | | * added a "help" target * moved pydoc creation to Makefile (bin/build/do_pydoc.sh no longer necessary) * moved html doc creation to Makefile (allows parallelization) * support parallel deprules compression (_compress-deprules) * enforce file/dir mode for all installed files (use recursive "install", not "cp -r") * "dist" target: compress with bzip2, gzip and xz, depending on X_BZIP2, X_GZIP, X_XZ * removed broken "install-roverlay" target * "install-pymodules" renamed to "install" as it installs scripts/binaries as well * "install-config-compressed" dropped in favor of COMPRESSED_CONFIG=0|1 (in "install-config") * added "install-bashcomp", "install-nonpy" * removed uninstall-roverlay, renamed uninstall-pymodules->uninstall These changes are incompatible with the current roverlay-9999.ebuild's src_install().
* Makefile: add 'generate-files-commit' targetAndré Erdmann2014-04-021-0/+12
|
* Makefile: add 'setver', 'version-bump' targetsAndré Erdmann2014-04-021-1/+21
|
* Makefile, 'release': pack all filesAndré Erdmann2014-04-021-11/+36
|
* roverlay-setup: load parser defaults fileAndré Erdmann2014-04-011-1/+4
|
* Makefile: $ROVERLAY_TARGET_TYPEAndré Erdmann2014-04-011-6/+26
| | | | | | | | | | | | | | ROVERLAY_TARGET_TYPE controls which files get installed: when gentoo: => config/R-overlay.conf.install => no licenses file when others: => config/R-overlay.conf.install.others => install files/licenses to $DATADIR/licenses Also added a "generate-licenses" target for creating files/licenses.
* Makefile: parallel generate-configAndré Erdmann2014-04-011-23/+58
|
* Makefile, generate-config: + R-overlay.conf.othersAndré Erdmann2014-03-311-1/+1
|
* roverlay/util/fileio: support xz compressionAndré Erdmann2014-02-221-4/+5
| | | | | | | | | | | | * roverlay/util/fileio: ** read/write_text_file(): add support for xz ** read_text_file(): catch compression-related errors for the first text line only ** read_text_file(): make sure to close the file(!) ** TextFile: add get_default_compression() * move SUPPORTED_COMPRESSION dict to roverlay/util/compression * roverlay/config/entrymap: use roverlay/util/compression * roverlay/db/distmap: get_default_compression()
* Makefile: fix generate-configAndré Erdmann2013-09-181-7/+10
|
* Makefile: 'generate-config' targetAndré Erdmann2013-09-131-2/+19
| | | | | | This creates config/R-overlay.conf, R-overlay.conf and R-overlay.conf.local. The *.local file is the same as the non-local one, but uses absolute filesystem paths.
* Makefile: fix hookrc file locationAndré Erdmann2013-09-111-1/+1
|
* move scripts/ to bin/André Erdmann2013-09-111-3/+3
|
* move run_tests to bin/André Erdmann2013-09-111-2/+2
|
* Makefile: install config/{package_rules,hookrc}André Erdmann2013-09-111-1/+2
|
* Makefile: recursively compress dep rule filesAndré Erdmann2013-09-111-1/+1
|
* Makefile: fix _pyclean targetAndré Erdmann2013-09-041-1/+1
| | | | delete both .pyc and .pyo files
* Makefile: fix typo (make->mako)André Erdmann2013-08-161-1/+1
|
* Makefile: install mako templatesAndré Erdmann2013-08-161-1/+4
|
* Makefile: fix pydoc targetAndré Erdmann2013-08-051-4/+2
|
* install fixup (#1)André Erdmann2013-07-111-6/+2
|
* Makefile: remove pydoc target temporarilyAndré Erdmann2013-07-101-3/+5
|
* update ebuild, MakefileAndré Erdmann2013-07-101-52/+91
|
* doc: remove ..header directive, add html titleAndré Erdmann2012-08-201-1/+3
|
* move helper scripts to scripts/André Erdmann2012-08-201-2/+4
|
* Makefile: html targetAndré Erdmann2012-08-101-3/+13
|
* Makfile: install/uninstall targetsAndré Erdmann2012-08-091-7/+42
|
* Makefile mkdir, not @mkdirAndré Erdmann2012-08-071-1/+1
|
* helper scripts and MakefileAndré Erdmann2012-08-061-0/+82
|
* removed old filesAndré Erdmann2012-07-041-44/+0
|
* test scriptsAndré Erdmann2012-06-261-1/+6
|
* update MakefileAndré Erdmann2012-06-221-23/+12
|
* temporary files for testingAndré Erdmann2012-06-121-0/+3
|
* MakefileAndré Erdmann2012-06-111-2/+14
|
* temporary files for testing etc.André Erdmann2012-06-061-2/+7
| | | | | | | | | | * added test-seewave/seewave targets to the Makefile * run_config.py tries to read config files * roverlay/depres/Makefile executes 'cd .. && make' modified: Makefile new file: roverlay/depres/Makefile new file: run_config.py
* temporary files: test scriptsAndré Erdmann2012-06-011-6/+5
| | | | | | | * removed test-desc from Makefile and added test-ebuild_creation2 * added PYTHON=2|3 to test_ebuildcreation.sh modified: Makefile modified: test_ebuildcreation.sh
* temporary files (for testing etc.)Andre Erdmann2012-05-261-11/+15
|
* temporary files (for testing etc.)Andre Erdmann2012-05-251-5/+15
|
* temporary files (for testing etc.)Andre Erdmann2012-05-241-0/+17