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

2017-09-01 Thread Alexander Rødseth
Date: Friday, September 1, 2017 @ 12:11:31
  Author: arodseth
Revision: 255234

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-01 12:11:18 UTC (rev 255233)
+++ community-i686/PKGBUILD 2017-09-01 12:11:31 UTC (rev 255234)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#commit=99cf1834ce2c038c184d64793aaa6686381c49c5;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 255233, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-01 12:11:31 UTC (rev 255234)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's_configure_configure --prefix=/usr_' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-01 12:11:18 UTC (rev 255233)
+++ community-x86_64/PKGBUILD   2017-09-01 12:11:31 UTC (rev 255234)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#commit=99cf1834ce2c038c184d64793aaa6686381c49c5;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 255233, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-01 12:11:31 UTC (rev 255234)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's_configure_configure --prefix=/usr_' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:ts=2 sw=2 et:


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

2017-06-05 Thread Alexander Rødseth
Date: Monday, June 5, 2017 @ 20:21:38
  Author: arodseth
Revision: 234414

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-05 20:20:09 UTC (rev 234413)
+++ community-i686/PKGBUILD 2017-06-05 20:21:38 UTC (rev 234414)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#commit=2be9f9003dbeb5754bc52957d6b08ab576b513bb;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 234413, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-05 20:21:38 UTC (rev 234414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#commit=99cf1834ce2c038c184d64793aaa6686381c49c5;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-05 20:20:09 UTC (rev 234413)
+++ community-x86_64/PKGBUILD   2017-06-05 20:21:38 UTC (rev 234414)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git+https://github.com/ggreer/$pkgname.git#commit=2be9f9003dbeb5754bc52957d6b08ab576b513bb;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 234413, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-05 20:21:38 UTC (rev 234414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#commit=99cf1834ce2c038c184d64793aaa6686381c49c5;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-10 Thread Alexander Rødseth
Date: Wednesday, May 10, 2017 @ 19:51:27
  Author: arodseth
Revision: 227729

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 19:51:13 UTC (rev 227728)
+++ community-i686/PKGBUILD 2017-05-10 19:51:27 UTC (rev 227729)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 227728, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-10 19:51:27 UTC (rev 227729)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#commit=2be9f9003dbeb5754bc52957d6b08ab576b513bb;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-10 19:51:13 UTC (rev 227728)
+++ community-x86_64/PKGBUILD   2017-05-10 19:51:27 UTC (rev 227729)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 227728, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-10 19:51:27 UTC (rev 227729)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git+https://github.com/ggreer/$pkgname.git#commit=2be9f9003dbeb5754bc52957d6b08ab576b513bb;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-17 Thread Alexander Rødseth
Date: Tuesday, January 17, 2017 @ 23:19:07
  Author: arodseth
Revision: 207812

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 23:18:54 UTC (rev 207811)
+++ community-i686/PKGBUILD 2017-01-17 23:19:07 UTC (rev 207812)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 207811, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 23:19:07 UTC (rev 207812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-17 23:18:54 UTC (rev 207811)
+++ community-x86_64/PKGBUILD   2017-01-17 23:19:07 UTC (rev 207812)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-arch=('x86_64' 'i686')
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 207811, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-17 23:19:07 UTC (rev 207812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-03 Thread Alexander Rødseth
Date: Saturday, December 3, 2016 @ 19:55:00
  Author: arodseth
Revision: 197840

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-03 19:53:30 UTC (rev 197839)
+++ community-i686/PKGBUILD 2016-12-03 19:55:00 UTC (rev 197840)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.33.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 197839, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-03 19:55:00 UTC (rev 197840)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-03 19:53:30 UTC (rev 197839)
+++ community-x86_64/PKGBUILD   2016-12-03 19:55:00 UTC (rev 197840)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.33.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 197839, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-03 19:55:00 UTC (rev 197840)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+arch=('x86_64' 'i686')
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-26 Thread Alexander Rødseth
Date: Monday, September 26, 2016 @ 07:30:57
  Author: arodseth
Revision: 190579

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-26 07:29:28 UTC (rev 190578)
+++ community-i686/PKGBUILD 2016-09-26 07:30:57 UTC (rev 190579)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.32.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 190578, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-26 07:30:57 UTC (rev 190579)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.33.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-26 07:29:28 UTC (rev 190578)
+++ community-x86_64/PKGBUILD   2016-09-26 07:30:57 UTC (rev 190579)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.32.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 190578, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-26 07:30:57 UTC (rev 190579)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.33.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-16 Thread Alexander Rødseth
Date: Tuesday, May 17, 2016 @ 00:45:13
  Author: arodseth
Revision: 175517

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-16 22:45:00 UTC (rev 175516)
+++ community-i686/PKGBUILD 2016-05-16 22:45:13 UTC (rev 175517)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 175516, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-16 22:45:13 UTC (rev 175517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-16 22:45:00 UTC (rev 175516)
+++ community-x86_64/PKGBUILD   2016-05-16 22:45:13 UTC (rev 175517)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 175516, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-16 22:45:13 UTC (rev 175517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-13 Thread Alexander Rødseth
Date: Sunday, September 13, 2015 @ 19:11:07
  Author: arodseth
Revision: 140054

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-13 17:10:53 UTC (rev 140053)
+++ community-i686/PKGBUILD 2015-09-13 17:11:07 UTC (rev 140054)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 140053, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-13 17:11:07 UTC (rev 140054)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-13 17:10:53 UTC (rev 140053)
+++ community-x86_64/PKGBUILD   2015-09-13 17:11:07 UTC (rev 140054)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
-}
-
-build() {
-  "./$pkgname/build.sh"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 140053, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-13 17:11:07 UTC (rev 140054)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' "$pkgname/build.sh"
+}
+
+build() {
+  "./$pkgname/build.sh"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-29 Thread Alexander Rødseth
Date: Wednesday, April 29, 2015 @ 10:46:00
  Author: arodseth
Revision: 132502

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 132500, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 132499, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 08:45:39 UTC (rev 132501)
+++ community-i686/PKGBUILD 2015-04-29 08:46:00 UTC (rev 132502)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  ./$pkgname/build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 132500, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 08:46:00 UTC (rev 132502)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.30.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-29 08:45:39 UTC (rev 132501)
+++ community-x86_64/PKGBUILD   2015-04-29 08:46:00 UTC (rev 132502)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  ./$pkgname/build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 132499, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-29 08:46:00 UTC (rev 132502)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.30.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-02-09 Thread Alexander Rødseth
Date: Monday, February 9, 2015 @ 13:17:20
  Author: arodseth
Revision: 127385

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 127384, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 127383, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-09 12:05:08 UTC (rev 127384)
+++ community-i686/PKGBUILD 2015-02-09 12:17:20 UTC (rev 127385)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 127384, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-09 12:17:20 UTC (rev 127385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-09 12:05:08 UTC (rev 127384)
+++ community-x86_64/PKGBUILD   2015-02-09 12:17:20 UTC (rev 127385)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 127383, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-09 12:17:20 UTC (rev 127385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  ./$pkgname/build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-02-05 Thread Alexander Rødseth
Date: Thursday, February 5, 2015 @ 11:57:53
  Author: arodseth
Revision: 127147

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-05 10:55:37 UTC (rev 127146)
+++ community-i686/PKGBUILD 2015-02-05 10:57:53 UTC (rev 127147)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 127146, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-05 10:57:53 UTC (rev 127147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-05 10:55:37 UTC (rev 127146)
+++ community-x86_64/PKGBUILD   2015-02-05 10:57:53 UTC (rev 127147)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.29.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 127146, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-05 10:57:53 UTC (rev 127147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-02-05 Thread Alexander Rødseth
Date: Thursday, February 5, 2015 @ 11:55:37
  Author: arodseth
Revision: 127146

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-05 10:55:22 UTC (rev 127145)
+++ community-i686/PKGBUILD 2015-02-05 10:55:37 UTC (rev 127146)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.28.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 127145, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-05 10:55:37 UTC (rev 127146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-05 10:55:22 UTC (rev 127145)
+++ community-x86_64/PKGBUILD   2015-02-05 10:55:37 UTC (rev 127146)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.28.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 127145, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-05 10:55:37 UTC (rev 127146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-03 Thread Alexander Rødseth
Date: Saturday, January 3, 2015 @ 18:59:04
  Author: arodseth
Revision: 125235

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-03 17:58:50 UTC (rev 125234)
+++ community-i686/PKGBUILD 2015-01-03 17:59:04 UTC (rev 125235)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.27.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 125234, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-03 17:59:04 UTC (rev 125235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-03 17:58:50 UTC (rev 125234)
+++ community-x86_64/PKGBUILD   2015-01-03 17:59:04 UTC (rev 125235)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.27.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 125234, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-03 17:59:04 UTC (rev 125235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 16:24:33
  Author: arodseth
Revision: 122837

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 15:24:21 UTC (rev 122836)
+++ community-i686/PKGBUILD 2014-11-20 15:24:33 UTC (rev 122837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 122836, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 15:24:33 UTC (rev 122837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 15:24:21 UTC (rev 122836)
+++ community-x86_64/PKGBUILD   2014-11-20 15:24:33 UTC (rev 122837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 122836, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 15:24:33 UTC (rev 122837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-02 Thread Alexander Rødseth
Date: Sunday, November 2, 2014 @ 20:09:03
  Author: arodseth
Revision: 121718

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-02 19:08:42 UTC (rev 121717)
+++ community-i686/PKGBUILD 2014-11-02 19:09:03 UTC (rev 121718)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 121717, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-02 19:09:03 UTC (rev 121718)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-02 19:08:42 UTC (rev 121717)
+++ community-x86_64/PKGBUILD   2014-11-02 19:09:03 UTC (rev 121718)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 121717, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-02 19:09:03 UTC (rev 121718)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-20 Thread Alexander Rødseth
Date: Monday, October 20, 2014 @ 16:17:28
  Author: arodseth
Revision: 121072

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-20 14:17:16 UTC (rev 121071)
+++ community-i686/PKGBUILD 2014-10-20 14:17:28 UTC (rev 121072)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 121071, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-20 14:17:28 UTC (rev 121072)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-20 14:17:16 UTC (rev 121071)
+++ community-x86_64/PKGBUILD   2014-10-20 14:17:28 UTC (rev 121072)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 121071, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-20 14:17:28 UTC (rev 121072)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 16:52:52
  Author: arodseth
Revision: 117435

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 117434, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 117434, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/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 2014-08-15 14:51:21 UTC (rev 117434)
+++ community-i686/PKGBUILD 2014-08-15 14:52:52 UTC (rev 117435)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 117434, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 14:52:52 UTC (rev 117435)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-15 14:51:21 UTC (rev 117434)
+++ community-x86_64/PKGBUILD   2014-08-15 14:52:52 UTC (rev 117435)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 117434, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-15 14:52:52 UTC (rev 117435)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 11:34:37
  Author: arodseth
Revision: 116680

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 116679, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 116679, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/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 2014-08-01 09:33:06 UTC (rev 116679)
+++ community-i686/PKGBUILD 2014-08-01 09:34:37 UTC (rev 116680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 116679, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 09:34:37 UTC (rev 116680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-01 09:33:06 UTC (rev 116679)
+++ community-x86_64/PKGBUILD   2014-08-01 09:34:37 UTC (rev 116680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 116679, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-01 09:34:37 UTC (rev 116680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 17:49:55
  Author: arodseth
Revision: 113669

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 113668, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 113668, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/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 2014-06-27 15:49:45 UTC (rev 113668)
+++ community-i686/PKGBUILD 2014-06-27 15:49:55 UTC (rev 113669)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.22.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 113668, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-27 15:49:55 UTC (rev 113669)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-27 15:49:45 UTC (rev 113668)
+++ community-x86_64/PKGBUILD   2014-06-27 15:49:55 UTC (rev 113669)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.22.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 113668, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-27 15:49:55 UTC (rev 113669)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 18:05:06
  Author: arodseth
Revision: 113674

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 113673, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 113673, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/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 2014-06-27 16:04:52 UTC (rev 113673)
+++ community-i686/PKGBUILD 2014-06-27 16:05:06 UTC (rev 113674)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 113673, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-27 16:05:06 UTC (rev 113674)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.23.0
+pkgrel=2
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-27 16:04:52 UTC (rev 113673)
+++ community-x86_64/PKGBUILD   2014-06-27 16:05:06 UTC (rev 113674)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 113673, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-27 16:05:06 UTC (rev 113674)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.23.0
+pkgrel=2
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:15:17
  Author: arodseth
Revision: 111083

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 111082, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 111082, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/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 2014-05-13 12:14:58 UTC (rev 111082)
+++ community-i686/PKGBUILD 2014-05-13 12:15:17 UTC (rev 111083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.21.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 111082, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 12:15:17 UTC (rev 111083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-13 12:14:58 UTC (rev 111082)
+++ community-x86_64/PKGBUILD   2014-05-13 12:15:17 UTC (rev 111083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.21.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 111082, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-13 12:15:17 UTC (rev 111083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-27 Thread Alexander Rødseth
Date: Sunday, April 27, 2014 @ 21:31:42
  Author: arodseth
Revision: 110246

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-27 19:31:28 UTC (rev 110245)
+++ community-i686/PKGBUILD 2014-04-27 19:31:42 UTC (rev 110246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ee921373e2bb1a25c913b0098ab946d137749b166d340a8ae6d88a554940a793')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 110245, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-27 19:31:42 UTC (rev 110246)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.21.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-27 19:31:28 UTC (rev 110245)
+++ community-x86_64/PKGBUILD   2014-04-27 19:31:42 UTC (rev 110246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ee921373e2bb1a25c913b0098ab946d137749b166d340a8ae6d88a554940a793')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 110245, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-27 19:31:42 UTC (rev 110246)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.21.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname

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

2014-03-20 Thread Alexander Rødseth
Date: Thursday, March 20, 2014 @ 13:49:08
  Author: arodseth
Revision: 107984

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-20 12:48:59 UTC (rev 107983)
+++ community-i686/PKGBUILD 2014-03-20 12:49:08 UTC (rev 107984)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('6691b095232f5c7f376075d1a5797b4d1740a2d83b6111a3f6227dc43c22cb13')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 107983, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-20 12:49:08 UTC (rev 107984)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ee921373e2bb1a25c913b0098ab946d137749b166d340a8ae6d88a554940a793')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-20 12:48:59 UTC (rev 107983)
+++ community-x86_64/PKGBUILD   2014-03-20 12:49:08 UTC (rev 107984)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('6691b095232f5c7f376075d1a5797b4d1740a2d83b6111a3f6227dc43c22cb13')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 107983, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-20 12:49:08 UTC (rev 107984)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ee921373e2bb1a25c913b0098ab946d137749b166d340a8ae6d88a554940a793')
+
+prepare() 

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

2014-03-15 Thread Alexander Rødseth
Date: Saturday, March 15, 2014 @ 10:42:59
  Author: arodseth
Revision: 107235

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-15 09:42:45 UTC (rev 107234)
+++ community-i686/PKGBUILD 2014-03-15 09:42:59 UTC (rev 107235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('e2de31b8b4745b4614d3a6fa4cd61130474b0e861e80b3784daee7ce0eeca300')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 107234, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-15 09:42:59 UTC (rev 107235)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('6691b095232f5c7f376075d1a5797b4d1740a2d83b6111a3f6227dc43c22cb13')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-15 09:42:45 UTC (rev 107234)
+++ community-x86_64/PKGBUILD   2014-03-15 09:42:59 UTC (rev 107235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('e2de31b8b4745b4614d3a6fa4cd61130474b0e861e80b3784daee7ce0eeca300')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 107234, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-15 09:42:59 UTC (rev 107235)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('6691b095232f5c7f376075d1a5797b4d1740a2d83b6111a3f6227dc43c22cb13')
+
+prepare() 

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

2014-02-05 Thread Alexander Rødseth
Date: Wednesday, February 5, 2014 @ 16:34:54
  Author: arodseth
Revision: 105344

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

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

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   35 ---
 community-x86_64/PKGBUILD |   35 ---
 3 files changed, 66 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-05 15:34:45 UTC (rev 105343)
+++ community-i686/PKGBUILD 2014-02-05 15:34:54 UTC (rev 105344)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.19.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('698cde7a8170ef1623f594d251aac846e720dc257c170f9c21102b3f2f1d4448')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 105343, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-05 15:34:54 UTC (rev 105344)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.19.2
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('e2de31b8b4745b4614d3a6fa4cd61130474b0e861e80b3784daee7ce0eeca300')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-05 15:34:45 UTC (rev 105343)
+++ community-x86_64/PKGBUILD   2014-02-05 15:34:54 UTC (rev 105344)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.19.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('698cde7a8170ef1623f594d251aac846e720dc257c170f9c21102b3f2f1d4448')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 105343, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-05 15:34:54 UTC (rev 105344)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.19.2
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)

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

2014-01-23 Thread Alexander Rødseth
Date: Thursday, January 23, 2014 @ 13:22:43
  Author: arodseth
Revision: 104600

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-23 12:22:33 UTC (rev 104599)
+++ community-i686/PKGBUILD 2014-01-23 12:22:43 UTC (rev 104600)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('1f5cdacf955d5707cdb60f3f46aab3aae7fe96f105f00ab2d6a5a52d0aad5dc5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 104599, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-23 12:22:43 UTC (rev 104600)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.19.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('698cde7a8170ef1623f594d251aac846e720dc257c170f9c21102b3f2f1d4448')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-23 12:22:33 UTC (rev 104599)
+++ community-x86_64/PKGBUILD   2014-01-23 12:22:43 UTC (rev 104600)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('1f5cdacf955d5707cdb60f3f46aab3aae7fe96f105f00ab2d6a5a52d0aad5dc5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 104599, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-23 12:22:43 UTC (rev 104600)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.19.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)

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

2013-11-06 Thread Alexander Rødseth
Date: Wednesday, November 6, 2013 @ 11:52:39
  Author: arodseth
Revision: 100581

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-06 10:52:27 UTC (rev 100580)
+++ community-i686/PKGBUILD 2013-11-06 10:52:39 UTC (rev 100581)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.18
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9d3cdb7ab42308351f951adf1d149241b25f27d676322d96cdb215e4a0d90ea2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 100580, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-06 10:52:39 UTC (rev 100581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('1f5cdacf955d5707cdb60f3f46aab3aae7fe96f105f00ab2d6a5a52d0aad5dc5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-06 10:52:27 UTC (rev 100580)
+++ community-x86_64/PKGBUILD   2013-11-06 10:52:39 UTC (rev 100581)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.18
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9d3cdb7ab42308351f951adf1d149241b25f27d676322d96cdb215e4a0d90ea2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 100580, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-06 10:52:39 UTC (rev 100581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)

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

2013-10-30 Thread Alexander Rødseth
Date: Wednesday, October 30, 2013 @ 10:27:44
  Author: arodseth
Revision: 99585

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-30 09:27:34 UTC (rev 99584)
+++ community-i686/PKGBUILD 2013-10-30 09:27:44 UTC (rev 99585)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.16
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('2be261b18a74adf4354515544a7e7bfdb970005ce1f0fc78f56a6801e629ada7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 99584, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-30 09:27:44 UTC (rev 99585)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.18
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('9d3cdb7ab42308351f951adf1d149241b25f27d676322d96cdb215e4a0d90ea2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-30 09:27:34 UTC (rev 99584)
+++ community-x86_64/PKGBUILD   2013-10-30 09:27:44 UTC (rev 99585)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.16
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('2be261b18a74adf4354515544a7e7bfdb970005ce1f0fc78f56a6801e629ada7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./build.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 99584, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-30 09:27:44 UTC (rev 99585)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.18
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('9d3cdb7ab42308351f951adf1d149241b25f27d676322d96cdb215e4a0d90ea2')
+
+prepare() 

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

2013-09-06 Thread Alexander Rødseth
Date: Friday, September 6, 2013 @ 16:29:02
  Author: arodseth
Revision: 96848

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-06 14:28:52 UTC (rev 96847)
+++ community-i686/PKGBUILD 2013-09-06 14:29:02 UTC (rev 96848)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.15
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('bb05e329148315a9791cfa5cc1f7db4681e44476729971b4b3b7c2845a635748')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 96847, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-06 14:29:02 UTC (rev 96848)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.16
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('2be261b18a74adf4354515544a7e7bfdb970005ce1f0fc78f56a6801e629ada7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./build.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-06 14:28:52 UTC (rev 96847)
+++ community-x86_64/PKGBUILD   2013-09-06 14:29:02 UTC (rev 96848)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.15
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-arch=('x86_64' 'i686')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('bb05e329148315a9791cfa5cc1f7db4681e44476729971b4b3b7c2845a635748')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 96847, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-06 14:29:02 UTC (rev 96848)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.16
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('2be261b18a74adf4354515544a7e7bfdb970005ce1f0fc78f56a6801e629ada7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  sed -i 's:configure:configure 

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

2013-07-29 Thread Alexander Rødseth
Date: Monday, July 29, 2013 @ 23:17:53
  Author: arodseth
Revision: 94746

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-29 21:17:42 UTC (rev 94745)
+++ community-i686/PKGBUILD 2013-07-29 21:17:53 UTC (rev 94746)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.14
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib')
-arch=('x86_64' 'i686')
-source=(https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 94745, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-29 21:17:53 UTC (rev 94746)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.15
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('bb05e329148315a9791cfa5cc1f7db4681e44476729971b4b3b7c2845a635748')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+  ./build.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-29 21:17:42 UTC (rev 94745)
+++ community-x86_64/PKGBUILD   2013-07-29 21:17:53 UTC (rev 94746)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.14
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib')
-arch=('x86_64' 'i686')
-source=(https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 94745, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-29 21:17:53 UTC (rev 94746)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.15
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+arch=('x86_64' 'i686')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('bb05e329148315a9791cfa5cc1f7db4681e44476729971b4b3b7c2845a635748')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+  ./build.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver

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

2013-03-05 Thread Alexander Rødseth
Date: Tuesday, March 5, 2013 @ 22:38:07
  Author: arodseth
Revision: 85733

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-05 21:37:43 UTC (rev 85732)
+++ community-i686/PKGBUILD 2013-03-05 21:38:07 UTC (rev 85733)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='http://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre')
-arch=('x86_64' 'i686')
-source=(https://github.com/downloads/ggreer/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('140ded2207259f670e4b866a68cc2577495b63844c7dae101f89078c6b37b6fc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 85732, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-05 21:38:07 UTC (rev 85733)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.14
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib')
+arch=('x86_64' 'i686')
+source=(https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+  ./build.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-05 21:37:43 UTC (rev 85732)
+++ community-x86_64/PKGBUILD   2013-03-05 21:38:07 UTC (rev 85733)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='http://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre')
-arch=('x86_64' 'i686')
-source=(https://github.com/downloads/ggreer/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('140ded2207259f670e4b866a68cc2577495b63844c7dae101f89078c6b37b6fc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-  ./build.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 85732, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-05 21:38:07 UTC (rev 85733)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.14
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib')
+arch=('x86_64' 'i686')
+source=(https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+  ./build.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et: