diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/hddtemp | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/hddtemp')
-rw-r--r-- | abs/extra-testing/hddtemp/ChangeLog | 14 | ||||
-rw-r--r-- | abs/extra-testing/hddtemp/PKGBUILD | 39 | ||||
-rw-r--r-- | abs/extra-testing/hddtemp/hddtemp | 39 | ||||
-rw-r--r-- | abs/extra-testing/hddtemp/hddtemp.confd | 2 |
4 files changed, 0 insertions, 94 deletions
diff --git a/abs/extra-testing/hddtemp/ChangeLog b/abs/extra-testing/hddtemp/ChangeLog deleted file mode 100644 index d9b03e7..0000000 --- a/abs/extra-testing/hddtemp/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -2009-03-05 Andreas Radke <andyrtr@archlinux.org> -* pkg moved to extra from AUR - -2008-01-23 Roman Kyrylych <roman@archlinux.org> -* Updated to v38 of Debian's patchset - -2007-11-30 Roman Kyrylych <roman@archlinux.org> -* Backup /etc/conf.d/hddtemp - -2007-11-09 Roman Kyrylych <roman@archlinux.org> -* Updated to v37 of Debian's patchset - -2007-06-26 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 diff --git a/abs/extra-testing/hddtemp/PKGBUILD b/abs/extra-testing/hddtemp/PKGBUILD deleted file mode 100644 index 996577d..0000000 --- a/abs/extra-testing/hddtemp/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 29127 2009-03-05 18:08:55Z andyrtr $ -# Maintainer: Andrea Scarpino <bash@archlinux.it> -# Contributor: Roman Kyrylych <roman@archlinux.org> -# Contributor: Damir Perisa <damir@archlinux.org> - -pkgname=hddtemp -pkgver=0.3.beta15.45 -_origver=0.3-beta15 -_patchver=45 -pkgrel=2 -pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information" -arch=('i686' 'x86_64') -url="http://www.guzu.net/linux/hddtemp.php" -license=('GPL') -depends=('glibc') -backup=('etc/conf.d/hddtemp') -source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2 - http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz - 'hddtemp' 'hddtemp.confd') -md5sums=('8b829339e1ae9df701684ec239021bb8' - 'a809a3a28d29ee719b2855af9b4eb1a8' - 'b7ebb86dfeef3bc4577ed1040307e36b' - 'fdca5c43900406f0be76534ef2a5a697') -options=('!libtool') - -build() { - cd "$srcdir/$pkgname-${_origver}" - - patch -Np1 -i "$srcdir/${pkgname}_${_origver}-${_patchver}.diff" || return 1 - - ./configure --prefix=/usr --mandir=/usr/share/man --with-db-path=/usr/share/$pkgname/hddtemp.db - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - - install -D -m644 "$srcdir/$pkgname-${_origver}/debian/hddtemp.db" \ - "$pkgdir/usr/share/${pkgname}/hddtemp.db" || return 1 - install -D -m644 "$srcdir/hddtemp.confd" "$pkgdir/etc/conf.d/hddtemp" || return 1 - install -D -m755 "$srcdir/hddtemp" "$pkgdir/etc/rc.d/hddtemp" || return 1 -} diff --git a/abs/extra-testing/hddtemp/hddtemp b/abs/extra-testing/hddtemp/hddtemp deleted file mode 100644 index 62f0908..0000000 --- a/abs/extra-testing/hddtemp/hddtemp +++ /dev/null @@ -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 diff --git a/abs/extra-testing/hddtemp/hddtemp.confd b/abs/extra-testing/hddtemp/hddtemp.confd deleted file mode 100644 index 6a1e18e..0000000 --- a/abs/extra-testing/hddtemp/hddtemp.confd +++ /dev/null @@ -1,2 +0,0 @@ -PARAMS="-q -l 127.0.0.1" -DRIVES="/dev/sda" |