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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 30 09:27:44 UTC 2013


    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 <rodseth at gmail.com>
-# Contributor: Jeff Horelick <jdhore1 at gmail.com>
-# Contributor: skydrome <skydrome at 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 <rodseth at gmail.com>
+# Contributor: Jeff Horelick <jdhore1 at gmail.com>
+# Contributor: skydrome <skydrome at 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 <rodseth at gmail.com>
-# Contributor: Jeff Horelick <jdhore1 at gmail.com>
-# Contributor: skydrome <skydrome at 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 <rodseth at gmail.com>
+# Contributor: Jeff Horelick <jdhore1 at gmail.com>
+# Contributor: skydrome <skydrome at 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:




More information about the arch-commits mailing list