From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A04613832E for ; Tue, 16 Aug 2016 05:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C5821C07B; Tue, 16 Aug 2016 05:22:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6DEF21C06D for ; Tue, 16 Aug 2016 05:22:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8594D340DEB for ; Tue, 16 Aug 2016 05:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7715F245E for ; Tue, 16 Aug 2016 05:22:14 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1471324924.9da931e699af972059d1c9f72e4629561b832a37.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/libvirt-php/libvirt-php-9999.ebuild X-VCS-Directories: dev-php/libvirt-php/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9da931e699af972059d1c9f72e4629561b832a37 X-VCS-Branch: master Date: Tue, 16 Aug 2016 05:22:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 980e6d51-ba2a-46e5-89d5-670f6a5b1c08 X-Archives-Hash: 5291321c0fc7d98b767e10b7add1cdae commit: 9da931e699af972059d1c9f72e4629561b832a37 Author: Matthias Maier gentoo org> AuthorDate: Tue Aug 16 03:04:52 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Aug 16 05:22:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da931e6 dev-php/libvirt-php: Update live build, bug #588218 Thanks to Michal Privoznik for the updated ebuild Package-Manager: portage-2.2.28 dev-php/libvirt-php/libvirt-php-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index f599904..737b997 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php5-6 php5-5 php5-4" +USE_PHP="php5-6 php5-5" # Automake 1.14 is broken. Check this later WANT_AUTOMAKE="1.13" @@ -22,7 +22,8 @@ KEYWORDS="" IUSE="doc" RDEPEND="app-emulation/libvirt - dev-libs/libxml2" + dev-libs/libxml2 + dev-php/pecl-imagick" DEPEND="${RDEPEND} dev-libs/libxslt doc? ( app-text/xhtml1 )" @@ -53,7 +54,7 @@ src_install() { for slot in $(php_get_slots); do php_init_slot_env ${slot} insinto "${EXT_DIR}" - newins "src/${PHP_EXT_NAME}.so" "${PHP_EXT_NAME}.so" + newins "src/.libs/${PHP_EXT_NAME}.so" "${PHP_EXT_NAME}.so" done php-ext-source-r2_createinifiles dodoc AUTHORS ChangeLog NEWS README