summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-12-09 03:30:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-12-09 03:30:13 +0000
commit86f0c3d3dc842b24c0aac2480d5e86e36c64f49b (patch)
tree1821d6c850396da62d0ac464af5b4cfc400b67c0 /app-benchmarks
parentSecurity bump wrt bug 490242. Remove test functionality (no longer included i... (diff)
downloadgentoo-2-86f0c3d3dc842b24c0aac2480d5e86e36c64f49b.tar.gz
gentoo-2-86f0c3d3dc842b24c0aac2480d5e86e36c64f49b.tar.bz2
gentoo-2-86f0c3d3dc842b24c0aac2480d5e86e36c64f49b.zip
Bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/phoronix-test-suite/ChangeLog11
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.2.0.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.0.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.1.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.1.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.2.ebuild110
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild (renamed from app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.0.ebuild)5
8 files changed, 12 insertions, 664 deletions
diff --git a/app-benchmarks/phoronix-test-suite/ChangeLog b/app-benchmarks/phoronix-test-suite/ChangeLog
index d6f79b8d5e91..763ff20f9ba9 100644
--- a/app-benchmarks/phoronix-test-suite/ChangeLog
+++ b/app-benchmarks/phoronix-test-suite/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-benchmarks/phoronix-test-suite
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.28 2013/11/27 04:08:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.29 2013/12/09 03:30:13 patrick Exp $
+
+*phoronix-test-suite-4.8.4 (09 Dec 2013)
+
+ 09 Dec 2013; Patrick Lauer <patrick@gentoo.org>
+ +phoronix-test-suite-4.8.4.ebuild, -phoronix-test-suite-4.0.1.ebuild,
+ -phoronix-test-suite-4.2.0.ebuild, -phoronix-test-suite-4.4.0.ebuild,
+ -phoronix-test-suite-4.4.1.ebuild, -phoronix-test-suite-4.8.0.ebuild,
+ -phoronix-test-suite-4.8.1.ebuild, -phoronix-test-suite-4.8.2.ebuild:
+ Bump, remove old
*phoronix-test-suite-4.8.3 (27 Nov 2013)
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild
deleted file mode 100644
index 335ff4dc956b..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild,v 1.1 2012/08/27 03:35:48 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.2.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.2.0.ebuild
deleted file mode 100644
index acc59143d777..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.2.0.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.2.0.ebuild,v 1.1 2013/03/22 04:32:34 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.0.ebuild
deleted file mode 100644
index 049573023f18..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.0.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.0.ebuild,v 1.1 2013/04/04 18:37:47 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.1.ebuild
deleted file mode 100644
index 9825ac2650d4..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.4.1.ebuild,v 1.1 2013/04/10 08:56:01 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.1.ebuild
deleted file mode 100644
index 4aec9529f528..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.1.ebuild,v 1.1 2013/09/04 08:10:05 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.2.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.2.ebuild
deleted file mode 100644
index 9f841c0b008d..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.2.ebuild,v 1.1 2013/09/09 04:45:54 patrick Exp $
-
-EAPI=4
-
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
-HOMEPAGE="http://www.phoronix-test-suite.com"
-SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- phoronix-test-suite
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon pts-core/static/images/phoronix-test-suite.png
- doicon pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop
-
- doins -r pts-core
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- dobashcompletion pts-core/static/bash_completion ${PN}
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- local slots
- local slot
- if [[ "x${PHP_TARGETS}" == "x" ]] ; then
- ewarn
- ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
- ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn
- else
- for slot in ${PHP_TARGETS}; do
- slots+=" ${slot/-/.}"
- done
- fi
-
- for slot in ${slots}; do
- local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
- if [[ -f ${PHP_INI_FILE} ]] ; then
- dodir $(dirname ${PHP_INI_FILE})
- cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
- else
- if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
- ewarn
- ewarn "${slot} hasn't a php.ini file."
- ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
- ewarn "for downloading to work properly."
- ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
- ewarn
- else
- elog
- elog "${slot} hasn't a php.ini file."
- elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
- elog "for downloading to work properly if you switch to ${slot}"
- elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
- elog
- fi
- fi
- done
-
- ewarn
- ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
- ewarn "your tests because"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
- ewarn "moves to"
- ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
- ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
- ewarn "pts-install.xml file."
- ewarn
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild
index ad2586536358..85ce5df659f1 100644
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.0.ebuild
+++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.0.ebuild,v 1.1 2013/08/29 08:59:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild,v 1.1 2013/12/09 03:30:13 patrick Exp $
EAPI=4
@@ -18,8 +18,7 @@ IUSE=""
DEPEND=""
# php 5.3 doesn't have pcre and reflection useflags anymore
-RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
- dev-php/pecl-ps"
+RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]"
S="${WORKDIR}/${PN}"