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 833BF139694 for ; Sun, 6 Aug 2017 13:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C50EE0D75; Sun, 6 Aug 2017 13:42:31 +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 65BD3E0D75 for ; Sun, 6 Aug 2017 13:42:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C24D3417E9 for ; Sun, 6 Aug 2017 13:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7FA37601 for ; Sun, 6 Aug 2017 13:42:26 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502026903.b74a5abf9679a92368e3679c97eb8dd15d0f91f0.amynka@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: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: b74a5abf9679a92368e3679c97eb8dd15d0f91f0 X-VCS-Branch: master Date: Sun, 6 Aug 2017 13:42:26 +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-Archives-Salt: 77064c56-2c9f-433a-b68e-1d65a9273216 X-Archives-Hash: 7aea80c83f0b60e772e6fee27ad78d11 commit: b74a5abf9679a92368e3679c97eb8dd15d0f91f0 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 6 13:14:02 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Aug 6 13:41:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74a5abf sys-firmware/ipw2200-firmware: Shorter DESCRIPTION sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild index a3bef2b2498..ee07ac7f89c 100644 --- a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild +++ b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # 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 adapters" +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"