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

Nicola Squartini tensor5 at archlinux.org
Tue Jul 18 18:09:50 UTC 2017


    Date: Tuesday, July 18, 2017 @ 18:09:50
  Author: tensor5
Revision: 245585

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

Added:
  parity/repos/community-i686/PKGBUILD
    (from rev 245584, parity/trunk/PKGBUILD)
  parity/repos/community-i686/parity.service
    (from rev 245584, parity/trunk/parity.service)
  parity/repos/community-x86_64/PKGBUILD
    (from rev 245584, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
    (from rev 245584, 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-07-18 18:09:27 UTC (rev 245584)
+++ community-i686/PKGBUILD	2017-07-18 18:09:50 UTC (rev 245585)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.6.8
-_commit=c39622952d7e1bc89fba1d0559125f66b2f004a0
-pkgrel=3
-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
-    cargo build --release -p ethkey
-}
-
-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 245584, parity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-18 18:09:50 UTC (rev 245585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.9
+_commit=d44b008d92bf7b36266c86ac53c78954a7553791
+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
+    cargo build --release -p ethkey
+}
+
+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-07-18 18:09:27 UTC (rev 245584)
+++ community-i686/parity.service	2017-07-18 18:09:50 UTC (rev 245585)
@@ -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 245584, parity/trunk/parity.service)
===================================================================
--- community-i686/parity.service	                        (rev 0)
+++ community-i686/parity.service	2017-07-18 18:09:50 UTC (rev 245585)
@@ -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-07-18 18:09:27 UTC (rev 245584)
+++ community-x86_64/PKGBUILD	2017-07-18 18:09:50 UTC (rev 245585)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.6.8
-_commit=c39622952d7e1bc89fba1d0559125f66b2f004a0
-pkgrel=3
-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
-    cargo build --release -p ethkey
-}
-
-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 245584, parity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-18 18:09:50 UTC (rev 245585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.9
+_commit=d44b008d92bf7b36266c86ac53c78954a7553791
+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
+    cargo build --release -p ethkey
+}
+
+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-07-18 18:09:27 UTC (rev 245584)
+++ community-x86_64/parity.service	2017-07-18 18:09:50 UTC (rev 245585)
@@ -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 245584, parity/trunk/parity.service)
===================================================================
--- community-x86_64/parity.service	                        (rev 0)
+++ community-x86_64/parity.service	2017-07-18 18:09:50 UTC (rev 245585)
@@ -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