Skip to content

Commit

Permalink
dev-php/pecl-propro: New package; dependency for new dev-php/pecl-http
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
Brian Evans committed Jul 13, 2016
1 parent f582f7c commit 5339872
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-php/pecl-propro/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST propro-1.0.2.tgz 13393 SHA256 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7 SHA512 a4a3216d13c412051c063e0370c5f0badb65aa7054a43b0f6eb387a7a5fbbba1800b7f5f5113ba68ca8c7fe19932184a069864d1362239c71e0f55466c9cc8eb WHIRLPOOL 96d6edcf0e7df73f5c4b53d7b90450e0b3b01c7b63887ee979ea9f16e765346fa7638ed30df8d1ef7375b41deea84fad945fd7b8310a138dd44a76f830395c73
DIST propro-2.0.1.tgz 13399 SHA256 ce136875650e22d28804a41a62a5325fff85318e559626d63c5b8875fb2e4529 SHA512 c5a5f7c1fdf042d49597df789dc2b2e4e1512e7320a3a39cad344a9dfa3b9253b4a98d2f33e10e04ee608e5b8d1e1b50238787510db0a0f99d8f8b45b91c5c22 WHIRLPOOL dd1d05eb2fb1e6f05eece95d64ccdd1c66097db99f180a0d36451824e53874505fbaac66ca283889d54ff0b361fa54ee519e32d8dae5658b840712759479ff1a
8 changes: 8 additions & 0 deletions dev-php/pecl-propro/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>PHP</name>
</maintainer>
</pkgmetadata>
20 changes: 20 additions & 0 deletions dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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="propro"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php5-6"

inherit php-ext-pecl-r3

KEYWORDS="~amd64 ~x86"

DESCRIPTION="A reusable, property proxy API for PHP"
LICENSE="BSD-2"
SLOT="0"
IUSE=""
25 changes: 25 additions & 0 deletions dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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="propro"
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 property proxy API for PHP"
LICENSE="BSD-2"
SLOT="7"
IUSE=""

RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"

0 comments on commit 5339872

Please sign in to comment.