[arch-commits] Commit in hddtemp/repos (14 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon May 20 14:50:15 UTC 2013


    Date: Monday, May 20, 2013 @ 16:50:15
  Author: bisson
Revision: 186029

db-move: moved hddtemp from [testing] to [extra] (i686, x86_64)

Added:
  hddtemp/repos/extra-i686/PKGBUILD
    (from rev 186028, hddtemp/repos/testing-i686/PKGBUILD)
  hddtemp/repos/extra-i686/service
    (from rev 186028, hddtemp/repos/testing-i686/service)
  hddtemp/repos/extra-x86_64/PKGBUILD
    (from rev 186028, hddtemp/repos/testing-x86_64/PKGBUILD)
  hddtemp/repos/extra-x86_64/service
    (from rev 186028, hddtemp/repos/testing-x86_64/service)
Deleted:
  hddtemp/repos/extra-i686/PKGBUILD
  hddtemp/repos/extra-i686/conf.d
  hddtemp/repos/extra-i686/rc.d
  hddtemp/repos/extra-i686/service
  hddtemp/repos/extra-x86_64/PKGBUILD
  hddtemp/repos/extra-x86_64/conf.d
  hddtemp/repos/extra-x86_64/rc.d
  hddtemp/repos/extra-x86_64/service
  hddtemp/repos/testing-i686/
  hddtemp/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   94 ++++++++++++++++++++++++++++++++++++++++++++++++
 /service              |   16 ++++++++
 extra-i686/PKGBUILD   |   53 ---------------------------
 extra-i686/conf.d     |    2 -
 extra-i686/rc.d       |   39 -------------------
 extra-i686/service    |    9 ----
 extra-x86_64/PKGBUILD |   53 ---------------------------
 extra-x86_64/conf.d   |    2 -
 extra-x86_64/rc.d     |   39 -------------------
 extra-x86_64/service  |    9 ----
 10 files changed, 110 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-i686/PKGBUILD	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=hddtemp
-_origver=0.3-beta15
-_patchver=${_origver}-52
-pkgver=${_patchver//-/.}
-pkgrel=1
-pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information"
-url='https://savannah.nongnu.org/projects/hddtemp/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/conf.d/hddtemp')
-source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2"
-        "http://ftp.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz"
-        'rc.d'
-        'conf.d'
-        'service')
-sha1sums=('65393b0a4d9862c030c81702d95c1acd00da275b'
-          'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
-          '71159486b1505ec6acfb7585e0d8fbe78afe54ec'
-          'd45e3022f614dbf8904ecb1a3e702bb71fcaa808'
-          '501fcf4faf8b2689d010f9cbbf39f917211f611f')
-
-options=('!libtool')
-
-build() {
-	cd "${srcdir}/${pkgname}-${_origver}"
-
-	patch -p1 -i "../${pkgname}_${_patchver}.diff"
-
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--with-db-path="/usr/share/${pkgname}/hddtemp.db"
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${_origver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" "${pkgdir}/usr/share/${pkgname}/hddtemp.db"
-	install -Dm644 '../service' "${pkgdir}/usr/lib/systemd/system/hddtemp.service"
-	install -Dm644 '../conf.d' "${pkgdir}/etc/conf.d/hddtemp"
-	install -Dm755 '../rc.d' "${pkgdir}/etc/rc.d/hddtemp"
-}

Copied: hddtemp/repos/extra-i686/PKGBUILD (from rev 186028, hddtemp/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-05-20 14:50:15 UTC (rev 186029)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=hddtemp
+_origver=0.3-beta15
+_patchver=${_origver}-52
+pkgver=${_patchver//-/.}
+pkgrel=2
+pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information"
+url='https://savannah.nongnu.org/projects/hddtemp/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2"
+        "http://ftp.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz"
+        'service')
+sha1sums=('65393b0a4d9862c030c81702d95c1acd00da275b'
+          'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
+          '9b02e5bed22f81ceab2b69bae788a9a3aa5c2147')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${_origver}"
+
+	patch -p1 -i "../${pkgname}_${_patchver}.diff"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin \
+		--mandir=/usr/share/man \
+		--with-db-path="/usr/share/${pkgname}/hddtemp.db"
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${_origver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" "${pkgdir}/usr/share/${pkgname}/hddtemp.db"
+	install -Dm644 '../service' "${pkgdir}/usr/lib/systemd/system/hddtemp.service"
+}

Deleted: extra-i686/conf.d
===================================================================
--- extra-i686/conf.d	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-i686/conf.d	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,2 +0,0 @@
-PARAMS="-q -l 127.0.0.1"
-DRIVES="/dev/sda"

Deleted: extra-i686/rc.d
===================================================================
--- extra-i686/rc.d	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-i686/rc.d	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PARAMS=
-DRIVES=
-[ -f /etc/conf.d/hddtemp ] && . /etc/conf.d/hddtemp
-PID=$(pidof -o %PPID /usr/sbin/hddtemp)
-case "$1" in
-  start)
-    stat_busy "Starting HDDTemp"
-    [ -z "$PID" ] && /usr/sbin/hddtemp -d $PARAMS $DRIVES
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon hddtemp
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping HDDTemp"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon hddtemp
-      stat_done
-    fi 
-    ;;
-  restart)
-    $0 stop
-    sleep 2
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: extra-i686/service
===================================================================
--- extra-i686/service	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-i686/service	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Hard drive temperature monitor daemon
-
-[Service]
-EnvironmentFile=/etc/conf.d/hddtemp 
-ExecStart=/usr/sbin/hddtemp -dF $PARAMS $DRIVES
-
-[Install]
-WantedBy=multi-user.target

Copied: hddtemp/repos/extra-i686/service (from rev 186028, hddtemp/repos/testing-i686/service)
===================================================================
--- extra-i686/service	                        (rev 0)
+++ extra-i686/service	2013-05-20 14:50:15 UTC (rev 186029)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Hard drive temperature monitor daemon
+
+[Service]
+ExecStart=/usr/bin/hddtemp -dF /dev/sda
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-x86_64/PKGBUILD	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=hddtemp
-_origver=0.3-beta15
-_patchver=${_origver}-52
-pkgver=${_patchver//-/.}
-pkgrel=1
-pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information"
-url='https://savannah.nongnu.org/projects/hddtemp/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/conf.d/hddtemp')
-source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2"
-        "http://ftp.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz"
-        'rc.d'
-        'conf.d'
-        'service')
-sha1sums=('65393b0a4d9862c030c81702d95c1acd00da275b'
-          'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
-          '71159486b1505ec6acfb7585e0d8fbe78afe54ec'
-          'd45e3022f614dbf8904ecb1a3e702bb71fcaa808'
-          '501fcf4faf8b2689d010f9cbbf39f917211f611f')
-
-options=('!libtool')
-
-build() {
-	cd "${srcdir}/${pkgname}-${_origver}"
-
-	patch -p1 -i "../${pkgname}_${_patchver}.diff"
-
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--with-db-path="/usr/share/${pkgname}/hddtemp.db"
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${_origver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" "${pkgdir}/usr/share/${pkgname}/hddtemp.db"
-	install -Dm644 '../service' "${pkgdir}/usr/lib/systemd/system/hddtemp.service"
-	install -Dm644 '../conf.d' "${pkgdir}/etc/conf.d/hddtemp"
-	install -Dm755 '../rc.d' "${pkgdir}/etc/rc.d/hddtemp"
-}

Copied: hddtemp/repos/extra-x86_64/PKGBUILD (from rev 186028, hddtemp/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-05-20 14:50:15 UTC (rev 186029)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=hddtemp
+_origver=0.3-beta15
+_patchver=${_origver}-52
+pkgver=${_patchver//-/.}
+pkgrel=2
+pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information"
+url='https://savannah.nongnu.org/projects/hddtemp/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2"
+        "http://ftp.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz"
+        'service')
+sha1sums=('65393b0a4d9862c030c81702d95c1acd00da275b'
+          'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
+          '9b02e5bed22f81ceab2b69bae788a9a3aa5c2147')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${_origver}"
+
+	patch -p1 -i "../${pkgname}_${_patchver}.diff"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin \
+		--mandir=/usr/share/man \
+		--with-db-path="/usr/share/${pkgname}/hddtemp.db"
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${_origver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" "${pkgdir}/usr/share/${pkgname}/hddtemp.db"
+	install -Dm644 '../service' "${pkgdir}/usr/lib/systemd/system/hddtemp.service"
+}

Deleted: extra-x86_64/conf.d
===================================================================
--- extra-x86_64/conf.d	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-x86_64/conf.d	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,2 +0,0 @@
-PARAMS="-q -l 127.0.0.1"
-DRIVES="/dev/sda"

Deleted: extra-x86_64/rc.d
===================================================================
--- extra-x86_64/rc.d	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-x86_64/rc.d	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PARAMS=
-DRIVES=
-[ -f /etc/conf.d/hddtemp ] && . /etc/conf.d/hddtemp
-PID=$(pidof -o %PPID /usr/sbin/hddtemp)
-case "$1" in
-  start)
-    stat_busy "Starting HDDTemp"
-    [ -z "$PID" ] && /usr/sbin/hddtemp -d $PARAMS $DRIVES
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon hddtemp
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping HDDTemp"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon hddtemp
-      stat_done
-    fi 
-    ;;
-  restart)
-    $0 stop
-    sleep 2
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: extra-x86_64/service
===================================================================
--- extra-x86_64/service	2013-05-20 14:50:00 UTC (rev 186028)
+++ extra-x86_64/service	2013-05-20 14:50:15 UTC (rev 186029)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Hard drive temperature monitor daemon
-
-[Service]
-EnvironmentFile=/etc/conf.d/hddtemp 
-ExecStart=/usr/sbin/hddtemp -dF $PARAMS $DRIVES
-
-[Install]
-WantedBy=multi-user.target

Copied: hddtemp/repos/extra-x86_64/service (from rev 186028, hddtemp/repos/testing-x86_64/service)
===================================================================
--- extra-x86_64/service	                        (rev 0)
+++ extra-x86_64/service	2013-05-20 14:50:15 UTC (rev 186029)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Hard drive temperature monitor daemon
+
+[Service]
+ExecStart=/usr/bin/hddtemp -dF /dev/sda
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list