mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/icinga: no more manually fixing stripping
removed in commit fe24b74619eee99446a17dcbd8c6fe88095df988 fixes: Bug 641986 Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
@@ -7,10 +7,6 @@ inherit depend.apache eutils multilib pax-utils toolchain-funcs user versionator
|
||||
|
||||
DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils"
|
||||
HOMEPAGE="http://www.icinga.org/"
|
||||
#MY_PV=$(delete_version_separator 3)
|
||||
#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
|
||||
#S=${WORKDIR}/${PN}-${MY_PV}
|
||||
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-core-${PV}"
|
||||
|
||||
@@ -42,11 +38,6 @@ pkg_setup() {
|
||||
enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user