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

Eric Bélanger eric at nymeria.archlinux.org
Sat Feb 1 08:03:16 UTC 2014


    Date: Saturday, February 1, 2014 @ 09:03:15
  Author: eric
Revision: 204946

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
    (from rev 204945, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-i686/i8kmon.service
    (from rev 204945, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-x86_64/PKGBUILD
    (from rev 204945, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/i8kmon.service
    (from rev 204945, i8kutils/trunk/i8kmon.service)
Deleted:
  i8kutils/repos/extra-i686/PKGBUILD
  i8kutils/repos/extra-i686/i8kmon.service
  i8kutils/repos/extra-x86_64/PKGBUILD
  i8kutils/repos/extra-x86_64/i8kmon.service

-----------------------------+
 /PKGBUILD                   |   76 ++++++++++++++++++++++++++++++++++++++++++
 /i8kmon.service             |   18 +++++++++
 extra-i686/PKGBUILD         |   42 -----------------------
 extra-i686/i8kmon.service   |    9 ----
 extra-x86_64/PKGBUILD       |   42 -----------------------
 extra-x86_64/i8kmon.service |    9 ----
 6 files changed, 94 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-i686/PKGBUILD	2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=i8kutils
-pkgver=1.33
-pkgrel=3
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="http://people.debian.org/~dz/i8k/"
-license=('GPL2')
-depends=('glibc')
-optdepends=('tk: for i8kmon deamon')
-conflicts=('i8kmon')
-provides=('i8kmon')
-replaces=('i8kmon')
-backup=('etc/i8kutils/i8kmon.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz
-        i8kmon.service)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628'
-         '32c159616f72ab65969db95b9e824ced')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # conform to Arch Linux guidelines
-  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
-  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
-  install -D -m644 ../i8kmon.service "$pkgdir/usr/lib/systemd/system/i8kmon.service"
-}

Copied: i8kutils/repos/extra-i686/PKGBUILD (from rev 204945, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.40
+pkgrel=1
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils"
+license=('GPL')
+depends=('bash')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
+        i8kmon.service)
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+          '5c20f5241de7e60b46117269f4e867b08734cdc8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # conform to Arch Linux guidelines
+  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
+  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
+  install -D -m644 ../i8kmon.service "$pkgdir/usr/lib/systemd/system/i8kmon.service"
+}

Deleted: extra-i686/i8kmon.service
===================================================================
--- extra-i686/i8kmon.service	2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-i686/i8kmon.service	2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target

Copied: i8kutils/repos/extra-i686/i8kmon.service (from rev 204945, i8kutils/trunk/i8kmon.service)
===================================================================
--- extra-i686/i8kmon.service	                        (rev 0)
+++ extra-i686/i8kmon.service	2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Dell laptop thermal monitoring
+ConditionPathExists=/proc/i8k
+
+[Service]
+ExecStart=/usr/bin/i8kmon -d
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-x86_64/PKGBUILD	2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=i8kutils
-pkgver=1.33
-pkgrel=3
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="http://people.debian.org/~dz/i8k/"
-license=('GPL2')
-depends=('glibc')
-optdepends=('tk: for i8kmon deamon')
-conflicts=('i8kmon')
-provides=('i8kmon')
-replaces=('i8kmon')
-backup=('etc/i8kutils/i8kmon.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz
-        i8kmon.service)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628'
-         '32c159616f72ab65969db95b9e824ced')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # conform to Arch Linux guidelines
-  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
-  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
-  install -D -m644 ../i8kmon.service "$pkgdir/usr/lib/systemd/system/i8kmon.service"
-}

Copied: i8kutils/repos/extra-x86_64/PKGBUILD (from rev 204945, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.40
+pkgrel=1
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils"
+license=('GPL')
+depends=('bash')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
+        i8kmon.service)
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+          '5c20f5241de7e60b46117269f4e867b08734cdc8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # conform to Arch Linux guidelines
+  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
+  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
+  install -D -m644 ../i8kmon.service "$pkgdir/usr/lib/systemd/system/i8kmon.service"
+}

Deleted: extra-x86_64/i8kmon.service
===================================================================
--- extra-x86_64/i8kmon.service	2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-x86_64/i8kmon.service	2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target

Copied: i8kutils/repos/extra-x86_64/i8kmon.service (from rev 204945, i8kutils/trunk/i8kmon.service)
===================================================================
--- extra-x86_64/i8kmon.service	                        (rev 0)
+++ extra-x86_64/i8kmon.service	2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Dell laptop thermal monitoring
+ConditionPathExists=/proc/i8k
+
+[Service]
+ExecStart=/usr/bin/i8kmon -d
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list