[arch-commits] Commit in acpid/repos (16 files)

2016-09-17 Thread Sébastien Luttringer
Date: Saturday, September 17, 2016 @ 12:59:10
  Author: seblu
Revision: 189862

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 189861, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 189861, acpid/trunk/acpid.service)
  acpid/repos/community-i686/anything
(from rev 189861, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 189861, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 189861, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 189861, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 189861, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 189861, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |   98 
 /acpid.service |   18 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   49 
 community-i686/acpid.service   |9 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/acpid.service |9 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 12 files changed, 276 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-17 12:58:47 UTC (rev 189861)
+++ community-i686/PKGBUILD 2016-09-17 12:59:10 UTC (rev 189862)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('e41bdf628e122edb4342fca432ea7db9'
- 'b9a9810eefae2142e20c965c01b410de'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 189861, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-17 12:59:10 UTC (rev 189862)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('0432407b5ff75ae8e08afb43052fde2b'
+ 'b9a9810eefae2142e20c965c01b410de'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid rights
+  chmod 755 "$pkgdir/usr/bin/acpid"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/acpid.service
===
--- community-i686/acpid.service2016-09-17 12:58:47 UTC (rev 189861)
+++ community-i686/acpid.service2016-09-17 12:59:10 UTC (rev 189862)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-i686/acpid.service (from rev 189861, 
acpid/trunk/acpid.service)
===
--- comm

[arch-commits] Commit in acpid/repos (16 files)

2016-03-15 Thread Sébastien Luttringer
Date: Wednesday, March 16, 2016 @ 00:41:32
  Author: seblu
Revision: 166853

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 166852, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 166852, acpid/trunk/acpid.service)
  acpid/repos/community-i686/anything
(from rev 166852, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 166852, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 166852, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 166852, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 166852, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 166852, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |   98 
 /acpid.service |   18 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   49 
 community-i686/acpid.service   |9 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/acpid.service |9 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 12 files changed, 276 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-15 23:40:52 UTC (rev 166852)
+++ community-i686/PKGBUILD 2016-03-15 23:41:32 UTC (rev 166853)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('f6d772e35ed907f1cc14ad1a546fd473'
- 'b9a9810eefae2142e20c965c01b410de'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 166852, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-15 23:41:32 UTC (rev 166853)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('e41bdf628e122edb4342fca432ea7db9'
+ 'b9a9810eefae2142e20c965c01b410de'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid rights
+  chmod 755 "$pkgdir/usr/bin/acpid"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/acpid.service
===
--- community-i686/acpid.service2016-03-15 23:40:52 UTC (rev 166852)
+++ community-i686/acpid.service2016-03-15 23:41:32 UTC (rev 166853)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-i686/acpid.service (from rev 166852, 
acpid/trunk/acpid.service)
===
--- communi

[arch-commits] Commit in acpid/repos (16 files)

2015-08-18 Thread Sébastien Luttringer
Date: Tuesday, August 18, 2015 @ 17:51:32
  Author: seblu
Revision: 138487

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 138486, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 138486, acpid/trunk/acpid.service)
  acpid/repos/community-i686/anything
(from rev 138486, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 138486, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 138486, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 138486, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 138486, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 138486, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |   98 
 /acpid.service |   18 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   55 -
 community-i686/acpid.service   |9 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   55 -
 community-x86_64/acpid.service |9 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 12 files changed, 276 insertions(+), 288 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-18 15:27:52 UTC (rev 138486)
+++ community-i686/PKGBUILD 2015-08-18 15:51:32 UTC (rev 138487)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.service'
-'anything'
-'handler.sh'
-'libc_compat.h')
-md5sums=('54719f8cbafed5875c2e481635ac7007'
- 'b9a9810eefae2142e20c965c01b410de'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38'
- 'd798029e5d3896cd5fd2fb7ebdf2a81a')
-
-prepare() {
-  mv libc_compat.h $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 138486, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-18 15:51:32 UTC (rev 138487)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('69bb0cc4a0a89eb2dfecc4851087f568'
+ 'b9a9810eefae2142e20c965c01b410de'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid rights
+  chmod 755 "$pkgdir/usr/bin/acpid"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/acpid.service
===
--- community-i686/acpid.service2015-08-18 15:27:52 UTC (rev 138486)
+++ community-i686/acpid.service2015-08-18 15:51:32 UTC (rev 138487)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-i686/acpid.service