From b1035a95482a29848833574f945889e167f5a2db Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 22 Dec 2017 16:13:15 -0600 Subject: 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 --- net-analyzer/icinga/icinga-1.14.2.ebuild | 9 --------- 1 file changed, 9 deletions(-) (limited to 'net-analyzer/icinga') diff --git a/net-analyzer/icinga/icinga-1.14.2.ebuild b/net-analyzer/icinga/icinga-1.14.2.ebuild index 681ce94efa8d..c7931ece03d9 100644 --- a/net-analyzer/icinga/icinga-1.14.2.ebuild +++ b/net-analyzer/icinga/icinga-1.14.2.ebuild @@ -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 -- cgit v1.2.3-65-gdbad