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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48103158010 for ; Thu, 16 Feb 2023 04:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78589E08FC; Thu, 16 Feb 2023 04:18:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E3A0E08FC for ; Thu, 16 Feb 2023 04:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 628B6340DB9 for ; Thu, 16 Feb 2023 04:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12918A3 for ; Thu, 16 Feb 2023 04:18:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676520640.096783dc3ddf40f5d970922f2cc4ac2192c9c0be.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apachetop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apachetop/Manifest app-admin/apachetop/apachetop-0.23.2.ebuild X-VCS-Directories: app-admin/apachetop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 096783dc3ddf40f5d970922f2cc4ac2192c9c0be X-VCS-Branch: master Date: Thu, 16 Feb 2023 04:18:03 +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: 70887d27-b788-40b2-85b2-a8ab46fc8f82 X-Archives-Hash: 3aafe70950d262f8266f16bebd6d6204 commit: 096783dc3ddf40f5d970922f2cc4ac2192c9c0be Author: Sam James gentoo org> AuthorDate: Thu Feb 16 04:10:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 16 04:10:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096783dc app-admin/apachetop: add 0.23.2 Closes: https://bugs.gentoo.org/886531 Signed-off-by: Sam James gentoo.org> app-admin/apachetop/Manifest | 1 + app-admin/apachetop/apachetop-0.23.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/app-admin/apachetop/Manifest b/app-admin/apachetop/Manifest index 3b37485c6fe9..60760ae14846 100644 --- a/app-admin/apachetop/Manifest +++ b/app-admin/apachetop/Manifest @@ -1 +1,2 @@ DIST apachetop-0.19.7.tar.gz 132665 BLAKE2B 248247c361d1585de68a0a9adae22f98db72991babfb4a75f01fa67ef28443a3c04cf1da9c1ea34ed923599955b58959528cc9e0a881fbb7b463b1d64c0cb7bd SHA512 40d546facee23a9914483c06323940e219602518751d80f729d835c4dbf991c7d1dd9bcebcaa4ca6a2d64799d48c8a00d421bc324afc2959691c962113386969 +DIST apachetop-0.23.2.tar.gz 169381 BLAKE2B fd524e8b313c8536bf016ab481f93d73ff32f256634b9fcc28c035207fda6821298087c240227508c1ab6fb7f80a0879945cc931125204bf81c3897b3d33408e SHA512 c278b6fc286eacb69746547e562c40eec50e7ff55df22a32e9387af057c25801e331c6c4b286726aa1bcee6ebcd3578747aca25be3dfec1745b876e95696d7fc diff --git a/app-admin/apachetop/apachetop-0.23.2.ebuild b/app-admin/apachetop/apachetop-0.23.2.ebuild new file mode 100644 index 000000000000..53d345d859e7 --- /dev/null +++ b/app-admin/apachetop/apachetop-0.23.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A realtime Apache log analyzer" +HOMEPAGE="https://github.com/tessus/apachetop" +SRC_URI="https://github.com/tessus/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="fam pcre" + +RDEPEND=" + sys-libs/ncurses:= + sys-libs/readline:= + fam? ( virtual/fam ) + pcre? ( dev-libs/libpcre2 )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + econf \ + --with-logfile="${EPREFIX}"/var/log/apache2/access_log \ + --without-adns \ + $(use_with fam) \ + $(use_with pcre pcre2) +}