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

Nicola Squartini tensor5 at archlinux.org
Mon Jun 5 09:53:20 UTC 2017


    Date: Monday, June 5, 2017 @ 09:53:19
  Author: tensor5
Revision: 234166

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

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

---------------------------------+
 /PKGBUILD                       |   60 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   28 -----------------
 community-i686/parity.service   |    9 +++++
 community-x86_64/PKGBUILD       |   28 -----------------
 community-x86_64/parity.service |    9 +++++
 5 files changed, 78 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 09:51:14 UTC (rev 234165)
+++ community-i686/PKGBUILD	2017-06-05 09:53:19 UTC (rev 234166)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.6.7
-_commit=e1284181470059bcf560735bd4f2ffa01d836e55
-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}")
-sha256sums=('SKIP')
-
-build() {
-    cd ${pkgname}
-
-    cargo build --release
-}
-
-package() {
-    cd ${pkgname}
-
-    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 234165, parity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 09:53:19 UTC (rev 234166)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.7
+_commit=e1284181470059bcf560735bd4f2ffa01d836e55
+pkgrel=2
+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
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Copied: parity/repos/community-i686/parity.service (from rev 234165, parity/trunk/parity.service)
===================================================================
--- community-i686/parity.service	                        (rev 0)
+++ community-i686/parity.service	2017-06-05 09:53:19 UTC (rev 234166)
@@ -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-06-05 09:51:14 UTC (rev 234165)
+++ community-x86_64/PKGBUILD	2017-06-05 09:53:19 UTC (rev 234166)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.6.7
-_commit=e1284181470059bcf560735bd4f2ffa01d836e55
-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}")
-sha256sums=('SKIP')
-
-build() {
-    cd ${pkgname}
-
-    cargo build --release
-}
-
-package() {
-    cd ${pkgname}
-
-    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 234165, parity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 09:53:19 UTC (rev 234166)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.7
+_commit=e1284181470059bcf560735bd4f2ffa01d836e55
+pkgrel=2
+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
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Copied: parity/repos/community-x86_64/parity.service (from rev 234165, parity/trunk/parity.service)
===================================================================
--- community-x86_64/parity.service	                        (rev 0)
+++ community-x86_64/parity.service	2017-06-05 09:53:19 UTC (rev 234166)
@@ -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