commit:     e46f2838ad27048594b5eee0a484162f43e68b56
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Nov 21 15:38:51 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Nov 21 15:38:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e46f2838

sys-cluster/blcr: version bump to Jan 2013 version

Package-Manager: portage-2.3.2

 sys-cluster/blcr/blcr-0.8.4.ebuild                        | 2 +-
 sys-cluster/blcr/{blcr-0.8.4.ebuild => blcr-0.8.5.ebuild} | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/blcr/blcr-0.8.4.ebuild 
b/sys-cluster/blcr/blcr-0.8.4.ebuild
index 8145dd0..ddea68f 100644
--- a/sys-cluster/blcr/blcr-0.8.4.ebuild
+++ b/sys-cluster/blcr/blcr-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/sys-cluster/blcr/blcr-0.8.4.ebuild 
b/sys-cluster/blcr/blcr-0.8.5.ebuild
similarity index 79%
copy from sys-cluster/blcr/blcr-0.8.4.ebuild
copy to sys-cluster/blcr/blcr-0.8.5.ebuild
index 8145dd0..4a4046c 100644
--- a/sys-cluster/blcr/blcr-0.8.4.ebuild
+++ b/sys-cluster/blcr/blcr-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit linux-mod
 
 DESCRIPTION="Berkeley Lab Checkpoint/Restart for Linux"
 HOMEPAGE="https://ftg.lbl.gov/projects/CheckpointRestart";
-SRC_URI="https://ftg.lbl.gov/assets/projects/CheckpointRestart/downloads/${P}.tar.gz";
+SRC_URI="https://crd.lbl.gov/assets/Uploads/FTG/Projects/CheckpointRestart/downloads/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
@@ -24,8 +24,9 @@ pkg_setup() {
        linux-info_pkg_setup
 
        # kernel version check
-       if kernel_is gt 2 6 38; then
-               eerror "${PN} is being developed and tested up to linux-2.6.38."
+       if kernel_is gt 3 8; then
+               eerror "${PN} is being developed and tested up to linux-3.7.x."
+               eerror "It is known not to work with 3.8.x kernels"
                eerror "Make sure you have a proper kernel version and point"
                eerror "  /usr/src/linux symlink or env variable KERNEL_DIR to 
it!"
                die "Wrong kernel version ${KV_FULL}"

Reply via email to