[arch-commits] Commit in hdapsd/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 20:28:51 UTC 2018


    Date: Thursday, June 7, 2018 @ 20:28:50
  Author: arojas
Revision: 341910

archrelease: copy trunk to community-x86_64

Added:
  hdapsd/repos/community-x86_64/PKGBUILD
    (from rev 341909, hdapsd/trunk/PKGBUILD)
  hdapsd/repos/community-x86_64/hdapsd.systemd
    (from rev 341909, hdapsd/trunk/hdapsd.systemd)
Deleted:
  hdapsd/repos/community-x86_64/PKGBUILD
  hdapsd/repos/community-x86_64/hdapsd.systemd

----------------+
 PKGBUILD       |   56 +++++++++++++++++++++++++++----------------------------
 hdapsd.systemd |   24 +++++++++++------------
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 20:28:28 UTC (rev 341909)
+++ PKGBUILD	2018-06-07 20:28:50 UTC (rev 341910)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Emil Renner Berthing <esmil at mailme.dk>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-pkgname=hdapsd
-pkgver=20141203
-pkgrel=2
-pkgdesc='HDAPS userspace hard drive protection daemon'
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/hdapsd'
-license=('GPL')
-depends=('glibc' 'bash')
-source=("https://github.com/evgeni/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('1620775e4a0988313dd75b0f1f636674')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
-    --with-udevdir=/usr/lib/udev --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-}

Copied: hdapsd/repos/community-x86_64/PKGBUILD (from rev 341909, hdapsd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 20:28:50 UTC (rev 341910)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Emil Renner Berthing <esmil at mailme.dk>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=hdapsd
+pkgver=20141203
+pkgrel=3
+pkgdesc='HDAPS userspace hard drive protection daemon'
+arch=('x86_64')
+url='https://github.com/evgeni/hdapsd'
+license=('GPL')
+depends=('glibc' 'bash')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('1620775e4a0988313dd75b0f1f636674')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+    --with-udevdir=/usr/lib/udev --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make ${MAKEFLAGS}
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: hdapsd.systemd
===================================================================
--- hdapsd.systemd	2018-06-07 20:28:28 UTC (rev 341909)
+++ hdapsd.systemd	2018-06-07 20:28:50 UTC (rev 341910)
@@ -1,12 +0,0 @@
-[Unit]
-Description=HDAPS userspace hard drive protection daemon
-After=syslog.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/hdapsd.pid
-ExecStart=/usr/bin/hdapsd -bp
-ExecReload=/bin/kill -HUP ${MAINPID}
-
-[Install]
-WantedBy=multi-user.target

Copied: hdapsd/repos/community-x86_64/hdapsd.systemd (from rev 341909, hdapsd/trunk/hdapsd.systemd)
===================================================================
--- hdapsd.systemd	                        (rev 0)
+++ hdapsd.systemd	2018-06-07 20:28:50 UTC (rev 341910)
@@ -0,0 +1,12 @@
+[Unit]
+Description=HDAPS userspace hard drive protection daemon
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/hdapsd.pid
+ExecStart=/usr/bin/hdapsd -bp
+ExecReload=/bin/kill -HUP ${MAINPID}
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list