public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/linux-gpib: ChangeLog linux-gpib-3.2.16-r1.ebuild linux-gpib-3.2.16.ebuild
@ 2011-11-30  1:18 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-11-30  1:18 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/11/30 01:18:47

  Modified:             ChangeLog linux-gpib-3.2.16-r1.ebuild
  Removed:              linux-gpib-3.2.16.ebuild
  Log:
  Sanitize kernel version test
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/linux-gpib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Aug 2011 11:22:30 -0000	1.3
+++ ChangeLog	30 Nov 2011 01:18:46 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/linux-gpib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.3 2011/08/14 11:22:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.4 2011/11/30 01:18:46 dilfridge Exp $
+
+  30 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  -linux-gpib-3.2.16.ebuild, linux-gpib-3.2.16-r1.ebuild:
+  Sanitize kernel version test
 
 *linux-gpib-3.2.16-r1 (14 Aug 2011)
 



1.2                  sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild?r1=1.1&r2=1.2

Index: linux-gpib-3.2.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-gpib-3.2.16-r1.ebuild	14 Aug 2011 11:22:30 -0000	1.1
+++ linux-gpib-3.2.16-r1.ebuild	30 Nov 2011 01:18:46 -0000	1.2
@@ -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/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild,v 1.1 2011/08/14 11:22:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r1.ebuild,v 1.2 2011/11/30 01:18:46 dilfridge Exp $
 
 EAPI=4
 PERL_EXPORT_PHASE_FUNCTIONS=no
@@ -41,13 +41,7 @@
 	perl-module_pkg_setup
 	linux-mod_pkg_setup
 
-	case ${KV_MINOR} in
-		4) die "This version of Linux-GPIB requires a version 2.6.x of the Linux kernel. 2.4.x kernels are supported by Linux-GPIB versions 3.1.x." ;;
-		6) ;;
-		*) die "Unsupported kernel version '${KV_FULL}'." ;;
-	esac
-
-	if [ ${KV_PATCH} -lt 8 ] ; then
+	if kernel_is -lt 2 6 8 ; then
 		die "Kernel versions older than 2.6.8 are not supported."
 	fi
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-30  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  1:18 [gentoo-commits] gentoo-x86 commit in sci-libs/linux-gpib: ChangeLog linux-gpib-3.2.16-r1.ebuild linux-gpib-3.2.16.ebuild Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox