From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 321BC13838B for ; Fri, 19 Sep 2014 11:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5DB8E07F5; Fri, 19 Sep 2014 11:25:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40ACDE07F5 for ; Fri, 19 Sep 2014 11:25:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34B9033FFB1 for ; Fri, 19 Sep 2014 11:25:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2273) id 9D730E8E; Fri, 19 Sep 2014 11:25:11 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/eudev: eudev-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: eudev-9999.ebuild ChangeLog X-VCS-Directories: sys-fs/eudev X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140919112511.9D730E8E@oystercatcher.gentoo.org> Date: Fri, 19 Sep 2014 11:25:11 +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: 2bad0da6-685a-4283-81ca-435bf0e1e1ae X-Archives-Hash: 90aefc37c3e65d4643f27b1e390f450d blueness 14/09/19 11:25:11 Modified: eudev-9999.ebuild ChangeLog Log: Userland firmware loading is no longer supported (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.62 sys-fs/eudev/eudev-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild?r1=1.61&r2=1.62 Index: eudev-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- eudev-9999.ebuild 15 Sep 2014 11:01:16 -0000 1.61 +++ eudev-9999.ebuild 19 Sep 2014 11:25:11 -0000 1.62 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild,v 1.61 2014/09/15 11:01:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild,v 1.62 2014/09/19 11:25:11 blueness Exp $ EAPI="5" @@ -132,7 +132,6 @@ --docdir=/usr/share/doc/${PF} --libdir=/usr/$(get_libdir) --with-rootlibexecdir=/lib/udev - --with-firmware-path="${EPREFIX}usr/lib/firmware/updates:${EPREFIX}usr/lib/firmware:${EPREFIX}lib/firmware/updates:${EPREFIX}lib/firmware" --with-html-dir="/usr/share/doc/${PF}/html" --enable-split-usr --exec-prefix=/ 1.143 sys-fs/eudev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 19 Sep 2014 10:54:15 -0000 1.142 +++ ChangeLog 19 Sep 2014 11:25:11 -0000 1.143 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.142 2014/09/19 10:54:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.143 2014/09/19 11:25:11 blueness Exp $ + + 19 Sep 2014; Anthony G. Basile eudev-9999.ebuild: + Userland firmware loading is no longer supported 19 Sep 2014; Anthony G. Basile eudev-1.10-r2.ebuild: Stable on ppc/ppc64, bug #522792