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 894F5138A1F for ; Sun, 26 Jan 2014 17:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25489E09FA; Sun, 26 Jan 2014 17:56:16 +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 A8226E09FA for ; Sun, 26 Jan 2014 17:56:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73B2F335E31 for ; Sun, 26 Jan 2014 17:56:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id B18662004C; Sun, 26 Jan 2014 17:56:12 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-13.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ati-drivers-13.12.ebuild ChangeLog X-VCS-Directories: x11-drivers/ati-drivers X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140126175612.B18662004C@flycatcher.gentoo.org> Date: Sun, 26 Jan 2014 17:56:12 +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: babf5d71-e4dd-441d-9aab-eaecbc3a5978 X-Archives-Hash: a18cce0228366b92f0e6dabae4d7b429 chithanh 14/01/26 17:56:12 Modified: ati-drivers-13.12.ebuild ChangeLog Log: Fix building against kernel 3.13, bug #498766. Import of Emil Karlson's ebuild from the x11 overlay. (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.2 x11-drivers/ati-drivers/ati-drivers-13.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild?r1=1.1&r2=1.2 Index: ati-drivers-13.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ati-drivers-13.12.ebuild 27 Dec 2013 12:47:52 -0000 1.1 +++ ati-drivers-13.12.ebuild 26 Jan 2014 17:56:12 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v 1.1 2013/12/27 12:47:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild,v 1.2 2014/01/26 17:56:12 chithanh Exp $ EAPI=5 @@ -307,6 +307,9 @@ # Fix build on new kernels epatch "${FILESDIR}/ati-drivers-13.12-acpi.patch" + # Add support for linux-3.13. See #498766 + epatch "${FILESDIR}/ati-drivers-linux-3.13-acpi-handle.patch" + # Compile fix, https://bugs.gentoo.org/show_bug.cgi?id=454870 use pax_kernel && epatch "${FILESDIR}/const-notifier-block.patch" 1.350 x11-drivers/ati-drivers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.350&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.350&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.349&r2=1.350 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- ChangeLog 27 Dec 2013 12:47:52 -0000 1.349 +++ ChangeLog 26 Jan 2014 17:56:12 -0000 1.350 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/ati-drivers -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.349 2013/12/27 12:47:52 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.350 2014/01/26 17:56:12 chithanh Exp $ + + 26 Jan 2014; Chí-Thanh Christopher Nguyễn + +files/ati-drivers-linux-3.13-acpi-handle.patch, ati-drivers-13.12.ebuild, + files/ati-drivers-kernel-3.8-acpihandle.patch: + Fix building against kernel 3.13, bug #498766. Import of Emil Karlson's ebuild + from the x11 overlay. *ati-drivers-13.12 (27 Dec 2013)