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 17246138350 for ; Thu, 19 Mar 2020 07:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1F3E0AED; Thu, 19 Mar 2020 07:34:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15936E0AED for ; Thu, 19 Mar 2020 07:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 721E034F300 for ; Thu, 19 Mar 2020 07:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0AB4161 for ; Thu, 19 Mar 2020 07:34:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1584603268.797e5fe9683bc175df40fbb85b5273dedb6af336.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild media-gfx/ahoviewer/metadata.xml X-VCS-Directories: media-gfx/ahoviewer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 797e5fe9683bc175df40fbb85b5273dedb6af336 X-VCS-Branch: master Date: Thu, 19 Mar 2020 07:34:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a28faf2-ba56-44ac-9123-5eda5cf37bd0 X-Archives-Hash: 06cf98c59cf79bed0fa27d743dbb9c84 commit: 797e5fe9683bc175df40fbb85b5273dedb6af336 Author: Joonas Niilola gentoo org> AuthorDate: Thu Mar 19 07:30:43 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 19 07:34:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e5fe9 media-gfx/ahoviewer: update USE flag for consistency in ::gentoo repo - 'gnome-keyring' is used to support 'libsecret' in multiple packages Signed-off-by: Joonas Niilola gentoo.org> .../{ahoviewer-1.6.5.ebuild => ahoviewer-1.6.5-r1.ebuild} | 8 ++++---- media-gfx/ahoviewer/metadata.xml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild b/media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild similarity index 90% rename from media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild rename to media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild index 64f4f101349..c5d5266e2ca 100644 --- a/media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild +++ b/media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="gnutls +gstreamer libsecret +rar +ssl +zip" +IUSE="gnutls gnome-keyring +gstreamer +rar +ssl +zip" DEPEND=" dev-cpp/glibmm:2 @@ -21,11 +21,11 @@ DEPEND=" dev-libs/libxml2:2 dev-libs/libsigc++:2 net-misc/curl + gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( media-libs/gst-plugins-bad:1.0 media-libs/gstreamer:1.0 ) - libsecret? ( app-crypt/libsecret ) rar? ( app-arch/unrar ) ssl? ( gnutls? ( @@ -60,8 +60,8 @@ src_prepare() { src_configure() { local myconf=( + $(use_enable gnome-keyring libsecret) $(use_enable gstreamer gst) - $(use_enable libsecret) $(use_enable rar) $(use_enable zip) ) diff --git a/media-gfx/ahoviewer/metadata.xml b/media-gfx/ahoviewer/metadata.xml index 4ff39418e75..fa2e59eb745 100644 --- a/media-gfx/ahoviewer/metadata.xml +++ b/media-gfx/ahoviewer/metadata.xml @@ -5,7 +5,6 @@ juippis@gentoo.org - Support password storing using libsecret Rar archive support Zip archive support