summaryrefslogtreecommitdiff
path: root/dev-php/xhprof
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-php/xhprof
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-php/xhprof')
-rw-r--r--dev-php/xhprof/Manifest5
-rw-r--r--dev-php/xhprof/metadata.xml14
-rw-r--r--dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild23
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
new file mode 100644
index 000000000000..5ee8891e37e8
--- /dev/null
+++ b/dev-php/xhprof/Manifest
@@ -0,0 +1,5 @@
+DIST xhprof-0.9.4_p20150226.tar.gz 855540 SHA256 c719e8208511fec2e13d2988a62523c47c370bb8f7a45a270059cc5b9090d0bb SHA512 6f0f4f76b793746cb37b623b891956c1abe7c08cb56fb0edfa31b7d7a59ccd49b8c3401f067a1f203e188843290afb9f9913729b59026b43e7cf026010ef7fb7 WHIRLPOOL 1b6b5b87b81ce9456102dd71b1d6149c7805c6ca2b25024eadf9b2048331603e725743253b6f4034eee876062190c4ba7cf8cd9171faadd22f3f591677bdb264
+EBUILD xhprof-0.9.4_p20150226-r1.ebuild 536 SHA256 5baf2d66ca8f0320219c8f32a18437c87cd6d03472c3cea9cc4aba430687fa11 SHA512 9c7b305b09fa38791a308626dad24c96fa285db2bde157fd4fcfeaab4cf53b433ad87b05e3949d1d2ab633106b1bf6c2cb58978114e9d7b1d6c4d2538a9580f1 WHIRLPOOL 1419d873972b17fa9e402076359e07cd765bc6e9a6d63e42e16e3c3dedb7b449ee469f645a7143bbf37df61b462589636a8dcd97cc48f8859160f251aa4f674c
+MISC ChangeLog 3772 SHA256 d02bc346d106e01a69f219e071783bd975464f2c199cc18e13e02f80834fbf1e SHA512 41a9014a4e400b3560f1b26942eb4e8567904dff77a39d6b669f5152e3a9b13df78bb26be2ecaa71606f8757f0ee200498efbcaad834b6f5d3cebc27ef9d76ba WHIRLPOOL 80c82a8e4f2d6d70439260dbf5c2bd0d8357705656bd502c2fdaea9540490efdaa981ec0bbc783619b7e484d81c281f227016db9b05703ff832bdcc7f63217ef
+MISC ChangeLog-2015 706 SHA256 80fad009cead7df474564712cd8f7c4ff2bce0358e7c7a7fea36b7de71d2bc17 SHA512 843c221864b7cdb2feb17b57495096c464c955ed2b9990a0444ead3bf339a434277c4a97ef6f968ffaaf9df50e3ad5b996c2d697d5ab5b60308c8ddb3a713da7 WHIRLPOOL bedd9623786bfe78eae7d746a6a36d52bf956b4cf62a2ad33e4f3a9676e6c61441b5508555c0de9280ba5cd39190ad6d1d8a26438d4c0da1d5d264c782fe0e15
+MISC metadata.xml 426 SHA256 26f4790d1344ce3922597918e9a51b4a7a2581959ac4bcc91d1c3ef6f84442ba SHA512 4900959bb60845c19e4cf92b87acf8cb6c132831d495964dfe2ef102898485ae432ea2c1a20c778227e48786e21db8fb4de5d8b07aa33fb193c8d58643a35316 WHIRLPOOL 70faef1cd991f866e4c34599dd301e860c5109588f1168fdb13e2aa824cc8f4dc8f49ad14ce060b5cb266ccb028fe5727f9d7f98c132edf954c4099d51f70adc
diff --git a/dev-php/xhprof/metadata.xml b/dev-php/xhprof/metadata.xml
new file mode 100644
index 000000000000..ca9a89be41b4
--- /dev/null
+++ b/dev-php/xhprof/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>php-bugs@gentoo.org</email>
+ <name>PHP</name>
+ </maintainer>
+ <longdescription lang="en">
+XHProf is a function-level hierarchical profiler for PHP
+ </longdescription>
+ <upstream>
+ <remote-id type="github">phacility/xhprof</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild b/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild
new file mode 100644
index 000000000000..3148aebdd7f5
--- /dev/null
+++ b/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_PV="ff8b3892d0cfc53e744631ff5c6b34f13421edce"
+PHP_EXT_S="${WORKDIR}/${PN}-${MY_PV}/extension"
+PHP_EXT_ECONF_ARGS=""
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+SRC_URI="https://github.com/phacility/xhprof/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="http://pecl.php.net/package/xhprof"
+DESCRIPTION="A Hierarchical Profiler for PHP"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+S="${WORKDIR}"