net-analyzer/barnyard2: add missing remote-if, fix VariableOrderWrong

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2024-03-14 18:42:28 +01:00
committed by Conrad Kostecki
parent ad8ea21bc0
commit 5c6c641b5d
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,9 +7,10 @@ inherit autotools
DESCRIPTION="Parser for Snort unified/unified2 files"
HOMEPAGE="https://github.com/firnsy/barnyard2 https://firnsy.com/projects"
SRC_URI="https://github.com/firnsy/barnyard2/archive/v2-${PV}.tar.gz -> ${P}-github.tar.gz"
S="${WORKDIR}/${PN}-2-${PV}"
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug gre mpls mysql odbc postgres sguil"
@@ -24,7 +25,6 @@ RDEPEND="
${DEPEND}
"
DOCS="RELEASE.NOTES etc/barnyard2.conf doc/README* schemas/create_*"
S="${WORKDIR}/${PN}-2-${PV}"
PATCHES=(
"${FILESDIR}"/${PN}-1.13-free.patch
"${FILESDIR}"/${PN}-1.13-libdir.patch

View File

@@ -20,6 +20,7 @@
</maintainer>
<doc>http://www.securixlive.com/barnyard2/docs/index.php</doc>
<bugs-to>mailto:dev@securixlive.com</bugs-to>
<remote-id type="github">firnsy/barnyard2</remote-id>
</upstream>
<use>
<flag name="gre">Enable GRE support</flag>