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 5AFF41382C5 for ; Mon, 28 Dec 2020 15:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86034E0BFE; Mon, 28 Dec 2020 15:17:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1168EE0A8A for ; Mon, 28 Dec 2020 15:17:49 +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 328A434163A for ; Mon, 28 Dec 2020 15:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8CD474 for ; Mon, 28 Dec 2020 15:17:45 +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: <1609168624.70e8d37416dd70bc56f21c23b5294091b4f46f97.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libftdi/libftdi-1.4-r1.ebuild dev-embedded/libftdi/libftdi-1.4.ebuild X-VCS-Directories: dev-embedded/libftdi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 70e8d37416dd70bc56f21c23b5294091b4f46f97 X-VCS-Branch: master Date: Mon, 28 Dec 2020 15:17: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: 34a54743-44e0-4459-ad7a-54ded7c1ab16 X-Archives-Hash: bf3185a74ec807ce042110af65736251 commit: 70e8d37416dd70bc56f21c23b5294091b4f46f97 Author: Jakov Smolic sartura hr> AuthorDate: Mon Dec 28 15:17:04 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 28 15:17:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e8d374 dev-embedded/libftdi: Port to EAPI 7 * Disable static-libs * Port to cmake eclass Closes: https://bugs.gentoo.org/732476 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> .../{libftdi-1.4.ebuild => libftdi-1.4-r1.ebuild} | 35 +++++++++++----------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/dev-embedded/libftdi/libftdi-1.4.ebuild b/dev-embedded/libftdi/libftdi-1.4-r1.ebuild similarity index 70% rename from dev-embedded/libftdi/libftdi-1.4.ebuild rename to dev-embedded/libftdi/libftdi-1.4-r1.ebuild index 64b53c03c61..ff35d3bfef0 100644 --- a/dev-embedded/libftdi/libftdi-1.4.ebuild +++ b/dev-embedded/libftdi/libftdi-1.4-r1.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) -inherit cmake-utils python-single-r1 +PYTHON_COMPAT=( python3_{6..9} ) +inherit cmake python-single-r1 -MY_P="${PN}1-${PV}" if [[ ${PV} == 9999* ]] ; then inherit git-r3 EGIT_REPO_URI="git://developer.intra2net.com/${PN}" else + MY_P="${PN}1-${PV}" SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2" KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 sparc x86" + S=${WORKDIR}/${MY_P} fi DESCRIPTION="Userspace access to FTDI USB interface chips" @@ -20,52 +21,52 @@ HOMEPAGE="https://www.intra2net.com/en/developer/libftdi/" LICENSE="LGPL-2" SLOT="1" -IUSE="cxx doc examples python static-libs test tools" +IUSE="cxx doc examples python test tools" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="virtual/libusb:1 +RDEPEND=" + virtual/libusb:1 cxx? ( dev-libs/boost ) python? ( ${PYTHON_DEPS} ) tools? ( !