[arch-commits] Commit in parity-ethereum/repos/community-x86_64 (8 files)
Nicola Squartini
tensor5 at archlinux.org
Tue Dec 17 02:22:04 UTC 2019
Date: Tuesday, December 17, 2019 @ 02:22:04
Author: tensor5
Revision: 537904
archrelease: copy trunk to community-x86_64
Added:
parity-ethereum/repos/community-x86_64/PKGBUILD
(from rev 537903, parity-ethereum/trunk/PKGBUILD)
parity-ethereum/repos/community-x86_64/parity-system.service
(from rev 537903, parity-ethereum/trunk/parity-system.service)
parity-ethereum/repos/community-x86_64/parity-user.service
(from rev 537903, parity-ethereum/trunk/parity-user.service)
parity-ethereum/repos/community-x86_64/parity.toml
(from rev 537903, 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-12-17 02:21:20 UTC (rev 537903)
+++ PKGBUILD 2019-12-17 02:22:04 UTC (rev 537904)
@@ -1,47 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity-ethereum
-pkgver=2.5.11
-_commit=fc129b4a26874ba2e0db9c5a13581f4719a98172
-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 537903, parity-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-17 02:22:04 UTC (rev 537904)
@@ -0,0 +1,47 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity-ethereum
+pkgver=2.5.12
+_commit=29ebddc64f5e54f3a115d3d3e4f3723476399772
+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-12-17 02:21:20 UTC (rev 537903)
+++ parity-system.service 2019-12-17 02:22:04 UTC (rev 537904)
@@ -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 537903, parity-ethereum/trunk/parity-system.service)
===================================================================
--- parity-system.service (rev 0)
+++ parity-system.service 2019-12-17 02:22:04 UTC (rev 537904)
@@ -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-12-17 02:21:20 UTC (rev 537903)
+++ parity-user.service 2019-12-17 02:22:04 UTC (rev 537904)
@@ -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 537903, parity-ethereum/trunk/parity-user.service)
===================================================================
--- parity-user.service (rev 0)
+++ parity-user.service 2019-12-17 02:22:04 UTC (rev 537904)
@@ -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-12-17 02:21:20 UTC (rev 537903)
+++ parity.toml 2019-12-17 02:22:04 UTC (rev 537904)
@@ -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 537903, parity-ethereum/trunk/parity.toml)
===================================================================
--- parity.toml (rev 0)
+++ parity.toml 2019-12-17 02:22:04 UTC (rev 537904)
@@ -0,0 +1,3 @@
+[parity]
+# Blockchain and settings will be stored in /var/lib/parity.
+base_path = "/var/lib/parity"
More information about the arch-commits
mailing list