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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 129B2158086 for ; Sun, 28 Nov 2021 21:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A64A2BC001; Sun, 28 Nov 2021 21:56:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D2E32BC001 for ; Sun, 28 Nov 2021 21:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 054A7342BC1 for ; Sun, 28 Nov 2021 21:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E263164 for ; Sun, 28 Nov 2021 21:56:54 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1638136340.c327cc8c155c68bbe31a6cc59d9ffbee565dcd83.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/tt-s2-6400-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild X-VCS-Directories: sys-firmware/tt-s2-6400-firmware/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c327cc8c155c68bbe31a6cc59d9ffbee565dcd83 X-VCS-Branch: master Date: Sun, 28 Nov 2021 21:56:54 +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: 895e371e-703d-4777-96b8-5b6a5a1c2ccf X-Archives-Hash: 0b4602226069d04fecd206b099d54e37 commit: c327cc8c155c68bbe31a6cc59d9ffbee565dcd83 Author: Jakov Smolić gentoo org> AuthorDate: Sun Nov 28 21:52:20 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Nov 28 21:52:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c327cc8c sys-firmware/tt-s2-6400-firmware: Port to EAPI 8 Closes: https://bugs.gentoo.org/826538 Signed-off-by: Jakov Smolić gentoo.org> .../tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild b/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild index 3f114357cafe..4bc0c801db6d 100644 --- a/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild +++ b/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild @@ -1,25 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -RESTRICT="mirror bindist" +EAPI=8 DESCRIPTION="Firmware for the Technotrend S2-6400 DVB Card" HOMEPAGE="http://www.aregel.de/" SRC_URI="http://www.aregel.de/file_download/28/dvb-ttpremium-st7109-01_v0_5_1.zip http://www.aregel.de/file_download/26/dvb-ttpremium-fpga-01_v1_10.zip http://www.aregel.de/file_download/7/dvb-ttpremium-loader-01_v1_03.zip" +S="${WORKDIR}" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" +RESTRICT="mirror bindist" -S=${WORKDIR} +BDEPEND="app-arch/unzip" src_install() { insinto /lib/firmware