public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/
Date: Wed, 13 Jul 2016 14:41:02 +0000 (UTC)	[thread overview]
Message-ID: <1468420692.b09cb54a970c0313e85023ffb79c8b47e0806cca.grknight@gentoo> (raw)

commit:     b09cb54a970c0313e85023ffb79c8b47e0806cca
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 14:38:12 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 14:38:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09cb54a

dev-php/pecl-raphf: New package; dependency of new pecl-http

Package-Manager: portage-2.3.0

 dev-php/pecl-raphf/Manifest                |  2 ++
 dev-php/pecl-raphf/metadata.xml            |  8 ++++++++
 dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild | 20 ++++++++++++++++++++
 dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild | 25 +++++++++++++++++++++++++
 4 files changed, 55 insertions(+)

diff --git a/dev-php/pecl-raphf/Manifest b/dev-php/pecl-raphf/Manifest
new file mode 100644
index 0000000..31ee2cd
--- /dev/null
+++ b/dev-php/pecl-raphf/Manifest
@@ -0,0 +1,2 @@
+DIST raphf-1.1.2.tgz 15915 SHA256 d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 SHA512 dbde89a8ba508727ab2511b977b74fcc06010d75d043c2acca31e75cac2a105a8c322a01995271ab89fcd39d42a16b36c6d1c06a569e33926c0626d30a6672eb WHIRLPOOL 453f9cc174e71b2ea3750a05cb9596309cb023fdd9b42dc02e0faa618980e1e28e3f4adfa0101750a4399e40992089b742e53ea334ddc2f1e8d445a16ba89dd8
+DIST raphf-2.0.0.tgz 15715 SHA256 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411 SHA512 16b029b694d30817a68a1a9d80bdf031d058ada45a93a4b34b49ec5d61fa8af78d0dbf1a3e5e2f1b950b2a11ac0b86b5a467807551556ab2a77f7f99739ed11b WHIRLPOOL 211c371bc64534823fac35dbdefa847e15447ffd7ee2a4294ae0e2fe93d2b3d5c6adfcaa9ca88c352df28b7598457f47da47615a3e7b0bf1e58202350048b692

diff --git a/dev-php/pecl-raphf/metadata.xml b/dev-php/pecl-raphf/metadata.xml
new file mode 100644
index 0000000..b86acf6
--- /dev/null
+++ b/dev-php/pecl-raphf/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>

diff --git a/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild b/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild
new file mode 100644
index 0000000..3f39b07
--- /dev/null
+++ b/dev-php/pecl-raphf/pecl-raphf-1.1.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PHP_EXT_NAME="raphf"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A reusable, persistent handle and resource factory API"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild
new file mode 100644
index 0000000..ac02038
--- /dev/null
+++ b/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PHP_EXT_NAME="raphf"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php7-0"
+
+inherit php-ext-pecl-r3
+
+# Only really build for 7.0
+USE_PHP="php7-0"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A reusable, persistent handle and resource factory API"
+LICENSE="BSD-2"
+SLOT="7"
+IUSE=""
+
+RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"


             reply	other threads:[~2016-07-13 14:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 14:41 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-23 20:58 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/ Brian Evans
2016-11-19 13:53 Agostino Sarubbo
2016-11-19 13:55 Agostino Sarubbo
2016-12-28 21:20 Brian Evans
2017-01-05  0:55 Michael Orlitzky
2017-02-22 15:06 Agostino Sarubbo
2017-02-23 16:30 Agostino Sarubbo
2018-01-29 16:44 Brian Evans
2018-01-29 16:44 Brian Evans
2019-06-07 14:14 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2019-11-28 22:48 Thomas Deutschmann
2019-12-05 18:11 Brian Evans
2019-12-05 18:11 Brian Evans
2020-12-10 20:26 Brian Evans
2021-10-21  4:40 Agostino Sarubbo
2021-10-23  7:44 Agostino Sarubbo
2021-10-23 12:46 Brian Evans
2021-11-22 19:57 Brian Evans
2023-07-04 10:13 Sam James
2023-07-04 13:59 Sam James
2023-12-28  2:00 Conrad Kostecki
2023-12-28  2:00 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468420692.b09cb54a970c0313e85023ffb79c8b47e0806cca.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox