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 9ED46138334 for ; Wed, 13 Feb 2019 22:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C6AE099B; Wed, 13 Feb 2019 22:00:49 +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 771F3E099B for ; Wed, 13 Feb 2019 22:00:49 +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 075B4335D41 for ; Wed, 13 Feb 2019 22:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37DD53D for ; Wed, 13 Feb 2019 22:00:45 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1550095184.e88a25e039c7faed7d97a5e19fed9e15dcb0b36d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild X-VCS-Directories: sys-apps/i2c-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e88a25e039c7faed7d97a5e19fed9e15dcb0b36d X-VCS-Branch: master Date: Wed, 13 Feb 2019 22:00:45 +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: ec8b6829-288f-4f2c-9c52-39f5cb64536d X-Archives-Hash: 6bd7c0e3bdb38f6edf797376cd85644a commit: e88a25e039c7faed7d97a5e19fed9e15dcb0b36d Author: Mike Frysinger chromium org> AuthorDate: Wed Feb 13 21:24:33 2019 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Feb 13 21:59:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88a25e0 sys-apps/i2c-tools: add missing perl dep and make it optional This package installs a number of perl scripts, so make sure we RDEPEND on perl to avoid broken deps. But also put that behind USE=perl so we can install the other (more interesting) programs w/out forcing perl on everyone. Signed-off-by: Mike Frysinger gentoo.org> sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild | 74 ++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild b/sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild new file mode 100644 index 00000000000..595a0ebccdd --- /dev/null +++ b/sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) +DISTUTILS_OPTIONAL="1" + +inherit distutils-r1 flag-o-matic toolchain-funcs + +DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and more" +HOMEPAGE="https://www.kernel.org/pub/software/utils/i2c-tools" +SRC_URI="${HOMEPAGE}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="perl python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="!