[arch-commits] Commit in parity-ethereum/repos/community-x86_64 (8 files)

Nicola Squartini tensor5 at archlinux.org
Thu Nov 14 09:44:38 UTC 2019


    Date: Thursday, November 14, 2019 @ 09:44:37
  Author: tensor5
Revision: 527213

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 527212, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity-system.service
    (from rev 527212, parity-ethereum/trunk/parity-system.service)
  parity-ethereum/repos/community-x86_64/parity-user.service
    (from rev 527212, parity-ethereum/trunk/parity-user.service)
  parity-ethereum/repos/community-x86_64/parity.toml
    (from rev 527212, 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-11-14 09:43:54 UTC (rev 527212)
+++ PKGBUILD	2019-11-14 09:44:37 UTC (rev 527213)
@@ -1,47 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity-ethereum
-pkgver=2.5.9
-_commit=06c7096054764ccca1672182be4de98372cc7ebb
-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 527212, parity-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-14 09:44:37 UTC (rev 527213)
@@ -0,0 +1,47 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity-ethereum
+pkgver=2.5.10
+_commit=9f94473eafec049d197b6c5e4f043a6fcb0e44ca
+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-11-14 09:43:54 UTC (rev 527212)
+++ parity-system.service	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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 527212, parity-ethereum/trunk/parity-system.service)
===================================================================
--- parity-system.service	                        (rev 0)
+++ parity-system.service	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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-11-14 09:43:54 UTC (rev 527212)
+++ parity-user.service	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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 527212, parity-ethereum/trunk/parity-user.service)
===================================================================
--- parity-user.service	                        (rev 0)
+++ parity-user.service	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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-11-14 09:43:54 UTC (rev 527212)
+++ parity.toml	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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 527212, parity-ethereum/trunk/parity.toml)
===================================================================
--- parity.toml	                        (rev 0)
+++ parity.toml	2019-11-14 09:44:37 UTC (rev 527213)
@@ -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