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

Sergej Pupykin spupykin at archlinux.org
Tue Mar 7 08:12:24 UTC 2017


    Date: Tuesday, March 7, 2017 @ 08:12:24
  Author: spupykin
Revision: 215225

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
    (from rev 215224, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
    (from rev 215224, 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                    |   54 +++++++++++++++++++++---------------------
 phoronix-test-suite.install |   22 ++++++++---------
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-07 08:12:12 UTC (rev 215224)
+++ PKGBUILD	2017-03-07 08:12:24 UTC (rev 215225)
@@ -1,27 +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=6.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')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-sha256sums=('fe741336dbf251fc210367b20713b554b3fd4edf15cf1f5950ff8bcbb3b09aec')
-
-package() {
-  cd "$srcdir"/phoronix-test-suite
-  sed -i "s#--noconfirm#--noconfirm --asdeps#" pts-core/external-test-dependencies/scripts/install-arch-packages.sh
-  install -dm755 "$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 -Dm755 phoronix-test-suite "$pkgdir"/usr/bin/phoronix-test-suite
-  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 215224, phoronix-test-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-07 08:12:24 UTC (rev 215225)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
+
+pkgname=phoronix-test-suite
+pkgver=7.0.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')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+sha256sums=('ccd3d0b5e79e9cf150d277d402254de66ecf7a993ad78e0b385960c6c29e4824')
+
+package() {
+  cd "$srcdir"/phoronix-test-suite
+  sed -i "s#--noconfirm#--noconfirm --asdeps#" pts-core/external-test-dependencies/scripts/install-arch-packages.sh
+  install -dm755 "$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 -Dm755 phoronix-test-suite "$pkgdir"/usr/bin/phoronix-test-suite
+  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	2017-03-07 08:12:12 UTC (rev 215224)
+++ phoronix-test-suite.install	2017-03-07 08:12:24 UTC (rev 215225)
@@ -1,11 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Enable zip.so, sockets.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> extension=zip.so"
-  echo ">>> extension=sockets.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 215224, phoronix-test-suite/trunk/phoronix-test-suite.install)
===================================================================
--- phoronix-test-suite.install	                        (rev 0)
+++ phoronix-test-suite.install	2017-03-07 08:12:24 UTC (rev 215225)
@@ -0,0 +1,11 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Enable zip.so, sockets.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> extension=zip.so"
+  echo ">>> extension=sockets.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}



More information about the arch-commits mailing list