public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: ChangeLog phoronix-test-suite-2.2.0.ebuild
@ 2009-11-23 12:49 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-11-23 12:49 UTC (permalink / raw
  To: gentoo-commits

patrick     09/11/23 12:49:32

  Modified:             ChangeLog
  Added:                phoronix-test-suite-2.2.0.ebuild
  Log:
  Bump
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-benchmarks/phoronix-test-suite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Aug 2009 14:42:07 -0000	1.3
+++ ChangeLog	23 Nov 2009 12:49:32 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-benchmarks/phoronix-test-suite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.3 2009/08/17 14:42:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.4 2009/11/23 12:49:32 patrick Exp $
+
+*phoronix-test-suite-2.2.0 (23 Nov 2009)
+
+  23 Nov 2009; Patrick Lauer <patrick@gentoo.org>
+  +phoronix-test-suite-2.2.0.ebuild:
+  Bump
 
 *phoronix-test-suite-2.0.0 (17 Aug 2009)
 



1.1                  app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: phoronix-test-suite-2.2.0.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-23 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 12:49 [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: ChangeLog phoronix-test-suite-2.2.0.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox