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 C000F1396D9 for ; Thu, 19 Oct 2017 19:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F34A2BC09B; Thu, 19 Oct 2017 19:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20CCE2BC09B for ; Thu, 19 Oct 2017 19:39:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 364C733BEA7 for ; Thu, 19 Oct 2017 19:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD783316 for ; Thu, 19 Oct 2017 19:39:29 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1508441802.e00949d9fe4e70664d843c433e4d87318161e45c.grknight@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/Manifest dev-php/libvirt-php/libvirt-php-0.5.2.ebuild X-VCS-Directories: dev-php/libvirt-php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e00949d9fe4e70664d843c433e4d87318161e45c X-VCS-Branch: master Date: Thu, 19 Oct 2017 19:39:29 +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: 01788a0c-3bf0-4e31-993c-50872d1874b9 X-Archives-Hash: ce5e0e922f92695444b7659ad5f70e43 commit: e00949d9fe4e70664d843c433e4d87318161e45c Author: Brian Evans gentoo org> AuthorDate: Thu Oct 19 19:36:42 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Oct 19 19:36:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00949d9 dev-php/libvirt-php: Drop old Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-php/libvirt-php/Manifest | 1 - dev-php/libvirt-php/libvirt-php-0.5.2.ebuild | 51 ---------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-php/libvirt-php/Manifest b/dev-php/libvirt-php/Manifest index 51c35c682eb..e5f494589db 100644 --- a/dev-php/libvirt-php/Manifest +++ b/dev-php/libvirt-php/Manifest @@ -1,2 +1 @@ -DIST libvirt-php-0.5.2.tar.gz 770816 SHA256 f338caab2bebcce60cd62e3982ec4c1a274ecaf49d03cf7080b45f2f16cd516d SHA512 11844fea8507090826acd81fc7c257ecc3ed9cca10fc785e4d54b98ebd1e213310e379e7ca684c6439d9e2c57800a140fdc9953c6bec72da1959f5ed99e9ef31 WHIRLPOOL 19bde6afd0ef824557048d9f00aa1dd34f7138408326653e49c04a25e514575d1c2d92c462a8a9f40048ae2af7b2e46a27b66561cddf21fb8f28c294085700f5 DIST libvirt-php-0.5.3.tar.gz 778604 SHA256 6cf9a5aa855cf973e4280c890d9da88a2a26a1e5a3c8bb555f885391467f85cf SHA512 b4cbfd8840d8f114fde762b5d6ada155ebdb231b554e28e8526a7af45a802a18f28e90fa52f3d7ca9f616996fe0a8289b70c2d14dca51a52a7bf8a501c3ff44f WHIRLPOOL fc379e7a216e7846dd6711816f19fac8497f67bee69fe66b904b86d40cc7064d941338941d6bb48e13d4fb1e0a8bff6421831c538a66f5b36556fff838d7f598 diff --git a/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild deleted file mode 100644 index bc4fa0c889b..00000000000 --- a/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PHP_EXT_NAME="libvirt-php" -PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php5-6" - -inherit php-ext-source-r2 eutils - -DESCRIPTION="PHP 5 bindings for libvirt" -HOMEPAGE="http://libvirt.org/php/" -SRC_URI="http://libvirt.org/sources/php/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND="app-emulation/libvirt - dev-libs/libxml2" -DEPEND="${RDEPEND} - dev-libs/libxslt - doc? ( app-text/xhtml1 )" - -RESTRICT="test" - -src_unpack() { - default - - # create the default modules directory to be able - # to use the php-ext-source-r2 eclass to configure/build - ln -s src "${S}/modules" - - for slot in $(php_get_slots); do - cp -r "${S}" "${WORKDIR}/${slot}" - done -} - -src_install() { - local slot - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - insinto "${EXT_DIR}" - newins "src/.libs/${PHP_EXT_NAME}.so.0.0.0" "${PHP_EXT_NAME}.so" - done - php-ext-source-r2_createinifiles - dodoc AUTHORS ChangeLog NEWS README - use doc && dohtml docs/* docs/graphics/* -}