Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga/
Date: Sat, 24 Dec 2016 19:16:14
Message-Id: 1482606955.6e4b812a15811b75f373f3a647d9047b59370024.prometheanfire@gentoo
1 commit: 6e4b812a15811b75f373f3a647d9047b59370024
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 24 19:15:55 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 24 19:15:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4b812a
7
8 net-analyzer/icinga: use the correct S directory
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/icinga/icinga-1.13.4.ebuild | 1 +
13 net-analyzer/icinga/icinga-1.14.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/icinga/icinga-1.13.4.ebuild b/net-analyzer/icinga/icinga-1.13.4.ebuild
17 index 61bb779..4279330 100644
18 --- a/net-analyzer/icinga/icinga-1.13.4.ebuild
19 +++ b/net-analyzer/icinga/icinga-1.13.4.ebuild
20 @@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/"
21 #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
22 SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz
23 https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch"
24 +S="${WORKDIR}/${PN}-core-${PV}"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28
29 diff --git a/net-analyzer/icinga/icinga-1.14.0.ebuild b/net-analyzer/icinga/icinga-1.14.0.ebuild
30 index 61bb779..0a18be7 100644
31 --- a/net-analyzer/icinga/icinga-1.14.0.ebuild
32 +++ b/net-analyzer/icinga/icinga-1.14.0.ebuild
33 @@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/"
34 #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
35 SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz
36 https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch"
37 +S="${WORKDIR}/${PN}-core-${PV}"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 @@ -45,7 +46,6 @@ pkg_setup() {
42
43 src_prepare() {
44 epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch"
45 - epatch "${DISTDIR}/CVE-2015-8010_1.13.3.patch"
46 }
47
48 src_configure() {