[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/, profiles/

2023-09-15 Thread David Seifert
commit: 1abc4c1e1fe7cd6a376d2a63c82c9d72969a006e
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep 15 07:52:05 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep 15 07:52:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abc4c1e

dev-php/pecl-propro: treeclean

Signed-off-by: David Seifert  gentoo.org>

 dev-php/pecl-propro/Manifest |  1 -
 dev-php/pecl-propro/metadata.xml |  8 
 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 21 -
 profiles/package.mask|  1 -
 4 files changed, 31 deletions(-)

diff --git a/dev-php/pecl-propro/Manifest b/dev-php/pecl-propro/Manifest
deleted file mode 100644
index d6fdb6b0c2b6..
--- a/dev-php/pecl-propro/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST propro-2.1.0.tgz 14253 BLAKE2B 
44c9bde831486fa41520ce75b313865b90a057acd0d566ae7e5c2aca97240e089580ca79ef04842a57a5d8eb76a179e57c505e977913567c1e97260f87fe2165
 SHA512 
94fc97f7bf17661ec7ecbe4d13b4fc98b8381469140d121fef49d32a4b767e956ed87b9f5bbb794f27ca47ce4b7b3125ea2b9091eb9d1f0a52b5c8f9df7ee145

diff --git a/dev-php/pecl-propro/metadata.xml b/dev-php/pecl-propro/metadata.xml
deleted file mode 100644
index 222c77f3742a..
--- a/dev-php/pecl-propro/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   php-b...@gentoo.org
-   PHP
-   
-

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
deleted file mode 100644
index f5a310da3943..
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-PHP_INI_NAME="30-${PHP_EXT_NAME}"
-
-USE_PHP="php7-4"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="A reusable property proxy API for PHP"
-LICENSE="BSD-2"
-SLOT="7"
-IUSE=""

diff --git a/profiles/package.mask b/profiles/package.mask
index 55203886a2c3..cb8a4b437e04 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -267,7 +267,6 @@ app-emacs/ruby-mode
 #   * pecl-propro dead since 2020
 #   * pecl-taint dead in 2021
 #
-dev-php/pecl-propro
 dev-php/pecl-taint
 
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2021-11-18 Thread Brian Evans
commit: 7bbfc46678f118ce22b378edfb14f149154cad7d
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Nov 18 17:26:21 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Nov 18 17:26:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbfc466

dev-php/pecl-propro: Drop old PHP slots

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 23 ++-
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
index cf9bab8e4729..6cb8ab9cf2ae 100644
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,32 +9,13 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
+USE_PHP="php7-3 php7-4"
 
 inherit php-ext-pecl-r3
 
-# Only really build for 7.x
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
 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] )"
-
-src_prepare() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2019-12-05 Thread Brian Evans
commit: 10c8d9bd17a3e801560d44b28152df8f686594a0
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec  5 18:11:47 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec  5 18:11:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c8d9bd

dev-php/pecl-propro: Drop old version

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-propro/Manifest|  1 -
 dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-php/pecl-propro/Manifest b/dev-php/pecl-propro/Manifest
index 6ada5159724..ae9b34dc52f 100644
--- a/dev-php/pecl-propro/Manifest
+++ b/dev-php/pecl-propro/Manifest
@@ -1,3 +1,2 @@
 DIST propro-1.0.2.tgz 13393 BLAKE2B 
c451ad6e1e0f93308497514de22a949dfbbea54e326c18688d6883aeb4d6adb920c42adfa458faf4c350755da72c1db06f77efc408fbc182fbb950e2f8b33302
 SHA512 
a4a3216d13c412051c063e0370c5f0badb65aa7054a43b0f6eb387a7a5fbbba1800b7f5f5113ba68ca8c7fe19932184a069864d1362239c71e0f55466c9cc8eb
-DIST propro-2.0.1.tgz 13399 BLAKE2B 
88b099602ed19da96570c6b65981158d1f8f335470e6cd7afa517844a71258b04d9cb294bf91c15a23bbc016b303b2e42a2dea263808e0ed92905ba9ba47247f
 SHA512 
c5a5f7c1fdf042d49597df789dc2b2e4e1512e7320a3a39cad344a9dfa3b9253b4a98d2f33e10e04ee608e5b8d1e1b50238787510db0a0f99d8f8b45b91c5c22
 DIST propro-2.1.0.tgz 14253 BLAKE2B 
44c9bde831486fa41520ce75b313865b90a057acd0d566ae7e5c2aca97240e089580ca79ef04842a57a5d8eb76a179e57c505e977913567c1e97260f87fe2165
 SHA512 
94fc97f7bf17661ec7ecbe4d13b4fc98b8381469140d121fef49d32a4b767e956ed87b9f5bbb794f27ca47ce4b7b3125ea2b9091eb9d1f0a52b5c8f9df7ee145

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
deleted file mode 100644
index 4f22d4dce0c..000
--- a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-
-USE_PHP="php5-6 php7-0 php7-1"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.x
-USE_PHP="php7-0 php7-1"
-
-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] )"
-
-src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-0 || use php_targets_php7-1 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2019-12-05 Thread Brian Evans
commit: b020270f31460b8b44703599b167a1061fa26558
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec  5 18:10:17 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec  5 18:10:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b020270f

dev-php/pecl-propro: Mark 2.1.0 stable for amd64/x86

Maintainer tested - tests pass

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
index 42fb351d151..cf9bab8e472 100644
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -16,7 +16,7 @@ inherit php-ext-pecl-r3
 # Only really build for 7.x
 USE_PHP="php7-1 php7-2 php7-3 php7-4"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A reusable property proxy API for PHP"
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2019-11-28 Thread Thomas Deutschmann
commit: 4709539586c6ee236fc7dac0c541a9d2b689044b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 28 22:19:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 28 22:47:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47095395

dev-php/pecl-propro: add PHP 7.4 support

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
index ba645a7a2b1..42fb351d151 100644
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -9,12 +9,12 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
+USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
 
 inherit php-ext-pecl-r3
 
 # Only really build for 7.x
-USE_PHP="php7-1 php7-2 php7-3"
+USE_PHP="php7-1 php7-2 php7-3 php7-4"
 
 KEYWORDS="~amd64 ~x86"
 
@@ -26,7 +26,7 @@ IUSE=""
 RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
 
 src_prepare() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
+   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-4 ; then
php-ext-source-r3_src_prepare
else
default_src_prepare
@@ -34,7 +34,7 @@ src_prepare() {
 }
 
 src_install() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
+   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-4 ; then
php-ext-pecl-r3_src_install
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2019-06-07 Thread Thomas Deutschmann
commit: eecd3f1ca9de2aa2dd4ec21e707d53ecda85a778
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jun  7 13:33:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun  7 14:08:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecd3f1c

dev-php/pecl-propro: add PHP 7.3 support

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
index 1c8c99bad92..ba645a7a2b1 100644
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 PHP_EXT_NAME="propro"
 PHP_EXT_INI="yes"
@@ -9,12 +9,12 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
+USE_PHP="php5-6 php7-1 php7-2 php7-3"
 
 inherit php-ext-pecl-r3
 
 # Only really build for 7.x
-USE_PHP="php7-0 php7-1 php7-2"
+USE_PHP="php7-1 php7-2 php7-3"
 
 KEYWORDS="~amd64 ~x86"
 
@@ -26,7 +26,7 @@ IUSE=""
 RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
 
 src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
php-ext-source-r3_src_prepare
else
default_src_prepare
@@ -34,7 +34,7 @@ src_prepare() {
 }
 
 src_install() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
php-ext-pecl-r3_src_install
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2018-05-09 Thread Brian Evans
commit: bec8d559b1556f76012b816ce107e116d7041134
Author: Brian Evans  gentoo  org>
AuthorDate: Wed May  9 13:31:28 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed May  9 13:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec8d559

dev-php/pecl-propro: Version bump for 2.1.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-php/pecl-propro/Manifest |  1 +
 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-php/pecl-propro/Manifest b/dev-php/pecl-propro/Manifest
index 7c5dcb1d218..6ada5159724 100644
--- a/dev-php/pecl-propro/Manifest
+++ b/dev-php/pecl-propro/Manifest
@@ -1,2 +1,3 @@
 DIST propro-1.0.2.tgz 13393 BLAKE2B 
c451ad6e1e0f93308497514de22a949dfbbea54e326c18688d6883aeb4d6adb920c42adfa458faf4c350755da72c1db06f77efc408fbc182fbb950e2f8b33302
 SHA512 
a4a3216d13c412051c063e0370c5f0badb65aa7054a43b0f6eb387a7a5fbbba1800b7f5f5113ba68ca8c7fe19932184a069864d1362239c71e0f55466c9cc8eb
 DIST propro-2.0.1.tgz 13399 BLAKE2B 
88b099602ed19da96570c6b65981158d1f8f335470e6cd7afa517844a71258b04d9cb294bf91c15a23bbc016b303b2e42a2dea263808e0ed92905ba9ba47247f
 SHA512 
c5a5f7c1fdf042d49597df789dc2b2e4e1512e7320a3a39cad344a9dfa3b9253b4a98d2f33e10e04ee608e5b8d1e1b50238787510db0a0f99d8f8b45b91c5c22
+DIST propro-2.1.0.tgz 14253 BLAKE2B 
44c9bde831486fa41520ce75b313865b90a057acd0d566ae7e5c2aca97240e089580ca79ef04842a57a5d8eb76a179e57c505e977913567c1e97260f87fe2165
 SHA512 
94fc97f7bf17661ec7ecbe4d13b4fc98b8381469140d121fef49d32a4b767e956ed87b9f5bbb794f27ca47ce4b7b3125ea2b9091eb9d1f0a52b5c8f9df7ee145

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
new file mode 100644
index 000..1c8c99bad92
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="propro"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_ECONF_ARGS=""
+PHP_INI_NAME="30-${PHP_EXT_NAME}"
+
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
+
+inherit php-ext-pecl-r3
+
+# Only really build for 7.x
+USE_PHP="php7-0 php7-1 php7-2"
+
+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] )"
+
+src_prepare() {
+   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   php-ext-pecl-r3_src_install
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2018-05-09 Thread Brian Evans
commit: 62250de31198d96cd726f8d84ff6b9d97342cd2d
Author: Brian Evans  gentoo  org>
AuthorDate: Wed May  9 13:33:04 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed May  9 13:51:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62250de3

dev-php/pecl-propro: Drop old revision

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild | 40 -
 1 file changed, 40 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild
deleted file mode 100644
index 1c8c99bad92..000
--- a/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-PHP_INI_NAME="30-${PHP_EXT_NAME}"
-
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.x
-USE_PHP="php7-0 php7-1 php7-2"
-
-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] )"
-
-src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2018-01-29 Thread Brian Evans
commit: e1a8456dc779c21501e6d900fdeb5f3539710e64
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 29 16:10:39 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 29 16:44:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a8456d

dev-php/pecl-propro: Revbumps to use the new PHP_INI_NAME and php 7.2

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild | 42 +
 dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild | 40 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild
new file mode 100644
index 000..1f4ad87e533
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="propro"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_ECONF_ARGS=""
+PHP_INI_NAME="30-propro"
+
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php5-6"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A reusable, property proxy API for PHP"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+PDEPEND="
+   php_targets_php7-0? ( dev-php/pecl-propro:7[php_targets_php7-0] )
+   php_targets_php7-1? ( dev-php/pecl-propro:7[php_targets_php7-1] )
+   php_targets_php7-2? ( dev-php/pecl-propro:7[php_targets_php7-2] )"
+
+src_prepare() {
+   if use php_targets_php5-6 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php5-6 ; then
+   php-ext-pecl-r3_src_install
+   fi
+}

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild
new file mode 100644
index 000..1c8c99bad92
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="propro"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_ECONF_ARGS=""
+PHP_INI_NAME="30-${PHP_EXT_NAME}"
+
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
+
+inherit php-ext-pecl-r3
+
+# Only really build for 7.x
+USE_PHP="php7-0 php7-1 php7-2"
+
+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] )"
+
+src_prepare() {
+   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
+   php-ext-pecl-r3_src_install
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2018-01-29 Thread Brian Evans
commit: 4331ec410ddeb4338be37fd6bdc75d475eb14fa7
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 29 16:11:11 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 29 16:44:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4331ec41

dev-php/pecl-propro: Drop old revision

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-php/pecl-propro/pecl-propro-1.0.2.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
deleted file mode 100644
index f4b800157a3..000
--- a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2017-02-23 Thread Agostino Sarubbo
commit: b5d6c8e3a7d834026aeee3f02bd76834ab5eb825
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 23 16:29:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 23 16:29:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d6c8e3

dev-php/pecl-propro: x86 stable wrt bug #610408

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild | 2 +-
 dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
index 15099f7ffe..b12b55e18f 100644
--- a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
 
 USE_PHP="php5-6"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A reusable, property proxy API for PHP"
 LICENSE="BSD-2"

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
index 9b9da88787..94b7c7d712 100644
--- a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
@@ -16,7 +16,7 @@ inherit php-ext-pecl-r3
 # Only really build for 7.x
 USE_PHP="php7-0 php7-1"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A reusable property proxy API for PHP"
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2017-02-22 Thread Agostino Sarubbo
commit: a1643101a08db9813a7193d4053ee6ab86195403
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 22 15:04:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 22 15:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1643101

dev-php/pecl-propro: amd64 stable wrt bug #610408

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild | 4 ++--
 dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
index b69efb9f4d..15099f7ffe 100644
--- a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
 
 USE_PHP="php5-6"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="A reusable, property proxy API for PHP"
 LICENSE="BSD-2"

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
index 047db83f2b..9b9da88787 100644
--- a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ inherit php-ext-pecl-r3
 # Only really build for 7.x
 USE_PHP="php7-0 php7-1"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="A reusable property proxy API for PHP"
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2017-01-04 Thread Michael Orlitzky
commit: ba82b70e38a9a4edea01d9a2213dd689ba358632
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:53:56 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:53:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82b70e

dev-php/pecl-propro: remove an unused revision.

Package-Manager: portage-2.3.0

 dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
deleted file mode 100644
index e1e63f1..
--- a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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] )"
-
-src_prepare() {
-   if use php_targets_php7-0 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2016-12-28 Thread Brian Evans
commit: b15736edc4db467f12539f84049217d9f9e33a63
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Dec 28 21:11:06 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Dec 28 21:19:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15736ed

dev-php/pecl-propro: Revbumps to add php 7.1 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild | 41 +
 dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild | 40 
 2 files changed, 81 insertions(+)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
new file mode 100644
index ..b69efb9
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild
@@ -0,0 +1,41 @@
+# 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"
+PHP_EXT_ECONF_ARGS=""
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php5-6"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A reusable, property proxy API for PHP"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+PDEPEND="
+   php_targets_php7-0? ( dev-php/pecl-propro:7[php_targets_php7-0] )
+   php_targets_php7-1? ( dev-php/pecl-propro:7[php_targets_php7-1] )"
+
+src_prepare() {
+   if use php_targets_php5-6 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php5-6 ; then
+   php-ext-pecl-r3_src_install
+   fi
+}

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
new file mode 100644
index ..047db83
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1-r1.ebuild
@@ -0,0 +1,40 @@
+# 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"
+PHP_EXT_ECONF_ARGS=""
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+# Only really build for 7.x
+USE_PHP="php7-0 php7-1"
+
+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] )"
+
+src_prepare() {
+   if use php_targets_php7-0 || use php_targets_php7-1 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php7-0 || use php_targets_php7-1 ; then
+   php-ext-pecl-r3_src_install
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2016-11-19 Thread Agostino Sarubbo
commit: 1328ac275400d5e8dcd35287d6d96b42037e7fe5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 19 13:55:11 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 19 13:55:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1328ac27

dev-php/pecl-propro: x86 stable wrt bug #587466

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/pecl-propro/pecl-propro-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
index 76d0968..402674b 100644
--- a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
@@ -12,7 +12,7 @@ USE_PHP="php5-6"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A reusable, property proxy API for PHP"
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2016-11-19 Thread Agostino Sarubbo
commit: da82ee1ddb6483a39c9b1b286168aa6c4995c5ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 19 13:52:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 19 13:52:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da82ee1d

dev-php/pecl-propro: amd64 stable wrt bug #587466

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/pecl-propro/pecl-propro-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
index b84a9a6b..76d0968 100644
--- a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
@@ -12,7 +12,7 @@ USE_PHP="php5-6"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="A reusable, property proxy API for PHP"
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2016-08-23 Thread Brian Evans
commit: a6ab42fa33d125608a7e70960b4e0855576ec8d2
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Aug 23 20:52:55 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug 23 20:58:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ab42fa

dev-php/pecl-propro: Fix EAPI6 build error when php7-0 is off

Package-Manager: portage-2.3.0

 dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
index 47515e0..e1e63f1 100644
--- a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
@@ -23,3 +23,11 @@ SLOT="7"
 IUSE=""
 
 RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
+
+src_prepare() {
+   if use php_targets_php7-0 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2016-07-13 Thread Brian Evans
commit: 53398724e7fb7a0bd15c911999347f4723fa41dc
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 13 14:36:39 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 13 14:36:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53398724

dev-php/pecl-propro: New package; dependency for new dev-php/pecl-http

Package-Manager: portage-2.3.0

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

diff --git a/dev-php/pecl-propro/Manifest b/dev-php/pecl-propro/Manifest
new file mode 100644
index 000..5360d30
--- /dev/null
+++ b/dev-php/pecl-propro/Manifest
@@ -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

diff --git a/dev-php/pecl-propro/metadata.xml b/dev-php/pecl-propro/metadata.xml
new file mode 100644
index 000..b86acf6
--- /dev/null
+++ b/dev-php/pecl-propro/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   php-b...@gentoo.org
+   PHP
+   
+

diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild 
b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild
new file mode 100644
index 000..b84a9a6
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-1.0.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="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=""

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
new file mode 100644
index 000..47515e0
--- /dev/null
+++ b/dev-php/pecl-propro/pecl-propro-2.0.1.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="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] )"