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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:41:40
  Author: spupykin
Revision: 265330

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:41:19 UTC (rev 265329)
+++ community-i686/PKGBUILD 2017-11-03 14:41:40 UTC (rev 265330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=1.7.9
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 265329, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 14:41:40 UTC (rev 265330)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.9_p1
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('54d7e0f12bf8438529eae427fa7dd2a6e4e3f08e94869b2ff82e34d56f7f23f0')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 14:41:19 UTC (rev 265329)
+++ community-x86_64/PKGBUILD   2017-11-03 14:41:40 UTC (rev 265330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=1.7.9
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 265329, 
poco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:44:17
  Author: spupykin
Revision: 257118

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 13:43:57 UTC (rev 257117)
+++ community-i686/PKGBUILD 2017-09-12 13:44:17 UTC (rev 257118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=${_pkgver/p/.}
-pkgrel=4
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 257117, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 13:44:17 UTC (rev 257118)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p3
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 13:43:57 UTC (rev 257117)
+++ community-x86_64/PKGBUILD   2017-09-12 13:44:17 UTC (rev 257118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=${_pkgver/p/.}
-pkgrel=4
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 257117, 
poco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-06-22 Thread Sergej Pupykin
Date: Thursday, June 22, 2017 @ 11:53:43
  Author: spupykin
Revision: 239542

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-22 11:53:25 UTC (rev 239541)
+++ community-i686/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.8
-pkgrel=2
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
-
-build() {
-  cd "${srcdir}/poco-${pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 239541, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p3
+pkgver=${_pkgver/p/.}
+pkgrel=4
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-22 11:53:25 UTC (rev 239541)
+++ community-x86_64/PKGBUILD   2017-06-22 11:53:43 UTC (rev 239542)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.8
-pkgrel=2
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
-
-build() {
-  cd "${srcdir}/poco-${pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 239541, 
poco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-22 11:53:43 UTC (rev 

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

2017-05-31 Thread Evangelos Foutras
Date: Wednesday, May 31, 2017 @ 08:36:59
  Author: foutrelis
Revision: 231458

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

Added:
  poco/repos/community-staging-i686/PKGBUILD
(from rev 231457, poco/trunk/PKGBUILD)
  poco/repos/community-staging-x86_64/PKGBUILD
(from rev 231457, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-staging-i686/PKGBUILD
  poco/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-staging-i686/PKGBUILD   |   36 --
 community-staging-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-31 08:36:51 UTC (rev 231457)
+++ community-staging-i686/PKGBUILD 2017-05-31 08:36:59 UTC (rev 231458)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p2
-pkgver=${_pkgver/p/.}
-pkgrel=2
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadb' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-staging-i686/PKGBUILD (from rev 231457, 
poco/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-31 08:36:59 UTC (rev 231458)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=3
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2017-05-31 08:36:51 UTC (rev 231457)
+++ community-staging-x86_64/PKGBUILD   2017-05-31 08:36:59 UTC (rev 231458)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p2
-pkgver=${_pkgver/p/.}
-pkgrel=2
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadb' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-staging-x86_64/PKGBUILD (from rev 231457, 
poco/trunk/PKGBUILD)

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

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:47:04
  Author: foutrelis
Revision: 230333

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

Added:
  poco/repos/community-staging-i686/
  poco/repos/community-staging-i686/PKGBUILD
(from rev 230332, poco/trunk/PKGBUILD)
  poco/repos/community-staging-x86_64/
  poco/repos/community-staging-x86_64/PKGBUILD
(from rev 230332, poco/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: poco/repos/community-staging-i686/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Copied: poco/repos/community-staging-x86_64/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


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

2017-04-25 Thread Sergej Pupykin
Date: Tuesday, April 25, 2017 @ 14:31:26
  Author: spupykin
Revision: 225306

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-25 14:31:10 UTC (rev 225305)
+++ community-i686/PKGBUILD 2017-04-25 14:31:26 UTC (rev 225306)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('chrpath')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
-
-build()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  ./configure --prefix=/usr --no-samples --no-tests --unbundled
-  make ODBCLIBDIR="/usr/lib"
-}
-
-package()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
-  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-
-  chrpath -d "${pkgdir}/usr/bin/cpspc"
-  chrpath -d "${pkgdir}/usr/bin/cpspcd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 225305, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-25 14:31:26 UTC (rev 225306)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.8
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
+sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
+
+build() {
+  cd "${srcdir}/poco-${pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-25 14:31:10 UTC (rev 225305)
+++ community-x86_64/PKGBUILD   2017-04-25 14:31:26 UTC (rev 225306)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('chrpath')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
-
-build()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  ./configure --prefix=/usr --no-samples --no-tests --unbundled
-  make ODBCLIBDIR="/usr/lib"
-}
-
-package()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
-  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-
-  chrpath -d "${pkgdir}/usr/bin/cpspc"
-  chrpath -d "${pkgdir}/usr/bin/cpspcd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
-}


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

2017-02-22 Thread Sergej Pupykin
Date: Wednesday, February 22, 2017 @ 09:55:49
  Author: spupykin
Revision: 213466

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 74 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 09:55:32 UTC (rev 213465)
+++ community-i686/PKGBUILD 2017-02-22 09:55:49 UTC (rev 213466)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('chrpath')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
-conflicts=('poco-dev')
-provides=('poco-dev')
-replaces=('poco-dev')
-
-build()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  ./configure --prefix=/usr --no-samples --no-tests --unbundled
-  make ODBCLIBDIR="/usr/lib"
-}
-
-package()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
-  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-
-  chrpath -d "${pkgdir}/usr/bin/cpspc"
-  chrpath -d "${pkgdir}/usr/bin/cpspcd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
-  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 213465, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 09:55:49 UTC (rev 213466)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('chrpath')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
+sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
+
+build()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  ./configure --prefix=/usr --no-samples --no-tests --unbundled
+  make ODBCLIBDIR="/usr/lib"
+}
+
+package()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
+  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+
+  chrpath -d "${pkgdir}/usr/bin/cpspc"
+  chrpath -d "${pkgdir}/usr/bin/cpspcd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 09:55:32 UTC (rev 213465)
+++ community-x86_64/PKGBUILD   2017-02-22 09:55:49 UTC (rev 213466)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('chrpath')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
-sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
-conflicts=('poco-dev')
-provides=('poco-dev')
-replaces=('poco-dev')
-
-build()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  ./configure --prefix=/usr --no-samples --no-tests --unbundled
-  make ODBCLIBDIR="/usr/lib"
-}
-
-package()
-{
-  cd "${srcdir}/poco-${pkgver}-all"
-  

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 15:10:22
  Author: spupykin
Revision: 212926

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

Added:
  poco/repos/community-testing-i686/
  poco/repos/community-testing-i686/PKGBUILD
(from rev 212925, poco/trunk/PKGBUILD)
  poco/repos/community-testing-x86_64/
  poco/repos/community-testing-x86_64/PKGBUILD
(from rev 212925, poco/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   40 
 community-testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: poco/repos/community-testing-i686/PKGBUILD (from rev 212925, 
poco/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-17 15:10:22 UTC (rev 212926)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('chrpath')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
+sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
+conflicts=('poco-dev')
+provides=('poco-dev')
+replaces=('poco-dev')
+
+build()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  ./configure --prefix=/usr --no-samples --no-tests --unbundled
+  make ODBCLIBDIR="/usr/lib"
+}
+
+package()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
+  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+
+  chrpath -d "${pkgdir}/usr/bin/cpspc"
+  chrpath -d "${pkgdir}/usr/bin/cpspcd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
+}

Copied: poco/repos/community-testing-x86_64/PKGBUILD (from rev 212925, 
poco/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-17 15:10:22 UTC (rev 212926)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('chrpath')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2;)
+sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
+conflicts=('poco-dev')
+provides=('poco-dev')
+replaces=('poco-dev')
+
+build()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  ./configure --prefix=/usr --no-samples --no-tests --unbundled
+  make ODBCLIBDIR="/usr/lib"
+}
+
+package()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
+  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+
+  chrpath -d "${pkgdir}/usr/bin/cpspc"
+  chrpath -d "${pkgdir}/usr/bin/cpspcd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
+}