[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Oct 3 09:42:22 UTC 2013


    Date: Thursday, October 3, 2013 @ 11:42:22
  Author: spupykin
Revision: 98009

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
    (from rev 98008, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
    (from rev 98008, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-----------------------------+
 PKGBUILD                    |   56 +++++++++++++++++++++---------------------
 phoronix-test-suite.install |   24 +++++++++---------
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-03 09:42:09 UTC (rev 98008)
+++ PKGBUILD	2013-10-03 09:42:22 UTC (rev 98009)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
-
-pkgname=phoronix-test-suite
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/"
-depends=('php')
-optdepends=('php-gtk'
-	    'php-gd'
-	    'php-curl')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('989742c7c1fbae8d6e8fbee433d6a04c')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' pts-core/objects/client/pts_external_dependencies.php
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -m755 phoronix-test-suite $pkgdir/usr/bin/
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 98008, phoronix-test-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-03 09:42:22 UTC (rev 98009)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
+
+pkgname=phoronix-test-suite
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/"
+depends=('php')
+optdepends=('php-gtk'
+	    'php-gd'
+	    'php-curl')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('300508168b8309218b7a66110d904c3d')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' pts-core/objects/client/pts_external_dependencies.php
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -m755 phoronix-test-suite $pkgdir/usr/bin/
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===================================================================
--- phoronix-test-suite.install	2013-10-03 09:42:09 UTC (rev 98008)
+++ phoronix-test-suite.install	2013-10-03 09:42:22 UTC (rev 98009)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install (from rev 98008, phoronix-test-suite/trunk/phoronix-test-suite.install)
===================================================================
--- phoronix-test-suite.install	                        (rev 0)
+++ phoronix-test-suite.install	2013-10-03 09:42:22 UTC (rev 98009)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}




More information about the arch-commits mailing list