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 A51E4158086 for ; Tue, 14 Dec 2021 16:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E15E92BC04C; Tue, 14 Dec 2021 16:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E78092BC04C for ; Tue, 14 Dec 2021 16:17:35 +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 D03443437EC for ; Tue, 14 Dec 2021 16:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE86206 for ; Tue, 14 Dec 2021 16:17:32 +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: <1639498640.582ca2b03d6231813add3980a3dd24f694813d39.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipw2200-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild X-VCS-Directories: sys-firmware/ipw2200-firmware/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 582ca2b03d6231813add3980a3dd24f694813d39 X-VCS-Branch: master Date: Tue, 14 Dec 2021 16:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7df9187-9cc2-4926-baf3-bb1bde446542 X-Archives-Hash: 0544061276853da427b5edc03b8d4028 commit: 582ca2b03d6231813add3980a3dd24f694813d39 Author: Jakov Smolić gentoo org> AuthorDate: Tue Dec 14 16:17:20 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Dec 14 16:17:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582ca2b0 sys-firmware/ipw2200-firmware: Drop EAPI-5 ebuild Signed-off-by: Jakov Smolić gentoo.org> .../ipw2200-firmware/ipw2200-firmware-3.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild deleted file mode 100644 index 93ff56de95eb..000000000000 --- a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P=${P/firmware/fw} - -DESCRIPTION="Firmware for the Intel PRO/Wireless 2200BG/2915ABG miniPCI and 2225BG PCI" -HOMEPAGE="http://ipw2200.sourceforge.net/" -SRC_URI="http://www.bughost.org/firmware/${MY_P}.tgz" - -LICENSE="ipw2200-fw" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto /lib/firmware - doins ipw2200-{bss,ibss,sniffer}.fw -}