summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/oinkmaster/oinkmaster-2.0.ebuild')
-rw-r--r--net-analyzer/oinkmaster/oinkmaster-2.0.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
index 35f0ef818c0b..30f1a1a8401a 100644
--- a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
+++ b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils
+EAPI=7
DESCRIPTION="Rule management for SNORT"
-SRC_URI="mirror://sourceforge/oinkmaster/${P}.tar.gz"
-HOMEPAGE="http://oinkmaster.sf.net/"
+HOMEPAGE="https://oinkmaster.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/oinkmaster/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -14,11 +13,11 @@ KEYWORDS="amd64 ~arm ppc sparc x86"
IUSE="X"
RDEPEND="
+ app-arch/gzip
+ app-arch/tar
>=dev-lang/perl-5.6.1
- X? ( dev-perl/Tk )
net-misc/wget
- app-arch/tar
- app-arch/gzip
+ X? ( dev-perl/Tk )
"
src_install() {