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 C74D1138334 for ; Wed, 20 Feb 2019 16:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF9AAE0207; Wed, 20 Feb 2019 16:10:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9792AE0207 for ; Wed, 20 Feb 2019 16:09:41 +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 09A71335D43 for ; Wed, 20 Feb 2019 16:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98C2547 for ; Wed, 20 Feb 2019 16:09:38 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550678967.0c4698f205f2d5f4dba9126d0e105dbd0df89a32.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/zd1211-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/zd1211-firmware/Manifest sys-firmware/zd1211-firmware/zd1211-firmware-1.4.ebuild X-VCS-Directories: sys-firmware/zd1211-firmware/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0c4698f205f2d5f4dba9126d0e105dbd0df89a32 X-VCS-Branch: master Date: Wed, 20 Feb 2019 16:09:38 +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: 9c7bbe55-b880-4c4b-86b8-f4e28cc024f7 X-Archives-Hash: ca0f32c3b995f4d4fa27258f6317ede1 commit: 0c4698f205f2d5f4dba9126d0e105dbd0df89a32 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 20 16:09:27 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Feb 20 16:09:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4698f2 sys-firmware/zd1211-firmware: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-firmware/zd1211-firmware/Manifest | 1 - .../zd1211-firmware/zd1211-firmware-1.4.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/sys-firmware/zd1211-firmware/Manifest b/sys-firmware/zd1211-firmware/Manifest index aecd02c1dd9..a3e190662cf 100644 --- a/sys-firmware/zd1211-firmware/Manifest +++ b/sys-firmware/zd1211-firmware/Manifest @@ -1,2 +1 @@ -DIST zd1211-firmware-1.4.tar.bz2 39061 BLAKE2B 614463634a81dab96db35a3d5a2290f35f78e4ae3a4222ede46d4f3939d3116cec83b0901202d007d7b1760d900c3eccc9ccc7234282ef2702aea34fdab144a5 SHA512 210cf3438f2e3498cec06068020af7069d5c67469dbfc4c984c995cfc69192067184af2b04ee1f5642af25ab784c6b9a2e49f4fee3e2c144a5f88722e0462890 DIST zd1211-firmware-1.5.tar.bz2 38291 BLAKE2B 46bba5cc569263d6998b7fa40c4f1ab10138ee4acd871c34fb81a63e38649fd595de9b411c9d29bfd50cef3757cea30fc2faeae9099e43ea9ee485ec0b6c9d3d SHA512 6a8d39318a8c136b2a780ebeb485a94bbb05fa12ad7104b707314e0108e49939b4dcd0035b19f07dac0ec7bdd12668ea281b48724e512b45ac5df9dedf035897 diff --git a/sys-firmware/zd1211-firmware/zd1211-firmware-1.4.ebuild b/sys-firmware/zd1211-firmware/zd1211-firmware-1.4.ebuild deleted file mode 100644 index 00f0d3bc462..00000000000 --- a/sys-firmware/zd1211-firmware/zd1211-firmware-1.4.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 ZyDAS ZD1211 USB-WLAN devices supported by the zd1211rw driver" -HOMEPAGE="http://zd1211.ath.cx/wiki/DriverRewrite" -SRC_URI="mirror://sourceforge/zd1211/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_install() { - insinto /lib/firmware/zd1211 - doins zd1211_u{b,r,phr} zd1211b_u{b,r,phr} - dodoc README -}