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

2015-03-04 Thread Sergej Pupykin
Date: Wednesday, March 4, 2015 @ 13:37:12
  Author: spupykin
Revision: 128716

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   26 ---
 community-x86_64/PKGBUILD |   26 ---
 3 files changed, 60 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-04 12:36:56 UTC (rev 128715)
+++ community-i686/PKGBUILD 2015-03-04 12:37:12 UTC (rev 128716)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=3
-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/;
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-i686/PKGBUILD (from rev 128715, 
inotify-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-04 12:37:12 UTC (rev 128716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-04 12:36:56 UTC (rev 128715)
+++ community-x86_64/PKGBUILD   2015-03-04 12:37:12 UTC (rev 128716)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=3
-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/;
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 128715, 
inotify-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-04 12:37:12 UTC (rev 128716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# 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 

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

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 18:15:48
  Author: spupykin
Revision: 100108

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

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

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   22 --
 community-x86_64/PKGBUILD |   22 --
 3 files changed, 52 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 17:15:32 UTC (rev 100107)
+++ community-i686/PKGBUILD 2013-11-01 17:15:48 UTC (rev 100108)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=2
-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/;
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-i686/PKGBUILD (from rev 100107, 
inotify-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 17:15:48 UTC (rev 100108)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.14
+pkgrel=3
+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/;
+license=('GPL')
+depends=(glibc)
+makedepends=('gcc' 'make')
+source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
+md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-01 17:15:32 UTC (rev 100107)
+++ community-x86_64/PKGBUILD   2013-11-01 17:15:48 UTC (rev 100108)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=2
-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/;
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 100107, 
inotify-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-01 17:15:48 UTC (rev 100108)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.14
+pkgrel=3
+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/;
+license=('GPL')
+depends=(glibc)
+makedepends=('gcc' 'make')
+source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
+md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}