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.4.1-r1.ebuild
@ 2010-03-01 15:23 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-03-01 15:23 UTC (permalink / raw
  To: gentoo-commits

patrick     10/03/01 15:23:37

  Modified:             ChangeLog
  Added:                phoronix-test-suite-2.4.1-r1.ebuild
  Log:
  Fixing deps etc., closes #299121, thanks to Francisco Javier
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Feb 2010 00:33:45 -0000	1.5
+++ ChangeLog	1 Mar 2010 15:23:36 -0000	1.6
@@ -1,6 +1,12 @@
 # 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.5 2010/02/27 00:33:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.6 2010/03/01 15:23:36 patrick Exp $
+
+*phoronix-test-suite-2.4.1-r1 (01 Mar 2010)
+
+  01 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+  +phoronix-test-suite-2.4.1-r1.ebuild, +files/font.patch:
+  Fixing deps etc., closes #299121, thanks to Francisco Javier
 
 *phoronix-test-suite-2.4.1 (27 Feb 2010)
 



1.1                  app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild

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

Index: phoronix-test-suite-2.4.1-r1.ebuild
===================================================================
# 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 $

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,posix,pcntl,truetype,pcre]
		app-arch/unzip
		ps? ( 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"

}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
@ 2010-03-02 12:48 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-03-02 12:48 UTC (permalink / raw
  To: gentoo-commits

patrick     10/03/02 12:48:42

  Modified:             ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
  Log:
  Adding missing inherit and small cleanup
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Mar 2010 15:23:36 -0000	1.6
+++ ChangeLog	2 Mar 2010 12:48:41 -0000	1.7
@@ -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)
 



1.2                  app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild

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

Index: phoronix-test-suite-2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phoronix-test-suite-2.4.1-r1.ebuild	1 Mar 2010 15:23:36 -0000	1.1
+++ phoronix-test-suite-2.4.1-r1.ebuild	2 Mar 2010 12:48:41 -0000	1.2
@@ -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 @@
 
 	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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
@ 2010-03-03 20:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-03-03 20:11 UTC (permalink / raw
  To: gentoo-commits

patrick     10/03/03 20:11:11

  Modified:             ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
  Log:
  No need to add a useflag for a dependency
  (Portage version: 2.2_rc64/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Mar 2010 12:48:41 -0000	1.7
+++ ChangeLog	3 Mar 2010 20:11:10 -0000	1.8
@@ -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.7 2010/03/02 12:48:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.8 2010/03/03 20:11:10 patrick Exp $
+
+  03 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+  phoronix-test-suite-2.4.1-r1.ebuild:
+  No need to add a useflag for a dependency
 
   02 Mar 2010; Patrick Lauer <patrick@gentoo.org>
   phoronix-test-suite-2.4.1-r1.ebuild:



1.3                  app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild

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

Index: phoronix-test-suite-2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phoronix-test-suite-2.4.1-r1.ebuild	2 Mar 2010 12:48:41 -0000	1.2
+++ phoronix-test-suite-2.4.1-r1.ebuild	3 Mar 2010 20:11:10 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2010/03/02 12:48:41 patrick Exp $
+# $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
 
@@ -18,7 +18,7 @@
 DEPEND=""
 RDEPEND="dev-lang/php:5[cli,gd,posix,pcntl,truetype,pcre]
 		app-arch/unzip
-		ps? ( dev-php5/pecl-ps )
+		dev-php5/pecl-ps
 		gtk? ( dev-php5/php-gtk )"
 
 S="${WORKDIR}/${PN}"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-03 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 20:11 [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: ChangeLog phoronix-test-suite-2.4.1-r1.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-02 12:48 Patrick Lauer (patrick)
2010-03-01 15:23 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