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 5A9681382C5 for ; Tue, 13 Feb 2018 16:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B216EE0CB7; Tue, 13 Feb 2018 16:29:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90B67E0CB7 for ; Tue, 13 Feb 2018 16:29:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B35ED335C2F for ; Tue, 13 Feb 2018 16:29:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F2F51DB for ; Tue, 13 Feb 2018 16:29:24 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1518539355.6b266a983c7d94e83ba264d78892effbf17eeb9f.candrews@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.17.4.ebuild X-VCS-Directories: app-admin/apachetop/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 6b266a983c7d94e83ba264d78892effbf17eeb9f X-VCS-Branch: master Date: Tue, 13 Feb 2018 16:29:24 +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-Archives-Salt: 287f7743-6caf-4756-82ac-6b799ed1ff42 X-Archives-Hash: e11b1ef79d5c90a791bc05f6b6c1ddd4 commit: 6b266a983c7d94e83ba264d78892effbf17eeb9f Author: Oleksandr Trotsenko gmail com> AuthorDate: Mon Feb 12 11:24:27 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Feb 13 16:29:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b266a98 app-admin/apachetop: Bumping the version Bumping to the latest available version of the package. Closes: https://bugs.gentoo.org/647116 Package-Manager: Portage-2.3.23, Repoman-2.3.6 app-admin/apachetop/Manifest | 1 + app-admin/apachetop/apachetop-0.17.4.ebuild | 36 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-admin/apachetop/Manifest b/app-admin/apachetop/Manifest index d99f1ce1305..49111859f76 100644 --- a/app-admin/apachetop/Manifest +++ b/app-admin/apachetop/Manifest @@ -1 +1,2 @@ DIST apachetop-0.12.6.tar.gz 126930 BLAKE2B 06d12cc72791920c959fa4ef8e18aa90f1f29a616389329685abf445f416cde9ce6edd2db5aaadaba51488033148e8109245200086a11422436ffe0aab1b4a40 SHA512 35081772f817c6a83a1fcf78790d2a288a9e4e48234c4b3163a09ad15f49a78d649b77f41aa002940fb9416c263cea159c5092a9b87285488eb450964c823c3a +DIST apachetop-0.17.4.tar.gz 128153 BLAKE2B 7601ce98618d041f6fc67e528775ce79b63a726b765ff298d1d74a1dd22a4451be6c36669c7ab9bf82fb8c120a6930d2bbf03823de02a216c558c358c53c07be SHA512 b5115048f79c694344fd341631fe7739567ba3ce6e18514d0be250cb6f42e04c54d35cc023dea5258725fcbfbb6debdaa51b91d64ae3120e70f5b78a7989a330 diff --git a/app-admin/apachetop/apachetop-0.17.4.ebuild b/app-admin/apachetop/apachetop-0.17.4.ebuild new file mode 100644 index 00000000000..2f5954eb82b --- /dev/null +++ b/app-admin/apachetop/apachetop-0.17.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +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:0= + sys-libs/readline:0= + fam? ( virtual/fam ) + pcre? ( dev-libs/libpcre )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --with-logfile="${EPREFIX}"/var/log/apache2/access_log \ + --without-adns \ + $(use_with fam) \ + $(use_with pcre) +}