From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MNY2M-00013Q-TN for garchives@archives.gentoo.org; Sun, 05 Jul 2009 20:10:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE3EE03D8; Sun, 5 Jul 2009 20:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 315F6E03D8 for ; Sun, 5 Jul 2009 20:10:10 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 95A29654D4 for ; Sun, 5 Jul 2009 20:10:09 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MNY2L-0000Tv-30 for gentoo-commits@lists.gentoo.org; Sun, 05 Jul 2009 20:10:09 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-9.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ati-drivers-9.6.ebuild ChangeLog X-VCS-Directories: x11-drivers/ati-drivers X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Sun, 05 Jul 2009 20:10:09 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b6a8a879-06c7-4a1f-be62-4aba8c02c16b X-Archives-Hash: acdc010b2a9d76460a44f1a6b5452cfd scarabeus 09/07/05 20:10:09 Modified: ati-drivers-9.6.ebuild ChangeLog Log: Fix prerm phase per bug #275918. (Portage version: 2.2_rc33/cvs/Linux i686) Revision Changes Path 1.7 x11-drivers/ati-drivers/ati-drivers-9.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ati-drivers-9.6.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ati-drivers-9.6.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ati-drivers-9.6.ebuild?r1=3D1.6&r2=3D1.7 Index: ati-drivers-9.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6= .ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ati-drivers-9.6.ebuild 27 Jun 2009 22:53:22 -0000 1.6 +++ ati-drivers-9.6.ebuild 5 Jul 2009 20:10:09 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9= .6.ebuild,v 1.6 2009/06/27 22:53:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9= .6.ebuild,v 1.7 2009/07/05 20:10:09 scarabeus Exp $ =20 EAPI=3D"1" =20 @@ -455,5 +455,6 @@ } =20 pkg_prerm() { - /usr/bin/eselect opengl set xorg-x11 + linux-mod-pkg_prerm + /usr/bin/eselect opengl set --use-old xorg-x11 } 1.164 x11-drivers/ati-drivers/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ChangeLog?rev=3D1.164&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ChangeLog?rev=3D1.164&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-dr= ivers/ChangeLog?r1=3D1.163&r2=3D1.164 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- ChangeLog 27 Jun 2009 17:52:48 -0000 1.163 +++ ChangeLog 5 Jul 2009 20:10:09 -0000 1.164 @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1= .163 2009/06/27 17:52:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1= .164 2009/07/05 20:10:09 scarabeus Exp $ + + 05 Jul 2009; Tom=C3=A1=C5=A1 Chv=C3=A1tal + ati-drivers-9.6.ebuild: + Fix prerm phase per bug #275918. =20 27 Jun 2009; Tom=C3=A1=C5=A1 Chv=C3=A1tal ati-drivers-9.6.ebuild: