From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D194138CD0 for ; Sun, 10 May 2015 11:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 878F0E0802; Sun, 10 May 2015 11:48:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D117E0802 for ; Sun, 10 May 2015 11:48:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3237A341027 for ; Sun, 10 May 2015 11:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8A4E9D3 for ; Sun, 10 May 2015 11:48:53 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1431258516.93ee3b029b0e1a72310257abe7261f5c0a1d7157.dilfridge@gentoo> Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/ X-VCS-Repository: proj/vmware X-VCS-Files: app-emulation/vmware-workstation/vmware-workstation-10.0.5.2443746.ebuild X-VCS-Directories: app-emulation/vmware-workstation/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 93ee3b029b0e1a72310257abe7261f5c0a1d7157 X-VCS-Branch: master Date: Sun, 10 May 2015 11:48:53 +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: f4fb1a13-11a3-4248-b84d-ac3162f39fb8 X-Archives-Hash: 8af32c246abf622a7fd8c34dea4de332 commit: 93ee3b029b0e1a72310257abe7261f5c0a1d7157 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun May 10 11:48:36 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun May 10 11:48:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=93ee3b02 Use version dependency for libgcrypt (otherwise stable users get a blocker), update to EAPI=5 Package-Manager: portage-2.2.18 .../vmware-workstation-10.0.5.2443746.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/vmware-workstation/vmware-workstation-10.0.5.2443746.ebuild b/app-emulation/vmware-workstation/vmware-workstation-10.0.5.2443746.ebuild index 884b373..0b66844 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-10.0.5.2443746.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-10.0.5.2443746.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ +# $Header: $ -EAPI="4" +EAPI=5 inherit eutils versionator fdo-mime systemd gnome2-utils pam vmware-bundle @@ -40,7 +40,7 @@ RDEPEND="dev-cpp/cairomm dev-libs/icu dev-libs/expat dev-libs/libaio - dev-libs/libgcrypt:11 + =dev-libs/libgcrypt-1.5* dev-libs/libsigc++ dev-libs/libxml2 dev-libs/openssl:0.9.8 @@ -161,7 +161,7 @@ src_install() { # revdep-rebuild entry insinto /etc/revdep-rebuild echo "SEARCH_DIRS_MASK=\"${VM_INSTALL_DIR}\"" >> ${T}/10${PN} - doins "${T}"/10${PN} || die + doins "${T}"/10${PN} # install the binaries into "${VM_INSTALL_DIR}"