From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61AFA1395E2 for ; Mon, 21 Nov 2016 15:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69868E0B85; Mon, 21 Nov 2016 15:39:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C8C0E0B85 for ; Mon, 21 Nov 2016 15:39:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5AA8341026 for ; Mon, 21 Nov 2016 15:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C11D497 for ; Mon, 21 Nov 2016 15:39:07 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1479742731.e46f2838ad27048594b5eee0a484162f43e68b56.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/blcr/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/blcr/blcr-0.8.4.ebuild sys-cluster/blcr/blcr-0.8.5.ebuild X-VCS-Directories: sys-cluster/blcr/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: e46f2838ad27048594b5eee0a484162f43e68b56 X-VCS-Branch: master Date: Mon, 21 Nov 2016 15:39:07 +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: 083f1d2a-67be-4cfd-a3d4-999b218883d4 X-Archives-Hash: 0a83c92202d79476226715688c9335c1 commit: e46f2838ad27048594b5eee0a484162f43e68b56 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Nov 21 15:38:51 2016 +0000 Commit: Martin Mokrejs fold natur cuni 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}"