[arch-commits] Commit in (oprofile)

2020-07-10 Thread Jelle van der Waa via arch-commits
Date: Friday, July 10, 2020 @ 18:20:04
  Author: jelle
Revision: 663127

moved to AUR

Deleted:
  oprofile/


[arch-commits] Commit in oprofile/repos/community-x86_64 (4 files)

2018-10-19 Thread Jelle van der Waa via arch-commits
Date: Friday, October 19, 2018 @ 13:32:16
  Author: jelle
Revision: 397561

archrelease: copy trunk to community-x86_64

Added:
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 397560, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.sysusers
(from rev 397560, oprofile/trunk/oprofile.sysusers)
Deleted:
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.sysusers

---+
 PKGBUILD  |   87 +---
 oprofile.sysusers |2 -
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-19 13:32:06 UTC (rev 397560)
+++ PKGBUILD2018-10-19 13:32:16 UTC (rev 397561)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='System-wide profiler for Linux systems'
-arch=('x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-oprofile.sysusers)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
-  'efcd625073759b69f95cf74dbb4c2839e03af017')
-
-build() {
-  cd $pkgname-$pkgver
-#CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-x86_64/PKGBUILD (from rev 397560, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-19 13:32:16 UTC (rev 397561)
@@ -0,0 +1,43 @@
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+oprofile.sysusers)
+sha1sums=('7daa0cca8587e399cb3df9eb817c6a39ffea2082'
+  'efcd625073759b69f95cf74dbb4c2839e03af017')
+
+build() {
+  cd $pkgname-$pkgver
+#CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: oprofile.sysusers
===
--- oprofile.sysusers   2018-10-19 13:32:06 UTC (rev 397560)
+++ oprofile.sysusers   2018-10-19 13:32:16 UTC (rev 397561)
@@ -1 +0,0 @@
-u oprofile 492 - /var/lib/oprofile

Copied: oprofile/repos/community-x86_64/oprofile.sysusers (from rev 397560, 
oprofile/trunk/oprofile.sysusers)
===
--- oprofile.sysusers   (rev 0)
+++ oprofile.sysusers   2018-10-19 13:32:16 UTC (rev 397561)
@@ -0,0 +1 @@
+u oprofile 492 - /var/lib/oprofile


[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2018-10-19 Thread Jelle van der Waa via arch-commits
Date: Friday, October 19, 2018 @ 13:32:06
  Author: jelle
Revision: 397560

upgpkg: oprofile 1.3.0-1

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 13:29:25 UTC (rev 397559)
+++ PKGBUILD2018-10-19 13:32:06 UTC (rev 397560)
@@ -1,8 +1,8 @@
 # Maintainer : Aaron Griffin 
 
 pkgname=oprofile
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('x86_64')
 url="http://oprofile.sourceforge.net;
@@ -11,7 +11,7 @@
 options=('staticlibs')
 
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 oprofile.sysusers)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
+sha1sums=('7daa0cca8587e399cb3df9eb817c6a39ffea2082'
   'efcd625073759b69f95cf74dbb4c2839e03af017')
 
 build() {


[arch-commits] Commit in oprofile/repos/community-x86_64 (4 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:16:51
  Author: eschwartz
Revision: 280762

archrelease: copy trunk to community-x86_64

Added:
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 280761, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.sysusers
(from rev 280761, oprofile/trunk/oprofile.sysusers)
Deleted:
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 PKGBUILD  |   87 ++--
 oprofile.install  |8 
 oprofile.sysusers |1 
 3 files changed, 45 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:16:05 UTC (rev 280761)
+++ PKGBUILD2018-01-09 20:16:51 UTC (rev 280762)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
-
-build() {
-  cd $pkgname-$pkgver
-#CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-x86_64/PKGBUILD (from rev 280761, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:16:51 UTC (rev 280762)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+oprofile.sysusers)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
+  'efcd625073759b69f95cf74dbb4c2839e03af017')
+
+build() {
+  cd $pkgname-$pkgver
+#CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: oprofile.install
===
--- oprofile.install2018-01-09 20:16:05 UTC (rev 280761)
+++ oprofile.install2018-01-09 20:16:51 UTC (rev 280762)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Copied: oprofile/repos/community-x86_64/oprofile.sysusers (from rev 280761, 
oprofile/trunk/oprofile.sysusers)
===
--- oprofile.sysusers   (rev 0)
+++ oprofile.sysusers   2018-01-09 20:16:51 UTC (rev 280762)
@@ -0,0 +1 @@
+u oprofile 492 - /var/lib/oprofile


[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile.install oprofile.sysusers)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:13:14
  Author: eschwartz
Revision: 280759

upgpkg: oprofile 1.2.0-2

migrate to systemd-sysusers

Added:
  oprofile/trunk/oprofile.sysusers
Modified:
  oprofile/trunk/PKGBUILD
Deleted:
  oprofile/trunk/oprofile.install

---+
 PKGBUILD  |9 +
 oprofile.install  |8 
 oprofile.sysusers |1 +
 3 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:11:02 UTC (rev 280758)
+++ PKGBUILD2018-01-09 20:13:14 UTC (rev 280759)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='System-wide profiler for Linux systems'
 arch=('x86_64')
 url="http://oprofile.sourceforge.net;
@@ -10,9 +10,10 @@
 license=('GPL')
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
 options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+oprofile.sysusers)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
+  'efcd625073759b69f95cf74dbb4c2839e03af017')
 
 build() {
   cd $pkgname-$pkgver

Deleted: oprofile.install
===
--- oprofile.install2018-01-09 20:11:02 UTC (rev 280758)
+++ oprofile.install2018-01-09 20:13:14 UTC (rev 280759)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Added: oprofile.sysusers
===
--- oprofile.sysusers   (rev 0)
+++ oprofile.sysusers   2018-01-09 20:13:14 UTC (rev 280759)
@@ -0,0 +1 @@
+u oprofile 492 - /var/lib/oprofile


[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:53:15
  Author: jelle
Revision: 261170

upgpkg: oprofile 1.2.0-1

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 14:50:26 UTC (rev 261169)
+++ PKGBUILD2017-10-01 14:53:15 UTC (rev 261170)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin 
 
 pkgname=oprofile
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net;
@@ -12,11 +12,11 @@
 options=('staticlibs')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
 
 build() {
   cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
+#CXXFLAGS+=" -std=gnu++03"
   ./configure --prefix=/usr --with-x
   make
 }


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

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:53:27
  Author: jelle
Revision: 261171

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 261170, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 261170, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 261170, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 261170, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   86 
 /oprofile.install |   16 ++
 community-i686/PKGBUILD   |   43 --
 community-i686/oprofile.install   |8 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/oprofile.install |8 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 14:53:15 UTC (rev 261170)
+++ community-i686/PKGBUILD 2017-10-01 14:53:27 UTC (rev 261171)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.1.0
-pkgrel=4
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
-
-build() {
-  cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-i686/PKGBUILD (from rev 261170, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 14:53:27 UTC (rev 261171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
+
+build() {
+  cd $pkgname-$pkgver
+#CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2017-10-01 14:53:15 UTC (rev 261170)
+++ community-i686/oprofile.install 2017-10-01 14:53:27 UTC (rev 261171)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Copied: 

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

2017-07-10 Thread Jelle van der Waa
Date: Monday, July 10, 2017 @ 13:04:50
  Author: jelle
Revision: 243616

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 243614, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 243614, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 243614, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 243614, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   86 
 /oprofile.install |   16 ++
 community-i686/PKGBUILD   |   43 --
 community-i686/oprofile.install   |8 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/oprofile.install |8 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-10 13:04:46 UTC (rev 243615)
+++ community-i686/PKGBUILD 2017-07-10 13:04:50 UTC (rev 243616)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
-
-build() {
-  cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-i686/PKGBUILD (from rev 243614, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-10 13:04:50 UTC (rev 243616)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=4
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2017-07-10 13:04:46 UTC (rev 243615)
+++ community-i686/oprofile.install 2017-07-10 13:04:50 UTC (rev 243616)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Copied: 

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2017-07-10 Thread Jelle van der Waa
Date: Monday, July 10, 2017 @ 13:04:35
  Author: jelle
Revision: 243614

upgpkg: oprofile 1.1.0-4

PIE rebuild

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 13:04:22 UTC (rev 243613)
+++ PKGBUILD2017-07-10 13:04:35 UTC (rev 243614)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net;


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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 19:22:50
  Author: heftig
Revision: 184577

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 184576, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 184576, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 184576, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 184576, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   86 
 /oprofile.install |   16 ++
 community-i686/PKGBUILD   |   42 -
 community-i686/oprofile.install   |   21 
 community-x86_64/PKGBUILD |   42 -
 community-x86_64/oprofile.install |   21 
 6 files changed, 102 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-28 19:22:04 UTC (rev 184576)
+++ community-i686/PKGBUILD 2016-07-28 19:22:50 UTC (rev 184577)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-i686/PKGBUILD (from rev 184576, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-28 19:22:50 UTC (rev 184577)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2016-07-28 19:22:04 UTC (rev 184576)
+++ community-i686/oprofile.install 2016-07-28 19:22:50 UTC (rev 184577)
@@ -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 

[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 19:19:26
  Author: heftig
Revision: 184573

1.1.0-3

Modified:
  oprofile/trunk/PKGBUILD
  oprofile/trunk/oprofile.install

--+
 PKGBUILD |3 ++-
 oprofile.install |   19 +++
 2 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 19:16:05 UTC (rev 184572)
+++ PKGBUILD2016-07-28 19:19:26 UTC (rev 184573)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net;
@@ -16,6 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CXXFLAGS+=" -std=gnu++03"
   ./configure --prefix=/usr --with-x
   make
 }

Modified: oprofile.install
===
--- oprofile.install2016-07-28 19:16:05 UTC (rev 184572)
+++ oprofile.install2016-07-28 19:19:26 UTC (rev 184573)
@@ -1,21 +1,8 @@
 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 $1 ''
 }
 
 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
+  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
+  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
 }
-
-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
-}


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

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 16:32:39
  Author: allan
Revision: 148488

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

Added:
  oprofile/repos/community-staging-i686/
  oprofile/repos/community-staging-i686/PKGBUILD
(from rev 148487, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-staging-i686/oprofile.install
(from rev 148487, oprofile/trunk/oprofile.install)
  oprofile/repos/community-staging-x86_64/
  oprofile/repos/community-staging-x86_64/PKGBUILD
(from rev 148487, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-staging-x86_64/oprofile.install
(from rev 148487, oprofile/trunk/oprofile.install)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/oprofile.install   |   21 ++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/oprofile.install |   21 ++
 4 files changed, 126 insertions(+)

Copied: oprofile/repos/community-staging-i686/PKGBUILD (from rev 148487, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 15:32:39 UTC (rev 148488)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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/community-staging-i686/oprofile.install (from rev 
148487, oprofile/trunk/oprofile.install)
===
--- community-staging-i686/oprofile.install (rev 0)
+++ community-staging-i686/oprofile.install 2015-12-05 15:32:39 UTC (rev 
148488)
@@ -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
+}

Copied: oprofile/repos/community-staging-x86_64/PKGBUILD (from rev 148487, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 15:32:39 UTC (rev 148488)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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} 

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 16:31:45
  Author: allan
Revision: 148487

C++11 ABI rebuild

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 15:29:28 UTC (rev 148486)
+++ PKGBUILD2015-12-05 15:31:45 UTC (rev 148487)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net;


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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:00:48
  Author: jelle
Revision: 137657

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 137656, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 137656, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 137656, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 137656, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   84 
 /oprofile.install |   42 ++
 community-i686/PKGBUILD   |   42 --
 community-i686/oprofile.install   |   21 -
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/oprofile.install |   21 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 13:00:37 UTC (rev 137656)
+++ community-i686/PKGBUILD 2015-08-01 13:00:48 UTC (rev 137657)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-i686/PKGBUILD (from rev 137656, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 13:00:48 UTC (rev 137657)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2015-08-01 13:00:37 UTC (rev 137656)
+++ community-i686/oprofile.install 2015-08-01 13:00:48 UTC (rev 137657)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
-  if 

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:00:37
  Author: jelle
Revision: 137656

upgpkg: oprofile 1.1.0-1

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 10:40:00 UTC (rev 137655)
+++ PKGBUILD2015-08-01 13:00:37 UTC (rev 137656)
@@ -2,7 +2,7 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('staticlibs')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2014-10-11 Thread Eric Bélanger
Date: Sunday, October 12, 2014 @ 01:52:53
  Author: eric
Revision: 120546

upgpkg: oprofile 1.0.0-1

Upstream update

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 22:09:53 UTC (rev 120545)
+++ PKGBUILD2014-10-11 23:52:53 UTC (rev 120546)
@@ -2,7 +2,7 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.9
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
@@ -9,15 +9,14 @@
 url=http://oprofile.sourceforge.net;
 license=('GPL')
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt4')
-optdepends=('qt4: for oprof_start gui')
+options=('staticlibs')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
+sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  ./configure --prefix=/usr --with-x
   make
 }
 


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

2014-10-11 Thread Eric Bélanger
Date: Sunday, October 12, 2014 @ 01:55:27
  Author: eric
Revision: 120547

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 120546, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 120546, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 120546, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 120546, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   84 
 /oprofile.install |   42 ++
 community-i686/PKGBUILD   |   43 --
 community-i686/oprofile.install   |   21 -
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/oprofile.install |   21 -
 6 files changed, 126 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-11 23:52:53 UTC (rev 120546)
+++ community-i686/PKGBUILD 2014-10-11 23:55:27 UTC (rev 120547)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt4')
-optdepends=('qt4: for oprof_start gui')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $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/community-i686/PKGBUILD (from rev 120546, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-11 23:55:27 UTC (rev 120547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2014-10-11 23:52:53 UTC (rev 120546)
+++ community-i686/oprofile.install 2014-10-11 23:55:27 UTC (rev 120547)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 

[arch-commits] Commit in oprofile (3 files)

2013-10-30 Thread Allan McRae
Date: Thursday, October 31, 2013 @ 03:35:52
  Author: allan
Revision: 99941

remove !libtool

Modified:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |1 -
 repos/community-x86_64/PKGBUILD |1 -
 trunk/PKGBUILD  |1 -
 3 files changed, 3 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2013-10-31 02:35:32 UTC (rev 99940)
+++ repos/community-i686/PKGBUILD   2013-10-31 02:35:52 UTC (rev 99941)
@@ -11,7 +11,6 @@
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
 makedepends=('qt4')
 optdepends=('qt4: for oprof_start gui')
-options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2013-10-31 02:35:32 UTC (rev 99940)
+++ repos/community-x86_64/PKGBUILD 2013-10-31 02:35:52 UTC (rev 99941)
@@ -11,7 +11,6 @@
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
 makedepends=('qt4')
 optdepends=('qt4: for oprof_start gui')
-options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-31 02:35:32 UTC (rev 99940)
+++ trunk/PKGBUILD  2013-10-31 02:35:52 UTC (rev 99941)
@@ -11,7 +11,6 @@
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
 makedepends=('qt4')
 optdepends=('qt4: for oprof_start gui')
-options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')



[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2013-08-06 Thread Bartłomiej Piotrowski
Date: Tuesday, August 6, 2013 @ 20:59:24
  Author: bpiotrowski
Revision: 95212

upgpkg: oprofile 0.9.9-1

- new upstream release

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-06 18:27:47 UTC (rev 95211)
+++ PKGBUILD2013-08-06 18:59:24 UTC (rev 95212)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url=http://oprofile.sourceforge.net;
@@ -14,23 +14,21 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -d $pkgdir/var/lib/oprofile
 



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

2013-08-06 Thread Bartłomiej Piotrowski
Date: Tuesday, August 6, 2013 @ 20:59:38
  Author: bpiotrowski
Revision: 95213

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

Added:
  oprofile/repos/community-i686/PKGBUILD
(from rev 95212, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 95212, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 95212, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 95212, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/community-i686/PKGBUILD
  oprofile/repos/community-i686/oprofile.install
  oprofile/repos/community-x86_64/PKGBUILD
  oprofile/repos/community-x86_64/oprofile.install

---+
 /PKGBUILD |   88 
 /oprofile.install |   42 +
 community-i686/PKGBUILD   |   46 --
 community-i686/oprofile.install   |   21 
 community-x86_64/PKGBUILD |   46 --
 community-x86_64/oprofile.install |   21 
 6 files changed, 130 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-06 18:59:24 UTC (rev 95212)
+++ community-i686/PKGBUILD 2013-08-06 18:59:38 UTC (rev 95213)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.8
-pkgrel=2
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt4')
-optdepends=('qt4: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  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/community-i686/PKGBUILD (from rev 95212, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-06 18:59:38 UTC (rev 95213)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.9
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2013-08-06 18:59:24 UTC (rev 95212)
+++ community-i686/oprofile.install 2013-08-06 18:59:38 UTC (rev 95213)
@@ -1,21 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile /dev/null
-  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false 

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:54:08
  Author: bpiotrowski
Revision: 84617

upgpkg: oprofile 0.9.8-2

qt4 rebuild

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 16:33:02 UTC (rev 84616)
+++ PKGBUILD2013-02-20 17:54:08 UTC (rev 84617)
@@ -3,20 +3,22 @@
 
 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
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
 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')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make



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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:55:15
  Author: bpiotrowski
Revision: 84618

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

Added:
  oprofile/repos/community-staging-i686/
  oprofile/repos/community-staging-i686/PKGBUILD
(from rev 84617, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-staging-i686/oprofile.install
(from rev 84617, oprofile/trunk/oprofile.install)
  oprofile/repos/community-staging-x86_64/
  oprofile/repos/community-staging-x86_64/PKGBUILD
(from rev 84617, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-staging-x86_64/oprofile.install
(from rev 84617, oprofile/trunk/oprofile.install)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/oprofile.install   |   21 
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/oprofile.install |   21 
 4 files changed, 134 insertions(+)

Copied: oprofile/repos/community-staging-i686/PKGBUILD (from rev 84617, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 17:55:15 UTC (rev 84618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  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/community-staging-i686/oprofile.install (from rev 84617, 
oprofile/trunk/oprofile.install)
===
--- community-staging-i686/oprofile.install (rev 0)
+++ community-staging-i686/oprofile.install 2013-02-20 17:55:15 UTC (rev 
84618)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || 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 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}

Copied: oprofile/repos/community-staging-x86_64/PKGBUILD (from rev 84617, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 17:55:15 UTC (rev 84618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  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 

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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:59:19
  Author: andrea
Revision: 83066

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

Added:
  oprofile/repos/community-i686/
  oprofile/repos/community-i686/PKGBUILD
(from rev 83065, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-i686/oprofile.install
(from rev 83065, oprofile/trunk/oprofile.install)
  oprofile/repos/community-x86_64/
  oprofile/repos/community-x86_64/PKGBUILD
(from rev 83065, oprofile/trunk/PKGBUILD)
  oprofile/repos/community-x86_64/oprofile.install
(from rev 83065, oprofile/trunk/oprofile.install)

---+
 community-i686/PKGBUILD   |   44 
 community-i686/oprofile.install   |   21 +
 community-x86_64/PKGBUILD |   44 
 community-x86_64/oprofile.install |   21 +
 4 files changed, 130 insertions(+)

Copied: oprofile/repos/community-i686/PKGBUILD (from rev 83065, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 09:59:19 UTC (rev 83066)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@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
+}

Copied: oprofile/repos/community-i686/oprofile.install (from rev 83065, 
oprofile/trunk/oprofile.install)
===
--- community-i686/oprofile.install (rev 0)
+++ community-i686/oprofile.install 2013-01-27 09:59:19 UTC (rev 83066)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || 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 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}

Copied: oprofile/repos/community-x86_64/PKGBUILD (from rev 83065, 
oprofile/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 09:59:19 UTC (rev 83066)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@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  

[arch-commits] Commit in (oprofile)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:59:32
  Author: andrea
Revision: 176070

extra2community: Moving oprofile from extra to community

Deleted:
  oprofile/



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

2012-10-26 Thread Stéphane Gaudreault
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 aa...@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 aa...@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
-  

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2012-10-25 Thread Stéphane Gaudreault
Date: Thursday, October 25, 2012 @ 17:03:47
  Author: stephane
Revision: 169682

upgpkg: oprofile 0.9.8-1

upstream update

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-25 14:48:44 UTC (rev 169681)
+++ PKGBUILD2012-10-25 21:03:47 UTC (rev 169682)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.7
-pkgrel=4
+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;
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-10-25 Thread Stéphane Gaudreault
Date: Thursday, October 25, 2012 @ 17:03:57
  Author: stephane
Revision: 169683

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

Added:
  oprofile/repos/testing-i686/
  oprofile/repos/testing-i686/PKGBUILD
(from rev 169682, oprofile/trunk/PKGBUILD)
  oprofile/repos/testing-i686/oprofile.install
(from rev 169682, oprofile/trunk/oprofile.install)
  oprofile/repos/testing-x86_64/
  oprofile/repos/testing-x86_64/PKGBUILD
(from rev 169682, oprofile/trunk/PKGBUILD)
  oprofile/repos/testing-x86_64/oprofile.install
(from rev 169682, oprofile/trunk/oprofile.install)

-+
 testing-i686/PKGBUILD   |   44 ++
 testing-i686/oprofile.install   |   21 ++
 testing-x86_64/PKGBUILD |   44 ++
 testing-x86_64/oprofile.install |   21 ++
 4 files changed, 130 insertions(+)

Copied: oprofile/repos/testing-i686/PKGBUILD (from rev 169682, 
oprofile/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-25 21:03:57 UTC (rev 169683)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@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
+}

Copied: oprofile/repos/testing-i686/oprofile.install (from rev 169682, 
oprofile/trunk/oprofile.install)
===
--- testing-i686/oprofile.install   (rev 0)
+++ testing-i686/oprofile.install   2012-10-25 21:03:57 UTC (rev 169683)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || 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 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}

Copied: oprofile/repos/testing-x86_64/PKGBUILD (from rev 169682, 
oprofile/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-25 21:03:57 UTC (rev 169683)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@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

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 19:58:54
  Author: eric
Revision: 163606

upgpkg: oprofile 0.9.7-4

Fix header files (close FS#20089), Add check function

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 22:50:58 UTC (rev 163605)
+++ PKGBUILD2012-07-16 23:58:54 UTC (rev 163606)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.7
-pkgrel=3
+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;
@@ -14,7 +14,6 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
 sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
 
 build() {
@@ -23,13 +22,21 @@
   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 - FS#20089
-  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h $pkgdir/usr/include
+# 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



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 19:59:16
  Author: eric
Revision: 163607

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

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 163606, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
(from rev 163606, oprofile/trunk/oprofile.install)
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 163606, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
(from rev 163606, oprofile/trunk/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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 23:58:54 UTC (rev 163606)
+++ extra-i686/PKGBUILD 2012-07-16 23:59:16 UTC (rev 163607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=3
-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)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/oprofile
-
-# installing development libraries - FS#20089
-  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h $pkgdir/usr/include
-  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 163606, 
oprofile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 23:59:16 UTC (rev 163607)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@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
+}

Deleted: extra-i686/oprofile.install
===
--- extra-i686/oprofile.install 2012-07-16 23:58:54 UTC (rev 163606)
+++ extra-i686/oprofile.install 2012-07-16 23:59:16 UTC (rev 163607)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
-  if [ $(vercmp $2 0.9.7-2) -lt 

[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2011-10-23 Thread Eric Bélanger
Date: Sunday, October 23, 2011 @ 19:24:53
  Author: eric
Revision: 141098

upgpkg: oprofile 0.9.7-3

Added some more header files (close FS#20089)

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-23 18:53:16 UTC (rev 141097)
+++ PKGBUILD2011-10-23 23:24:53 UTC (rev 141098)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 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;
@@ -29,7 +29,7 @@
   install -d $pkgdir/var/lib/oprofile
 
 # installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h $pkgdir/usr/include
   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



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

2011-10-23 Thread Eric Bélanger
Date: Sunday, October 23, 2011 @ 19:25:40
  Author: eric
Revision: 141099

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

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 141098, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
(from rev 141098, oprofile/trunk/oprofile.install)
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 141098, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
(from rev 141098, oprofile/trunk/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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-23 23:24:53 UTC (rev 141098)
+++ extra-i686/PKGBUILD 2011-10-23 23:25:40 UTC (rev 141099)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=2
-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)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/oprofile
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 141098, 
oprofile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-23 23:25:40 UTC (rev 141099)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=3
+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)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries - FS#20089
+  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h $pkgdir/usr/include
+  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 2011-10-23 23:24:53 UTC (rev 141098)
+++ extra-i686/oprofile.install 2011-10-23 23:25:40 UTC (rev 141099)
@@ -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 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || 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 

[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile.install)

2011-09-06 Thread Eric Bélanger
Date: Tuesday, September 6, 2011 @ 15:49:02
  Author: eric
Revision: 137217

upgpkg: oprofile 0.9.7-2

Fix oprofile user home directory

Modified:
  oprofile/trunk/PKGBUILD
  oprofile/trunk/oprofile.install

--+
 PKGBUILD |3 ++-
 oprofile.install |7 +--
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 19:33:18 UTC (rev 137216)
+++ PKGBUILD2011-09-06 19:49:02 UTC (rev 137217)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 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;
@@ -26,6 +26,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
 
 # installing development libraries - FS#20089
   install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include

Modified: oprofile.install
===
--- oprofile.install2011-09-06 19:33:18 UTC (rev 137216)
+++ oprofile.install2011-09-06 19:49:02 UTC (rev 137217)
@@ -1,11 +1,14 @@
 post_install(){
   groupadd -g 492 oprofile /dev/null
-  useradd -u 492 -g oprofile -s /bin/false 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 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || 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(){



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

2011-09-06 Thread Eric Bélanger
Date: Tuesday, September 6, 2011 @ 15:49:42
  Author: eric
Revision: 137218

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

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 137217, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
(from rev 137217, oprofile/trunk/oprofile.install)
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 137217, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
(from rev 137217, oprofile/trunk/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

---+
 extra-i686/PKGBUILD   |   73 
 extra-i686/oprofile.install   |   39 +++--
 extra-x86_64/PKGBUILD |   73 
 extra-x86_64/oprofile.install |   39 +++--
 4 files changed, 116 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-06 19:49:02 UTC (rev 137217)
+++ extra-i686/PKGBUILD 2011-09-06 19:49:42 UTC (rev 137218)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-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)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 137217, 
oprofile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-06 19:49:42 UTC (rev 137218)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=2
+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)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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 2011-09-06 19:49:02 UTC (rev 137217)
+++ extra-i686/oprofile.install 2011-09-06 19:49:42 UTC (rev 137218)
@@ -1,18 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile /dev/null
-  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
-}
-
-post_upgrade(){
-  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
-}
-
-post_remove(){
-  if getent passwd oprofile /dev/null 21; then
-userdel oprofile
-  fi
-  if getent group oprofile /dev/null 21; then
-groupdel oprofile
-  fi
-}


[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:30:32
  Author: eric
Revision: 135633

fix source url

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 21:19:30 UTC (rev 135632)
+++ PKGBUILD2011-08-16 21:30:32 UTC (rev 135633)
@@ -13,9 +13,9 @@
 optdepends=('qt: for oprof_start gui')
 options=('!libtool')
 install=oprofile.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in oprofile/repos/extra-i686 (3 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:31:02
  Author: eric
Revision: 135634

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 135633, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
(from rev 135633, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   72 ++---
 oprofile.install |   18 +
 2 files changed, 54 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:30:32 UTC (rev 135633)
+++ PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-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/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135633, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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/oprofile.install (from rev 135633, 
oprofile/trunk/oprofile.install)
===
--- oprofile.install(rev 0)
+++ oprofile.install2011-08-16 21:31:02 UTC (rev 135634)
@@ -0,0 +1,18 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



[arch-commits] Commit in oprofile/repos/extra-x86_64 (3 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:31:24
  Author: eric
Revision: 135635

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 135634, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
(from rev 135634, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 oprofile.install |   18 +
 2 files changed, 54 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
+++ PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-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/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135634, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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/oprofile.install (from rev 135634, 
oprofile/trunk/oprofile.install)
===
--- oprofile.install(rev 0)
+++ oprofile.install2011-08-16 21:31:24 UTC (rev 135635)
@@ -0,0 +1,18 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:34:52
  Author: eric
Revision: 135636

fix md5sums

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
+++ PKGBUILD2011-08-16 21:34:52 UTC (rev 135636)
@@ -14,8 +14,8 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in oprofile/repos/extra-i686 (PKGBUILD PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:35:10
  Author: eric
Revision: 135637

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 135636, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:34:52 UTC (rev 135636)
+++ PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-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)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135636, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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
+}



[arch-commits] Commit in oprofile/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:35:38
  Author: eric
Revision: 135638

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 135637, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
+++ PKGBUILD2011-08-16 21:35:38 UTC (rev 135638)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-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)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135637, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:35:38 UTC (rev 135638)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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
+}



[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile.install)

2011-08-15 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 00:28:37
  Author: eric
Revision: 135580

upgpkg: oprofile 0.9.7-1

Upstream update, Update qt3 optdepends to qt, Add install scriptlet to 
create oprofile user and group

Added:
  oprofile/trunk/oprofile.install
Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 oprofile.install |   18 ++
 2 files changed, 28 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 00:20:01 UTC (rev 135579)
+++ PKGBUILD2011-08-16 04:28:37 UTC (rev 135580)
@@ -2,26 +2,24 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.6
-pkgrel=3
+pkgver=0.9.7
+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')
-makedepends=('qt3')
-optdepends=('qt3: for oprof_start gui')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
 options=('!libtool')
+install=oprofile.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4e407093ac06200185d5a5e6437d7242')
-sha1sums=('cc62cc58c574e235bc146c8ddc9d9a9af0972fd1')
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---with-kernel-support \
---with-x
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make
 }
 
@@ -29,7 +27,7 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
-# installing development libraries
+# installing development libraries - FS#20089
   install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
   install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
   install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a

Added: oprofile.install
===
--- oprofile.install(rev 0)
+++ oprofile.install2011-08-16 04:28:37 UTC (rev 135580)
@@ -0,0 +1,18 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



[arch-commits] Commit in oprofile/repos/extra-i686 (PKGBUILD PKGBUILD)

2011-08-15 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 00:28:57
  Author: eric
Revision: 135581

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 135580, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 04:28:37 UTC (rev 135580)
+++ PKGBUILD2011-08-16 04:28:57 UTC (rev 135581)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.6
-pkgrel=3
-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')
-makedepends=('qt3')
-optdepends=('qt3: for oprof_start gui')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4e407093ac06200185d5a5e6437d7242')
-sha1sums=('cc62cc58c574e235bc146c8ddc9d9a9af0972fd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---with-kernel-support \
---with-x
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135580, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 04:28:57 UTC (rev 135581)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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
+}



[arch-commits] Commit in oprofile/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2011-08-15 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 00:29:08
  Author: eric
Revision: 135582

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 135581, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 04:28:57 UTC (rev 135581)
+++ PKGBUILD2011-08-16 04:29:08 UTC (rev 135582)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.6
-pkgrel=3
-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')
-makedepends=('qt3')
-optdepends=('qt3: for oprof_start gui')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4e407093ac06200185d5a5e6437d7242')
-sha1sums=('cc62cc58c574e235bc146c8ddc9d9a9af0972fd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---with-kernel-support \
---with-x
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  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 135581, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 04:29:08 UTC (rev 135582)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+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/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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
+}



[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile oprofile.conf)

2011-01-21 Thread Eric Bélanger
Date: Friday, January 21, 2011 @ 14:58:21
  Author: eric
Revision: 107149

upgpkg: oprofile 0.9.6-3
Added development libraries (close FS#20089), PKGBUILD clean-up

Modified:
  oprofile/trunk/PKGBUILD
Deleted:
  oprofile/trunk/oprofile
  oprofile/trunk/oprofile.conf

---+
 PKGBUILD  |   24 
 oprofile  |   45 -
 oprofile.conf |2 --
 3 files changed, 16 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-21 18:58:13 UTC (rev 107148)
+++ PKGBUILD2011-01-21 19:58:21 UTC (rev 107149)
@@ -3,28 +3,36 @@
 
 pkgname=oprofile
 pkgver=0.9.6
-pkgrel=2
-pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+pkgrel=3
+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')
 makedepends=('qt3')
-depends=('popt')
 optdepends=('qt3: for oprof_start gui')
+options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('4e407093ac06200185d5a5e6437d7242')
-options=('!libtool')
+sha1sums=('cc62cc58c574e235bc146c8ddc9d9a9af0972fd1')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
 --mandir=/usr/share/man \
 --with-kernel-support \
 --with-x
-  make || return 1
+  make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install || return 1
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  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: oprofile
===
--- oprofile2011-01-21 18:58:13 UTC (rev 107148)
+++ oprofile2011-01-21 19:58:21 UTC (rev 107149)
@@ -1,45 +0,0 @@
-#!/bin/bash
-# Contributed by basilburn
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/oprofile
-
-PID=`pidof -o %PPID /usr/sbin/oprofiled`
-case $1 in
-  start)
-stat_busy Starting Profiler
-[ -z $PID ]  /usr/bin/opcontrol --init  \
-  /usr/bin/opcontrol --start $OPTIONS /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  echo $PID  /var/run/oprofiled.pid
-  add_daemon oprofiled
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping Profiler
-[ ! -z $PID ]   /usr/bin/opcontrol --shutdown /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm /var/run/oprofiled.pid
-  rm_daemon oprofiled
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 2
-$0 start
-;;
-  reset)
-/usr/bin/opcontrol --reset 
-$0 restart
-;;
- *)
-echo usage: $0 {start|stop|restart|reset}  
-esac
-exit 0

Deleted: oprofile.conf
===
--- oprofile.conf   2011-01-21 18:58:13 UTC (rev 107148)
+++ oprofile.conf   2011-01-21 19:58:21 UTC (rev 107149)
@@ -1,2 +0,0 @@
-# Contributed by basilburn
-OPTIONS=--vmlinux=/usr/src/linux/vmlinux



[arch-commits] Commit in oprofile/repos (extra-i686)

2011-01-21 Thread Eric Bélanger
Date: Friday, January 21, 2011 @ 14:58:48
  Author: eric
Revision: 107150

archrelease: remove extra-i686

Deleted:
  oprofile/repos/extra-i686/



[arch-commits] Commit in oprofile/repos (extra-i686)

2011-01-21 Thread Eric Bélanger
Date: Friday, January 21, 2011 @ 14:58:57
  Author: eric
Revision: 107151

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/



[arch-commits] Commit in oprofile/repos (extra-x86_64)

2011-01-21 Thread Eric Bélanger
Date: Friday, January 21, 2011 @ 14:59:19
  Author: eric
Revision: 107152

archrelease: remove extra-x86_64

Deleted:
  oprofile/repos/extra-x86_64/



[arch-commits] Commit in oprofile/repos (extra-x86_64)

2011-01-21 Thread Eric Bélanger
Date: Friday, January 21, 2011 @ 14:59:28
  Author: eric
Revision: 107153

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/



[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2010-02-02 Thread Andrea Scarpino
Date: Tuesday, February 2, 2010 @ 19:38:33
  Author: andrea
Revision: 67085

upgpkg: oprofile 0.9.6-1
moved qt3 as optdepends; added libtools option; remove daemon (FS#18072)

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 00:30:41 UTC (rev 67084)
+++ PKGBUILD2010-02-03 00:38:33 UTC (rev 67085)
@@ -4,26 +4,27 @@
 pkgname=oprofile
 pkgver=0.9.6
 pkgrel=1
-pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
+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=('qt3' 'popt' 'gcc')
-source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
-oprofile
-oprofile.conf)
-md5sums=('4e407093ac06200185d5a5e6437d7242'
- 'c17ea27694be82f73a735354352f3558'
- '8da1393a0401e7cc9071e184902e50a3')
+makedepends=('qt3')
+depends=('popt')
+optdepends=('qt3: for oprof_start gui')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4e407093ac06200185d5a5e6437d7242')
+options=('!libtool')
 
-build()
-{
+build() {
   cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/qt3.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-kernel-support 
--with-x
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--with-kernel-support \
+--with-x
   make || return 1
-  make DESTDIR=$pkgdir install
+}
 
-  install -Dm755 $srcdir/oprofile $pkgdir/etc/rc.d/oprofile
-  install -Dm755 $srcdir/oprofile.conf $pkgdir/etc/conf.d/oprofile
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install || return 1
 }



[arch-commits] Commit in oprofile/repos (extra-i686 extra-i686/PKGBUILD)

2010-02-02 Thread Andrea Scarpino
Date: Tuesday, February 2, 2010 @ 19:39:12
  Author: andrea
Revision: 67086

Merged revisions 67085 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r67085 | andrea | 2010-02-03 01:38:33 +0100 (Wed, 03 Feb 2010) | 2 lines
  
  upgpkg: oprofile 0.9.6-1
  moved qt3 as optdepends; added libtools option; remove daemon (FS#18072)


Modified:
  oprofile/repos/extra-i686/(properties)
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)


Property changes on: oprofile/repos/extra-i686
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1-66799
   + /oprofile/trunk:1-67085

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-03 00:38:33 UTC (rev 67085)
+++ extra-i686/PKGBUILD 2010-02-03 00:39:12 UTC (rev 67086)
@@ -4,26 +4,27 @@
 pkgname=oprofile
 pkgver=0.9.6
 pkgrel=1
-pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
+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=('qt3' 'popt' 'gcc')
-source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
-oprofile
-oprofile.conf)
-md5sums=('4e407093ac06200185d5a5e6437d7242'
- 'c17ea27694be82f73a735354352f3558'
- '8da1393a0401e7cc9071e184902e50a3')
+makedepends=('qt3')
+depends=('popt')
+optdepends=('qt3: for oprof_start gui')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4e407093ac06200185d5a5e6437d7242')
+options=('!libtool')
 
-build()
-{
+build() {
   cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/qt3.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-kernel-support 
--with-x
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--with-kernel-support \
+--with-x
   make || return 1
-  make DESTDIR=$pkgdir install
+}
 
-  install -Dm755 $srcdir/oprofile $pkgdir/etc/rc.d/oprofile
-  install -Dm755 $srcdir/oprofile.conf $pkgdir/etc/conf.d/oprofile
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install || return 1
 }



[arch-commits] Commit in oprofile/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-02 Thread Andrea Scarpino
Date: Tuesday, February 2, 2010 @ 19:40:41
  Author: andrea
Revision: 67087

Merged revisions 67085 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r67085 | andrea | 2010-02-03 01:38:33 +0100 (Wed, 03 Feb 2010) | 2 lines
  
  upgpkg: oprofile 0.9.6-1
  moved qt3 as optdepends; added libtools option; remove daemon (FS#18072)


Modified:
  oprofile/repos/extra-x86_64/  (properties)
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)


Property changes on: oprofile/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1-66800
   + /oprofile/trunk:1-67086

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-03 00:39:12 UTC (rev 67086)
+++ extra-x86_64/PKGBUILD   2010-02-03 00:40:41 UTC (rev 67087)
@@ -4,26 +4,27 @@
 pkgname=oprofile
 pkgver=0.9.6
 pkgrel=1
-pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
+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=('qt3' 'popt' 'gcc')
-source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
-oprofile
-oprofile.conf)
-md5sums=('4e407093ac06200185d5a5e6437d7242'
- 'c17ea27694be82f73a735354352f3558'
- '8da1393a0401e7cc9071e184902e50a3')
+makedepends=('qt3')
+depends=('popt')
+optdepends=('qt3: for oprof_start gui')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4e407093ac06200185d5a5e6437d7242')
+options=('!libtool')
 
-build()
-{
+build() {
   cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/qt3.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-kernel-support 
--with-x
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--with-kernel-support \
+--with-x
   make || return 1
-  make DESTDIR=$pkgdir install
+}
 
-  install -Dm755 $srcdir/oprofile $pkgdir/etc/rc.d/oprofile
-  install -Dm755 $srcdir/oprofile.conf $pkgdir/etc/conf.d/oprofile
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install || return 1
 }



[arch-commits] Commit in oprofile/trunk (PKGBUILD)

2010-02-02 Thread Andrea Scarpino
Date: Tuesday, February 2, 2010 @ 19:48:09
  Author: andrea
Revision: 67088

upgpkg: oprofile 0.9.6-2
bump pkgrel

Modified:
  oprofile/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 00:40:41 UTC (rev 67087)
+++ PKGBUILD2010-02-03 00:48:09 UTC (rev 67088)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 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;



[arch-commits] Commit in oprofile/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-02 Thread Andrea Scarpino
Date: Tuesday, February 2, 2010 @ 19:50:19
  Author: andrea
Revision: 67090

Merged revisions 67088 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r67088 | andrea | 2010-02-03 01:48:09 +0100 (Wed, 03 Feb 2010) | 2 lines
  
  upgpkg: oprofile 0.9.6-2
  bump pkgrel


Modified:
  oprofile/repos/extra-x86_64/  (properties)
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Property changes on: oprofile/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1-67086
   + /oprofile/trunk:1-67089

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-03 00:48:47 UTC (rev 67089)
+++ extra-x86_64/PKGBUILD   2010-02-03 00:50:19 UTC (rev 67090)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 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;



[arch-commits] Commit in oprofile/repos (extra-i686 extra-i686/PKGBUILD)

2010-02-01 Thread Giovanni Scafora
Date: Monday, February 1, 2010 @ 10:41:47
  Author: giovanni
Revision: 66800

Merged revisions 66799 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r66799 | giovanni | 2010-02-01 16:41:01 +0100 (lun, 01 feb 2010) | 2 lines
  
  upgpkg: oprofile 0.9.6-1
  upstream release


Modified:
  oprofile/repos/extra-i686/(properties)
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: oprofile/repos/extra-i686
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1-57596
   + /oprofile/trunk:1-66799

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-01 15:41:01 UTC (rev 66799)
+++ extra-i686/PKGBUILD 2010-02-01 15:41:47 UTC (rev 66800)
@@ -2,7 +2,7 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
 oprofile
 oprofile.conf)
-md5sums=('4b2ceca3fa013c95cc8d47c790807dc2'
+md5sums=('4e407093ac06200185d5a5e6437d7242'
  'c17ea27694be82f73a735354352f3558'
  '8da1393a0401e7cc9071e184902e50a3')
 



[arch-commits] Commit in oprofile/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-01 Thread Giovanni Scafora
Date: Monday, February 1, 2010 @ 10:43:19
  Author: giovanni
Revision: 66801

Merged revisions 66799 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r66799 | giovanni | 2010-02-01 16:41:01 +0100 (lun, 01 feb 2010) | 2 lines
  
  upgpkg: oprofile 0.9.6-1
  upstream release


Modified:
  oprofile/repos/extra-x86_64/  (properties)
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: oprofile/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1-57598
   + /oprofile/trunk:1-66800

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-01 15:41:47 UTC (rev 66800)
+++ extra-x86_64/PKGBUILD   2010-02-01 15:43:19 UTC (rev 66801)
@@ -2,7 +2,7 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
 oprofile
 oprofile.conf)
-md5sums=('4b2ceca3fa013c95cc8d47c790807dc2'
+md5sums=('4e407093ac06200185d5a5e6437d7242'
  'c17ea27694be82f73a735354352f3558'
  '8da1393a0401e7cc9071e184902e50a3')
 



[arch-commits] Commit in oprofile/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-10-31 Thread Allan McRae
Date: Saturday, October 31, 2009 @ 22:52:36
  Author: allan
Revision: 57599

Merged revisions 356,57595 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oprofile/trunk


  r356 | aaron | 2008-04-19 08:56:27 +1000 (Sat, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs

  r57595 | allan | 2009-11-01 12:46:30 +1000 (Sun, 01 Nov 2009) | 2 lines
  
  upgpkg: oprofile 0.9.5-1
  upstream update, FHS man packages


Modified:
  oprofile/repos/extra-x86_64/  (properties)
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)


Property changes on: oprofile/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /oprofile/trunk:1
   + /oprofile/trunk:1-57598

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-01 02:47:33 UTC (rev 57598)
+++ extra-x86_64/PKGBUILD   2009-11-01 02:52:36 UTC (rev 57599)
@@ -2,28 +2,28 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc=a system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead.
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://oprofile.sourceforge.net;
-license=GPL
-depends=(qt3 popt gcc)
-source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
 \
-oprofile oprofile.conf)
-md5sums=('bb91e4d5bd45ff0d5c3e6214653422b7' 'c17ea27694be82f73a735354352f3558'
+license=('GPL')
+depends=('qt3' 'popt' 'gcc')
+source=(http://downloads.sourceforge.net/sourceforge/oprofile/$pkgname-$pkgver.tar.gz
+oprofile
+oprofile.conf)
+md5sums=('4b2ceca3fa013c95cc8d47c790807dc2'
+ 'c17ea27694be82f73a735354352f3558'
  '8da1393a0401e7cc9071e184902e50a3')
 
 build()
 {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   . /etc/profile.d/qt3.sh
-  ./configure --prefix=/usr --with-kernel-support --with-x
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-kernel-support 
--with-x
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 
-  mkdir -p $startdir/pkg/etc/rc.d/
-  install -m755 $startdir/src/oprofile $startdir/pkg/etc/rc.d/
-  mkdir -p $startdir/pkg/etc/conf.d/
-  install -m755 $startdir/src/oprofile.conf $startdir/pkg/etc/conf.d/oprofile
+  install -Dm755 $srcdir/oprofile $pkgdir/etc/rc.d/oprofile
+  install -Dm755 $srcdir/oprofile.conf $pkgdir/etc/conf.d/oprofile
 }