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

Jan Steffens heftig at archlinux.org
Sat Nov 12 17:33:33 UTC 2016


    Date: Saturday, November 12, 2016 @ 17:33:33
  Author: heftig
Revision: 280600

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

Added:
  libphonenumber/repos/staging-i686/PKGBUILD
    (from rev 280599, libphonenumber/trunk/PKGBUILD)
  libphonenumber/repos/staging-x86_64/PKGBUILD
    (from rev 280599, libphonenumber/trunk/PKGBUILD)
Deleted:
  libphonenumber/repos/staging-i686/PKGBUILD
  libphonenumber/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2016-11-12 17:32:17 UTC (rev 280599)
+++ staging-i686/PKGBUILD	2016-11-12 17:33:33 UTC (rev 280600)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libphonenumber
-pkgver=7.7.0
-pkgrel=3
-pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-url="https://github.com/googlei18n/libphonenumber"
-license=("Apache")
-_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/staging-i686/PKGBUILD (from rev 280599, libphonenumber/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-12 17:33:33 UTC (rev 280600)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libphonenumber
+pkgver=7.7.4
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
+url="https://github.com/googlei18n/libphonenumber"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+license=("Apache")
+_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2016-11-12 17:32:17 UTC (rev 280599)
+++ staging-x86_64/PKGBUILD	2016-11-12 17:33:33 UTC (rev 280600)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libphonenumber
-pkgver=7.7.0
-pkgrel=3
-pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-url="https://github.com/googlei18n/libphonenumber"
-license=("Apache")
-_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 280599, libphonenumber/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-12 17:33:33 UTC (rev 280600)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libphonenumber
+pkgver=7.7.4
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
+url="https://github.com/googlei18n/libphonenumber"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+license=("Apache")
+_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list