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

Nicola Squartini tensor5 at archlinux.org
Thu Oct 12 15:20:53 UTC 2017


    Date: Thursday, October 12, 2017 @ 15:20:52
  Author: tensor5
Revision: 262463

archrelease: copy trunk to community-i686, community-x86_64

Added:
  parity/repos/community-i686/PKGBUILD
    (from rev 262462, parity/trunk/PKGBUILD)
  parity/repos/community-i686/parity.service
    (from rev 262462, parity/trunk/parity.service)
  parity/repos/community-x86_64/PKGBUILD
    (from rev 262462, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
    (from rev 262462, parity/trunk/parity.service)
Deleted:
  parity/repos/community-i686/PKGBUILD
  parity/repos/community-i686/parity.service
  parity/repos/community-x86_64/PKGBUILD
  parity/repos/community-x86_64/parity.service

---------------------------------+
 /PKGBUILD                       |   68 ++++++++++++++++++++++++++++++++++++++
 /parity.service                 |   18 ++++++++++
 community-i686/PKGBUILD         |   34 -------------------
 community-i686/parity.service   |    9 -----
 community-x86_64/PKGBUILD       |   34 -------------------
 community-x86_64/parity.service |    9 -----
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-12 15:20:25 UTC (rev 262462)
+++ community-i686/PKGBUILD	2017-10-12 15:20:52 UTC (rev 262463)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.7.3
-_commit=d097956ede0b05ffd29d6ccf4a4248bd90cee599
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('cargo' 'git' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit}"
-        'parity.service')
-sha256sums=('SKIP'
-            '2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-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
-}
-
-package() {
-    cd ${pkgname}
-
-    install -Dm755 -t "${pkgdir}"/usr/bin \
-        target/release/{ethkey,ethstore,parity,parity-evm}
-    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 262462, parity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-12 15:20:52 UTC (rev 262463)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.7.4
+_commit=d30c71513436c104fd85e5dffdc3470b1c4b2340
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit}"
+        'parity.service')
+sha256sums=('SKIP'
+            '2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+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
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin \
+        target/release/{ethkey,ethstore,parity,parity-evm}
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: community-i686/parity.service
===================================================================
--- community-i686/parity.service	2017-10-12 15:20:25 UTC (rev 262462)
+++ community-i686/parity.service	2017-10-12 15:20:52 UTC (rev 262463)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-i686/parity.service (from rev 262462, parity/trunk/parity.service)
===================================================================
--- community-i686/parity.service	                        (rev 0)
+++ community-i686/parity.service	2017-10-12 15:20:52 UTC (rev 262463)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-12 15:20:25 UTC (rev 262462)
+++ community-x86_64/PKGBUILD	2017-10-12 15:20:52 UTC (rev 262463)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.7.3
-_commit=d097956ede0b05ffd29d6ccf4a4248bd90cee599
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('cargo' 'git' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit}"
-        'parity.service')
-sha256sums=('SKIP'
-            '2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-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
-}
-
-package() {
-    cd ${pkgname}
-
-    install -Dm755 -t "${pkgdir}"/usr/bin \
-        target/release/{ethkey,ethstore,parity,parity-evm}
-    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 262462, parity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-12 15:20:52 UTC (rev 262463)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.7.4
+_commit=d30c71513436c104fd85e5dffdc3470b1c4b2340
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit}"
+        'parity.service')
+sha256sums=('SKIP'
+            '2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+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
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin \
+        target/release/{ethkey,ethstore,parity,parity-evm}
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: community-x86_64/parity.service
===================================================================
--- community-x86_64/parity.service	2017-10-12 15:20:25 UTC (rev 262462)
+++ community-x86_64/parity.service	2017-10-12 15:20:52 UTC (rev 262463)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-x86_64/parity.service (from rev 262462, parity/trunk/parity.service)
===================================================================
--- community-x86_64/parity.service	                        (rev 0)
+++ community-x86_64/parity.service	2017-10-12 15:20:52 UTC (rev 262463)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target



More information about the arch-commits mailing list