From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1271697-garchives=archives.gentoo.org@lists.gentoo.org> 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 6392D1382C5 for <garchives@archives.gentoo.org>; Fri, 16 Apr 2021 11:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C6AE081B; Fri, 16 Apr 2021 11:23:42 +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 97B08E081B for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:42 +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 AD57E335D05 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2BF64D for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:40 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1618572171.59c4c53369c6e2b930c5aeb5b8adb34b867467cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/awstats/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/awstats/awstats-7.8-r1.ebuild X-VCS-Directories: www-misc/awstats/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59c4c53369c6e2b930c5aeb5b8adb34b867467cc X-VCS-Branch: master Date: Fri, 16 Apr 2021 11:23:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d60f79d9-147d-45c0-9dd2-7d1529aa1026 X-Archives-Hash: 9694f981c0967b0d66ef4c682887da13 commit: 59c4c53369c6e2b930c5aeb5b8adb34b867467cc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 07:54:33 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 11:22:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c4c533 www-misc/awstats: eutils-- Signed-off-by: Sam James <sam <AT> gentoo.org> www-misc/awstats/awstats-7.8-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www-misc/awstats/awstats-7.8-r1.ebuild b/www-misc/awstats/awstats-7.8-r1.ebuild index 66748aa8bf7..eb1b99ea5e9 100644 --- a/www-misc/awstats/awstats-7.8-r1.ebuild +++ b/www-misc/awstats/awstats-7.8-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils - MY_P=${PN}-${PV%_p*} DESCRIPTION="AWStats is short for Advanced Web Statistics"