summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-06-06 06:47:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-06-06 06:47:00 +0000
commit751e4648ef27f275618a403f7e9ce4a54d839738 (patch)
tree57cb2d86798288575b4cfdda8094703921aeb588 /x11-drivers
parentLinux-3.0 changes. (diff)
downloadgentoo-2-751e4648ef27f275618a403f7e9ce4a54d839738.tar.gz
gentoo-2-751e4648ef27f275618a403f7e9ce4a54d839738.tar.bz2
gentoo-2-751e4648ef27f275618a403f7e9ce4a54d839738.zip
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/ati-drivers/ChangeLog7
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-10.10.ebuild6
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-10.11.ebuild6
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-10.12.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-11.2.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-11.3.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-11.4.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-11.5.ebuild4
8 files changed, 22 insertions, 17 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog
index b6fc316e5761..59cb2d68fb2f 100644
--- a/x11-drivers/ati-drivers/ChangeLog
+++ b/x11-drivers/ati-drivers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/ati-drivers
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.251 2011/05/26 20:17:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.252 2011/06/06 06:47:00 robbat2 Exp $
+
+ 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> ati-drivers-10.10.ebuild,
+ ati-drivers-10.11.ebuild, ati-drivers-10.12.ebuild, ati-drivers-11.2.ebuild,
+ ati-drivers-11.3.ebuild, ati-drivers-11.4.ebuild, ati-drivers-11.5.ebuild:
+ Linux-3.0 changes.
26 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+files/ati-drivers-2.6.39.patch, ati-drivers-11.5.ebuild:
diff --git a/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild b/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild
index c1d1ded00c87..a95c52816237 100644
--- a/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild,v 1.2 2010/11/23 21:06:20 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.10.ebuild,v 1.3 2011/06/06 06:47:00 robbat2 Exp $
EAPI="2"
@@ -125,7 +125,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild b/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild
index b6a5e6a525dc..b674654ac5a4 100644
--- a/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild,v 1.3 2010/12/25 20:14:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.11.ebuild,v 1.4 2011/06/06 06:47:00 robbat2 Exp $
EAPI="2"
@@ -125,7 +125,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild b/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild
index c489ab03275c..418dc6b44cda 100644
--- a/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild,v 1.4 2011/03/22 21:33:56 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-10.12.ebuild,v 1.5 2011/06/06 06:47:00 robbat2 Exp $
EAPI="2"
@@ -125,7 +125,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild
index b0cc6c1c1102..518e80fd7906 100644
--- a/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild,v 1.5 2011/03/26 10:31:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild,v 1.6 2011/06/06 06:47:00 robbat2 Exp $
EAPI="2"
@@ -125,7 +125,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild
index ff99d8170c8d..ec3548c11315 100644
--- a/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild,v 1.3 2011/05/09 08:05:58 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.3.ebuild,v 1.4 2011/06/06 06:47:00 robbat2 Exp $
EAPI="2"
@@ -125,7 +125,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild
index e3d4cb145a9c..f44d02ef5cae 100644
--- a/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild,v 1.1 2011/05/02 15:42:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.4.ebuild,v 1.2 2011/06/06 06:47:00 robbat2 Exp $
EAPI=4
@@ -127,7 +127,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi
diff --git a/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild
index 9fdbfa0241b2..a544220e9330 100644
--- a/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild,v 1.2 2011/05/26 20:17:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.5.ebuild,v 1.3 2011/06/06 06:47:00 robbat2 Exp $
EAPI=4
@@ -127,7 +127,7 @@ QA_DT_HASH="
_check_kernel_config() {
local failed=0
local error=""
- if ! kernel_is 2 6; then
+ if ! kernel_is -ge 2 6; then
eerror "You need a 2.6 linux kernel to compile against!"
die "No 2.6 Kernel found"
fi