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

Dave Reisner dreisner at nymeria.archlinux.org
Sat May 24 01:23:48 UTC 2014


    Date: Saturday, May 24, 2014 @ 03:23:48
  Author: dreisner
Revision: 213531

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

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

-----------------------+
 /PKGBUILD             |   98 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 -----------------
 extra-x86_64/PKGBUILD |   36 -----------------
 3 files changed, 98 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-05-24 01:23:17 UTC (rev 213530)
+++ extra-i686/PKGBUILD	2014-05-24 01:23:48 UTC (rev 213531)
@@ -1,36 +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.1
-pkgrel=2
-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')
-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:

Copied: gperftools/repos/extra-i686/PKGBUILD (from rev 213530, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-05-24 01:23:48 UTC (rev 213531)
@@ -0,0 +1,49 @@
+# $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.2
+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')
+provides=('libtcmalloc.so'
+          'libprofiler.so'
+          'libtcmalloc_debug.so'
+          'libtcmalloc_and_profiler.so'
+          'libtcmalloc_minimal.so'
+          'libtcmalloc_minimal_debug.so')
+makedepends=('git')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+source=("git+https://code.google.com/p/gperftools#tag=gperftools-$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  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	2014-05-24 01:23:17 UTC (rev 213530)
+++ extra-x86_64/PKGBUILD	2014-05-24 01:23:48 UTC (rev 213531)
@@ -1,36 +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.1
-pkgrel=2
-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')
-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:

Copied: gperftools/repos/extra-x86_64/PKGBUILD (from rev 213530, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-05-24 01:23:48 UTC (rev 213531)
@@ -0,0 +1,49 @@
+# $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.2
+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')
+provides=('libtcmalloc.so'
+          'libprofiler.so'
+          'libtcmalloc_debug.so'
+          'libtcmalloc_and_profiler.so'
+          'libtcmalloc_minimal.so'
+          'libtcmalloc_minimal_debug.so')
+makedepends=('git')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+source=("git+https://code.google.com/p/gperftools#tag=gperftools-$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  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