Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xhprof/
Date: Fri, 15 Jul 2016 12:49:38
Message-Id: 1468586962.4a095b873ffe7a7a10c0a5a49ad3b392fe7bf58b.grknight@gentoo
1 commit: 4a095b873ffe7a7a10c0a5a49ad3b392fe7bf58b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 15 12:47:49 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 15 12:49:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a095b87
7
8 dev-php/xhprof: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/xhprof/Manifest | 1 -
13 dev-php/xhprof/xhprof-0.9.4.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
17 index d04f4c2..76343f2 100644
18 --- a/dev-php/xhprof/Manifest
19 +++ b/dev-php/xhprof/Manifest
20 @@ -1,2 +1 @@
21 -DIST xhprof-0.9.4.tgz 842077 SHA256 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8 SHA512 25de7b69cef9b5b468eba1b4151e53f721c1b1437eb5a63a99da996857b77052513cf13c27d4f9034e8eff558b9bd8941ce8bd7ce824087636f5e000f3a647ff WHIRLPOOL 670a36c54850e8307e032fefa732d5fdb91692de45f55ab47495286b2fa0bd5aacc7fc4ba7070d4b2703536c34e1ef334f51935f3136034704f749a68ba61ade
22 DIST xhprof-0.9.4_p20150226.tar.gz 855540 SHA256 c719e8208511fec2e13d2988a62523c47c370bb8f7a45a270059cc5b9090d0bb SHA512 6f0f4f76b793746cb37b623b891956c1abe7c08cb56fb0edfa31b7d7a59ccd49b8c3401f067a1f203e188843290afb9f9913729b59026b43e7cf026010ef7fb7 WHIRLPOOL 1b6b5b87b81ce9456102dd71b1d6149c7805c6ca2b25024eadf9b2048331603e725743253b6f4034eee876062190c4ba7cf8cd9171faadd22f3f591677bdb264
23
24 diff --git a/dev-php/xhprof/xhprof-0.9.4.ebuild b/dev-php/xhprof/xhprof-0.9.4.ebuild
25 deleted file mode 100644
26 index 4a88509..0000000
27 --- a/dev-php/xhprof/xhprof-0.9.4.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -PHP_EXT_S="${WORKDIR}/${P}/extension"
37 -
38 -USE_PHP="php5-4 php5-5"
39 -
40 -inherit php-ext-pecl-r2
41 -
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -HOMEPAGE="http://pecl.php.net/package/xhprof"
45 -DESCRIPTION="A Hierarchical Profiler for PHP"
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -IUSE=""