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

Eric Bélanger eric at nymeria.archlinux.org
Sat Oct 26 07:03:21 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:03:21
  Author: eric
Revision: 197457

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

Added:
  ucommon/repos/extra-i686/PKGBUILD
    (from rev 197456, ucommon/trunk/PKGBUILD)
  ucommon/repos/extra-x86_64/PKGBUILD
    (from rev 197456, ucommon/trunk/PKGBUILD)
Deleted:
  ucommon/repos/extra-i686/PKGBUILD
  ucommon/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 ------------------------
 extra-x86_64/PKGBUILD |   31 ------------------------
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-26 07:02:47 UTC (rev 197456)
+++ extra-i686/PKGBUILD	2013-10-26 07:03:21 UTC (rev 197457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=1
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++"
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
-         'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 197456, ucommon/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-26 07:03:21 UTC (rev 197457)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=2
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++"
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+         'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-26 07:02:47 UTC (rev 197456)
+++ extra-x86_64/PKGBUILD	2013-10-26 07:03:21 UTC (rev 197457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=1
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++"
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
-         'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 197456, ucommon/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-26 07:03:21 UTC (rev 197457)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=2
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++"
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+         'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list