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

Sergej Pupykin spupykin at archlinux.org
Fri Dec 23 13:31:07 UTC 2016


    Date: Friday, December 23, 2016 @ 13:31:06
  Author: spupykin
Revision: 201249

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-23 13:30:47 UTC (rev 201248)
+++ community-i686/PKGBUILD	2016-12-23 13:31:06 UTC (rev 201249)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Milde <daniel at milde dot cz>
-# Contributor: Danibspi danibspi <at> gmail <dot> com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
-pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit"
-license=('LGPL2')
-depends=()
-provides=('cunit')
-replaces=('cunit')
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip")
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-i686/PKGBUILD (from rev 201248, bcunit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-23 13:31:06 UTC (rev 201249)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde <daniel at milde dot cz>
+# Contributor: Danibspi danibspi <at> gmail <dot> com
+
+pkgname=bcunit
+pkgver=3.0
+_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=2
+pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
+arch=(i686 x86_64)
+url="https://github.com/BelledonneCommunications/bcunit"
+license=('LGPL2')
+depends=()
+options=('!libtool')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip")
+sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
+
+build() {
+  cd "$srcdir/bcunit-${_commit}"
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/bcunit-${_commit}"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-23 13:30:47 UTC (rev 201248)
+++ community-x86_64/PKGBUILD	2016-12-23 13:31:06 UTC (rev 201249)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Milde <daniel at milde dot cz>
-# Contributor: Danibspi danibspi <at> gmail <dot> com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
-pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit"
-license=('LGPL2')
-depends=()
-provides=('cunit')
-replaces=('cunit')
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip")
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-x86_64/PKGBUILD (from rev 201248, bcunit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-23 13:31:06 UTC (rev 201249)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde <daniel at milde dot cz>
+# Contributor: Danibspi danibspi <at> gmail <dot> com
+
+pkgname=bcunit
+pkgver=3.0
+_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=2
+pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
+arch=(i686 x86_64)
+url="https://github.com/BelledonneCommunications/bcunit"
+license=('LGPL2')
+depends=()
+options=('!libtool')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip")
+sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
+
+build() {
+  cd "$srcdir/bcunit-${_commit}"
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/bcunit-${_commit}"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}



More information about the arch-commits mailing list