From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F9C313835B for ; Sat, 3 Oct 2020 15:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 832D0E083B; Sat, 3 Oct 2020 15:30:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D344E083B for ; Sat, 3 Oct 2020 15:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 339B5335D91 for ; Sat, 3 Oct 2020 15:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DB7338C for ; Sat, 3 Oct 2020 15:30:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1601738958.7b21eb894c1ed0244bbb88bd5211fddc6b04cae6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flow-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/flow-tools/flow-tools-0.68.5.1-r10.ebuild net-analyzer/flow-tools/flow-tools-0.68.5.1-r11.ebuild net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild net-analyzer/flow-tools/flow-tools-0.68.6.ebuild X-VCS-Directories: net-analyzer/flow-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7b21eb894c1ed0244bbb88bd5211fddc6b04cae6 X-VCS-Branch: master Date: Sat, 3 Oct 2020 15:30:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7978a8a-5814-41f8-aef8-c7e9d9a9ae52 X-Archives-Hash: e0b717cdacfa401d8b75752e6158d3e4 commit: 7b21eb894c1ed0244bbb88bd5211fddc6b04cae6 Author: David Seifert gentoo org> AuthorDate: Sat Oct 3 15:29:18 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 3 15:29:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b21eb89 net-analyzer/flow-tools: [QA] Port to GLEP 81 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> ...1-r10.ebuild => flow-tools-0.68.5.1-r11.ebuild} | 23 ++++++---------------- ...s-0.68.6.ebuild => flow-tools-0.68.6-r1.ebuild} | 18 ++++------------- 2 files changed, 10 insertions(+), 31 deletions(-) diff --git a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r10.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r11.ebuild similarity index 87% rename from net-analyzer/flow-tools/flow-tools-0.68.5.1-r10.ebuild rename to net-analyzer/flow-tools/flow-tools-0.68.5.1-r11.ebuild index 8656ded0568..d1f4fc95e62 100644 --- a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r10.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r11.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit user DESCRIPTION="library and programs to process reports from NetFlow data" HOMEPAGE="https://code.google.com/p/flow-tools/" @@ -13,7 +12,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="debug libressl mysql postgres ssl static-libs" -RDEPEND="sys-apps/tcp-wrappers +RDEPEND=" + acct-group/flows + acct-user/flows + sys-apps/tcp-wrappers sys-libs/zlib mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) @@ -21,8 +23,8 @@ RDEPEND="sys-apps/tcp-wrappers !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) )" - -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/flex sys-devel/bison" @@ -35,10 +37,6 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) -pkg_setup() { - pkg_douser -} - src_configure() { econf \ $(use_enable static-libs static) \ @@ -68,12 +66,3 @@ src_install() { fperms 0755 /var/lib/flows fperms 0755 /var/lib/flows/bin } - -pkg_preinst() { - pkg_douser -} - -pkg_douser() { - enewgroup flows - enewuser flows -1 -1 /var/lib/flows flows -} diff --git a/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild similarity index 91% rename from net-analyzer/flow-tools/flow-tools-0.68.6.ebuild rename to net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild index b95e6499011..d8ee002d2cc 100644 --- a/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.68.6-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="library and programs to process reports from NetFlow data" HOMEPAGE="https://github.com/5u623l20/flow-tools/" @@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug libressl mysql postgres ssl static-libs" RDEPEND=" + acct-group/flows + acct-user/flows sys-apps/tcp-wrappers sys-libs/zlib mysql? ( dev-db/mysql-connector-c:0= ) @@ -39,15 +42,6 @@ PATCHES=( "${FILESDIR}"/${PN}-0.68.6-mysql.patch ) -pkg_douser() { - enewgroup flows - enewuser flows -1 -1 /var/lib/flows flows -} - -pkg_setup() { - pkg_douser -} - src_prepare() { default sed -i -e 's|docbook-to-man|docbook2man|g' docs/Makefile.am || die @@ -83,7 +77,3 @@ src_install() { find "${ED}" -name '*.la' -delete || die } - -pkg_preinst() { - pkg_douser -}