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/pecl-raphf/
Date: Wed, 13 Jul 2016 14:41:16
Message-Id: 1468420692.b09cb54a970c0313e85023ffb79c8b47e0806cca.grknight@gentoo
1 commit: b09cb54a970c0313e85023ffb79c8b47e0806cca
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 14:38:12 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 14:38:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09cb54a
7
8 dev-php/pecl-raphf: New package; dependency of new pecl-http
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/pecl-raphf/Manifest | 2 ++
13 dev-php/pecl-raphf/metadata.xml | 8 ++++++++
14 dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild | 20 ++++++++++++++++++++
15 dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild | 25 +++++++++++++++++++++++++
16 4 files changed, 55 insertions(+)
17
18 diff --git a/dev-php/pecl-raphf/Manifest b/dev-php/pecl-raphf/Manifest
19 new file mode 100644
20 index 0000000..31ee2cd
21 --- /dev/null
22 +++ b/dev-php/pecl-raphf/Manifest
23 @@ -0,0 +1,2 @@
24 +DIST raphf-1.1.2.tgz 15915 SHA256 d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 SHA512 dbde89a8ba508727ab2511b977b74fcc06010d75d043c2acca31e75cac2a105a8c322a01995271ab89fcd39d42a16b36c6d1c06a569e33926c0626d30a6672eb WHIRLPOOL 453f9cc174e71b2ea3750a05cb9596309cb023fdd9b42dc02e0faa618980e1e28e3f4adfa0101750a4399e40992089b742e53ea334ddc2f1e8d445a16ba89dd8
25 +DIST raphf-2.0.0.tgz 15715 SHA256 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411 SHA512 16b029b694d30817a68a1a9d80bdf031d058ada45a93a4b34b49ec5d61fa8af78d0dbf1a3e5e2f1b950b2a11ac0b86b5a467807551556ab2a77f7f99739ed11b WHIRLPOOL 211c371bc64534823fac35dbdefa847e15447ffd7ee2a4294ae0e2fe93d2b3d5c6adfcaa9ca88c352df28b7598457f47da47615a3e7b0bf1e58202350048b692
26
27 diff --git a/dev-php/pecl-raphf/metadata.xml b/dev-php/pecl-raphf/metadata.xml
28 new file mode 100644
29 index 0000000..b86acf6
30 --- /dev/null
31 +++ b/dev-php/pecl-raphf/metadata.xml
32 @@ -0,0 +1,8 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="project">
37 + <email>php-bugs@g.o</email>
38 + <name>PHP</name>
39 + </maintainer>
40 +</pkgmetadata>
41
42 diff --git a/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild b/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild
43 new file mode 100644
44 index 0000000..3f39b07
45 --- /dev/null
46 +++ b/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild
47 @@ -0,0 +1,20 @@
48 +# Copyright 1999-2016 Gentoo Foundation
49 +# Distributed under the terms of the GNU General Public License v2
50 +# $Id$
51 +
52 +EAPI="6"
53 +
54 +PHP_EXT_NAME="raphf"
55 +PHP_EXT_INI="yes"
56 +PHP_EXT_ZENDEXT="no"
57 +
58 +USE_PHP="php5-6"
59 +
60 +inherit php-ext-pecl-r3
61 +
62 +KEYWORDS="~amd64 ~x86"
63 +
64 +DESCRIPTION="A reusable, persistent handle and resource factory API"
65 +LICENSE="BSD-2"
66 +SLOT="0"
67 +IUSE=""
68
69 diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild
70 new file mode 100644
71 index 0000000..ac02038
72 --- /dev/null
73 +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild
74 @@ -0,0 +1,25 @@
75 +# Copyright 1999-2016 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +# $Id$
78 +
79 +EAPI="6"
80 +
81 +PHP_EXT_NAME="raphf"
82 +PHP_EXT_INI="yes"
83 +PHP_EXT_ZENDEXT="no"
84 +
85 +USE_PHP="php5-6 php7-0"
86 +
87 +inherit php-ext-pecl-r3
88 +
89 +# Only really build for 7.0
90 +USE_PHP="php7-0"
91 +
92 +KEYWORDS="~amd64 ~x86"
93 +
94 +DESCRIPTION="A reusable, persistent handle and resource factory API"
95 +LICENSE="BSD-2"
96 +SLOT="7"
97 +IUSE=""
98 +
99 +RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"