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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 9 12:40:52 UTC 2017


    Date: Thursday, February 9, 2017 @ 12:40:51
  Author: svenstaro
Revision: 211450

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

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

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-09 12:40:35 UTC (rev 211449)
+++ community-i686/PKGBUILD	2017-02-09 12:40:51 UTC (rev 211450)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-
-pkgname=kcov
-pkgver=31
-pkgrel=1
-pkgdesc="Code coverage tester for compiled programs, Python scripts and shell scripts"
-arch=('i686' 'x86_64')
-url="http://simonkagstrom.github.com/kcov/index.html"
-license=('GPL2')
-depends=('elfutils' 'curl')
-makedepends=('cmake' 'python2')
-source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz")
-sha1sums=('76f046d71f120f0304817b8e755783be34892924')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
-  sed -i 's/env python$/env python2/' src/engines/python-helper.py
-
-
-  mkdir -p build && cd build
-  # Strip --as-needed, because dl is linked before dw,
-  # but is actually used by dw, so we can't strip it before
-  export LDFLAGS="${LDFLAGS/--as-needed,/}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl -D__FOO_BAR_BAZ__" ..
-  make VERBOSE=1
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir/" install
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kcov/repos/community-i686/PKGBUILD (from rev 211449, kcov/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-09 12:40:51 UTC (rev 211450)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
+
+pkgname=kcov
+pkgver=33
+pkgrel=1
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell scripts"
+arch=('i686' 'x86_64')
+url="http://simonkagstrom.github.com/kcov/index.html"
+license=('GPL2')
+depends=('elfutils' 'curl')
+makedepends=('cmake' 'python2')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz")
+sha512sums=('e35ba3c4dc320cef0cde097cfa2c4067ec6bf86a5ee797d3ec111facffa036da4fc4d403e63bd3767d03eac511987592e77ed61810605f8e2da77c26570e245c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
+  sed -i 's/env python$/env python2/' src/engines/python-helper.py
+
+
+  mkdir -p build && cd build
+  # Strip --as-needed, because dl is linked before dw,
+  # but is actually used by dw, so we can't strip it before
+  export LDFLAGS="${LDFLAGS/--as-needed,/}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl -D__FOO_BAR_BAZ__" ..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir/" install
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-09 12:40:35 UTC (rev 211449)
+++ community-x86_64/PKGBUILD	2017-02-09 12:40:51 UTC (rev 211450)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-
-pkgname=kcov
-pkgver=31
-pkgrel=1
-pkgdesc="Code coverage tester for compiled programs, Python scripts and shell scripts"
-arch=('i686' 'x86_64')
-url="http://simonkagstrom.github.com/kcov/index.html"
-license=('GPL2')
-depends=('elfutils' 'curl')
-makedepends=('cmake' 'python2')
-source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz")
-sha1sums=('76f046d71f120f0304817b8e755783be34892924')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
-  sed -i 's/env python$/env python2/' src/engines/python-helper.py
-
-
-  mkdir -p build && cd build
-  # Strip --as-needed, because dl is linked before dw,
-  # but is actually used by dw, so we can't strip it before
-  export LDFLAGS="${LDFLAGS/--as-needed,/}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl -D__FOO_BAR_BAZ__" ..
-  make VERBOSE=1
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir/" install
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kcov/repos/community-x86_64/PKGBUILD (from rev 211449, kcov/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-09 12:40:51 UTC (rev 211450)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
+
+pkgname=kcov
+pkgver=33
+pkgrel=1
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell scripts"
+arch=('i686' 'x86_64')
+url="http://simonkagstrom.github.com/kcov/index.html"
+license=('GPL2')
+depends=('elfutils' 'curl')
+makedepends=('cmake' 'python2')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz")
+sha512sums=('e35ba3c4dc320cef0cde097cfa2c4067ec6bf86a5ee797d3ec111facffa036da4fc4d403e63bd3767d03eac511987592e77ed61810605f8e2da77c26570e245c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
+  sed -i 's/env python$/env python2/' src/engines/python-helper.py
+
+
+  mkdir -p build && cd build
+  # Strip --as-needed, because dl is linked before dw,
+  # but is actually used by dw, so we can't strip it before
+  export LDFLAGS="${LDFLAGS/--as-needed,/}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl -D__FOO_BAR_BAZ__" ..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir/" install
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list