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

2016-08-26 Thread Lukas Jirkovsky
Date: Friday, August 26, 2016 @ 18:17:37
  Author: stativ
Revision: 187713

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 187712, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:17:37 UTC (rev 187713)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=7
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with GCC 6
+  CXXFLAGS+=' -std=gnu++98'
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 187712, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:17:37 UTC (rev 187713)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=7
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with GCC 6
+  CXXFLAGS+=' -std=gnu++98'
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2016-05-13 Thread Evangelos Foutras
Date: Friday, May 13, 2016 @ 22:53:42
  Author: foutrelis
Revision: 175262

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 175261, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 20:53:42 UTC (rev 175262)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=6
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with GCC 6
+  CXXFLAGS+=' -std=gnu++98'
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 175261, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 20:53:42 UTC (rev 175262)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=6
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with GCC 6
+  CXXFLAGS+=' -std=gnu++98'
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 19:38:39
  Author: fyan
Revision: 164226

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 164225, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 18:38:39 UTC (rev 164226)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=5
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 164225, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-02 18:38:39 UTC (rev 164226)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=5
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 18:42:06
  Author: foutrelis
Revision: 153980

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 153979, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 17:42:06 UTC (rev 153980)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=4
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 153979, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 17:42:06 UTC (rev 153980)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=4
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 17:24:53
  Author: bpiotrowski
Revision: 148871

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 148870, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:24:53 UTC (rev 148871)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=3
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 148870, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:24:53 UTC (rev 148871)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=3
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2015-10-20 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 08:00:53
  Author: foutrelis
Revision: 144398

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 144397, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-20 06:00:53 UTC (rev 144398)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=2
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 144397, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-20 06:00:53 UTC (rev 144398)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=5.0.7
+pkgrel=2
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}


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

2015-06-02 Thread Lukas Jirkovsky
Date: Tuesday, June 2, 2015 @ 20:00:11
  Author: stativ
Revision: 134611

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-02 17:59:58 UTC (rev 134610)
+++ community-i686/PKGBUILD 2015-06-02 18:00:11 UTC (rev 134611)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.5
-pkgrel=4
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-i686/PKGBUILD (from rev 134610, 
pion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-02 18:00:11 UTC (rev 134611)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.7
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('76a96dd4d34d21e41cbb2328564cba1a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-02 17:59:58 UTC (rev 134610)
+++ community-x86_64/PKGBUILD   2015-06-02 18:00:11 UTC (rev 134611)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.5
-pkgrel=4
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-x86_64/PKGBUILD (from rev 134610, 
pion/trunk/PKGBUILD)

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

2015-04-22 Thread Jelle van der Waa
Date: Wednesday, April 22, 2015 @ 21:33:03
  Author: jelle
Revision: 131996

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 131995, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 19:33:03 UTC (rev 131996)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 131995, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-22 19:33:03 UTC (rev 131996)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:25:29
  Author: foutrelis
Revision: 121997

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 121996, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 01:25:29 UTC (rev 121997)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 121996, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 01:25:29 UTC (rev 121997)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}


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

2014-08-12 Thread Jelle van der Waa
Date: Tuesday, August 12, 2014 @ 19:11:31
  Author: jelle
Revision: 117318

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 117317, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 17:11:31 UTC (rev 117318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 117317, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 17:11:31 UTC (rev 117318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-10-22 Thread Lukas Jirkovsky
Date: Tuesday, October 22, 2013 @ 20:18:59
  Author: stativ
Revision: 99025

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 17:56:30 UTC (rev 99024)
+++ community-i686/PKGBUILD 2013-10-22 18:18:59 UTC (rev 99025)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.2
-pkgrel=1
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('1f6a9f69114235ca98756cbcab16d162')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-i686/PKGBUILD (from rev 99024, pion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 18:18:59 UTC (rev 99025)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.4
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 17:56:30 UTC (rev 99024)
+++ community-x86_64/PKGBUILD   2013-10-22 18:18:59 UTC (rev 99025)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.2
-pkgrel=1
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('1f6a9f69114235ca98756cbcab16d162')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-x86_64/PKGBUILD (from rev 99024, 
pion/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 18:18:59 UTC (rev 

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

2013-07-09 Thread Lukas Jirkovsky
Date: Tuesday, July 9, 2013 @ 11:53:17
  Author: stativ
Revision: 93734

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 93733, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-09 09:53:17 UTC (rev 93734)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.2
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('1f6a9f69114235ca98756cbcab16d162')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 93733, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-09 09:53:17 UTC (rev 93734)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.2
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('1f6a9f69114235ca98756cbcab16d162')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-04-29 Thread Lukas Jirkovsky
Date: Monday, April 29, 2013 @ 20:57:40
  Author: stativ
Revision: 89527

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

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

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   46 ---
 community-x86_64/PKGBUILD |   46 ---
 3 files changed, 88 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-29 18:41:08 UTC (rev 89526)
+++ community-i686/PKGBUILD 2013-04-29 18:57:40 UTC (rev 89527)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=4.0.13.1
-# use the git snapshot until a new version is out
-_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=4
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=http://www.cloudmeter.com/pion/support/;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
-md5sums=('4b312452058a6f2580b5d88b03321457')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-i686/PKGBUILD (from rev 89526, pion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-29 18:57:40 UTC (rev 89527)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('9f8af4f3e600a5b0573fb66132a86528')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-29 18:41:08 UTC (rev 89526)
+++ community-x86_64/PKGBUILD   2013-04-29 18:57:40 UTC (rev 89527)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=4.0.13.1
-# use the git snapshot until a new version is out
-_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=4
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=http://www.cloudmeter.com/pion/support/;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
-md5sums=('4b312452058a6f2580b5d88b03321457')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-x86_64/PKGBUILD (from rev 89526, 
pion/trunk/PKGBUILD)

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

2013-03-25 Thread Lukas Jirkovsky
Date: Monday, March 25, 2013 @ 15:39:54
  Author: stativ
Revision: 86971

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 86970, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 14:39:54 UTC (rev 86971)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 86970, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 14:39:54 UTC (rev 86971)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-03-22 Thread Lukas Jirkovsky
Date: Friday, March 22, 2013 @ 13:44:48
  Author: stativ
Revision: 86820

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 86819, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 12:44:48 UTC (rev 86820)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 86819, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-22 12:44:48 UTC (rev 86820)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-01-25 Thread Eric Bélanger
Date: Saturday, January 26, 2013 @ 08:32:11
  Author: eric
Revision: 82978

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 82977, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-26 07:32:11 UTC (rev 82978)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('87b710deb5e526a2c7f045d25eba2bee')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 82977, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-26 07:32:11 UTC (rev 82978)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('87b710deb5e526a2c7f045d25eba2bee')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}