public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
Date: Sat,  3 Oct 2020 15:30:05 +0000 (UTC)	[thread overview]
Message-ID: <1601738966.291dd7efa20bb83c0241a82005e32fc518c2542f.soap@gentoo> (raw)

commit:     291dd7efa20bb83c0241a82005e32fc518c2542f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 15:29:26 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 15:29:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291dd7ef

net-analyzer/argus: [QA] Port to GLEP 81

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...gus-3.0.8.2-r1.ebuild => argus-3.0.8.2-r3.ebuild} | 11 ++++-------
 ...gus-3.0.8.2-r2.ebuild => argus-3.0.8.2-r4.ebuild} | 20 ++++++--------------
 ...{argus-3.0.8.3.ebuild => argus-3.0.8.3-r1.ebuild} | 20 ++++++--------------
 3 files changed, 16 insertions(+), 35 deletions(-)

diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
similarity index 94%
rename from net-analyzer/argus/argus-3.0.8.2-r1.ebuild
rename to net-analyzer/argus/argus-3.0.8.2-r3.ebuild
index 2e662864e3e..a0f30622374 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils user
+
+inherit autotools epatch
 
 DESCRIPTION="network Audit Record Generation and Utilization System"
 HOMEPAGE="https://www.qosient.com/argus/"
@@ -14,6 +15,8 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug +libtirpc sasl tcpd"
 
 RDEPEND="
+	acct-group/argus
+	acct-user/argus
 	net-libs/libnsl:=
 	net-libs/libpcap
 	sys-libs/zlib
@@ -22,7 +25,6 @@ RDEPEND="
 	sasl? ( dev-libs/cyrus-sasl )
 	tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
 "
-
 DEPEND="
 	${RDEPEND}
 	>=sys-devel/bison-1.28
@@ -76,11 +78,6 @@ src_install() {
 	keepdir /var/lib/argus
 }
 
-pkg_preinst() {
-	enewgroup argus
-	enewuser argus -1 -1 /var/lib/argus argus
-}
-
 pkg_postinst() {
 	elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite"
 	elog "possible that the init script will fail to work."

diff --git a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
similarity index 90%
rename from net-analyzer/argus/argus-3.0.8.2-r2.ebuild
rename to net-analyzer/argus/argus-3.0.8.2-r4.ebuild
index 807aab798e0..3ca4a4b18ff 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools user
+
+inherit autotools
 
 DESCRIPTION="network Audit Record Generation and Utilization System"
 HOMEPAGE="https://openargus.org/"
@@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug +libtirpc sasl tcpd"
 
 RDEPEND="
+	acct-group/argus
+	acct-user/argus
 	net-libs/libnsl:=
 	net-libs/libpcap
 	sys-libs/zlib
@@ -22,9 +25,8 @@ RDEPEND="
 	sasl? ( dev-libs/cyrus-sasl )
 	tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
 "
-
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	>=sys-devel/bison-1.28
 	>=sys-devel/flex-2.4.6
 "
@@ -37,11 +39,6 @@ PATCHES=(
 )
 S=${WORKDIR}/${P/_rc/.rc.}
 
-pkg_setup() {
-	enewgroup argus
-	enewuser argus -1 -1 /var/lib/argus argus
-}
-
 src_prepare() {
 	find . -type f -execdir chmod +w {} \; #561360
 	sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
@@ -82,11 +79,6 @@ src_install() {
 	keepdir /var/lib/argus
 }
 
-pkg_preinst() {
-	enewgroup argus
-	enewuser argus -1 -1 /var/lib/argus argus
-}
-
 pkg_postinst() {
 	elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite"
 	elog "possible that the init script will fail to work."

diff --git a/net-analyzer/argus/argus-3.0.8.3.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
similarity index 90%
rename from net-analyzer/argus/argus-3.0.8.3.ebuild
rename to net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index 8092871dded..bc999ce3908 100644
--- a/net-analyzer/argus/argus-3.0.8.3.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools user
+
+inherit autotools
 
 DESCRIPTION="network Audit Record Generation and Utilization System"
 HOMEPAGE="https://openargus.org/"
@@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug sasl tcpd"
 
 RDEPEND="
+	acct-group/argus
+	acct-user/argus
 	net-libs/libnsl:=
 	net-libs/libpcap
 	net-libs/libtirpc
@@ -21,9 +24,8 @@ RDEPEND="
 	sasl? ( dev-libs/cyrus-sasl )
 	tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
 "
-
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	>=sys-devel/bison-1.28
 	>=sys-devel/flex-2.4.6
 "
@@ -36,11 +38,6 @@ PATCHES=(
 )
 S=${WORKDIR}/${P/_rc/.rc.}
 
-pkg_setup() {
-	enewgroup argus
-	enewuser argus -1 -1 /var/lib/argus argus
-}
-
 src_prepare() {
 	find . -type f -execdir chmod +w {} \; #561360
 	sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
@@ -84,11 +81,6 @@ src_install() {
 	keepdir /var/lib/argus
 }
 
-pkg_preinst() {
-	enewgroup argus
-	enewuser argus -1 -1 /var/lib/argus argus
-}
-
 pkg_postinst() {
 	elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite"
 	elog "possible that the init script will fail to work."


             reply	other threads:[~2020-10-03 15:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-03 15:30 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  1:52 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ Sam James
2024-02-29  1:52 Sam James
2022-12-01  4:23 Sam James
2021-03-15 21:39 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-01-06 14:35 Fabian Groffen
2020-10-03 16:20 David Seifert
2019-08-20  7:56 Jeroen Roovers
2018-10-27 10:23 Jeroen Roovers
2018-05-25 21:18 Mikle Kolyada
2018-05-14  0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-01 14:06 Andreas Hüttel
2016-06-11 11:14 Jeroen Roovers
2016-06-11 11:14 Jeroen Roovers
2015-10-31  6:04 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-25 10:42 Agostino Sarubbo
2015-09-25  4:34 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601738966.291dd7efa20bb83c0241a82005e32fc518c2542f.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox