[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 46a645015e0bd1389cbc144c7e1d99a79cf23122 Author: Brian Evans gentoo org> AuthorDate: Tue May 5 01:16:05 2020 + Commit: Brian Evans gentoo org> CommitDate: Tue May 5 01:16:05 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a64501 dev-php/pecl-eio: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-eio/Manifest | 1 - dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild | 24 2 files changed, 25 deletions(-) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 6d123d5ad82..a7cfe5a8314 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1,2 +1 @@ -DIST eio-2.0.2.tgz 74005 BLAKE2B e09f540753f2c607b95de9c3f390fc0c31ad2a34fda99aac86f057b2e664e49aded0b5f3e491138af60d00828ee9ff13f09958177e9cfed2b254473b1f814da9 SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 DIST eio-2.0.4.tgz 74118 BLAKE2B 0228f0ca91ed6410614242e7ea1ddadaa1d1aa8211b3ea6f730c0711e4339bc158d661c5addee685d750a51e654874d35a04cf011d2a02ad06ab3f249b893753 SHA512 a74464752af5792c527b9149a7edff574952cac0b5b09e1e7ff3b7c0a2cc88ab171d916d94d508b9f92aa40bd5262a5b9f8d4ba239908f13ebcb89c6513da4d0 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild deleted file mode 100644 index ed19c8deb05..000 --- a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS=( README.md ) - -USE_PHP="php5-6 php7-0 php7-1 php7-2" -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" - php-ext-source-r3_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 1cba3e86ee27c9ce4b7d27017500fd1b50bfa495 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 28 22:11:20 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 28 22:47:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cba3e86 dev-php/pecl-eio: 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-eio/pecl-eio-2.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild index 571ac16c43f..2c0e722da89 100644 --- a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild +++ b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README.md ) -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" inherit php-ext-pecl-r3 KEYWORDS="~amd64 ~x86"
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 28ee89127ff78d00932d2ce980aaadcbf0688a37 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 10 17:01:04 2018 + Commit: Brian Evans gentoo org> CommitDate: Fri Aug 10 19:15:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ee8912 dev-php/pecl-eio: Version bump for 2.0.4 Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-php/pecl-eio/Manifest | 1 + dev-php/pecl-eio/pecl-eio-2.0.4.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 3fddc6e5c89..6d123d5ad82 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1 +1,2 @@ DIST eio-2.0.2.tgz 74005 BLAKE2B e09f540753f2c607b95de9c3f390fc0c31ad2a34fda99aac86f057b2e664e49aded0b5f3e491138af60d00828ee9ff13f09958177e9cfed2b254473b1f814da9 SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 +DIST eio-2.0.4.tgz 74118 BLAKE2B 0228f0ca91ed6410614242e7ea1ddadaa1d1aa8211b3ea6f730c0711e4339bc158d661c5addee685d750a51e654874d35a04cf011d2a02ad06ab3f249b893753 SHA512 a74464752af5792c527b9149a7edff574952cac0b5b09e1e7ff3b7c0a2cc88ab171d916d94d508b9f92aa40bd5262a5b9f8d4ba239908f13ebcb89c6513da4d0 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild new file mode 100644 index 000..571ac16c43f --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PHP_EXT_NAME="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" + php-ext-source-r3_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 8ad50b0a386b55451ed7bf76a9e7f0090e34533c Author: Brian Evans gentoo org> AuthorDate: Fri Apr 6 19:44:33 2018 + Commit: Brian Evans gentoo org> CommitDate: Fri Apr 6 20:48:21 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad50b0a dev-php/pecl-eio: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-php/pecl-eio/Manifest | 1 - dev-php/pecl-eio/pecl-eio-2.0.1.ebuild | 24 dev-php/pecl-eio/pecl-eio-2.0.2.ebuild | 24 3 files changed, 49 deletions(-) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 0c1d164d5bf..3fddc6e5c89 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1,2 +1 @@ -DIST eio-2.0.1.tgz 73968 BLAKE2B 226c35b9fd8e924e9fa1c4d199e43de5b63a1311bcda2e2aadee46beeb5e983e06adf39c001cb5951471b229e7136bdd5de0e37b76ab3cb0df8188f6463281bb SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 DIST eio-2.0.2.tgz 74005 BLAKE2B e09f540753f2c607b95de9c3f390fc0c31ad2a34fda99aac86f057b2e664e49aded0b5f3e491138af60d00828ee9ff13f09958177e9cfed2b254473b1f814da9 SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.1.ebuild deleted file mode 100644 index 1238529e7ff..000 --- a/dev-php/pecl-eio/pecl-eio-2.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS=( README.md ) - -USE_PHP="php5-6 php7-0" -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" - php-ext-source-r3_src_configure -} diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild deleted file mode 100644 index b8ac4e39c79..000 --- a/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS=( README.md ) - -USE_PHP="php5-6 php7-0 php7-1" -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" - php-ext-source-r3_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 6121cffabfd54dbcd2f1a9f481ee726f804d0338 Author: Brian Evans gentoo org> AuthorDate: Fri Apr 6 19:42:28 2018 + Commit: Brian Evans gentoo org> CommitDate: Fri Apr 6 20:48:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6121cffa dev-php/pecl-eio: Revbump for php 7.2 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild | 24 1 file changed, 24 insertions(+) diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild new file mode 100644 index 000..ed19c8deb05 --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PHP_EXT_NAME="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php5-6 php7-0 php7-1 php7-2" +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" + php-ext-source-r3_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 6a27af03f7a19a52542e8de78eb447f6affb2323 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 11 10:31:57 2018 + Commit: Michał Górny gentoo org> CommitDate: Sun Feb 11 10:35:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a27af03 dev-php/pecl-eio: Remove useless maintainer Remove useless/redundant maintainer . It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious. dev-php/pecl-eio/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-php/pecl-eio/metadata.xml b/dev-php/pecl-eio/metadata.xml index d5446164b73..cab0186846a 100644 --- a/dev-php/pecl-eio/metadata.xml +++ b/dev-php/pecl-eio/metadata.xml @@ -4,7 +4,6 @@ rrosma...@gmail.com Ruslan Osmanov -Maintainer. Assign bugs to him proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 25e98d7e064184e7100274d4c2484decfc50da38 Author: Brian Evans gentoo org> AuthorDate: Fri May 12 13:53:14 2017 + Commit: Brian Evans gentoo org> CommitDate: Fri May 12 13:53:14 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e98d7e dev-php/pecl-eio: Version bump including php 7.1 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-php/pecl-eio/Manifest | 1 + dev-php/pecl-eio/pecl-eio-2.0.2.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 05b04019cdc..6b1593e1afc 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1 +1,2 @@ DIST eio-2.0.1.tgz 73968 SHA256 e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 WHIRLPOOL bc519601862009b50099c4efb8c4bb0a8b66fd1117c8a457566ddc9a124fbd2888d98b80010754f0ee3f8a2902a4fe9f100cfa4e323c662b95768c1c0d62ae5f +DIST eio-2.0.2.tgz 74005 SHA256 f29afa184cd0d410e14b652d7af24f454d77f831cc95b4754dd1b1d5db8a8bcc SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 WHIRLPOOL 31766d1e847a13a35fd657d150a42f6168efb97edc000b69049b7e011633032b8daf009e1badb08c8c9b9033a39b45f78516bb2c3220e17f34bf98a19468e785 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild new file mode 100644 index 000..b8ac4e39c79 --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-2.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PHP_EXT_NAME="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php5-6 php7-0 php7-1" +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" + php-ext-source-r3_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 2f7d9f4a696aa8f2874126660792756d3aca86d8 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 28 19:45:41 2016 + Commit: Brian Evans gentoo org> CommitDate: Mon Nov 28 20:56:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7d9f4a dev-php/pecl-eio: Version bump Package-Manager: portage-2.3.2 dev-php/pecl-eio/Manifest | 1 + dev-php/pecl-eio/pecl-eio-2.0.1.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 0fdd125..7436e2e 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1,2 +1,3 @@ DIST eio-1.2.5.tgz 57539 SHA256 ee7b21aa413cbe39caaef1d2eb893fa3bcb9a278b5665c28d179a83a4a1bdb51 SHA512 629f4e0cd3f632ec7d5aed299a6f55ba089f8d455a974c02c892515212d1f9a28ee2977ef513eba8b7fddf3431449716f70c2dcd71df77ea26baae8994d5 WHIRLPOOL 2bffa6aca39ccf85dda44b4a18f966a4be4bcf3dc0a53c2eac2443574b189540732b0204b4c8a7d1825956c7b9aa15946680d65ff16ad7237b3f535c960f10fd DIST eio-2.0.0.tgz 73615 SHA256 fc25ec8bc88b5d7dbb56f50a31d0672b92b09357817252218b34a672db089fe9 SHA512 e863bfffa78f6009c849b4487d5c81326cbfd7fdd8999282fe373f5f3086b994a8a8e33864b0f4475be0650e886f4c7208e8a681b60629b7d0e631912c88fa49 WHIRLPOOL 510083e2ce87ec2e19ab4d554d421224397a3129e516292a61bde23fd291fd590636804a93e5a9618059770676ca569484b30e9a56cc45d44ec9381645474332 +DIST eio-2.0.1.tgz 73968 SHA256 e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 WHIRLPOOL bc519601862009b50099c4efb8c4bb0a8b66fd1117c8a457566ddc9a124fbd2888d98b80010754f0ee3f8a2902a4fe9f100cfa4e323c662b95768c1c0d62ae5f diff --git a/dev-php/pecl-eio/pecl-eio-2.0.1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.1.ebuild new file mode 100644 index ..6264919 --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-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="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php5-6 php7-0" +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" + php-ext-source-r3_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 76d6bfcf6071afd44b395f409c9bfb72d46653d2 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 28 19:47:41 2016 + Commit: Brian Evans gentoo org> CommitDate: Mon Nov 28 20:57:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d6bfcf dev-php/pecl-eio: Drop old Package-Manager: portage-2.3.2 dev-php/pecl-eio/Manifest | 2 -- dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild | 27 --- dev-php/pecl-eio/pecl-eio-2.0.0.ebuild| 25 - 3 files changed, 54 deletions(-) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 7436e2e..05b0401 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1,3 +1 @@ -DIST eio-1.2.5.tgz 57539 SHA256 ee7b21aa413cbe39caaef1d2eb893fa3bcb9a278b5665c28d179a83a4a1bdb51 SHA512 629f4e0cd3f632ec7d5aed299a6f55ba089f8d455a974c02c892515212d1f9a28ee2977ef513eba8b7fddf3431449716f70c2dcd71df77ea26baae8994d5 WHIRLPOOL 2bffa6aca39ccf85dda44b4a18f966a4be4bcf3dc0a53c2eac2443574b189540732b0204b4c8a7d1825956c7b9aa15946680d65ff16ad7237b3f535c960f10fd -DIST eio-2.0.0.tgz 73615 SHA256 fc25ec8bc88b5d7dbb56f50a31d0672b92b09357817252218b34a672db089fe9 SHA512 e863bfffa78f6009c849b4487d5c81326cbfd7fdd8999282fe373f5f3086b994a8a8e33864b0f4475be0650e886f4c7208e8a681b60629b7d0e631912c88fa49 WHIRLPOOL 510083e2ce87ec2e19ab4d554d421224397a3129e516292a61bde23fd291fd590636804a93e5a9618059770676ca569484b30e9a56cc45d44ec9381645474332 DIST eio-2.0.1.tgz 73968 SHA256 e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 WHIRLPOOL bc519601862009b50099c4efb8c4bb0a8b66fd1117c8a457566ddc9a124fbd2888d98b80010754f0ee3f8a2902a4fe9f100cfa4e323c662b95768c1c0d62ae5f diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild deleted file mode 100644 index 759544e.. --- a/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README.md" - -USE_PHP="php5-4 php5-5 php5-6" -inherit php-ext-pecl-r2 confutils - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - my_conf="--with-eio" - enable_extension_enable "eio-debug" "debug" 0 - - php-ext-source-r2_src_configure -} diff --git a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild deleted file mode 100644 index 33af867.. --- a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS=( README.md ) - -USE_PHP="php5-5 php5-6 php7-0" -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" - php-ext-source-r3_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: fde2449703fdfca06a22feeae8f3051ba356a9f4 Author: Brian Evans gentoo org> AuthorDate: Thu Jul 21 21:00:38 2016 + Commit: Brian Evans gentoo org> CommitDate: Thu Jul 21 21:00:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde24497 dev-php/pecl-eio: Version bump Package-Manager: portage-2.3.0 dev-php/pecl-eio/Manifest | 1 + dev-php/pecl-eio/pecl-eio-2.0.0.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 0853f5e..0fdd125 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1 +1,2 @@ DIST eio-1.2.5.tgz 57539 SHA256 ee7b21aa413cbe39caaef1d2eb893fa3bcb9a278b5665c28d179a83a4a1bdb51 SHA512 629f4e0cd3f632ec7d5aed299a6f55ba089f8d455a974c02c892515212d1f9a28ee2977ef513eba8b7fddf3431449716f70c2dcd71df77ea26baae8994d5 WHIRLPOOL 2bffa6aca39ccf85dda44b4a18f966a4be4bcf3dc0a53c2eac2443574b189540732b0204b4c8a7d1825956c7b9aa15946680d65ff16ad7237b3f535c960f10fd +DIST eio-2.0.0.tgz 73615 SHA256 fc25ec8bc88b5d7dbb56f50a31d0672b92b09357817252218b34a672db089fe9 SHA512 e863bfffa78f6009c849b4487d5c81326cbfd7fdd8999282fe373f5f3086b994a8a8e33864b0f4475be0650e886f4c7208e8a681b60629b7d0e631912c88fa49 WHIRLPOOL 510083e2ce87ec2e19ab4d554d421224397a3129e516292a61bde23fd291fd590636804a93e5a9618059770676ca569484b30e9a56cc45d44ec9381645474332 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild new file mode 100644 index 000..33af867 --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-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="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php5-5 php5-6 php7-0" +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)" + php-ext-source-r3_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
commit: 11344c2ded4908aef6288e2c5db78df492b67e63 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Sep 25 18:09:46 2015 + Commit: Michael Orlitzky gentoo org> CommitDate: Fri Sep 25 18:09:46 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11344c2d dev-php/pecl-eio: revbump to fix DOCS. Package-Manager: portage-2.2.20.1 dev-php/pecl-eio/{pecl-eio-1.2.5.ebuild => pecl-eio-1.2.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild similarity index 83% rename from dev-php/pecl-eio/pecl-eio-1.2.5.ebuild rename to dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild index ba7fa0b..759544e 100644 --- a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild +++ b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 PHP_EXT_NAME="eio" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE" +DOCS="README.md" USE_PHP="php5-4 php5-5 php5-6" inherit php-ext-pecl-r2 confutils