[arch-commits] Commit in gtest/repos (2 files)

Levente Polyak anthraxx at archlinux.org
Sat Aug 6 10:41:40 UTC 2016


    Date: Saturday, August 6, 2016 @ 10:41:40
  Author: anthraxx
Revision: 185593

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

Deleted:
  gtest/repos/community-i686/PKGBUILD
  gtest/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   54 --------------------------------------------
 community-x86_64/PKGBUILD |   54 --------------------------------------------
 2 files changed, 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-06 10:41:31 UTC (rev 185592)
+++ community-i686/PKGBUILD	2016-08-06 10:41:40 UTC (rev 185593)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
-# Contributor: Louis R. Marascio <lrm at fitnr.com>
-# Contributor: Cody Maloney <cmaloney at theoreticalchaos.com>
-
-pkgname=gtest
-pkgver=1.7.0
-pkgrel=3
-pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/googletest/"
-license=('custom:BSD3')
-depends=('gcc-libs' 'sh')
-makedepends=('python2' 'cmake')
-source=(http://googletest.googlecode.com/files/$pkgname-$pkgver.zip
-        pkgconfig.patch)
-sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07'
-            '86119b8e731d1dfaf5e3e968b6d7955c7171a0d45c52f871fa16108c8bb0dfcb1ee49be7d682ac2e148e789563a5b527ac6c163803e812130a62393fe08e16b8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 < "${srcdir}/pkgconfig.patch"
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this is odd but needed only to generate gtest-config.
-  ./configure --prefix=/usr
-
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -DCMAKE_SKIP_RPATH=ON ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/gtest-config -t "$pkgdir"/usr/bin
-  install -Dm 644 m4/gtest.m4 -t "$pkgdir"/usr/share/aclocal
-  install -Dm 644 build/libgtest{,_main}.so -t "$pkgdir"/usr/lib
-  install -Dm 644 include/gtest/*.h -t "$pkgdir"/usr/include/gtest
-  install -Dm 644 include/gtest/internal/*.h -t "$pkgdir"/usr/include/gtest/internal
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 fused-src/gtest/* -t "$pkgdir"/usr/src/gtest/src
-  install -Dm 644 CMakeLists.txt -t "$pkgdir"/usr/src/gtest
-  install -Dm 644 cmake/* -t "$pkgdir"/usr/src/gtest/cmake
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-06 10:41:31 UTC (rev 185592)
+++ community-x86_64/PKGBUILD	2016-08-06 10:41:40 UTC (rev 185593)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
-# Contributor: Louis R. Marascio <lrm at fitnr.com>
-# Contributor: Cody Maloney <cmaloney at theoreticalchaos.com>
-
-pkgname=gtest
-pkgver=1.7.0
-pkgrel=3
-pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/googletest/"
-license=('custom:BSD3')
-depends=('gcc-libs' 'sh')
-makedepends=('python2' 'cmake')
-source=(http://googletest.googlecode.com/files/$pkgname-$pkgver.zip
-        pkgconfig.patch)
-sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07'
-            '86119b8e731d1dfaf5e3e968b6d7955c7171a0d45c52f871fa16108c8bb0dfcb1ee49be7d682ac2e148e789563a5b527ac6c163803e812130a62393fe08e16b8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 < "${srcdir}/pkgconfig.patch"
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this is odd but needed only to generate gtest-config.
-  ./configure --prefix=/usr
-
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -DCMAKE_SKIP_RPATH=ON ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/gtest-config -t "$pkgdir"/usr/bin
-  install -Dm 644 m4/gtest.m4 -t "$pkgdir"/usr/share/aclocal
-  install -Dm 644 build/libgtest{,_main}.so -t "$pkgdir"/usr/lib
-  install -Dm 644 include/gtest/*.h -t "$pkgdir"/usr/include/gtest
-  install -Dm 644 include/gtest/internal/*.h -t "$pkgdir"/usr/include/gtest/internal
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 fused-src/gtest/* -t "$pkgdir"/usr/src/gtest/src
-  install -Dm 644 CMakeLists.txt -t "$pkgdir"/usr/src/gtest
-  install -Dm 644 cmake/* -t "$pkgdir"/usr/src/gtest/cmake
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list