[arch-commits] Commit in (9 files)

Nicola Squartini tensor5 at archlinux.org
Tue Jun 2 06:58:28 UTC 2020


    Date: Tuesday, June 2, 2020 @ 06:58:27
  Author: tensor5
Revision: 637953

Rename parity-ethereum to openethereum and upgrade to 3.0.1-1

Added:
  openethereum/
  openethereum/trunk/config.toml
    (from rev 637952, parity-ethereum/trunk/parity.toml)
  openethereum/trunk/openethereum-system.service
    (from rev 637952, parity-ethereum/trunk/parity-system.service)
  openethereum/trunk/openethereum-user.service
    (from rev 637952, parity-ethereum/trunk/parity-user.service)
Modified:
  openethereum/trunk/PKGBUILD
Deleted:
  openethereum/trunk/parity-system.service
  openethereum/trunk/parity-user.service
  openethereum/trunk/parity.toml
  parity-ethereum/

------------------------------------------------+
 openethereum/trunk/config.toml                 |    3 +
 openethereum/trunk/openethereum-system.service |   19 ++++++++++
 openethereum/trunk/openethereum-user.service   |   14 +++++++
 trunk/PKGBUILD                                 |   42 +++++++++++------------
 trunk/parity-system.service                    |   19 ----------
 trunk/parity-user.service                      |   14 -------
 trunk/parity.toml                              |    3 -
 7 files changed, 57 insertions(+), 57 deletions(-)

Modified: openethereum/trunk/PKGBUILD
===================================================================
--- parity-ethereum/trunk/PKGBUILD	2020-06-02 04:46:22 UTC (rev 637952)
+++ openethereum/trunk/PKGBUILD	2020-06-02 06:58:27 UTC (rev 637953)
@@ -1,27 +1,27 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
-pkgname=parity-ethereum
-pkgver=2.7.2
-_commit=2662d1925ec794f3ad7c5759b2412ff5128d259b
+pkgname=openethereum
+pkgver=3.0.1
+_commit=8ca8089e9b83692b3e449319db2d00ae3699613c
 pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
+pkgdesc='Fast and feature-rich multi-network Ethereum client'
 arch=('x86_64')
-url='https://parity.io/'
+url='https://parity.io/ethereum'
 license=('GPL3')
 depends=('gcc-libs')
 makedepends=('clang' 'cmake' 'git' 'rust')
-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')
+provides=('parity' 'parity-ethereum')
+conflicts=('parity' 'parity-ethereum')
+replaces=('parity' 'parity-ethereum')
+backup=('etc/openethereum/config.toml')
+source=("git+https://github.com/openethereum/openethereum.git#commit=${_commit}"
+        'config.toml'
+        'openethereum-system.service'
+        'openethereum-user.service')
 sha256sums=('SKIP'
-            'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109'
-            '7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289'
-            'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290')
+            '03f0e3a001927cdd25cf12956e8e3a13bd55bad937a9f2509ccbc1fc58f10899'
+            'dca7c5e537d29c27f83ddbe4483cbadaff7835afc14ce0d11872fbfb03f23298'
+            '4bbad4dc416759013e91edcb3acdc9a1c656f0b47e2c6c8fa9a0e3a354846a0b')
 
 build() {
     cd ${pkgname}
@@ -36,11 +36,11 @@
     cd ${pkgname}
 
     install -Dm755 -t "${pkgdir}"/usr/bin \
-        target/release/{ethstore,parity,parity-evm}
-    install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+        target/release/{ethstore,openethereum,openethereum-evm}
+    install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/openethereum-ethkey
     for type in system user; do
-        install -Dm644 ../parity-${type}.service \
-            "${pkgdir}/usr/lib/systemd/${type}/parity.service"
+        install -Dm644 ../openethereum-${type}.service \
+            "${pkgdir}/usr/lib/systemd/${type}/openethereum.service"
     done
-    install -Dm644 -t "${pkgdir}/etc" ../parity.toml
+    install -Dm644 -t "${pkgdir}/etc/openethereum" ../config.toml
 }

Copied: openethereum/trunk/config.toml (from rev 637952, parity-ethereum/trunk/parity.toml)
===================================================================
--- openethereum/trunk/config.toml	                        (rev 0)
+++ openethereum/trunk/config.toml	2020-06-02 06:58:27 UTC (rev 637953)
@@ -0,0 +1,3 @@
+[parity]
+# Blockchain and settings will be stored in /var/lib/openethereum.
+base_path = "/var/lib/openethereum"

Copied: openethereum/trunk/openethereum-system.service (from rev 637952, parity-ethereum/trunk/parity-system.service)
===================================================================
--- openethereum/trunk/openethereum-system.service	                        (rev 0)
+++ openethereum/trunk/openethereum-system.service	2020-06-02 06:58:27 UTC (rev 637953)
@@ -0,0 +1,19 @@
+[Unit]
+Description=OpenEthereum Daemon
+After=network.target
+
+[Service]
+User=openethereum
+Group=openethereum
+DynamicUser=on
+StateDirectory=openethereum
+
+ExecStart=/usr/bin/openethereum --config /etc/openethereum/config.toml
+Restart=on-failure
+
+# Specifies which signal to use when killing a service. Defaults to SIGTERM.
+# SIGHUP gives openethereum time to exit cleanly before SIGKILL (default 90s)
+KillSignal=SIGHUP
+
+[Install]
+WantedBy=default.target

Copied: openethereum/trunk/openethereum-user.service (from rev 637952, parity-ethereum/trunk/parity-user.service)
===================================================================
--- openethereum/trunk/openethereum-user.service	                        (rev 0)
+++ openethereum/trunk/openethereum-user.service	2020-06-02 06:58:27 UTC (rev 637953)
@@ -0,0 +1,14 @@
+[Unit]
+Description=OpenEthereum Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/openethereum
+Restart=on-failure
+
+# Specifies which signal to use when killing a service. Defaults to SIGTERM.
+# SIGHUP gives openethereum time to exit cleanly before SIGKILL (default 90s)
+KillSignal=SIGHUP
+
+[Install]
+WantedBy=default.target

Deleted: openethereum/trunk/parity-system.service
===================================================================
--- parity-ethereum/trunk/parity-system.service	2020-06-02 04:46:22 UTC (rev 637952)
+++ openethereum/trunk/parity-system.service	2020-06-02 06:58:27 UTC (rev 637953)
@@ -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

Deleted: openethereum/trunk/parity-user.service
===================================================================
--- parity-ethereum/trunk/parity-user.service	2020-06-02 04:46:22 UTC (rev 637952)
+++ openethereum/trunk/parity-user.service	2020-06-02 06:58:27 UTC (rev 637953)
@@ -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

Deleted: openethereum/trunk/parity.toml
===================================================================
--- parity-ethereum/trunk/parity.toml	2020-06-02 04:46:22 UTC (rev 637952)
+++ openethereum/trunk/parity.toml	2020-06-02 06:58:27 UTC (rev 637953)
@@ -1,3 +0,0 @@
-[parity]
-# Blockchain and settings will be stored in /var/lib/parity.
-base_path = "/var/lib/parity"



More information about the arch-commits mailing list