summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2008-02-15 13:35:06 +0000
committerTony Vroon <chainsaw@gentoo.org>2008-02-15 13:35:06 +0000
commit45318a3f552ab5e2b611a80cec2c446dba63dabe (patch)
tree853021b5bca034c4f96061099208f974b65e7814 /sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild
parentSparc stable --- Bug #208468 --- been around for a while and works. (diff)
downloadgentoo-2-45318a3f552ab5e2b611a80cec2c446dba63dabe.tar.gz
gentoo-2-45318a3f552ab5e2b611a80cec2c446dba63dabe.tar.bz2
gentoo-2-45318a3f552ab5e2b611a80cec2c446dba63dabe.zip
Version bump to 1.03; contains a major overhaul of the logical drive discovery algorithm. This adds supports for the MSA500 fibre channel controller. Marked 1.02 stable on AMD64, tested on a Proliant DL365 G1 with a P400i controller. Closes bug #209640 by Johan Andersson <johan@e-626.net>.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild')
-rw-r--r--sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild
new file mode 100644
index 000000000000..a10302585691
--- /dev/null
+++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild,v 1.1 2008/02/15 13:35:06 chainsaw Exp $
+
+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 ~x86"
+SLOT="0"
+DEPEND=">=sys-devel/autoconf-2.59"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed."
+ dodoc AUTHORS ChangeLog NEWS README
+}