[arch-commits] Commit in evemu/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Wed Dec 14 19:28:45 UTC 2016


    Date: Wednesday, December 14, 2016 @ 19:28:44
  Author: anatolik
Revision: 199430

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

Added:
  evemu/repos/community-i686/PKGBUILD
    (from rev 199429, evemu/trunk/PKGBUILD)
  evemu/repos/community-x86_64/PKGBUILD
    (from rev 199429, evemu/trunk/PKGBUILD)
Deleted:
  evemu/repos/community-i686/PKGBUILD
  evemu/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-14 19:28:01 UTC (rev 199429)
+++ community-i686/PKGBUILD	2016-12-14 19:28:44 UTC (rev 199430)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Nicolas Quiénot < niQo at aur >
-# Contributor: Damián Nohales <damiannohales at gmail.com>
- 
-pkgname=evemu
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
-arch=(i686 x86_64)
-url='http://www.freedesktop.org/wiki/Evemu'
-license=(GPL3)
-depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
-sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
-          'SKIP')
- 
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evemu/repos/community-i686/PKGBUILD (from rev 199429, evemu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-14 19:28:44 UTC (rev 199430)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales <damiannohales at gmail.com>
+ 
+pkgname=evemu
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+sha1sums=('6dadffae6d9f17c236e22328142b5d1fc0e5a9d3'
+          'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-14 19:28:01 UTC (rev 199429)
+++ community-x86_64/PKGBUILD	2016-12-14 19:28:44 UTC (rev 199430)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Nicolas Quiénot < niQo at aur >
-# Contributor: Damián Nohales <damiannohales at gmail.com>
- 
-pkgname=evemu
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
-arch=(i686 x86_64)
-url='http://www.freedesktop.org/wiki/Evemu'
-license=(GPL3)
-depends=(libevdev python2)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
-sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
-          'SKIP')
- 
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evemu/repos/community-x86_64/PKGBUILD (from rev 199429, evemu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-14 19:28:44 UTC (rev 199430)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales <damiannohales at gmail.com>
+ 
+pkgname=evemu
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+sha1sums=('6dadffae6d9f17c236e22328142b5d1fc0e5a9d3'
+          'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list