* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/
@ 2016-05-21 15:47 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 173bb660a5a165ecc43c98b9e03876fc43bc6a6b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:44:25 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:44:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173bb660
dev-php/pecl-mysqlnd_ms: Cleanup due to #321263
Package-Manager: portage-2.3.0_rc1
dev-php/pecl-mysqlnd_ms/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-php/pecl-mysqlnd_ms/metadata.xml b/dev-php/pecl-mysqlnd_ms/metadata.xml
index 7fd3a84..9506145 100644
--- a/dev-php/pecl-mysqlnd_ms/metadata.xml
+++ b/dev-php/pecl-mysqlnd_ms/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>olemarkus@gentoo.org</email>
- </maintainer>
<maintainer type="project">
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/
@ 2016-07-12 19:49 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-07-12 19:49 UTC (permalink / raw
To: gentoo-commits
commit: de03399ccc489991bde7e8fa975d9d94f2e6befa
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 19:48:49 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 19:48:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de03399c
dev-php/pecl-mysqlnd_ms: Version bump; Drop php 5.4 USE
Bump to a VCS snapshot that can build on PHP 5.6
There are many intermediate changes which prevent a direct
patch on 1.5.2 for PHP 5.6
Package-Manager: portage-2.3.0
dev-php/pecl-mysqlnd_ms/Manifest | 1 +
.../pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild | 5 ++---
...build => pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild} | 19 ++++++++++++-------
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/dev-php/pecl-mysqlnd_ms/Manifest b/dev-php/pecl-mysqlnd_ms/Manifest
index 63f3cd4..b6618b3 100644
--- a/dev-php/pecl-mysqlnd_ms/Manifest
+++ b/dev-php/pecl-mysqlnd_ms/Manifest
@@ -1 +1,2 @@
DIST mysqlnd_ms-1.5.2.tgz 385916 SHA256 22b9ba1afb36b3df11c1051c813bc07889c815d1d9993bb07ffda182665b472f SHA512 5ab888d683384e9d2b33df8d057cf438411b6506759a80b8bad79608bb4029abf77535ffc8472e8e478d5d456c2260b5dd4bc68396180a9ebfed45f90bdc8d7d WHIRLPOOL 6d3d8786c74d4dfac384af3ea9f0cd8664e99aeaa766806ef8319c955135ab57092c2db27ef615def5574ab05c5a8a4e8e1f7bff9888a4cd3b3fc660c623fbe0
+DIST pecl-mysqlnd_ms-1.6.0_pre20141127.tar.xz 320604 SHA256 2cb2df946f020bcfcec1ff40b6a273dbfe69955fabe348a4804fba6897d55382 SHA512 44ca22d41d1064fb7ad3545978facd73f4279611769ee450016e8325013129b4414c637f3cb621078d4cd8e46a3ea5b9f4f16a580f9ecf389c637606a8c50ec5 WHIRLPOOL 640586e0cfbbf584cb18b4e38fbee9a90e0b929120428ea319e66276216f341a1ded65f08306be43028c8c13e3131e1f3fc98987386ccd03be39210616af5560
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
index 28ab483..9ac4bd2 100644
--- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
# php5-6 fails to build
-USE_PHP="php5-5 php5-4"
+USE_PHP="php5-5"
inherit php-ext-pecl-r2
@@ -22,7 +22,6 @@ IUSE=""
# Specifying targets due to USE flag transition
DEPEND="
- php_targets_php5-4? ( dev-lang/php:5.4[mysqlnd] )
php_targets_php5-5? ( || (
dev-lang/php:5.5[-libmysqlclient,mysql]
dev-lang/php:5.5[-libmysqlclient,mysqli]
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
similarity index 55%
copy from dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
copy to dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
index 28ab483..1ac948d 100644
--- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PHP_EXT_NAME="mysqlnd_ms"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-# php5-6 fails to build
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
+USE_PHP="php5-5 php5-6"
+# This is an SVN snapshot stored locally
+SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.xz"
+inherit php-ext-source-r3
+HOMEPAGE="http://pecl.php.net/package/mysqlnd_ms"
KEYWORDS="~amd64"
DESCRIPTION="A replication and load balancing plugin for the mysqlnd library"
@@ -22,11 +23,15 @@ IUSE=""
# Specifying targets due to USE flag transition
DEPEND="
- php_targets_php5-4? ( dev-lang/php:5.4[mysqlnd] )
php_targets_php5-5? ( || (
dev-lang/php:5.5[-libmysqlclient,mysql]
dev-lang/php:5.5[-libmysqlclient,mysqli]
)
)
+ php_targets_php5-6? ( || (
+ dev-lang/php:5.6[-libmysqlclient,mysql]
+ dev-lang/php:5.6[-libmysqlclient,mysqli]
+ )
+ )
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/
@ 2016-07-12 19:52 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-07-12 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 3a7bfdd3f2d2bf11ac8d6e185f40031f5a1eb665
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 19:51:42 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 19:51:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7bfdd3
dev-php/pecl-mysqlnd_ms: Add missing dependencies on libxml2 and php[json]
Package-Manager: portage-2.3.0
dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
index 1ac948d..202269b 100644
--- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
@@ -23,14 +23,15 @@ IUSE=""
# Specifying targets due to USE flag transition
DEPEND="
+ dev-libs/libxml2
php_targets_php5-5? ( || (
- dev-lang/php:5.5[-libmysqlclient,mysql]
- dev-lang/php:5.5[-libmysqlclient,mysqli]
+ dev-lang/php:5.5[-libmysqlclient,mysql,json]
+ dev-lang/php:5.5[-libmysqlclient,mysqli,json]
)
)
php_targets_php5-6? ( || (
- dev-lang/php:5.6[-libmysqlclient,mysql]
- dev-lang/php:5.6[-libmysqlclient,mysqli]
+ dev-lang/php:5.6[-libmysqlclient,mysql,json]
+ dev-lang/php:5.6[-libmysqlclient,mysqli,json]
)
)
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/
@ 2016-07-15 14:22 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-07-15 14:22 UTC (permalink / raw
To: gentoo-commits
commit: fd8cf76b79eb634d105976a77c4bc58f965719a7
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 14:17:47 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 14:17:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8cf76b
dev-php/pecl-mysqlnd_ms: Drop php 5.5 support wrt bug 588732; Add tests
Package-Manager: portage-2.3.0
.../pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
index 202269b..83d1631 100644
--- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild
@@ -8,7 +8,7 @@ PHP_EXT_NAME="mysqlnd_ms"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-5 php5-6"
+USE_PHP="php5-6"
# This is an SVN snapshot stored locally
SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.xz"
inherit php-ext-source-r3
@@ -24,11 +24,6 @@ IUSE=""
# Specifying targets due to USE flag transition
DEPEND="
dev-libs/libxml2
- php_targets_php5-5? ( || (
- dev-lang/php:5.5[-libmysqlclient,mysql,json]
- dev-lang/php:5.5[-libmysqlclient,mysqli,json]
- )
- )
php_targets_php5-6? ( || (
dev-lang/php:5.6[-libmysqlclient,mysql,json]
dev-lang/php:5.6[-libmysqlclient,mysqli,json]
@@ -36,3 +31,10 @@ DEPEND="
)
"
RDEPEND="${DEPEND}"
+
+src_test() {
+ for slot in $(php_get_slots); do
+ php_init_slot_env "${slot}"
+ NO_INTERACTION="yes" emake test
+ done
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/
@ 2016-08-22 15:19 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-08-22 15:19 UTC (permalink / raw
To: gentoo-commits
commit: d08aa0656f6d965d5d62cb6fb588390a4ce7b356
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 15:05:31 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 15:17:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08aa065
dev-php/pecl-mysqlnd_ms: Drop old version which doesn't support php 5.6
Package-Manager: portage-2.3.0
dev-php/pecl-mysqlnd_ms/Manifest | 1 -
.../pecl-mysqlnd_ms-1.5.2-r1.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-php/pecl-mysqlnd_ms/Manifest b/dev-php/pecl-mysqlnd_ms/Manifest
index b6618b3..b61c637 100644
--- a/dev-php/pecl-mysqlnd_ms/Manifest
+++ b/dev-php/pecl-mysqlnd_ms/Manifest
@@ -1,2 +1 @@
-DIST mysqlnd_ms-1.5.2.tgz 385916 SHA256 22b9ba1afb36b3df11c1051c813bc07889c815d1d9993bb07ffda182665b472f SHA512 5ab888d683384e9d2b33df8d057cf438411b6506759a80b8bad79608bb4029abf77535ffc8472e8e478d5d456c2260b5dd4bc68396180a9ebfed45f90bdc8d7d WHIRLPOOL 6d3d8786c74d4dfac384af3ea9f0cd8664e99aeaa766806ef8319c955135ab57092c2db27ef615def5574ab05c5a8a4e8e1f7bff9888a4cd3b3fc660c623fbe0
DIST pecl-mysqlnd_ms-1.6.0_pre20141127.tar.xz 320604 SHA256 2cb2df946f020bcfcec1ff40b6a273dbfe69955fabe348a4804fba6897d55382 SHA512 44ca22d41d1064fb7ad3545978facd73f4279611769ee450016e8325013129b4414c637f3cb621078d4cd8e46a3ea5b9f4f16a580f9ecf389c637606a8c50ec5 WHIRLPOOL 640586e0cfbbf584cb18b4e38fbee9a90e0b929120428ea319e66276216f341a1ded65f08306be43028c8c13e3131e1f3fc98987386ccd03be39210616af5560
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
deleted file mode 100644
index 9ac4bd2..0000000
--- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="mysqlnd_ms"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-# php5-6 fails to build
-USE_PHP="php5-5"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64"
-
-DESCRIPTION="A replication and load balancing plugin for the mysqlnd library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-# Specifying targets due to USE flag transition
-DEPEND="
- php_targets_php5-5? ( || (
- dev-lang/php:5.5[-libmysqlclient,mysql]
- dev-lang/php:5.5[-libmysqlclient,mysqli]
- )
- )
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-08-22 15:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 15:47 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_ms/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-07-12 19:49 Brian Evans
2016-07-12 19:52 Brian Evans
2016-07-15 14:22 Brian Evans
2016-08-22 15:19 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox