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

Jan Steffens heftig at archlinux.org
Sat Jan 7 15:39:08 UTC 2017


    Date: Saturday, January 7, 2017 @ 15:39:07
  Author: heftig
Revision: 285534

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-01-07 15:38:40 UTC (rev 285533)
+++ testing-i686/PKGBUILD	2017-01-07 15:39:07 UTC (rev 285534)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libphonenumber
-pkgver=7.7.4
-pkgrel=3
-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
-}

Copied: libphonenumber/repos/testing-i686/PKGBUILD (from rev 285533, libphonenumber/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-01-07 15:39:07 UTC (rev 285534)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libphonenumber
+pkgver=8.0.0
+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=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-01-07 15:38:40 UTC (rev 285533)
+++ testing-x86_64/PKGBUILD	2017-01-07 15:39:07 UTC (rev 285534)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libphonenumber
-pkgver=7.7.4
-pkgrel=3
-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
-}

Copied: libphonenumber/repos/testing-x86_64/PKGBUILD (from rev 285533, libphonenumber/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-01-07 15:39:07 UTC (rev 285534)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libphonenumber
+pkgver=8.0.0
+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=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^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