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 72F251382C5 for ; Thu, 4 Jan 2018 09:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D975E0885; Thu, 4 Jan 2018 09:17:10 +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 5845BE0884 for ; Thu, 4 Jan 2018 09:17:10 +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 8F215335C44 for ; Thu, 4 Jan 2018 09:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32CAE1BC for ; Thu, 4 Jan 2018 09:17:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1515057361.ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild X-VCS-Directories: x11-plugins/gkrellm-radio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea X-VCS-Branch: master Date: Thu, 4 Jan 2018 09:17:07 +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: 071adca8-0638-4118-9691-432826b9875a X-Archives-Hash: 1786734f7e0d2b71bbb1bc9ab15d6d84 commit: ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea Author: David Seifert gentoo org> AuthorDate: Wed Jan 3 22:34:33 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 4 09:16:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac70897f x11-plugins/gkrellm-radio: Eclass update Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild index 541296313c5..5f7915f9827 100644 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild +++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild @@ -1,28 +1,29 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit gkrellm-plugin toolchain-funcs DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php" -DEPEND="lirc? ( app-misc/lirc )" -RDEPEND="${DEPEND} - app-admin/gkrellm[X] -" - -IUSE="lirc" -SLOT="2" LICENSE="GPL-2" +SLOT="2" KEYWORDS="~amd64 ppc sparc x86" +IUSE="lirc" -PLUGIN_SO="radio.so" -S="${WORKDIR}/${PN}" +RDEPEND=" + app-admin/gkrellm:2[X] + lirc? ( app-misc/lirc )" +DEPEND="${RDEPEND}" +S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) +PLUGIN_SO=( radio$(get_modname) ) + src_compile() { use lirc && myconf="${myconf} WITH_LIRC=1" emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}