Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316105
Collapse All | Expand All

(-)hpacucli-8.10.2.ebuild (-3 / +3 lines)
Lines 10-16 Link Here
10
10
11
DESCRIPTION="HP Array Configuration Utility Command Line Interface (HPACUCLI, formerly CPQACUXE)"
11
DESCRIPTION="HP Array Configuration Utility Command Line Interface (HPACUCLI, formerly CPQACUXE)"
12
HOMEPAGE="http://h18000.www1.hp.com/products/servers/linux/documentation.html"
12
HOMEPAGE="http://h18000.www1.hp.com/products/servers/linux/documentation.html"
13
SRC_URI="${SRC_URI_BASE}/p414707558/v47111/${PN}-${MY_PV}.noarch.rpm"
13
SRC_URI="${SRC_URI_BASE}/p414707558/v57949/${PN}-${MY_PV}.noarch.rpm ${SRC_URI_BASE}/p414707558/v57949/${PN}-${MY_PV}.noarch.txt"
14
LICENSE="hp-proliant-essentials"
14
LICENSE="hp-proliant-essentials"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
16
IUSE=""
Lines 32-38 Link Here
32
	newexe "${MY_S}"/.${PN} ${PN}.bin
32
	newexe "${MY_S}"/.${PN} ${PN}.bin
33
	insinto "${HPACUCLI_BASEDIR}"
33
	insinto "${HPACUCLI_BASEDIR}"
34
	doins "${MY_S}"/*.so
34
	doins "${MY_S}"/*.so
35
	dodoc "${MY_S}/${PN}-${MY_PV}.linux.txt"
35
	dodoc "${PORTDIR}/distfiles/${PN}-${MY_PV}.noarch.txt"
36
	doman "${S}"/usr/man/man?/*
36
	doman "${S}"/usr/man/man?/*
37
	diropts -m0700
37
	diropts -m0700
38
	dodir ${HPACUCLI_LOCKDIR}
38
	dodir ${HPACUCLI_LOCKDIR}
Lines 50-55 Link Here
50
	fi
50
	fi
51
	einfo
51
	einfo
52
	einfo "For more information regarding this utility, please read"
52
	einfo "For more information regarding this utility, please read"
53
	einfo "/usr/share/doc/${P}/${PN}-${MY_PV}.linux.txt"
53
	einfo "/usr/share/doc/${P}/${PN}-${MY_PV}.noarch.txt"
54
	einfo
54
	einfo
55
}
55
}

Return to bug 316105