From 5a8b75424b6962ebff34211d1ad39e94ab0f6e04 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sat, 26 Sep 2020 01:19:36 +0000 Subject: sys-cluster/blcr: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- sys-cluster/blcr/Manifest | 1 - sys-cluster/blcr/blcr-0.8.5.ebuild | 58 -------------------------------------- sys-cluster/blcr/metadata.xml | 11 -------- 3 files changed, 70 deletions(-) delete mode 100644 sys-cluster/blcr/Manifest delete mode 100644 sys-cluster/blcr/blcr-0.8.5.ebuild delete mode 100644 sys-cluster/blcr/metadata.xml (limited to 'sys-cluster') diff --git a/sys-cluster/blcr/Manifest b/sys-cluster/blcr/Manifest deleted file mode 100644 index 31fa4f64d..000000000 --- a/sys-cluster/blcr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blcr-0.8.5.tar.gz 921596 BLAKE2B 6c507c20e0e4389c4c0ae12e2bc28fa1ee259dbeb46bc8b0e917c63f8612a052c69d43adbf60eba05573d37a78d9e85a1485558c9db482da858e815aab5bbe0d SHA512 9089b9f04d948f6a470dd54026167ca8a4330b51f0ee74a2dd98b5cf17d9090950b82f66727a7d09da746a450b061c0ac9991e21de23dd596180be469c28d795 diff --git a/sys-cluster/blcr/blcr-0.8.5.ebuild b/sys-cluster/blcr/blcr-0.8.5.ebuild deleted file mode 100644 index 87880e460..000000000 --- a/sys-cluster/blcr/blcr-0.8.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit linux-mod - -DESCRIPTION="Berkeley Lab Checkpoint/Restart for Linux" -HOMEPAGE="https://ftg.lbl.gov/projects/CheckpointRestart" -SRC_URI="https://crd.lbl.gov/assets/Uploads/FTG/Projects/CheckpointRestart/downloads/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# up to kernel 2.6.38 - -pkg_setup() { - local msg - linux-info_pkg_setup - - # kernel version check - 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}" - fi - - 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}" - - MAKEOPTS+=" -j1" -} - -src_install() { - dodoc README NEWS - cd "${S}"/util || die - default - cd "${S}"/libcr || die - default - cd "${S}"/man || die - default - cd "${S}"/include || die - default - 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" -} diff --git a/sys-cluster/blcr/metadata.xml b/sys-cluster/blcr/metadata.xml deleted file mode 100644 index 76dfb6d1d..000000000 --- a/sys-cluster/blcr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - cluster@gentoo.org - Gentoo Cluster Project - - -Berkeley Lab Checkpoint/Restart for Linux - - -- cgit v1.2.3-65-gdbad