summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-06-28 17:06:07 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-06-28 17:06:07 +0000
commit108d84a08af2b81e6d7d4a77fa43f24480449b0a (patch)
tree46abc4eaed4a4f9a65cff484364cba5584addcee /app-benchmarks
parentVersion Bump (diff)
downloadgentoo-2-108d84a08af2b81e6d7d4a77fa43f24480449b0a.tar.gz
gentoo-2-108d84a08af2b81e6d7d4a77fa43f24480449b0a.tar.bz2
gentoo-2-108d84a08af2b81e6d7d4a77fa43f24480449b0a.zip
Non-maintainer commit: Removing ebuild depending on older PHP versions. Bug 363809
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/phoronix-test-suite/ChangeLog9
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-1.8.0.ebuild50
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.0.0.ebuild50
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild50
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild63
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1.ebuild50
6 files changed, 8 insertions, 264 deletions
diff --git a/app-benchmarks/phoronix-test-suite/ChangeLog b/app-benchmarks/phoronix-test-suite/ChangeLog
index cc8b5f747381..f968d18ce338 100644
--- a/app-benchmarks/phoronix-test-suite/ChangeLog
+++ b/app-benchmarks/phoronix-test-suite/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-benchmarks/phoronix-test-suite
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.12 2011/02/01 21:50:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.13 2011/06/28 17:06:07 olemarkus Exp $
+
+ 28 Jun 2011; Ole Markus With <olemarkus@gentoo.org>
+ -phoronix-test-suite-1.8.0.ebuild, -phoronix-test-suite-2.0.0.ebuild,
+ -phoronix-test-suite-2.2.0.ebuild, -phoronix-test-suite-2.4.1.ebuild,
+ -phoronix-test-suite-2.4.1-r1.ebuild:
+ Non-maintainer commit: Removing ebuild depending on older PHP versions. Bug
+ 363809
*phoronix-test-suite-2.8.1-r1 (01 Feb 2011)
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-1.8.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-1.8.0.ebuild
deleted file mode 100644
index 5fe7f88aeda3..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-1.8.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 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-1.8.0.ebuild,v 1.2 2009/04/23 14:06:42 patrick Exp $
-
-EAPI=2
-
-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="gd gtk"
-
-DEPEND=""
-RDEPEND="dev-lang/php:5[cli,gd?]
- gtk? ( dev-php5/php-gtk )"
-
-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}
- doins -r {pts,pts-core}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml README.html
-
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/scripts/launch-browser.sh
- fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
- fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.0.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.0.0.ebuild
deleted file mode 100644
index bf14ae5750a9..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 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-2.0.0.ebuild,v 1.1 2009/08/17 14:42:07 patrick Exp $
-
-EAPI=2
-
-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="gd gtk"
-
-DEPEND=""
-RDEPEND="dev-lang/php:5[cli,gd?]
- gtk? ( dev-php5/php-gtk )"
-
-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}
- doins -r {pts,pts-core}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml README.html
-
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/scripts/launch-browser.sh
- fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
- fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild
deleted file mode 100644
index 9f1b72958ff4..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 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-2.2.0.ebuild,v 1.1 2009/11/23 12:49:32 patrick Exp $
-
-EAPI=2
-
-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="gd gtk"
-
-DEPEND=""
-RDEPEND="dev-lang/php:5[cli,gd?]
- gtk? ( dev-php5/php-gtk )"
-
-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}
- doins -r {pts,pts-core}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml README.html
-
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/scripts/launch-browser.sh
- fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
- fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild
deleted file mode 100644
index 4a0511792fbf..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 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-2.4.1-r1.ebuild,v 1.3 2010/03/03 20:11:10 patrick Exp $
-
-EAPI=2
-
-inherit eutils
-
-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="gd gtk"
-
-DEPEND=""
-RDEPEND="dev-lang/php:5[cli,gd,posix,pcntl,truetype,pcre]
- app-arch/unzip
- dev-php5/pecl-ps
- gtk? ( dev-php5/php-gtk )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/font.patch
- 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}
- doins -r {pts,pts-core}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml README.html
-
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts/test-resources/*/*.sh
- fperms a+x /usr/share/${PN}/pts/base-test-resources/*/*.sh
- #fperms a+x /usr/share/${PN}/pts-core/modules/*.sh
- fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
- #fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
-
- # Need to fix the cli-php config for downloading to work. Very naughty!
- dodir /etc/php/cli-php5
- cp /etc/php/cli-php5/php.ini "${D}/etc/php/cli-php5/php.ini"
- sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}/etc/php/cli-php5/php.ini"
-
-}
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1.ebuild
deleted file mode 100644
index c4465be72f32..000000000000
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 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-2.4.1.ebuild,v 1.1 2010/02/27 00:33:45 patrick Exp $
-
-EAPI=2
-
-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="gd gtk"
-
-DEPEND=""
-RDEPEND="dev-lang/php:5[cli,gd?]
- gtk? ( dev-php5/php-gtk )"
-
-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}
- doins -r {pts,pts-core}
-
- doman documentation/man-pages/phoronix-test-suite.1
- dodoc AUTHORS CHANGE-LOG
- dohtml README.html
-
- exeinto /usr/bin
- doexe phoronix-test-suite
-
- fperms a+x /usr/share/${PN}/pts-core/scripts/launch-browser.sh
- fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
- fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
-}