[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2022-08-07 Thread Brett Cornwall via arch-commits
Date: Sunday, August 7, 2022 @ 14:35:57
  Author: ainola
Revision: 1260550

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 1260549, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 1260549, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   79 +--
 interception-tools.install |8 ++--
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 14:35:28 UTC (rev 1260549)
+++ PKGBUILD2022-08-07 14:35:57 UTC (rev 1260550)
@@ -1,39 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.8
-pkgrel=4
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-options=(debug)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 1260549, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 14:35:57 UTC (rev 1260550)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.8
+pkgrel=5
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+conflicts=('bear')  # Also has a /usr/bin/intercept
+makedepends=('cmake' 'systemd' 'boost')
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2022-08-07 14:35:28 UTC (rev 1260549)
+++ interception-tools.install  2022-08-07 14:35:57 UTC (rev 1260550)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 1260549, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2022-08-07 14:35:57 UTC (rev 1260550)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2022-07-15 Thread Allan McRae via arch-commits
Date: Friday, July 15, 2022 @ 10:45:39
  Author: allan
Revision: 1252870

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 1252869, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 1252869, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   78 +--
 interception-tools.install |8 ++--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 10:45:19 UTC (rev 1252869)
+++ PKGBUILD2022-07-15 10:45:39 UTC (rev 1252870)
@@ -1,39 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.8
-pkgrel=3
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-options=(debug)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 1252869, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 10:45:39 UTC (rev 1252870)
@@ -0,0 +1,39 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.8
+pkgrel=4
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2022-07-15 10:45:19 UTC (rev 1252869)
+++ interception-tools.install  2022-07-15 10:45:39 UTC (rev 1252870)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 1252869, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2022-07-15 10:45:39 UTC (rev 1252870)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2022-01-17 Thread Morten Linderud via arch-commits
Date: Monday, January 17, 2022 @ 10:08:38
  Author: foxboron
Revision: 1107654

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 1107653, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 1107653, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-17 10:08:30 UTC (rev 1107653)
+++ PKGBUILD2022-01-17 10:08:38 UTC (rev 1107654)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.8
-pkgrel=1
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 1107653, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-17 10:08:38 UTC (rev 1107654)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.8
+pkgrel=2
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2022-01-17 10:08:30 UTC (rev 1107653)
+++ interception-tools.install  2022-01-17 10:08:38 UTC (rev 1107654)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 1107653, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2022-01-17 10:08:38 UTC (rev 1107654)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2021-11-25 Thread Brett Cornwall via arch-commits
Date: Thursday, November 25, 2021 @ 23:55:49
  Author: ainola
Revision: 1054824

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 1054823, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 1054823, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-25 23:55:25 UTC (rev 1054823)
+++ PKGBUILD2021-11-25 23:55:49 UTC (rev 1054824)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.7
-pkgrel=2
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 1054823, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-25 23:55:49 UTC (rev 1054824)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.8
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2021-11-25 23:55:25 UTC (rev 1054823)
+++ interception-tools.install  2021-11-25 23:55:49 UTC (rev 1054824)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 1054823, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2021-11-25 23:55:49 UTC (rev 1054824)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2021-07-17 Thread Brett Cornwall via arch-commits
Date: Saturday, July 17, 2021 @ 17:49:28
  Author: ainola
Revision: 978402

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 978401, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 978401, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 17:49:00 UTC (rev 978401)
+++ PKGBUILD2021-07-17 17:49:28 UTC (rev 978402)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.6
-pkgrel=1
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('6917eb7109c7514ef620f7ea184f95e7be522b8f5b226b121675c0a7f628afee')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 978401, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 17:49:28 UTC (rev 978402)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2021-07-17 17:49:00 UTC (rev 978401)
+++ interception-tools.install  2021-07-17 17:49:28 UTC (rev 978402)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 978401, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2021-07-17 17:49:28 UTC (rev 978402)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2021-05-08 Thread Brett Cornwall via arch-commits
Date: Sunday, May 9, 2021 @ 04:34:20
  Author: ainola
Revision: 928951

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 928950, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 928950, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-09 04:33:53 UTC (rev 928950)
+++ PKGBUILD2021-05-09 04:34:20 UTC (rev 928951)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('a82e93fb34bd0919beaffb0356a8f841f89ed5c8a216673303e040ddea890817')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 928950, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-09 04:34:20 UTC (rev 928951)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('6917eb7109c7514ef620f7ea184f95e7be522b8f5b226b121675c0a7f628afee')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2021-05-09 04:33:53 UTC (rev 928950)
+++ interception-tools.install  2021-05-09 04:34:20 UTC (rev 928951)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 928950, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2021-05-09 04:34:20 UTC (rev 928951)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}


[arch-commits] Commit in interception-tools/repos/community-x86_64 (4 files)

2021-05-05 Thread Brett Cornwall via arch-commits
Date: Thursday, May 6, 2021 @ 03:48:49
  Author: ainola
Revision: 928353

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 928352, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 928352, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-06 03:48:23 UTC (rev 928352)
+++ PKGBUILD2021-05-06 03:48:49 UTC (rev 928353)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.4
-pkgrel=2
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('1c333588d76ffc7675a32b9f90b2440287d1e2852910a87782878b457c36b3a1')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 928352, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-06 03:48:49 UTC (rev 928353)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('a82e93fb34bd0919beaffb0356a8f841f89ed5c8a216673303e040ddea890817')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2021-05-06 03:48:23 UTC (rev 928352)
+++ interception-tools.install  2021-05-06 03:48:49 UTC (rev 928353)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 928352, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2021-05-06 03:48:49 UTC (rev 928353)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}