Date: Wednesday, August 28, 2019 @ 06:41:07 Author: tensor5 Revision: 503513
archrelease: copy trunk to community-x86_64 Added: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 503512, parity-ethereum/trunk/PKGBUILD) parity-ethereum/repos/community-x86_64/parity-system.service (from rev 503512, parity-ethereum/trunk/parity-system.service) parity-ethereum/repos/community-x86_64/parity-user.service (from rev 503512, parity-ethereum/trunk/parity-user.service) parity-ethereum/repos/community-x86_64/parity.toml (from rev 503512, parity-ethereum/trunk/parity.toml) Deleted: parity-ethereum/repos/community-x86_64/PKGBUILD parity-ethereum/repos/community-x86_64/parity-system.service parity-ethereum/repos/community-x86_64/parity-user.service parity-ethereum/repos/community-x86_64/parity.toml -----------------------+ PKGBUILD | 94 ++++++++++++++++++++++++------------------------ parity-system.service | 38 +++++++++---------- parity-user.service | 28 +++++++------- parity.toml | 6 +-- 4 files changed, 83 insertions(+), 83 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-08-28 06:40:55 UTC (rev 503512) +++ PKGBUILD 2019-08-28 06:41:07 UTC (rev 503513) @@ -1,47 +0,0 @@ -# Maintainer: Nicola Squartini <tens...@gmail.com> - -pkgname=parity-ethereum -pkgver=2.5.5 -_commit=3ebc7697578269dee29fea380407569882a70826 -pkgrel=1 -pkgdesc='Fast, light, robust Ethereum implementation' -arch=('x86_64') -url='https://parity.io/' -license=('GPL3') -depends=('systemd-libs') -makedepends=('cmake' 'git' 'rust' 'systemd') -provides=('parity') -conflicts=('parity') -replaces=('parity') -backup=('etc/parity.toml') -source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit}" - 'parity-system.service' - 'parity-user.service' - 'parity.toml') -sha256sums=('SKIP' - 'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109' - '7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289' - 'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290') - -build() { - cd ${pkgname} - - cargo build --release --features final - cargo build --release -p evmbin - cargo build --release -p ethstore-cli - cargo build --release -p ethkey-cli - cargo build --release -p whisper-cli -} - -package() { - cd ${pkgname} - - install -Dm755 -t "${pkgdir}"/usr/bin \ - target/release/{ethstore,parity,parity-evm,whisper} - install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey - for type in system user; do - install -Dm644 ../parity-${type}.service \ - "${pkgdir}/usr/lib/systemd/${type}/parity.service" - done - install -Dm644 -t "${pkgdir}/etc" ../parity.toml -} Copied: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 503512, parity-ethereum/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-08-28 06:41:07 UTC (rev 503513) @@ -0,0 +1,47 @@ +# Maintainer: Nicola Squartini <tens...@gmail.com> + +pkgname=parity-ethereum +pkgver=2.5.6 +_commit=ff398fe7ff9c55f7083ae736b8bf23646fcd44f2 +pkgrel=1 +pkgdesc='Fast, light, robust Ethereum implementation' +arch=('x86_64') +url='https://parity.io/' +license=('GPL3') +depends=('systemd-libs') +makedepends=('cmake' 'git' 'rust' 'systemd') +provides=('parity') +conflicts=('parity') +replaces=('parity') +backup=('etc/parity.toml') +source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit}" + 'parity-system.service' + 'parity-user.service' + 'parity.toml') +sha256sums=('SKIP' + 'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109' + '7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289' + 'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290') + +build() { + cd ${pkgname} + + cargo build --release --features final + cargo build --release -p evmbin + cargo build --release -p ethstore-cli + cargo build --release -p ethkey-cli + cargo build --release -p whisper-cli +} + +package() { + cd ${pkgname} + + install -Dm755 -t "${pkgdir}"/usr/bin \ + target/release/{ethstore,parity,parity-evm,whisper} + install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey + for type in system user; do + install -Dm644 ../parity-${type}.service \ + "${pkgdir}/usr/lib/systemd/${type}/parity.service" + done + install -Dm644 -t "${pkgdir}/etc" ../parity.toml +} Deleted: parity-system.service =================================================================== --- parity-system.service 2019-08-28 06:40:55 UTC (rev 503512) +++ parity-system.service 2019-08-28 06:41:07 UTC (rev 503513) @@ -1,19 +0,0 @@ -[Unit] -Description=Parity Ethereum Daemon -After=network.target - -[Service] -User=parity -Group=parity -DynamicUser=on -StateDirectory=parity - -ExecStart=/usr/bin/parity --config /etc/parity.toml -Restart=on-failure - -# Specifies which signal to use when killing a service. Defaults to SIGTERM. -# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s) -KillSignal=SIGHUP - -[Install] -WantedBy=default.target Copied: parity-ethereum/repos/community-x86_64/parity-system.service (from rev 503512, parity-ethereum/trunk/parity-system.service) =================================================================== --- parity-system.service (rev 0) +++ parity-system.service 2019-08-28 06:41:07 UTC (rev 503513) @@ -0,0 +1,19 @@ +[Unit] +Description=Parity Ethereum Daemon +After=network.target + +[Service] +User=parity +Group=parity +DynamicUser=on +StateDirectory=parity + +ExecStart=/usr/bin/parity --config /etc/parity.toml +Restart=on-failure + +# Specifies which signal to use when killing a service. Defaults to SIGTERM. +# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s) +KillSignal=SIGHUP + +[Install] +WantedBy=default.target Deleted: parity-user.service =================================================================== --- parity-user.service 2019-08-28 06:40:55 UTC (rev 503512) +++ parity-user.service 2019-08-28 06:41:07 UTC (rev 503513) @@ -1,14 +0,0 @@ -[Unit] -Description=Parity Ethereum Daemon -After=network.target - -[Service] -ExecStart=/usr/bin/parity -Restart=on-failure - -# Specifies which signal to use when killing a service. Defaults to SIGTERM. -# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s) -KillSignal=SIGHUP - -[Install] -WantedBy=default.target Copied: parity-ethereum/repos/community-x86_64/parity-user.service (from rev 503512, parity-ethereum/trunk/parity-user.service) =================================================================== --- parity-user.service (rev 0) +++ parity-user.service 2019-08-28 06:41:07 UTC (rev 503513) @@ -0,0 +1,14 @@ +[Unit] +Description=Parity Ethereum Daemon +After=network.target + +[Service] +ExecStart=/usr/bin/parity +Restart=on-failure + +# Specifies which signal to use when killing a service. Defaults to SIGTERM. +# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s) +KillSignal=SIGHUP + +[Install] +WantedBy=default.target Deleted: parity.toml =================================================================== --- parity.toml 2019-08-28 06:40:55 UTC (rev 503512) +++ parity.toml 2019-08-28 06:41:07 UTC (rev 503513) @@ -1,3 +0,0 @@ -[parity] -# Blockchain and settings will be stored in /var/lib/parity. -base_path = "/var/lib/parity" Copied: parity-ethereum/repos/community-x86_64/parity.toml (from rev 503512, parity-ethereum/trunk/parity.toml) =================================================================== --- parity.toml (rev 0) +++ parity.toml 2019-08-28 06:41:07 UTC (rev 503513) @@ -0,0 +1,3 @@ +[parity] +# Blockchain and settings will be stored in /var/lib/parity. +base_path = "/var/lib/parity"