commit: e8b0fd48193d3c44f958c9695e7cc4f08310048e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 17:31:43 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 17:53:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8b0fd48
sys-cluster/blcr: Bump to EAPI=6 drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/blcr/blcr-0.8.4.ebuild | 58 -------------------------------------- sys-cluster/blcr/blcr-0.8.5.ebuild | 8 +++--- 2 files changed, 4 insertions(+), 62 deletions(-) diff --git a/sys-cluster/blcr/blcr-0.8.4.ebuild b/sys-cluster/blcr/blcr-0.8.4.ebuild deleted file mode 100644 index 5fbfc13cd..000000000 --- a/sys-cluster/blcr/blcr-0.8.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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="" - -MAKEOPTS="${MAKEOPTS} -j1" - -# up to kernel 2.6.38 - -pkg_setup() { - local msg - 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." - 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}" -} - -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/blcr-0.8.5.ebuild b/sys-cluster/blcr/blcr-0.8.5.ebuild index 4a4046c3e..21bb2c33f 100644 --- a/sys-cluster/blcr/blcr-0.8.5.ebuild +++ b/sys-cluster/blcr/blcr-0.8.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit linux-mod @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -MAKEOPTS="${MAKEOPTS} -j1" - # up to kernel 2.6.38 pkg_setup() { @@ -37,6 +35,8 @@ pkg_setup() { blcr_imports(blcr::${S}/blcr_imports/kbuild)" BUILD_TARGETS="clean all" ECONF_PARAMS="--with-kernel=${KV_DIR}" + + MAKEOPTS+=" -j1" } src_install() {
