aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cera <tcera@wanderer2.(none)>2009-10-15 00:37:46 -0400
committerTim Cera <tcera@wanderer2.(none)>2009-10-15 00:37:46 -0400
commitcb80e499d6752fb0131b5c617bfafd7f104b30c1 (patch)
tree0fe9e375c4f4951c784f86974e63c4ac9e9b8101
parentrefmac version bump to 5.5.0107 (diff)
downloadsci-cb80e499d6752fb0131b5c617bfafd7f104b30c1.tar.gz
sci-cb80e499d6752fb0131b5c617bfafd7f104b30c1.tar.bz2
sci-cb80e499d6752fb0131b5c617bfafd7f104b30c1.zip
Version bump to blcr-0.8.2. Minor edits to remove unused vmadump module
and unneeded sandbox warning.
-rw-r--r--sys-cluster/blcr/ChangeLog8
-rw-r--r--sys-cluster/blcr/Manifest4
-rw-r--r--sys-cluster/blcr/blcr-0.6.5.ebuild2
-rw-r--r--sys-cluster/blcr/blcr-0.8.2.ebuild47
4 files changed, 58 insertions, 3 deletions
diff --git a/sys-cluster/blcr/ChangeLog b/sys-cluster/blcr/ChangeLog
index d3b2cf6e1..10ef9cd15 100644
--- a/sys-cluster/blcr/ChangeLog
+++ b/sys-cluster/blcr/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sys-cluster/blcr
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*blcr-0.8.2 (15 Oct 2009)
+
+ 15 Oct 2009; Tim Cera <timcera@earthlink.net> +blcr-0.8.2.ebuild:
+ Version bump to blcr-0.8.2. The vmadump is no longer used and seems
+ better behaved in terms of the sandbox so removed the warning.
+
07 Jul 2008; Tim Cera <timcera@earthlink.net> blcr-0.6.5.ebuild,
+metadata.xml:
Minor repoman edits.
diff --git a/sys-cluster/blcr/Manifest b/sys-cluster/blcr/Manifest
index 6a12ca720..e61865595 100644
--- a/sys-cluster/blcr/Manifest
+++ b/sys-cluster/blcr/Manifest
@@ -1,4 +1,6 @@
DIST blcr-0.6.5.tar.gz 780491 RMD160 fc5434e4623d74979c5ea62ed1038ddc5c2b009d SHA1 0fcacfe2939f2b1c29e21752313af8be73705572 SHA256 0ff89bfcf565e73b95d85f1b2f5a349fd37ecd4b64640972ffb0723456e7afa4
-EBUILD blcr-0.6.5.ebuild 1521 RMD160 69c4f309f8131f8a0a604d98d6bbcdf972dbd52e SHA1 dcf19c8564176bc5949457ec13eb89da07c411e6 SHA256 9e4a8629dceadc3b36c5637a0356184e303af33691bc6335010dde1415eda45d
+DIST blcr-0.8.2.tar.gz 876426 RMD160 b968f45cd6ae16d0b28003ad184f3e9c0c26e32b SHA1 5096facccea4ca2a4103c0bcf9d50ee2de16e483 SHA256 a807b05663967c57ee99ccc8d8f13bbb3e608fb8a1c7f25118754a2a55febbd1
+EBUILD blcr-0.6.5.ebuild 1521 RMD160 d8e4bc98266f045ff170a2fed337a2dca23daae2 SHA1 a403f501f72a06d19a2b600a323c2dec00069b95 SHA256 f9cafb98b0d0e658e7751006b1a4c30d9caa9fbd8e2a54e3e93b4a32e9311ae1
+EBUILD blcr-0.8.2.ebuild 1181 RMD160 64625787bca81eaa43b7fe00ab1c62bf9f568e2d SHA1 0aae4b9c2c742426db7290be10a2433aa054a803 SHA256 789336e9bd1f5fa3fd09fdd8b7afdbcaebdd27eee2651f5acdad4bcacd73ddcf
MISC ChangeLog 364 RMD160 da00c9a0e4877c92801af84dee06c23bd0f87c3e SHA1 f7c3dfb04391d291ddcc40eaf799f34968521657 SHA256 ef60490d2f1a81ede7bb117147f539de68806b032e3b98800f9a9d4d7db134fa
MISC metadata.xml 239 RMD160 02efd35a8782d0d9648efeae86438a5896cc8993 SHA1 5439643f0d3f1eacae0bb0036eff80ca7da9aa0d SHA256 2f34d29d82a3e62ceed6185a2a3cb351e06b2186b387e97599c5366ca92a08b0
diff --git a/sys-cluster/blcr/blcr-0.6.5.ebuild b/sys-cluster/blcr/blcr-0.6.5.ebuild
index 99666f3a2..154369974 100644
--- a/sys-cluster/blcr/blcr-0.6.5.ebuild
+++ b/sys-cluster/blcr/blcr-0.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
diff --git a/sys-cluster/blcr/blcr-0.8.2.ebuild b/sys-cluster/blcr/blcr-0.8.2.ebuild
new file mode 100644
index 000000000..a6a23bfde
--- /dev/null
+++ b/sys-cluster/blcr/blcr-0.8.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit linux-mod
+
+DESCRIPTION="Berkeley Lab Checkpoint/Restart for Linux"
+HOMEPAGE="http://ftg.lbl.gov/CheckpointRestart/CheckpointRestart.shtml"
+SRC_URI="http://ftg.lbl.gov/CheckpointRestart/downloads/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+pkg_setup() {
+ linux-mod_pkg_setup
+ MODULE_NAMES="blcr(blcr::${S}/cr_module/kbuild)
+ blcr_imports(blcr::${S}/blcr_imports/kbuild)"
+ BUILD_TARGETS="clean all"
+ ECONF_PARAMS="--with-kernel=${KV_DIR}"
+}
+
+
+src_install() {
+ dodoc README NEWS
+ cd "${S}"/util
+ emake DESTDIR="${D}" install || die "binaries install failed"
+ cd "${S}"/libcr
+ emake DESTDIR="${D}" install || die "libcr install failed"
+ cd "${S}"/man
+ emake DESTDIR="${D}" install || die "man install failed"
+ cd "${S}"/include
+ emake DESTDIR="${D}" install || die "headers install failed"
+ linux-mod_src_install
+}
+
+
+pkg_postinst() {
+ linux-mod_pkg_postinst
+ einfo "Be sure to add blcr to your modules.autoload.d to"
+ einfo "ensure that the modules get loaded on your next boot"
+}