diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-03-02 12:48:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-03-02 12:48:41 +0000 |
commit | aea70863e34b724dd4b01ea0466f34b2c651e4e0 (patch) | |
tree | 3c38059dec50bd668ccb0f8d12ce778eb00313f7 /app-benchmarks | |
parent | x86 stable wrt bug #304079 (diff) | |
download | gentoo-2-aea70863e34b724dd4b01ea0466f34b2c651e4e0.tar.gz gentoo-2-aea70863e34b724dd4b01ea0466f34b2c651e4e0.tar.bz2 gentoo-2-aea70863e34b724dd4b01ea0466f34b2c651e4e0.zip |
Adding missing inherit and small cleanup
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-benchmarks/phoronix-test-suite/ChangeLog b/app-benchmarks/phoronix-test-suite/ChangeLog index 3e2e554c5f32..d4b64b9ea047 100644 --- a/app-benchmarks/phoronix-test-suite/ChangeLog +++ b/app-benchmarks/phoronix-test-suite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/phoronix-test-suite # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.6 2010/03/01 15:23:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.7 2010/03/02 12:48:41 patrick Exp $ + + 02 Mar 2010; Patrick Lauer <patrick@gentoo.org> + phoronix-test-suite-2.4.1-r1.ebuild: + Adding missing inherit and small cleanup *phoronix-test-suite-2.4.1-r1 (01 Mar 2010) 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 index a69a96e02dbb..01daae7c57e4 100644 --- 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 @@ -1,9 +1,11 @@ # 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.1 2010/03/01 15:23:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v 1.2 2010/03/02 12:48:41 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" @@ -49,9 +51,9 @@ src_install() { 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/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 + #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 |