Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/quidscor/
Date: Sat, 03 Apr 2021 18:59:34
Message-Id: 1617476354.871f3d515237c8b7655b8bc185c0c07b1986441a.sam@gentoo
1 commit: 871f3d515237c8b7655b8bc185c0c07b1986441a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 18:57:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 18:59:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871f3d51
7
8 net-analyzer/quidscor: eutils->epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild b/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild
16 index 9c118b6762a..15a6af1294c 100644
17 --- a/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild
18 +++ b/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -inherit eutils toolchain-funcs
26 +
27 +inherit epatch toolchain-funcs
28
29 DESCRIPTION="Qualys IDS Correlation Daemon"
30 HOMEPAGE="http://quidscor.sourceforge.net/"
31 @@ -37,6 +38,7 @@ src_compile() {
32 src_install() {
33 emake PREFIX=/usr STAGING_PREFIX="${D}" install
34 dodoc ChangeLog FAQ MANIFEST README TODO
35 +
36 # fix ugly install
37 cd "${D}"/usr || die
38 mv etc .. || die