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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:13:14
  Author: eric
Revision: 219589

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 00:10:39 UTC (rev 219588)
+++ extra-i686/PKGBUILD 2014-08-12 00:13:14 UTC (rev 219589)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@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
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 219588, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 00:13:14 UTC (rev 219589)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.1.10
+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')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('a0908c7a1abad82ce9556bb59f77bedb'
+ '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   2014-08-12 00:10:39 UTC (rev 219588)
+++ extra-x86_64/PKGBUILD   2014-08-12 00:13:14 UTC (rev 219589)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@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
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 219588, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-12 00:13:14 UTC (rev 219589)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.1.10
+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')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('a0908c7a1abad82ce9556bb59f77bedb'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-26 Thread Eric Bélanger
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+a...@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+a...@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+a...@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+a...@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
+}



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:36:48
  Author: bpiotrowski
Revision: 194209

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 14:36:35 UTC (rev 194208)
+++ extra-i686/PKGBUILD 2013-09-10 14:36:48 UTC (rev 194209)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.5
-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=('afbcf89264e9c96dccf4104bab52a9c0'
- '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 194208, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 14:36:48 UTC (rev 194209)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 14:36:35 UTC (rev 194208)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:36:48 UTC (rev 194209)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.5
-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=('afbcf89264e9c96dccf4104bab52a9c0'
- '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 194208, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:36:48 UTC (rev 194209)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@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
+}



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

2013-05-23 Thread Eric Bélanger
Date: Friday, May 24, 2013 @ 00:11:35
  Author: eric
Revision: 186289

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-23 22:10:51 UTC (rev 186288)
+++ extra-i686/PKGBUILD 2013-05-23 22:11:35 UTC (rev 186289)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.4
-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=('b20a43a8cba901c2145778b3d653eef6'
- '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 186288, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-23 22:11:35 UTC (rev 186289)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.5
+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=('afbcf89264e9c96dccf4104bab52a9c0'
+ '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-05-23 22:10:51 UTC (rev 186288)
+++ extra-x86_64/PKGBUILD   2013-05-23 22:11:35 UTC (rev 186289)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.4
-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=('b20a43a8cba901c2145778b3d653eef6'
- '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 186288, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-23 22:11:35 UTC (rev 186289)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.5
+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=('afbcf89264e9c96dccf4104bab52a9c0'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-06 Thread Eric Bélanger
Date: Monday, May 6, 2013 @ 21:20:44
  Author: eric
Revision: 184356

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 19:20:35 UTC (rev 184355)
+++ extra-i686/PKGBUILD 2013-05-06 19:20:44 UTC (rev 184356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.3
-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})
-source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('c6025b339417e817b6d5ac21b5334823'
- '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 184354, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-06 19:20:44 UTC (rev 184356)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.4
+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=('b20a43a8cba901c2145778b3d653eef6'
+ '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-05-06 19:20:35 UTC (rev 184355)
+++ extra-x86_64/PKGBUILD   2013-05-06 19:20:44 UTC (rev 184356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.3
-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})
-source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('c6025b339417e817b6d5ac21b5334823'
- '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 184355, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-06 19:20:44 UTC (rev 184356)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.4
+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=('b20a43a8cba901c2145778b3d653eef6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 22:26:25
  Author: eric
Revision: 183860

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

Added:
  ucommon/repos/staging-i686/
  ucommon/repos/staging-i686/PKGBUILD
(from rev 183859, ucommon/trunk/PKGBUILD)
  ucommon/repos/staging-x86_64/
  ucommon/repos/staging-x86_64/PKGBUILD
(from rev 183859, ucommon/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: ucommon/repos/staging-i686/PKGBUILD (from rev 183859, 
ucommon/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 20:26:25 UTC (rev 183860)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.3
+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})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('c6025b339417e817b6d5ac21b5334823'
+ '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/staging-x86_64/PKGBUILD (from rev 183859, 
ucommon/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-28 20:26:25 UTC (rev 183860)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.3
+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})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('c6025b339417e817b6d5ac21b5334823'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 20:51:08
  Author: eric
Revision: 166607

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

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

---+
 extra-i686/PKGBUILD   |   58 ++--
 extra-x86_64/PKGBUILD |   58 ++--
 2 files changed, 64 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-13 00:50:44 UTC (rev 166606)
+++ extra-i686/PKGBUILD 2012-09-13 00:51:08 UTC (rev 166607)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=5.2.2
-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')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('4739fcd9db006432f1b8e2ea226e414a'
- 'adb2349cffe80678e39a96c6ab5c5a5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 166606, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-13 00:51:08 UTC (rev 166607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.5.0
+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})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('99d302b5217bb92b6fb9d91ead6fd028'
+ '0fcfd66e9746c3105cb5d222ad2cc91d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-13 00:50:44 UTC (rev 166606)
+++ extra-x86_64/PKGBUILD   2012-09-13 00:51:08 UTC (rev 166607)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=5.2.2
-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')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('4739fcd9db006432f1b8e2ea226e414a'
- 'adb2349cffe80678e39a96c6ab5c5a5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 166606, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-13 00:51:08 UTC (rev 166607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.5.0
+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})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('99d302b5217bb92b6fb9d91ead6fd028'
+ '0fcfd66e9746c3105cb5d222ad2cc91d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-16 Thread Andrea Scarpino
Date: Wednesday, May 16, 2012 @ 16:55:54
  Author: andrea
Revision: 159166

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

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

---+
 extra-i686/PKGBUILD   |   26 ++
 extra-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 159165, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-16 20:55:54 UTC (rev 159166)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.2.2
+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')
+options=('!libtool')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('4739fcd9db006432f1b8e2ea226e414a'
+ 'adb2349cffe80678e39a96c6ab5c5a5b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 159165, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-16 20:55:54 UTC (rev 159166)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.2.2
+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')
+options=('!libtool')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('4739fcd9db006432f1b8e2ea226e414a'
+ 'adb2349cffe80678e39a96c6ab5c5a5b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}