summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-01 10:00:27 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-01 10:02:02 +0200
commit755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch)
treee9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /app-benchmarks
parentpackage.mask: remove some masked for removal packages (diff)
downloadgentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip
package.mask: remove some masked for removal packages
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/ltp/Manifest3
-rw-r--r--app-benchmarks/ltp/ltp-20150119.ebuild79
-rw-r--r--app-benchmarks/ltp/ltp-20150420.ebuild80
-rw-r--r--app-benchmarks/ltp/ltp-20150903.ebuild80
-rw-r--r--app-benchmarks/ltp/metadata.xml25
-rw-r--r--app-benchmarks/phoronix-test-suite/Manifest3
-rw-r--r--app-benchmarks/phoronix-test-suite/metadata.xml5
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild109
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild109
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-6.2.1.ebuild109
-rw-r--r--app-benchmarks/piozone/Manifest1
-rw-r--r--app-benchmarks/piozone/files/piozone-1.0-r3-gentoo.diff63
-rw-r--r--app-benchmarks/piozone/metadata.xml5
-rw-r--r--app-benchmarks/piozone/piozone-1.0-r3.ebuild29
14 files changed, 0 insertions, 700 deletions
diff --git a/app-benchmarks/ltp/Manifest b/app-benchmarks/ltp/Manifest
deleted file mode 100644
index 547bc7e7589e..000000000000
--- a/app-benchmarks/ltp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ltp-20150119.tar.gz 4695541 SHA256 6cba3476e5bef74d21979c45d0629632bfaeaafc4dbbebccd187ba7b6b9dca52 SHA512 5e5624738da08a3f5f5b08d821a73666d6ef9957b62ff72bd12aba0d021c304dae5652956a6af60aa593256cadd98f061759d5a65045ff5b1864956ea5ad5186 WHIRLPOOL 0417bf1c41347aca68b9e9fb3b203c209f36112ecdf7f020d32060ac637949b1cf40e437f976352ebca1d4566394abe2149b14ad946e1fa2f37cf68397c3e610
-DIST ltp-20150420.tar.gz 4673384 SHA256 65a6ed64d55edc77f0ff690e269dc3ef32290d4499ccbb8f24b2cf59dd974408 SHA512 a5d259cf2a984eae1a0e6b7be538f06eb6021e0f961bb7683aaafc1bad347e73690fa5d6ae39beb6c92c9ea69e4160841d0e46ac49ccfa77053f1c7a0a854099 WHIRLPOOL 7d0b26c8a1f99cea1a609545671d6160278cf81c4654fff7dba84688e37b6f6349e3a2b90cb44ef7abf5c7cfad2187543431df23dd5833917f8b446db8425aec
-DIST ltp-20150903.tar.gz 4680969 SHA256 e670ae9f1e42bc8b500edd3c3a5cf09c6447c56d7738a22235c87a13739bcace SHA512 9d52e1f82e2052ec4ed8dde9e246fd1b9dc1b665110e7a20f11de741d41f024e85443571846efe3181592e7bf3b63ed88e9ae9878c5c6f4f759171b245948ef2 WHIRLPOOL 0665affbb226ccf26028818220c41d965c20e2bf257347f01ac6e90f6f8d6f579c4fb1a0d3154d3773b4189787c7e0d99cc6b06f873cff2b6c44a0c1de777d0c
diff --git a/app-benchmarks/ltp/ltp-20150119.ebuild b/app-benchmarks/ltp/ltp-20150119.ebuild
deleted file mode 100644
index 389ad670e202..000000000000
--- a/app-benchmarks/ltp/ltp-20150119.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils readme.gentoo
-
-DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://linux-test-project.github.io/"
-SRC_URI="https://github.com/linux-test-project/ltp/archive/20150119.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="expect perl pm open-posix python rt"
-
-DEPEND="expect? ( dev-tcltk/expect )
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )"
-
-RESTRICT="test"
-
-pkg_setup() {
- # Don't create groups
- export CREATE=0
-
- DOC_CONTENTS="LTP requires root access to run the tests.
- The LTP root directory is located in /opt/${PN}.
- For more information please read the ltp-howto located in
- /usr/share/doc/${PF}"
-}
-
-src_prepare() {
- # regenerate
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # FIXME: improve me
- local myconf=
- use open-posix && myconf+="--with-open-posix-testsuite "
- use pm && mytconf+="--with-power-management-testsuite "
- use rt && myconf+="--with-realtime-testsuite "
- use perl && myconf+="--with-perl "
- use python && myconf+="--with-python "
- use expect && myconf+="--with-expect "
- # Prevent any kernel stuff for now as it leads to sandbox violations
- myconf+="--without-modules --with-linux-dir=/dev/null"
-
- # Better put it into /opt/${PN} as everything needs to
- # be under the same directory..
-
- econf --prefix=/opt/${PN} ${myconf}
-}
-
-src_compile() {
- # Posix testsuite does not seem to build with -j>1
- # Is this maintained anymore?
- if use open-posix; then
- export MAKEOPTS="-j1"
- fi
- emake
-}
-
-src_install() {
- default
- dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
- # install docs
- dodoc doc/MaintNotes
- for txt in doc/*.txt; do
- dodoc ${txt}
- done
- dodoc -r doc/testcases
- dohtml -r doc/automation-*.html
- doman doc/man1/*.1
- doman doc/man3/*.3
- readme.gentoo_create_doc
-}
diff --git a/app-benchmarks/ltp/ltp-20150420.ebuild b/app-benchmarks/ltp/ltp-20150420.ebuild
deleted file mode 100644
index 922750e5ff11..000000000000
--- a/app-benchmarks/ltp/ltp-20150420.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils readme.gentoo
-
-DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://linux-test-project.github.io/"
-SRC_URI="https://github.com/linux-test-project/ltp/archive/20150420.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="expect perl pm open-posix python rt"
-
-DEPEND="expect? ( dev-tcltk/expect )
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )"
-
-RESTRICT="test"
-
-pkg_setup() {
- # Don't create groups
- export CREATE=0
-
- DOC_CONTENTS="LTP requires root access to run the tests.
- The LTP root directory is located in /opt/${PN}.
- For more information please read the ltp-howto located in
- /usr/share/doc/${PF}"
-}
-
-src_prepare() {
- # regenerate
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # FIXME: improve me
- local myconf=
- use open-posix && myconf+="--with-open-posix-testsuite "
- use pm && mytconf+="--with-power-management-testsuite "
- use rt && myconf+="--with-realtime-testsuite "
- use perl && myconf+="--with-perl "
- use python && myconf+="--with-python "
- use expect && myconf+="--with-expect "
- # Prevent any kernel stuff for now as it leads to sandbox violations
- myconf+="--without-modules --with-linux-dir=/dev/null"
-
- # Better put it into /opt/${PN} as everything needs to
- # be under the same directory..
- # Avoid depending on external libtirpc (#552386)
- ac_cv_lib_tirpc_rpcb_set=no \
- econf --prefix=/opt/${PN} ${myconf}
-}
-
-src_compile() {
- # Posix testsuite does not seem to build with -j>1
- # Is this maintained anymore?
- if use open-posix; then
- export MAKEOPTS="-j1"
- fi
- emake
-}
-
-src_install() {
- default
- dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
- # install docs
- dodoc doc/MaintNotes
- for txt in doc/*.txt; do
- dodoc ${txt}
- done
- dodoc -r doc/testcases
- dohtml -r doc/automation-*.html
- doman doc/man1/*.1
- doman doc/man3/*.3
- readme.gentoo_create_doc
-}
diff --git a/app-benchmarks/ltp/ltp-20150903.ebuild b/app-benchmarks/ltp/ltp-20150903.ebuild
deleted file mode 100644
index 04c9e3bf4b09..000000000000
--- a/app-benchmarks/ltp/ltp-20150903.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils readme.gentoo
-
-DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://linux-test-project.github.io/"
-SRC_URI="https://github.com/linux-test-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="expect perl pm open-posix python rt"
-
-DEPEND="expect? ( dev-tcltk/expect )
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )"
-
-RESTRICT="test"
-
-pkg_setup() {
- # Don't create groups
- export CREATE=0
-
- DOC_CONTENTS="LTP requires root access to run the tests.
- The LTP root directory is located in /opt/${PN}.
- For more information please read the ltp-howto located in
- /usr/share/doc/${PF}"
-}
-
-src_prepare() {
- # regenerate
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # FIXME: improve me
- local myconf=
- use open-posix && myconf+="--with-open-posix-testsuite "
- use pm && mytconf+="--with-power-management-testsuite "
- use rt && myconf+="--with-realtime-testsuite "
- use perl && myconf+="--with-perl "
- use python && myconf+="--with-python "
- use expect && myconf+="--with-expect "
- # Prevent any kernel stuff for now as it leads to sandbox violations
- myconf+="--without-modules --with-linux-dir=/dev/null"
-
- # Better put it into /opt/${PN} as everything needs to
- # be under the same directory..
- # Avoid depending on external libtirpc (#552386)
- ac_cv_lib_tirpc_rpcb_set=no \
- econf --prefix=/opt/${PN} ${myconf}
-}
-
-src_compile() {
- # Posix testsuite does not seem to build with -j>1
- # Is this maintained anymore?
- if use open-posix; then
- export MAKEOPTS="-j1"
- fi
- emake
-}
-
-src_install() {
- default
- dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
- # install docs
- dodoc doc/MaintNotes
- for txt in doc/*.txt; do
- dodoc ${txt}
- done
- dodoc -r doc/testcases
- dohtml -r doc/automation-*.html
- doman doc/man1/*.1
- doman doc/man3/*.3
- readme.gentoo_create_doc
-}
diff --git a/app-benchmarks/ltp/metadata.xml b/app-benchmarks/ltp/metadata.xml
deleted file mode 100644
index ebc85ba228b4..000000000000
--- a/app-benchmarks/ltp/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</name>
- </maintainer>
- <use>
- <flag name="open-posix">Build and install the POSIX testsuite</flag>
- <flag name="pm">Build and install the power management testsuite</flag>
- <flag name="expect">Build against the expect library for interactive testing</flag>
- <flag name="rt">Build and install the realtime testsuite</flag>
- </use>
- <longdescription>
- The Linux Test Project is a joint project started by SGI and maintained by
- IBM, that has a goal to deliver test suites to the open source community
- that validate the reliability, robustness, and stability of Linux. The LTP
- testsuite contains a collection of tools for testing the Linux kernel and
- related features.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">ltp</remote-id>
- <remote-id type="github">linux-test-project/ltp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-benchmarks/phoronix-test-suite/Manifest b/app-benchmarks/phoronix-test-suite/Manifest
deleted file mode 100644
index 45db1accc8e9..000000000000
--- a/app-benchmarks/phoronix-test-suite/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST phoronix-test-suite-4.8.4.tar.gz 523952 SHA256 113e6c725672c1f379885575e7cd51a3d0a387dc1c842606840e27fcd4695e43 SHA512 e7c201467a52fbbb9b0a87a47bd1eb772e24e43bedc2baf02845a9e9f355d6c22f46901be390d501a0e721ccfa05d28da4b8362817518ba5c801d6f4422c3b6f WHIRLPOOL 0760916473d8544652c0fc9c53f57a41015aacb99b42f53186d8b5008cbe5b2b396b024ce51ba3a3e31c35b319bac63db17db2b29295a8414c031c16d73813f6
-DIST phoronix-test-suite-4.8.5.tar.gz 524136 SHA256 ca7bcbb5c72bee24075200449ee33fc75490ba528f804505d62fc3826d15456e SHA512 e37acdb48ba9ca532a6f409aea1c05b11b4320b967aac4576491ba5d401262d149f376506fef50ccee5506b77686aeed7a404102527472250cb7b5c1a247246a WHIRLPOOL be340514f3fdebafda449d60f069efcd44fa97d567b90616dc7332810d2802ed13433c94438937cab37f36744ddd383a918ceac92874f2702f28715c56ba3f9c
-DIST phoronix-test-suite-6.2.1.tar.gz 836633 SHA256 2b83d1c552d13b6e3fc6dde288b661698122003250b1eefe823d99dcabbb91f1 SHA512 d4e3d29645be76804c4ce96f8072d43653607fb34fd003771e614f4b5213c7bf8d9d629261ff2c696e685196d08e05a935d5a496d139a6e9efa37df9c5550fd6 WHIRLPOOL 808963909db7ff227515b05b404c4c1dec106f38c5cd47139b5e059a82d05d82ff47e277f7f6af0eda63c3fc3f3e83ff86d7fa58a5abc4561ef615646f3dcf86
diff --git a/app-benchmarks/phoronix-test-suite/metadata.xml b/app-benchmarks/phoronix-test-suite/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-benchmarks/phoronix-test-suite/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild
deleted file mode 100644
index d27079ca5c73..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="The 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]"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed \
- -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
- -i phoronix-test-suite || die
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml -r documentation/
- doicon \
- pts-core/static/images/phoronix-test-suite.png \
- pts-core/static/images/openbenchmarking.png
- domenu pts-core/static/phoronix-test-suite.desktop
- rm -f pts-core/static/phoronix-test-suite.desktop || die
-
- insinto /usr/share/${PN}
- doins -r pts-core
- dobin phoronix-test-suite
-
- fperms a+x \
- /usr/share/${PN}/pts-core/static/scripts/root-access.sh \
- /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.5.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild
deleted file mode 100644
index 1e280e3d3595..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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]"
-
-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-6.2.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-6.2.1.ebuild
deleted file mode 100644
index d67968b17c89..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-6.2.1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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]"
-
-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 ChangeLog README.md
- 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/root-access.sh
- fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
-
- newbashcomp 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 configured."
- 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/piozone/Manifest b/app-benchmarks/piozone/Manifest
deleted file mode 100644
index 68e3aa0aa138..000000000000
--- a/app-benchmarks/piozone/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST piozone-1.0.tar.gz 2228 SHA256 0b7f880b72b10664a24b712c22c90b4caab4f0cb1a8c99cba0d1a106fd63d15d SHA512 f61d3ad54716f626bf91e948a8843991bda97f2f0238e74acfa3f6d558ab6277293c6c0cf721a3806db5a1a1c5fb24dc3aee1293f1028155a726e637c39f0536 WHIRLPOOL 29947649d5490648db3cbf8fc5470f0739935b1fecc1cebdf1c7046ae254debf55010a382d0a3c732acc01715bded9be8543ff807a85b679c817c463b152448f
diff --git a/app-benchmarks/piozone/files/piozone-1.0-r3-gentoo.diff b/app-benchmarks/piozone/files/piozone-1.0-r3-gentoo.diff
deleted file mode 100644
index b902814fec79..000000000000
--- a/app-benchmarks/piozone/files/piozone-1.0-r3-gentoo.diff
+++ /dev/null
@@ -1,63 +0,0 @@
---- a/Makefile 2002-01-28 09:15:59.000000000 +0100
-+++ b/Makefile 2010-10-12 21:07:53.000000000 +0200
-@@ -4,12 +4,12 @@
- GZIP=gzip
-
- #CC=cc -xarch=v9 -O
--CC=cc -O
-+#CC=cc -O
-
- all: piozone
-
- piozone: piozone.o version.o
-- $(CC) -o piozone piozone.o version.o
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o piozone piozone.o version.o
-
- clean distclean:
- -rm -f core *.o piozone *~ \#*
-@@ -19,3 +19,6 @@
-
- dist: version distclean
- (PACKNAME=`basename \`pwd\`` ; cd .. ; $(TAR) cf - $$PACKNAME | $(GZIP) -9 >$$PACKNAME.tar.gz)
-+
-+install:
-+ install -D piozone /usr/bin/piozone
---- a/piozone.c 2002-01-28 09:14:54.000000000 +0100
-+++ b/piozone.c 2010-10-12 21:08:45.000000000 +0200
-@@ -20,7 +20,9 @@
- #include <fcntl.h>
- #include <time.h>
- #include <signal.h>
-+#include <stdlib.h> /* exit(), rand(), atoi() */
-
-+#define uint64_t u_int64_t
- #define KiB ((uint64_t) 1024)
- #define MiB ((uint64_t) 1024*KiB)
- #define GiB ((uint64_t) 1024*MiB)
-@@ -73,7 +75,7 @@
- int count = 0;
- int nr = 0;
-
-- llseek(fd, off, SEEK_SET);
-+ lseek64(fd, off, SEEK_SET);
- signal(SIGALRM, sigalrm_handler);
- stopf = 0;
- printf("Testing... ");
-@@ -121,7 +123,7 @@
- printf("Testing... ");
- alarm(ts);
- while (!stopf &&
-- llseek(fd, off+((rand()&area)*MiB), SEEK_SET) != -1 &&
-+ lseek64(fd, off+((rand()&area)*MiB), SEEK_SET) != -1 &&
- (nr = read(fd, iobuf, len)) == len)
- {
- print_dial();
-@@ -159,7 +161,7 @@
- off = 0;
- del = 64*GiB;
-
-- while (del > 8*KiB && llseek(fd, off+del, SEEK_SET) != -1)
-+ while (del > 8*KiB && lseek64(fd, off+del, SEEK_SET) != -1)
- {
- if (read(fd, buf, 8*KiB) < 0)
- del >>= 1;
diff --git a/app-benchmarks/piozone/metadata.xml b/app-benchmarks/piozone/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-benchmarks/piozone/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-benchmarks/piozone/piozone-1.0-r3.ebuild b/app-benchmarks/piozone/piozone-1.0-r3.ebuild
deleted file mode 100644
index f1d4e32c6211..000000000000
--- a/app-benchmarks/piozone/piozone-1.0-r3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A hard-disk benchmarking tool"
-HOMEPAGE="http://www.lysator.liu.se/~pen/piozone/"
-SRC_URI="ftp://ftp.lysator.liu.se/pub/unix/piozone/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PF}-gentoo.diff
-}
-
-src_compile() {
- append-flags -D_LARGEFILE64_SOURCE
- emake CC=$(tc-getCC) || die
-}
-
-src_install() {
- dosbin piozone
-}