commit:     b1035a95482a29848833574f945889e167f5a2db
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 22:13:15 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 22:34:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1035a95

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(-)

diff --git a/net-analyzer/icinga/icinga-1.14.2.ebuild 
b/net-analyzer/icinga/icinga-1.14.2.ebuild
index 681ce94efa8..c7931ece03d 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
 

Reply via email to