[arch-commits] Commit in inotify-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 16:03:20
  Author: spupykin
Revision: 753916

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 753915, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 16:03:10 UTC (rev 753915)
+++ PKGBUILD2020-11-13 16:03:20 UTC (rev 753916)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.2.1
-pkgrel=1
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('x86_64')
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 753915, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 16:03:20 UTC (rev 753916)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.11.0
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in inotify-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-02 Thread Sergej Pupykin via arch-commits
Date: Sunday, February 2, 2020 @ 10:35:51
  Author: spupykin
Revision: 561552

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 561551, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 10:35:40 UTC (rev 561551)
+++ PKGBUILD2020-02-02 10:35:51 UTC (rev 561552)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('x86_64')
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 561551, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 10:35:51 UTC (rev 561552)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.2.1
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in inotify-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:14:33
  Author: spupykin
Revision: 560078

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 560077, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-30 09:14:24 UTC (rev 560077)
+++ PKGBUILD2020-01-30 09:14:33 UTC (rev 560078)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('x86_64')
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 560077, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-30 09:14:33 UTC (rev 560078)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in inotify-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Sergej Pupykin via arch-commits
Date: Monday, January 8, 2018 @ 14:15:35
  Author: spupykin
Revision: 280527

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 280526, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 --
 1 file changed, 28 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 14:15:19 UTC (rev 280526)
+++ PKGBUILD2018-01-08 14:15:35 UTC (rev 280527)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=4
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('i686' 'x86_64')
-#url="http://inotify-tools.sourceforge.net/;
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen' 'git')
-options=('docs')
-#source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-source=("git://github.com/rvoicilas/inotify-tools.git#commit=1df9af4d6cd0f4af4b1b19254bcf056aed4ae395")
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 280526, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 14:15:35 UTC (rev 280527)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}