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

Eric Bélanger eric at archlinux.org
Thu Jan 8 20:28:39 UTC 2015


    Date: Thursday, January 8, 2015 @ 21:28:38
  Author: eric
Revision: 228763

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
    (from rev 228762, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-i686/i8kmon.service
    (from rev 228762, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-x86_64/PKGBUILD
    (from rev 228762, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/i8kmon.service
    (from rev 228762, 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                   |   80 ++++++++++++++++++++++++++++++++++++++++++
 /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, 98 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-01-08 20:26:26 UTC (rev 228762)
+++ extra-i686/PKGBUILD	2015-01-08 20:28:38 UTC (rev 228763)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=i8kutils
-pkgver=1.41
-pkgrel=1
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/i8kutils"
-license=('GPL')
-depends=('bash' 'acpi')
-optdepends=('tk: for i8kmon deamon')
-backup=('etc/i8kutils/i8kmon.conf')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 --insecure -o %o %u')
-source=(https://launchpad.net/i8kutils/trunk/${pkgver}/+download/i8kutils_${pkgver}.tar.gz{,.asc}
-        i8kmon.service)
-sha1sums=('7baf9ed1b27f4bcab7a9a5c7c037d36c769945cc'
-          'SKIP'
-          '5c20f5241de7e60b46117269f4e867b08734cdc8')
-
-prepare() {
-  cd $pkgname
-  # 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
-  make clean
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  install -D -m644 i8kctl.1 i8kmon.1 "$pkgdir/usr/share/man/man1"
-  install -D -m755 i8kctl i8kfan i8kmon "$pkgdir/usr/bin"
-
-  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 228762, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-08 20:28:38 UTC (rev 228763)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.42
+pkgrel=1
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils"
+license=('GPL')
+depends=('bash' 'acpi')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(https://launchpad.net/i8kutils/trunk/${pkgver}/+download/i8kutils_${pkgver}.tar.xz
+        i8kmon.service)
+sha1sums=('6c32176a94ae6e0f6969880ac7ab8ac76b476143'
+          '5c20f5241de7e60b46117269f4e867b08734cdc8')
+
+prepare() {
+  cd $pkgname
+  # 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
+  make clean
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  install -D -m644 i8kctl.1 i8kmon.1 "$pkgdir/usr/share/man/man1"
+  install -D -m755 i8kctl i8kfan i8kmon "$pkgdir/usr/bin"
+
+  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	2015-01-08 20:26:26 UTC (rev 228762)
+++ extra-i686/i8kmon.service	2015-01-08 20:28:38 UTC (rev 228763)
@@ -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 228762, i8kutils/trunk/i8kmon.service)
===================================================================
--- extra-i686/i8kmon.service	                        (rev 0)
+++ extra-i686/i8kmon.service	2015-01-08 20:28:38 UTC (rev 228763)
@@ -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	2015-01-08 20:26:26 UTC (rev 228762)
+++ extra-x86_64/PKGBUILD	2015-01-08 20:28:38 UTC (rev 228763)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=i8kutils
-pkgver=1.41
-pkgrel=1
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/i8kutils"
-license=('GPL')
-depends=('bash' 'acpi')
-optdepends=('tk: for i8kmon deamon')
-backup=('etc/i8kutils/i8kmon.conf')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 --insecure -o %o %u')
-source=(https://launchpad.net/i8kutils/trunk/${pkgver}/+download/i8kutils_${pkgver}.tar.gz{,.asc}
-        i8kmon.service)
-sha1sums=('7baf9ed1b27f4bcab7a9a5c7c037d36c769945cc'
-          'SKIP'
-          '5c20f5241de7e60b46117269f4e867b08734cdc8')
-
-prepare() {
-  cd $pkgname
-  # 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
-  make clean
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  install -D -m644 i8kctl.1 i8kmon.1 "$pkgdir/usr/share/man/man1"
-  install -D -m755 i8kctl i8kfan i8kmon "$pkgdir/usr/bin"
-
-  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 228762, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-08 20:28:38 UTC (rev 228763)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.42
+pkgrel=1
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils"
+license=('GPL')
+depends=('bash' 'acpi')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(https://launchpad.net/i8kutils/trunk/${pkgver}/+download/i8kutils_${pkgver}.tar.xz
+        i8kmon.service)
+sha1sums=('6c32176a94ae6e0f6969880ac7ab8ac76b476143'
+          '5c20f5241de7e60b46117269f4e867b08734cdc8')
+
+prepare() {
+  cd $pkgname
+  # 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
+  make clean
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  install -D -m644 i8kctl.1 i8kmon.1 "$pkgdir/usr/share/man/man1"
+  install -D -m755 i8kctl i8kfan i8kmon "$pkgdir/usr/bin"
+
+  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	2015-01-08 20:26:26 UTC (rev 228762)
+++ extra-x86_64/i8kmon.service	2015-01-08 20:28:38 UTC (rev 228763)
@@ -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 228762, i8kutils/trunk/i8kmon.service)
===================================================================
--- extra-x86_64/i8kmon.service	                        (rev 0)
+++ extra-x86_64/i8kmon.service	2015-01-08 20:28:38 UTC (rev 228763)
@@ -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