[arch-commits] Commit in hdapsd/repos (8 files)
Lukas Fleischer
lfleischer at archlinux.org
Sat Oct 25 10:30:17 UTC 2014
Date: Saturday, October 25, 2014 @ 12:30:15
Author: lfleischer
Revision: 121386
archrelease: copy trunk to community-i686, community-x86_64
Added:
hdapsd/repos/community-i686/PKGBUILD
(from rev 121385, hdapsd/trunk/PKGBUILD)
hdapsd/repos/community-i686/hdapsd.systemd
(from rev 121385, hdapsd/trunk/hdapsd.systemd)
hdapsd/repos/community-x86_64/PKGBUILD
(from rev 121385, hdapsd/trunk/PKGBUILD)
hdapsd/repos/community-x86_64/hdapsd.systemd
(from rev 121385, 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 2014-10-25 10:30:08 UTC (rev 121385)
+++ community-i686/PKGBUILD 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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=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"
-}
Copied: hdapsd/repos/community-i686/PKGBUILD (from rev 121385, hdapsd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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=20141024
+pkgrel=1
+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=('4c08983ddfbe5d4dea56f4d40dd45e9f'
+ '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 2014-10-25 10:30:08 UTC (rev 121385)
+++ community-i686/hdapsd.systemd 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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-i686/hdapsd.systemd (from rev 121385, hdapsd/trunk/hdapsd.systemd)
===================================================================
--- community-i686/hdapsd.systemd (rev 0)
+++ community-i686/hdapsd.systemd 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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 2014-10-25 10:30:08 UTC (rev 121385)
+++ community-x86_64/PKGBUILD 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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=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"
-}
Copied: hdapsd/repos/community-x86_64/PKGBUILD (from rev 121385, hdapsd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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=20141024
+pkgrel=1
+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=('4c08983ddfbe5d4dea56f4d40dd45e9f'
+ '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 2014-10-25 10:30:08 UTC (rev 121385)
+++ community-x86_64/hdapsd.systemd 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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 121385, hdapsd/trunk/hdapsd.systemd)
===================================================================
--- community-x86_64/hdapsd.systemd (rev 0)
+++ community-x86_64/hdapsd.systemd 2014-10-25 10:30:15 UTC (rev 121386)
@@ -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