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 C97BB138806 for ; Fri, 15 Dec 2017 06:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2C06E108F; Fri, 15 Dec 2017 06:59:35 +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 A2D7EE108F for ; Fri, 15 Dec 2017 06:59:35 +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 AE6EB33BEA7 for ; Fri, 15 Dec 2017 06:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D914C92 for ; Fri, 15 Dec 2017 06:59:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1513321170.3f427ebeb449b638a30deee93d87a27fa57b63aa.jer@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/Manifest sys-apps/i2c-tools/i2c-tools-4.0.ebuild X-VCS-Directories: sys-apps/i2c-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3f427ebeb449b638a30deee93d87a27fa57b63aa X-VCS-Branch: master Date: Fri, 15 Dec 2017 06:59:32 +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: 00d52ec6-edf7-415b-acf7-8059a3a40e06 X-Archives-Hash: aca687307aa20a738800cfc57d31e82d commit: 3f427ebeb449b638a30deee93d87a27fa57b63aa Author: Jeroen Roovers gentoo org> AuthorDate: Fri Dec 15 06:59:13 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Dec 15 06:59:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f427ebe sys-apps/i2c-tools: Version bump. Package-Manager: Portage-2.3.18, Repoman-2.3.6 sys-apps/i2c-tools/Manifest | 1 + sys-apps/i2c-tools/i2c-tools-4.0.ebuild | 62 +++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/sys-apps/i2c-tools/Manifest b/sys-apps/i2c-tools/Manifest index aba4e2c12ad..a21d52b725b 100644 --- a/sys-apps/i2c-tools/Manifest +++ b/sys-apps/i2c-tools/Manifest @@ -1 +1,2 @@ DIST i2c-tools-3.1.1.tar.bz2 71789 BLAKE2B 0a7a3db6a3b396cfb8d5e58d8c83cae4e52239786502c6552d971350f7fc05a1ce9d7d89e9cdb154a21ac15bdf34aa0dec9501ea45317ec9c5d9fc211780bbf1 SHA512 b91f89b803e5558d49ce63f42f6542438f4f47927e4ce420cd9df989cab14a5c55d971befed73e8f793b0cf4aa41936c0ef519e5a407dceb2c08964461e803c5 +DIST i2c-tools-4.0.tar.xz 79972 BLAKE2B 982e4139ed0e2111f9e082d0690fcc0f86f97a433e292e9464b41991f14a1f90147a3612172bad6880f0df6896612e1dea0ae7bf6f459758b2cff45fb35a5dc7 SHA512 ddf86c357c101388193581bc40285089e6ab5e8d870f8aa5d594acc7ecb8596fbd30501e147b88bdea0200b1be88bc0a374356c188d1bcb067bf8e254e3dc51e diff --git a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild new file mode 100644 index 00000000000..44fc1345dfa --- /dev/null +++ b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +DISTUTILS_OPTIONAL="1" + +inherit flag-o-matic multilib toolchain-funcs distutils-r1 + +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="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="!