summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-03-18 12:44:50 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-03-18 12:44:50 +0300
commit831708f2e5ff75ca904328a643b87c0e6478f111 (patch)
treead2568c4a6058f1b81ed84a4c58205944fb14ca4 /sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild
parentsys-apps/cciss_vol_status: amd64 stable wrt bug #647412 (diff)
downloadgentoo-831708f2e5ff75ca904328a643b87c0e6478f111.tar.gz
gentoo-831708f2e5ff75ca904328a643b87c0e6478f111.tar.bz2
gentoo-831708f2e5ff75ca904328a643b87c0e6478f111.zip
sys-apps/cciss_vol_status: Drop old
Closes: https://bugs.gentoo.org/647412 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild')
-rw-r--r--sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild
deleted file mode 100644
index bcf3f921dba5..000000000000
--- a/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-IUSE=""
-DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers"
-HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils"
-LICENSE="GPL-2"
-SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz"
-KEYWORDS="amd64 ~ia64 x86"
-SLOT="0"
-RDEPEND=""
-DEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed."
- dodoc AUTHORS ChangeLog NEWS README
- exeinto /etc/cron.hourly
- newexe "${FILESDIR}/cciss_vol_status.cron" cciss_vol_status
-}