From 7951e9fc40b8f33bae007b5dc10e47de61d7c261 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 29 May 2021 18:49:27 +0300 Subject: orangefs: migrate to readme.gentoo-r1 eclass Closes: https://bugs.gentoo.org/show_bug.cgi?id=792834 Signed-off-by: Andrew Savchenko --- sys-cluster/orangefs/orangefs-2.8.7.ebuild | 6 +++--- sys-cluster/orangefs/orangefs-2.9_beta20130530-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-cluster/orangefs/orangefs-2.8.7.ebuild b/sys-cluster/orangefs/orangefs-2.8.7.ebuild index 74db609..2d62898 100644 --- a/sys-cluster/orangefs/orangefs-2.8.7.ebuild +++ b/sys-cluster/orangefs/orangefs-2.8.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools linux-info linux-mod readme.gentoo +inherit autotools linux-info linux-mod readme.gentoo-r1 DESCRIPTION="OrangeFS is a branch of PVFS2 cluster filesystem" HOMEPAGE="http://www.orangefs.org/" @@ -198,7 +198,7 @@ src_install() { pkg_postinst() { use modules && linux-mod_pkg_postinst - readme.gentoo_pkg_postinst + readme.gentoo_print_elog if ! use modules; then ewarn ewarn "Without modules support you wouldn't be able to use pvfs2-client and mount" diff --git a/sys-cluster/orangefs/orangefs-2.9_beta20130530-r1.ebuild b/sys-cluster/orangefs/orangefs-2.9_beta20130530-r1.ebuild index feaa6af..749cb53 100644 --- a/sys-cluster/orangefs/orangefs-2.9_beta20130530-r1.ebuild +++ b/sys-cluster/orangefs/orangefs-2.9_beta20130530-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools linux-info linux-mod readme.gentoo +inherit autotools linux-info linux-mod readme.gentoo-r1 PV_MAJ="2.9beta" MY_P="${PN}-${PV_MAJ}.20130530" @@ -226,7 +226,7 @@ src_install() { pkg_postinst() { use modules && linux-mod_pkg_postinst - readme.gentoo_pkg_postinst + readme.gentoo_print_elog if ! use modules; then ewarn ewarn "Without modules support you wouldn't be able to use pvfs2-client and mount" -- cgit v1.2.3-65-gdbad