commit: 2395c443543e0f41c32bac17e78cea8248f8b61f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 16:58:46 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 16:58:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2395c443
sys-apps/cciss_vol_status: drop 1.12a, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../cciss_vol_status/cciss_vol_status-1.12a.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild deleted file mode 100644 index f2ab155d7c38..000000000000 --- a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -IUSE="" -DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers" -HOMEPAGE="https://cciss.sourceforge.net/#cciss_utils" -LICENSE="GPL-2+" -SRC_URI="https://downloads.sourceforge.net/cciss/${P}.tar.gz" -KEYWORDS="amd64 x86" -SLOT="0" -RDEPEND="" -DEPEND="" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README - exeinto /etc/cron.hourly - newexe "${FILESDIR}/cciss_vol_status-r2.cron" cciss_vol_status -}
