summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-07-21 13:14:28 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-07-21 13:14:28 +0000
commit321c532f92af1c23e934638f964837674191af2f (patch)
tree71a1c95f30090f72b8e6ac5f4af957db1b24b83a /sys-apps/cciss_vol_status
parentRemoval of ltsp as per schedule. (diff)
downloadgentoo-2-321c532f92af1c23e934638f964837674191af2f.tar.gz
gentoo-2-321c532f92af1c23e934638f964837674191af2f.tar.bz2
gentoo-2-321c532f92af1c23e934638f964837674191af2f.zip
Mark stable on AMD64 as requested by Christian Hartmann <ian@gentoo.org> in bug #276971. Tested on a 6 drive RAID6 array attached to a P400i SAS Controller on a Proliant DL365 G1.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/cciss_vol_status')
-rw-r--r--sys-apps/cciss_vol_status/ChangeLog9
-rw-r--r--sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild9
2 files changed, 12 insertions, 6 deletions
diff --git a/sys-apps/cciss_vol_status/ChangeLog b/sys-apps/cciss_vol_status/ChangeLog
index 4eba01a9a6bc..b5ae09085c3c 100644
--- a/sys-apps/cciss_vol_status/ChangeLog
+++ b/sys-apps/cciss_vol_status/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/cciss_vol_status
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.4 2008/02/15 13:35:06 chainsaw Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.5 2009/07/21 13:14:28 chainsaw Exp $
+
+ 21 Jul 2009; <chainsaw@gentoo.org> cciss_vol_status-1.03.ebuild:
+ Mark stable on AMD64 as requested by Christian Hartmann <ian@gentoo.org>
+ in bug #276971. Tested on a 6 drive RAID6 array attached to a P400i SAS
+ Controller on a Proliant DL365 G1.
*cciss_vol_status-1.03 (15 Feb 2008)
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
index a10302585691..c615c76f8f5e 100644
--- a/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild
+++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.03.ebuild,v 1.2 2009/07/21 13:14:28 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"
+KEYWORDS="amd64 ~x86"
SLOT="0"
-DEPEND=">=sys-devel/autoconf-2.59"
+RDEPEND=""
+DEPEND=""
src_install() {
emake DESTDIR="${D}" install || die "Install failed."