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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Jan 29 10:11:42 UTC 2014


    Date: Wednesday, January 29, 2014 @ 11:11:42
  Author: andyrtr
Revision: 204848

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

Added:
  cppunit/repos/extra-i686/PKGBUILD
    (from rev 204847, cppunit/trunk/PKGBUILD)
  cppunit/repos/extra-x86_64/PKGBUILD
    (from rev 204847, cppunit/trunk/PKGBUILD)
Deleted:
  cppunit/repos/extra-i686/PKGBUILD
  cppunit/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	2014-01-29 10:11:22 UTC (rev 204847)
+++ extra-i686/PKGBUILD	2014-01-29 10:11:42 UTC (rev 204848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.13.1
-pkgrel=1
-_hash=fa9aa839145cdf860bf596532bb8af97
-pkgdesc="A C++ unit testing framework"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/cppunit"
-license=('LGPL')
-depends=('sh' 'gcc-libs')
-options=('!emptydirs')
-source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
-md5sums=(${_hash})
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: cppunit/repos/extra-i686/PKGBUILD (from rev 204847, cppunit/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-01-29 10:11:42 UTC (rev 204848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="A C++ unit testing framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/cppunit"
+license=('LGPL')
+depends=('sh' 'gcc-libs')
+options=('!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d1c6bdd5a76c66d2c38331e2d287bc01')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   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-01-29 10:11:22 UTC (rev 204847)
+++ extra-x86_64/PKGBUILD	2014-01-29 10:11:42 UTC (rev 204848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.13.1
-pkgrel=1
-_hash=fa9aa839145cdf860bf596532bb8af97
-pkgdesc="A C++ unit testing framework"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/cppunit"
-license=('LGPL')
-depends=('sh' 'gcc-libs')
-options=('!emptydirs')
-source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
-md5sums=(${_hash})
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: cppunit/repos/extra-x86_64/PKGBUILD (from rev 204847, cppunit/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-01-29 10:11:42 UTC (rev 204848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="A C++ unit testing framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/cppunit"
+license=('LGPL')
+depends=('sh' 'gcc-libs')
+options=('!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d1c6bdd5a76c66d2c38331e2d287bc01')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list