Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/namecoin: patch does not apply. Disable for now | Leonardo Arena | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+2 |
| | | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved. | ||||
* | testing/namecoin: upgrade to 0.3.80 | Natanael Copa | 2015-04-20 | 2 | -13/+69 |
| | |||||
* | testing/namecoin: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | testing/namecoin: fix version number to correspond with upstream | Natanael Copa | 2014-09-26 | 1 | -6/+6 |
| | |||||
* | testing/namecoin: update to 0.3.76 | Stuart Cardall | 2014-09-15 | 5 | -346/+39 |
| | | | | update to 0.3.76 | ||||
* | testing/namecoin: update to 0.3.75 +QT5 | Stuart Cardall | 2014-06-25 | 8 | -83/+415 |
| | | | | Also patched to build with QT5 | ||||
* | testing/namecoin: new aport | Stuart Cardall | 2014-06-02 | 8 | -0/+256 |
Same init / pre / post scripts as with bitcoin: daemon runs in /var/lib/namecoin as namecoin:namecoin APKBUILD tidied up: source format corrected for github patches fixed to -p1 qt() fixed GUI builds as qt4 (there is no qt5 gui for namecoin yet) locale patch revised to include the fix for qt - revision proposed upstream. python-dev is not available on 32 bit MUSL so the build will fail there for both namecoin & bitcoin. |