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

Kyle Keen kkeen at archlinux.org
Sat Jul 9 17:32:32 UTC 2016


    Date: Saturday, July 9, 2016 @ 17:32:32
  Author: kkeen
Revision: 182593

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

Added:
  hd-idle/repos/community-i686/PKGBUILD
    (from rev 182592, hd-idle/trunk/PKGBUILD)
  hd-idle/repos/community-i686/hd-idle.service
    (from rev 182592, hd-idle/trunk/hd-idle.service)
  hd-idle/repos/community-x86_64/PKGBUILD
    (from rev 182592, hd-idle/trunk/PKGBUILD)
  hd-idle/repos/community-x86_64/hd-idle.service
    (from rev 182592, hd-idle/trunk/hd-idle.service)
Deleted:
  hd-idle/repos/community-i686/PKGBUILD
  hd-idle/repos/community-i686/hd-idle.service
  hd-idle/repos/community-x86_64/PKGBUILD
  hd-idle/repos/community-x86_64/hd-idle.service

----------------------------------+
 /PKGBUILD                        |   72 +++++++++++++++++++++++++++++++++++++
 /hd-idle.service                 |   20 ++++++++++
 community-i686/PKGBUILD          |   36 ------------------
 community-i686/hd-idle.service   |   10 -----
 community-x86_64/PKGBUILD        |   36 ------------------
 community-x86_64/hd-idle.service |   10 -----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-09 17:31:41 UTC (rev 182592)
+++ community-i686/PKGBUILD	2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tilman Blumenbach <tilman at ax86.net>
-
-pkgname=hd-idle
-pkgver=1.04
-pkgrel=4
-pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
-arch=('i686' 'x86_64')
-backup=(etc/conf.d/hd-idle)
-url="http://hd-idle.sourceforge.net/"
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz"
-        "hd-idle.service")
-md5sums=('41e52e669fc59fa82ee0c2bcce1336d3'
-         '6e9162a075a7a99c3d10e9cde9c499df')
-
-build() {
-    cd "$srcdir/$pkgname"
-    sed -i 's|/sbin|/bin|' Makefile
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname"
-
-    make TARGET_DIR="$pkgdir/usr" install
-
-    install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-    install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
-
-    cd "$srcdir"
-    install -Dm644 hd-idle.service "$pkgdir/usr/lib/systemd/system/hd-idle.service"
-}
-

Copied: hd-idle/repos/community-i686/PKGBUILD (from rev 182592, hd-idle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tilman Blumenbach <tilman at ax86.net>
+
+pkgname=hd-idle
+pkgver=1.05
+pkgrel=1
+pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
+arch=('i686' 'x86_64')
+backup=(etc/conf.d/hd-idle)
+url="http://hd-idle.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz"
+        "hd-idle.service")
+md5sums=('5fa72fe717bc80011a79d6740d2903f3'
+         '6e9162a075a7a99c3d10e9cde9c499df')
+
+build() {
+    cd "$srcdir/$pkgname"
+    sed -i 's|/sbin|/bin|' Makefile
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+
+    make TARGET_DIR="$pkgdir/usr" install
+
+    install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+    install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
+
+    cd "$srcdir"
+    install -Dm644 hd-idle.service "$pkgdir/usr/lib/systemd/system/hd-idle.service"
+}
+

Deleted: community-i686/hd-idle.service
===================================================================
--- community-i686/hd-idle.service	2016-07-09 17:31:41 UTC (rev 182592)
+++ community-i686/hd-idle.service	2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Hard drive idling daemon
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/conf.d/hd-idle
-ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
-
-[Install]
-WantedBy=multi-user.target

Copied: hd-idle/repos/community-i686/hd-idle.service (from rev 182592, hd-idle/trunk/hd-idle.service)
===================================================================
--- community-i686/hd-idle.service	                        (rev 0)
+++ community-i686/hd-idle.service	2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hard drive idling daemon
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/conf.d/hd-idle
+ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-09 17:31:41 UTC (rev 182592)
+++ community-x86_64/PKGBUILD	2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tilman Blumenbach <tilman at ax86.net>
-
-pkgname=hd-idle
-pkgver=1.04
-pkgrel=4
-pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
-arch=('i686' 'x86_64')
-backup=(etc/conf.d/hd-idle)
-url="http://hd-idle.sourceforge.net/"
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz"
-        "hd-idle.service")
-md5sums=('41e52e669fc59fa82ee0c2bcce1336d3'
-         '6e9162a075a7a99c3d10e9cde9c499df')
-
-build() {
-    cd "$srcdir/$pkgname"
-    sed -i 's|/sbin|/bin|' Makefile
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname"
-
-    make TARGET_DIR="$pkgdir/usr" install
-
-    install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-    install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
-
-    cd "$srcdir"
-    install -Dm644 hd-idle.service "$pkgdir/usr/lib/systemd/system/hd-idle.service"
-}
-

Copied: hd-idle/repos/community-x86_64/PKGBUILD (from rev 182592, hd-idle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tilman Blumenbach <tilman at ax86.net>
+
+pkgname=hd-idle
+pkgver=1.05
+pkgrel=1
+pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
+arch=('i686' 'x86_64')
+backup=(etc/conf.d/hd-idle)
+url="http://hd-idle.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz"
+        "hd-idle.service")
+md5sums=('5fa72fe717bc80011a79d6740d2903f3'
+         '6e9162a075a7a99c3d10e9cde9c499df')
+
+build() {
+    cd "$srcdir/$pkgname"
+    sed -i 's|/sbin|/bin|' Makefile
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+
+    make TARGET_DIR="$pkgdir/usr" install
+
+    install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+    install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
+
+    cd "$srcdir"
+    install -Dm644 hd-idle.service "$pkgdir/usr/lib/systemd/system/hd-idle.service"
+}
+

Deleted: community-x86_64/hd-idle.service
===================================================================
--- community-x86_64/hd-idle.service	2016-07-09 17:31:41 UTC (rev 182592)
+++ community-x86_64/hd-idle.service	2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Hard drive idling daemon
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/conf.d/hd-idle
-ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
-
-[Install]
-WantedBy=multi-user.target

Copied: hd-idle/repos/community-x86_64/hd-idle.service (from rev 182592, hd-idle/trunk/hd-idle.service)
===================================================================
--- community-x86_64/hd-idle.service	                        (rev 0)
+++ community-x86_64/hd-idle.service	2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hard drive idling daemon
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/conf.d/hd-idle
+ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list