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

Dave Reisner dreisner at archlinux.org
Sun Feb 19 23:56:13 UTC 2017


    Date: Sunday, February 19, 2017 @ 23:56:12
  Author: dreisner
Revision: 289306

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

Added:
  snappy/repos/extra-i686/PKGBUILD
    (from rev 289305, snappy/trunk/PKGBUILD)
  snappy/repos/extra-x86_64/PKGBUILD
    (from rev 289305, snappy/trunk/PKGBUILD)
Deleted:
  snappy/repos/extra-i686/PKGBUILD
  snappy/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   82 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   41 ------------------------
 extra-x86_64/PKGBUILD |   41 ------------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-19 23:55:46 UTC (rev 289305)
+++ extra-i686/PKGBUILD	2017-02-19 23:56:12 UTC (rev 289306)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Antony Male <antony dot male at geemail dot com>>
-
-pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url="https://google.github.io/snappy/"
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz")
-md5sums=('7358c82f133dc77798e4c2062a749b73')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-i686/PKGBUILD (from rev 289305, snappy/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-19 23:56:12 UTC (rev 289306)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Antony Male <antony dot male at geemail dot com>>
+
+pkgname=snappy
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url="https://google.github.io/snappy/"
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-19 23:55:46 UTC (rev 289305)
+++ extra-x86_64/PKGBUILD	2017-02-19 23:56:12 UTC (rev 289306)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Antony Male <antony dot male at geemail dot com>>
-
-pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url="https://google.github.io/snappy/"
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz")
-md5sums=('7358c82f133dc77798e4c2062a749b73')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-x86_64/PKGBUILD (from rev 289305, snappy/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-19 23:56:12 UTC (rev 289306)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Antony Male <antony dot male at geemail dot com>>
+
+pkgname=snappy
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url="https://google.github.io/snappy/"
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list