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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Jun 3 21:05:35 UTC 2013


    Date: Monday, June 3, 2013 @ 23:05:35
  Author: lfleischer
Revision: 92309

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

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

---------------------------------+
 /PKGBUILD                       |   62 ++++++++++++++++++++++++++++++++++++++
 /hdapsd.systemd                 |   24 ++++++++++++++
 community-i686/PKGBUILD         |   31 -------------------
 community-i686/hdapsd.systemd   |   12 -------
 community-x86_64/PKGBUILD       |   31 -------------------
 community-x86_64/hdapsd.systemd |   12 -------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-03 21:05:22 UTC (rev 92308)
+++ community-i686/PKGBUILD	2013-06-03 21:05:35 UTC (rev 92309)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Emil Renner Berthing <esmil at mailme.dk>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-pkgname=hdapsd
-pkgver=20090401
-pkgrel=7
-pkgdesc='HDAPS userspace hard drive protection daemon'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/hdaps/'
-license=('GPL')
-depends=('glibc' 'bash')
-source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
-        'hdapsd.systemd')
-md5sums=('897cee8b0192febd127470f3e9506aeb'
-         '61ac40d4d77e57863da68d9fd94c58e7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
-}

Copied: hdapsd/repos/community-i686/PKGBUILD (from rev 92308, hdapsd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-03 21:05:35 UTC (rev 92309)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Emil Renner Berthing <esmil at mailme.dk>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=hdapsd
+pkgver=20090401
+pkgrel=8
+pkgdesc='HDAPS userspace hard drive protection daemon'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/hdaps/'
+license=('GPL')
+depends=('glibc' 'bash')
+source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
+        'hdapsd.systemd')
+md5sums=('897cee8b0192febd127470f3e9506aeb'
+         'f514cca78059477c4f33faf97d4aaa06')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make ${MAKEFLAGS}
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
+}

Deleted: community-i686/hdapsd.systemd
===================================================================
--- community-i686/hdapsd.systemd	2013-06-03 21:05:22 UTC (rev 92308)
+++ community-i686/hdapsd.systemd	2013-06-03 21:05:35 UTC (rev 92309)
@@ -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-wrapper
-ExecReload=/bin/kill -HUP ${MAINPID}
-
-[Install]
-WantedBy=multi-user.target

Copied: hdapsd/repos/community-i686/hdapsd.systemd (from rev 92308, hdapsd/trunk/hdapsd.systemd)
===================================================================
--- community-i686/hdapsd.systemd	                        (rev 0)
+++ community-i686/hdapsd.systemd	2013-06-03 21:05:35 UTC (rev 92309)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-03 21:05:22 UTC (rev 92308)
+++ community-x86_64/PKGBUILD	2013-06-03 21:05:35 UTC (rev 92309)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Emil Renner Berthing <esmil at mailme.dk>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-pkgname=hdapsd
-pkgver=20090401
-pkgrel=7
-pkgdesc='HDAPS userspace hard drive protection daemon'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/hdaps/'
-license=('GPL')
-depends=('glibc' 'bash')
-source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
-        'hdapsd.systemd')
-md5sums=('897cee8b0192febd127470f3e9506aeb'
-         '61ac40d4d77e57863da68d9fd94c58e7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
-}

Copied: hdapsd/repos/community-x86_64/PKGBUILD (from rev 92308, hdapsd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-03 21:05:35 UTC (rev 92309)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Emil Renner Berthing <esmil at mailme.dk>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=hdapsd
+pkgver=20090401
+pkgrel=8
+pkgdesc='HDAPS userspace hard drive protection daemon'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/hdaps/'
+license=('GPL')
+depends=('glibc' 'bash')
+source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
+        'hdapsd.systemd')
+md5sums=('897cee8b0192febd127470f3e9506aeb'
+         'f514cca78059477c4f33faf97d4aaa06')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make ${MAKEFLAGS}
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
+}

Deleted: community-x86_64/hdapsd.systemd
===================================================================
--- community-x86_64/hdapsd.systemd	2013-06-03 21:05:22 UTC (rev 92308)
+++ community-x86_64/hdapsd.systemd	2013-06-03 21:05:35 UTC (rev 92309)
@@ -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-wrapper
-ExecReload=/bin/kill -HUP ${MAINPID}
-
-[Install]
-WantedBy=multi-user.target

Copied: hdapsd/repos/community-x86_64/hdapsd.systemd (from rev 92308, hdapsd/trunk/hdapsd.systemd)
===================================================================
--- community-x86_64/hdapsd.systemd	                        (rev 0)
+++ community-x86_64/hdapsd.systemd	2013-06-03 21:05:35 UTC (rev 92309)
@@ -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