mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-apps/cciss_vol_status: Drop old
Closes: https://bugs.gentoo.org/647412 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,5 +1 @@
|
||||
DIST cciss_vol_status-1.03.tar.gz 86581 BLAKE2B b61b486884ce9c6b24824d9f62debb380a58234952e3f8f7b3eb865d378c4259571754e4d307260fd8f5f15febcdfe94d6e4e80f3fbd23b551f516a69ac9cf80 SHA512 8804c65c3eefd04b4e9ddcfb132e3ebfafdb24469e481539743911b65207872696e1d2772b2402db87b35a2dcde20a3ff72928700bb56803e1b98e62d21940a4
|
||||
DIST cciss_vol_status-1.09.tar.gz 104978 BLAKE2B 34827680726adcf82d6569ed337dc63224956598cd9eeef8fca833a51c71bf153b91488777f7e5b5ad64ecedb197c0c6e954dbfbfcee4558469b0236925711c5 SHA512 c773c6addcb26a3c635c28f9ebad7b9a5c2457516ffa87548fe0d3cee5ff864267dbe7c4dfccef0ed1c40d0273a833475ce4c96ba51f755776059daee892d114
|
||||
DIST cciss_vol_status-1.10.tar.gz 107233 BLAKE2B 2c2fc1dbe09821506fb0e5cff630ba95c748ecd523f77d0bf2acad0a97693f41b42ecfb4bd84d0e4be6eb00757b216ccd513dd7eb118fc74d80fd1dbeae78a4e SHA512 2010a9fd90b3e4c1d21ae6946c8085df96d15e4d4ce732d6488034e96f1d029f48d6226190c7422f9d99ab2994315c0514c534bb79aafd52b52bd27498428461
|
||||
DIST cciss_vol_status-1.11.tar.gz 112316 BLAKE2B 49c76823be076f0636530b941cd2450d3a2ad44610b5857e651d3e4451e3a2f368cf0dd2357b4bb54f99468c1f2ac9b95938532f3a71cb22a6e44e3bf2b6f859 SHA512 20a80367a794a7f805f3b40184e93bd4f85e8ce2a7784eba1d2d68cbffc8299cbe121f9bf25e7112abec1269802f8146f3fc36501fb72536b1aee384e8d32064
|
||||
DIST cciss_vol_status-1.12.tar.gz 120346 BLAKE2B 8094f7b421c8c3f003f38cef380eb14c6778b750a62a5b8b94df955f87c0a77b1b7dfa9df16d6bb10f4955b6961b022b871fc39d143717b8024ec40fdb3b819f SHA512 f9fa8b98bd42810932f03f514b4b8c6cea690378f065a6c9788ddb78612c7ca2aa9a7fefa8a40634cfe247600fb6d3f11f0b687fba77d1423087a2b319773d69
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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"
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed."
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
@@ -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 x86"
|
||||
SLOT="0"
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed."
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
exeinto /etc/cron.daily
|
||||
newexe "${FILESDIR}/cciss_vol_status.cron" cciss_vol_status
|
||||
}
|
||||
@@ -1,19 +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 ~x86"
|
||||
SLOT="0"
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed."
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2015 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
|
||||
}
|
||||
Reference in New Issue
Block a user