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 A6E0C158086 for ; Tue, 14 Dec 2021 20:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F5EA2BC025; Tue, 14 Dec 2021 20:38:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95FAA2BC01E for ; Tue, 14 Dec 2021 20:38:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0115A3437F7 for ; Tue, 14 Dec 2021 20:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A783C246 for ; Tue, 14 Dec 2021 20:38:29 +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: <1639514285.7fb695455e4c8af20f811df1310cae2677c2e3b3.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ivtv-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild X-VCS-Directories: sys-firmware/ivtv-firmware/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7fb695455e4c8af20f811df1310cae2677c2e3b3 X-VCS-Branch: master Date: Tue, 14 Dec 2021 20:38:29 +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: dce986c8-69b7-4321-a09f-e7b48e1e04fb X-Archives-Hash: 6c99c2c75d66c9b11ae4d30695fceabe commit: 7fb695455e4c8af20f811df1310cae2677c2e3b3 Author: Jakov Smolić gentoo org> AuthorDate: Tue Dec 14 20:38:05 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Dec 14 20:38:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb69545 sys-firmware/ivtv-firmware: Drop EAPI-5 ebuild Signed-off-by: Jakov Smolić gentoo.org> .../ivtv-firmware/ivtv-firmware-20080701-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild deleted file mode 100644 index 0ac539665e44..000000000000 --- a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards" -HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="Hauppauge-Firmware" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - insinto /lib/firmware - doins v4l-cx2341x-*.fw v4l-pvrusb2-*.fw - doins *.mpg -}