[gentoo-commits] repo/gentoo:master commit in: net-analyzer/oinkmaster/

2023-12-24 Thread Conrad Kostecki
commit: 1c755f435ba01ca2ca2d7bd3102d3ef0ee3b0272
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Dec 22 21:19:27 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 24 23:16:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c755f43

net-analyzer/oinkmaster: use https

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-analyzer/oinkmaster/oinkmaster-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild 
b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
index c09b2be81e20..121c74ab8df2 100644
--- a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
+++ b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Rule management for SNORT"
+HOMEPAGE="https://oinkmaster.sourceforge.net/;
 SRC_URI="mirror://sourceforge/oinkmaster/${P}.tar.gz"
-HOMEPAGE="http://oinkmaster.sf.net/;
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/oinkmaster/

2021-04-03 Thread Sam James
commit: 59c2b0a0335b5051f4f6bf7601d2e482c83c37f6
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 18:43:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 18:59:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c2b0a0

net-analyzer/oinkmaster: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/oinkmaster/oinkmaster-2.0.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild 
b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
index 35f0ef818c0..c09b2be81e2 100644
--- a/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
+++ b/net-analyzer/oinkmaster/oinkmaster-2.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 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"
@@ -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() {