commit:     6ad7252e917e7c12343829b955c3a23e77cf028a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 15:02:09 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 15:04:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad7252e

dev-php/pecl-memcached: Fix build failure with USE=examples

The server-examples are removed upstream.  Don't try to install.
The examples USE flag is scheduled for removal on next bump

Closes: https://bugs.gentoo.org/659640
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild | 4 +---
 dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild
index 852b0db4b78..f2b36a648ea 100644
--- a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-3.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
@@ -54,8 +54,6 @@ src_configure() {
 }
 
 src_install(){
-       use examples && dodoc -r server-example
-
        if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
                php-ext-source-r3_src_install
        fi

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
index c4e0fb13e2e..a9f98652d5f 100644
--- a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
@@ -80,8 +80,6 @@ src_test() {
 }
 
 src_install(){
-       use examples && dodoc -r server-example
-
        if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 || use php_targets_php7-3 ; then
                php-ext-source-r3_src_install
        fi

Reply via email to