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

Dave Reisner dreisner at nymeria.archlinux.org
Thu Aug 1 00:55:34 UTC 2013


    Date: Thursday, August 1, 2013 @ 02:55:33
  Author: dreisner
Revision: 191875

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

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

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 -------------------------
 extra-x86_64/PKGBUILD |   40 -------------------------
 3 files changed, 74 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-08-01 00:55:07 UTC (rev 191874)
+++ extra-i686/PKGBUILD	2013-08-01 00:55:33 UTC (rev 191875)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Jost <schnouki at schnouki.net>
-# Contributor: JaDa <jada at archlinux.us>
-# Contributor: Joaquim Pedro <osmano807 at gmail.com>
-# Contributor: Jan Rüegg <rggjan at gmail.com>
-
-pkgname=gperftools
-pkgver=2.0
-pkgrel=4
-pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/gperftools/"
-license=('BSD')
-depends=('perl')
-optdepends=('graphviz: pprof graph generation'
-            'gv: pprof postscript generation')
-options=('!libtool')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix for glibc 2.16
-  sed -i 's:siginfo_t:siginfo:' src/base/linuxthreads.cc
-
-  ./configure --prefix=/usr --enable-frame-pointers
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gperftools/repos/extra-i686/PKGBUILD (from rev 191874, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-08-01 00:55:33 UTC (rev 191875)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Jost <schnouki at schnouki.net>
+# Contributor: JaDa <jada at archlinux.us>
+# Contributor: Joaquim Pedro <osmano807 at gmail.com>
+# Contributor: Jan Rüegg <rggjan at gmail.com>
+
+pkgname=gperftools
+pkgver=2.1
+pkgrel=1
+pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gperftools/"
+license=('BSD')
+depends=('perl')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+options=('!libtool')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('f3ade29924f89409d8279ab39e00af7420593baa4941c318db42e70ead7e494f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-08-01 00:55:07 UTC (rev 191874)
+++ extra-x86_64/PKGBUILD	2013-08-01 00:55:33 UTC (rev 191875)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Jost <schnouki at schnouki.net>
-# Contributor: JaDa <jada at archlinux.us>
-# Contributor: Joaquim Pedro <osmano807 at gmail.com>
-# Contributor: Jan Rüegg <rggjan at gmail.com>
-
-pkgname=gperftools
-pkgver=2.0
-pkgrel=4
-pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/gperftools/"
-license=('BSD')
-depends=('perl')
-optdepends=('graphviz: pprof graph generation'
-            'gv: pprof postscript generation')
-options=('!libtool')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix for glibc 2.16
-  sed -i 's:siginfo_t:siginfo:' src/base/linuxthreads.cc
-
-  ./configure --prefix=/usr --enable-frame-pointers
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gperftools/repos/extra-x86_64/PKGBUILD (from rev 191874, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-08-01 00:55:33 UTC (rev 191875)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Jost <schnouki at schnouki.net>
+# Contributor: JaDa <jada at archlinux.us>
+# Contributor: Joaquim Pedro <osmano807 at gmail.com>
+# Contributor: Jan Rüegg <rggjan at gmail.com>
+
+pkgname=gperftools
+pkgver=2.1
+pkgrel=1
+pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gperftools/"
+license=('BSD')
+depends=('perl')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+options=('!libtool')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('f3ade29924f89409d8279ab39e00af7420593baa4941c318db42e70ead7e494f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list