summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-26 18:02:29 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-26 18:02:29 +0000
commitf50988bf533ae7d07d16da772a9963b31d27e969 (patch)
treef3784d1cc8a425440607c79077f8cea068cf8543 /dev-php/xhprof
parentPackage move media-sound/phonon > media-libs/phonon finished (diff)
downloadhistorical-f50988bf533ae7d07d16da772a9963b31d27e969.tar.gz
historical-f50988bf533ae7d07d16da772a9963b31d27e969.tar.bz2
historical-f50988bf533ae7d07d16da772a9963b31d27e969.zip
Initial version
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/xhprof')
-rw-r--r--dev-php/xhprof/ChangeLog9
-rw-r--r--dev-php/xhprof/Manifest4
-rw-r--r--dev-php/xhprof/metadata.xml9
-rw-r--r--dev-php/xhprof/xhprof-0.9.2.ebuild24
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-php/xhprof/ChangeLog b/dev-php/xhprof/ChangeLog
new file mode 100644
index 000000000000..28e48d1ad223
--- /dev/null
+++ b/dev-php/xhprof/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-php/xhprof
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/ChangeLog,v 1.1 2011/03/26 18:02:29 olemarkus Exp $
+
+*xhprof-0.9.2 (26 Mar 2011)
+
+ 26 Mar 2011; <olemarkus@gentoo.org> +xhprof-0.9.2.ebuild, +metadata.xml:
+ Initial version
+
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
new file mode 100644
index 000000000000..28aa52700884
--- /dev/null
+++ b/dev-php/xhprof/Manifest
@@ -0,0 +1,4 @@
+DIST xhprof-0.9.2.tgz 931660 RMD160 93ba97e303c038d1be54c55ecd67c68367e0356a SHA1 cef6bfb3374e05c7b7445249a304e066d4fd8574 SHA256 5359ea0a1e16ec6c100dd7adb7285bdcc0f931e0b61631ea364f8b06925ea729
+EBUILD xhprof-0.9.2.ebuild 500 RMD160 51ead2a83fab949d9385c2a8a456e6bffbd7bb5b SHA1 374e41c43301c2618d09b1e51d1457f0bd720936 SHA256 289a56a7adbc0b0a4dfffad4969303a276e0f51ae7990609163a6628bc4dcb1e
+MISC ChangeLog 327 RMD160 aa39094541090af4c2914e607f79410f0c039c3c SHA1 e265ea5f54fd4d0f5b99b321b30171b61dde0839 SHA256 3abe5a73e719d3283d5417fb6a790bfd619cb270911105bd46b52db3a5133fc8
+MISC metadata.xml 264 RMD160 f797d5a425ede980a65147eea7706bab5d627aca SHA1 8b3a8715b0bf5325f9e1c54fe22e0c3917cabd29 SHA256 ab46f6cc4fac90685ccd9c6f635a37583ea0f07f98230999dafd3c73755fbae7
diff --git a/dev-php/xhprof/metadata.xml b/dev-php/xhprof/metadata.xml
new file mode 100644
index 000000000000..7d83cdf6633f
--- /dev/null
+++ b/dev-php/xhprof/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php</herd>
+ <longdescription lang="en">
+XHProf is a function-level hierarchical profiler for PHP
+ </longdescription>
+</pkgmetadata>
+
diff --git a/dev-php/xhprof/xhprof-0.9.2.ebuild b/dev-php/xhprof/xhprof-0.9.2.ebuild
new file mode 100644
index 000000000000..81e162ef6847
--- /dev/null
+++ b/dev-php/xhprof/xhprof-0.9.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.2.ebuild,v 1.1 2011/03/26 18:02:29 olemarkus Exp $
+
+EAPI="2"
+
+PHP_EXT_S="${WORKDIR}/${P}/extension"
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="http://pecl.php.net/package/xhprof"
+DESCRIPTION="A Hierarchical Profiler for PHP"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-lang/php
+ "
+
+
+