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

Lukas Jirkovsky stativ at archlinux.org
Tue Jun 2 18:00:11 UTC 2015


    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.jirkovsky at 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.jirkovsky at 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.jirkovsky at 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)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-02 18:00:11 UTC (rev 134611)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at 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"
+}



More information about the arch-commits mailing list