commit: 35c0f8c2e2ff9120d86008681e6d1b8fcb94761c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Oct 29 12:49:25 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 10:55:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c0f8c2
sys-apps/cciss_vol_status: EAPI8, ebuild improvements Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .../cciss_vol_status/cciss_vol_status-1.12a-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a-r1.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a-r1.ebuild new file mode 100644 index 000000000000..8accb14c0572 --- /dev/null +++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers" +HOMEPAGE="https://cciss.sourceforge.net/#cciss_utils" +SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~ia64 ~x86" +SLOT="0" + +src_install() { + default + exeinto /etc/cron.hourly + newexe "${FILESDIR}/cciss_vol_status-r2.cron" cciss_vol_status +}
