[arch-commits] Commit in oprofile/repos (10 files)

Stéphane Gaudreault stephane at archlinux.org
Sat Oct 27 01:52:54 UTC 2012


    Date: Friday, October 26, 2012 @ 21:52:54
  Author: stephane
Revision: 169713

db-move: moved oprofile from [testing] to [extra] (i686, x86_64)

Added:
  oprofile/repos/extra-i686/PKGBUILD
    (from rev 169711, oprofile/repos/testing-i686/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
    (from rev 169711, oprofile/repos/testing-i686/oprofile.install)
  oprofile/repos/extra-x86_64/PKGBUILD
    (from rev 169711, oprofile/repos/testing-x86_64/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
    (from rev 169711, oprofile/repos/testing-x86_64/oprofile.install)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD
  oprofile/repos/extra-i686/oprofile.install
  oprofile/repos/extra-x86_64/PKGBUILD
  oprofile/repos/extra-x86_64/oprofile.install
  oprofile/repos/testing-i686/
  oprofile/repos/testing-x86_64/

-------------------------------+
 extra-i686/PKGBUILD           |   88 ++++++++++++++++++++--------------------
 extra-i686/oprofile.install   |   42 +++++++++----------
 extra-x86_64/PKGBUILD         |   88 ++++++++++++++++++++--------------------
 extra-x86_64/oprofile.install |   42 +++++++++----------
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-27 01:52:51 UTC (rev 169712)
+++ extra-i686/PKGBUILD	2012-10-27 01:52:54 UTC (rev 169713)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin <aaron at archlinux.org>
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead"
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net"
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/var/lib/oprofile"
-
-# installing development libraries and headers - FS#20089
-  install -d  "$pkgdir/usr/include/oprofile"
-  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
-    libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
-    libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} "$pkgdir/usr/include/oprofile"
-  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
-  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
-  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
-  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
-}

Copied: oprofile/repos/extra-i686/PKGBUILD (from rev 169711, oprofile/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-27 01:52:54 UTC (rev 169713)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin <aaron at archlinux.org>
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead"
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net"
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/var/lib/oprofile"
+
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+    libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+    libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} "$pkgdir/usr/include/oprofile"
+  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
+  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
+  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
+  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
+}

Deleted: extra-i686/oprofile.install
===================================================================
--- extra-i686/oprofile.install	2012-10-27 01:52:51 UTC (rev 169712)
+++ extra-i686/oprofile.install	2012-10-27 01:52:54 UTC (rev 169713)
@@ -1,21 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile &>/dev/null
-  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null 2>&1 || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null 2>&1 || useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
-  if [ "$(vercmp $2 0.9.7-2)" -lt 0 ] ; then
-    usermod -d /var/lib/oprofile oprofile
-  fi
-}
-
-post_remove(){
-  if getent passwd oprofile >/dev/null 2>&1; then
-    userdel oprofile
-  fi
-  if getent group oprofile >/dev/null 2>&1; then
-    groupdel oprofile
-  fi
-}

Copied: oprofile/repos/extra-i686/oprofile.install (from rev 169711, oprofile/repos/testing-i686/oprofile.install)
===================================================================
--- extra-i686/oprofile.install	                        (rev 0)
+++ extra-i686/oprofile.install	2012-10-27 01:52:54 UTC (rev 169713)
@@ -0,0 +1,21 @@
+post_install(){
+  groupadd -g 492 oprofile &>/dev/null
+  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
+}
+
+post_upgrade(){
+  getent group oprofile >/dev/null 2>&1 || groupadd -g 492 oprofile &>/dev/null
+  getent passwd oprofile >/dev/null 2>&1 || useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
+  if [ "$(vercmp $2 0.9.7-2)" -lt 0 ] ; then
+    usermod -d /var/lib/oprofile oprofile
+  fi
+}
+
+post_remove(){
+  if getent passwd oprofile >/dev/null 2>&1; then
+    userdel oprofile
+  fi
+  if getent group oprofile >/dev/null 2>&1; then
+    groupdel oprofile
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-27 01:52:51 UTC (rev 169712)
+++ extra-x86_64/PKGBUILD	2012-10-27 01:52:54 UTC (rev 169713)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin <aaron at archlinux.org>
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead"
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net"
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/var/lib/oprofile"
-
-# installing development libraries and headers - FS#20089
-  install -d  "$pkgdir/usr/include/oprofile"
-  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
-    libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
-    libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} "$pkgdir/usr/include/oprofile"
-  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
-  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
-  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
-  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
-}

Copied: oprofile/repos/extra-x86_64/PKGBUILD (from rev 169711, oprofile/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-27 01:52:54 UTC (rev 169713)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin <aaron at archlinux.org>
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead"
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net"
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/var/lib/oprofile"
+
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+    libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+    libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} "$pkgdir/usr/include/oprofile"
+  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
+  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
+  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
+  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
+}

Deleted: extra-x86_64/oprofile.install
===================================================================
--- extra-x86_64/oprofile.install	2012-10-27 01:52:51 UTC (rev 169712)
+++ extra-x86_64/oprofile.install	2012-10-27 01:52:54 UTC (rev 169713)
@@ -1,21 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile &>/dev/null
-  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null 2>&1 || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null 2>&1 || useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
-  if [ "$(vercmp $2 0.9.7-2)" -lt 0 ] ; then
-    usermod -d /var/lib/oprofile oprofile
-  fi
-}
-
-post_remove(){
-  if getent passwd oprofile >/dev/null 2>&1; then
-    userdel oprofile
-  fi
-  if getent group oprofile >/dev/null 2>&1; then
-    groupdel oprofile
-  fi
-}

Copied: oprofile/repos/extra-x86_64/oprofile.install (from rev 169711, oprofile/repos/testing-x86_64/oprofile.install)
===================================================================
--- extra-x86_64/oprofile.install	                        (rev 0)
+++ extra-x86_64/oprofile.install	2012-10-27 01:52:54 UTC (rev 169713)
@@ -0,0 +1,21 @@
+post_install(){
+  groupadd -g 492 oprofile &>/dev/null
+  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
+}
+
+post_upgrade(){
+  getent group oprofile >/dev/null 2>&1 || groupadd -g 492 oprofile &>/dev/null
+  getent passwd oprofile >/dev/null 2>&1 || useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile &>/dev/null
+  if [ "$(vercmp $2 0.9.7-2)" -lt 0 ] ; then
+    usermod -d /var/lib/oprofile oprofile
+  fi
+}
+
+post_remove(){
+  if getent passwd oprofile >/dev/null 2>&1; then
+    userdel oprofile
+  fi
+  if getent group oprofile >/dev/null 2>&1; then
+    groupdel oprofile
+  fi
+}




More information about the arch-commits mailing list