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 17FA6139695 for ; Tue, 14 Mar 2017 16:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 698F721C03C; Tue, 14 Mar 2017 16:39:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4A0D121C03C for ; Tue, 14 Mar 2017 16:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F7C2340806 for ; Tue, 14 Mar 2017 16:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94C76819 for ; Tue, 14 Mar 2017 16:39:11 +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: <1489509541.81fe05ab42da764d2bdb39006c212d821f7b4fea.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 81fe05ab42da764d2bdb39006c212d821f7b4fea X-VCS-Branch: master Date: Tue, 14 Mar 2017 16:39:11 +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: 0cff7571-9938-40af-8fd8-9c8cb392c20f X-Archives-Hash: 0ebc8db4d3af6999cdc1cd411a8749db commit: 81fe05ab42da764d2bdb39006c212d821f7b4fea Author: Matthias Maier gentoo org> AuthorDate: Tue Mar 14 16:34:41 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Mar 14 16:39:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fe05ab app-emulation/virt-manager: update live ebuild - bump to EAPI 6 - remove LINGUAS Package-Manager: Portage-2.3.3, Repoman-2.3.2 app-emulation/virt-manager/virt-manager-9999.ebuild | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 281d8923474..7e64ce32473 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 @@ -12,7 +12,7 @@ DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org" if [[ ${PV} = *9999* ]]; then - inherit git-2 + inherit git-r3 SRC_URI="" KEYWORDS="" EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git" @@ -21,13 +21,9 @@ else KEYWORDS="~amd64 ~x86" fi -VM_LINGUAS=( as bg bn_IN bs ca cmn cs da de en_GB es fi fr gu hi hr hu is - it ja kn ko ml mr ms nb nl or pa pl pt pt_BR ro ru sk sr sr@latin sv ta te - tr uk vi zh_CN zh_TW ) - LICENSE="GPL-2" SLOT="0" -IUSE="gnome-keyring gtk policykit sasl ${VM_LINGUAS[@]/#/linguas_}" +IUSE="gnome-keyring gtk policykit sasl" RDEPEND="!app-emulation/virtinst dev-python/libvirt-python[${PYTHON_USEDEP}] @@ -44,7 +40,7 @@ RDEPEND="!app-emulation/virtinst >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] net-misc/x11-ssh-askpass - x11-libs/vte:2.90[introspection] + x11-libs/vte:2.91[introspection] gnome-keyring? ( gnome-base/libgnome-keyring ) policykit? ( sys-auth/polkit[introspection] ) x11-themes/gnome-icon-theme @@ -57,11 +53,6 @@ DOCS=( README.md NEWS.md ) src_prepare() { distutils-r1_src_prepare - - local lang - for lang in ${VM_LINGUAS[@]}; do - use linguas_${lang} || rm -v "po/${lang}.po" || die - done } distutils-r1_python_compile() {