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 9EB24138350 for ; Mon, 20 Apr 2020 13:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AACEFE099C; Mon, 20 Apr 2020 13:42:57 +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 8CE11E099C for ; Mon, 20 Apr 2020 13:42:57 +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 1694E34F0EB for ; Mon, 20 Apr 2020 13:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F531DD for ; Mon, 20 Apr 2020 13:42:52 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1587390166.15da346cac80d26ae3a6e89c71ac5c896c7cc923.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/carl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/carl/carl-0.9-r3.ebuild X-VCS-Directories: net-analyzer/carl/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 15da346cac80d26ae3a6e89c71ac5c896c7cc923 X-VCS-Branch: master Date: Mon, 20 Apr 2020 13:42:52 +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: 2e11d039-96f5-4802-8b3c-93e14ec416bd X-Archives-Hash: 84f7d9518bbcd3bedb9ca3e44cdf8682 commit: 15da346cac80d26ae3a6e89c71ac5c896c7cc923 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Apr 20 13:42:25 2020 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Apr 20 13:42:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15da346c net-analyzer/carl: Revbump for Python 3.7/3.8 compat Closes: https://bugs.gentoo.org/718414 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Tobias Klausmann gentoo.org> net-analyzer/carl/carl-0.9-r3.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild b/net-analyzer/carl/carl-0.9-r3.ebuild new file mode 100644 index 00000000000..f62c3fdc7c8 --- /dev/null +++ b/net-analyzer/carl/carl-0.9-r3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 pypy3) + +inherit distutils-r1 + +DESCRIPTION="An rsync logfile analyzer" +HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml" +SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" +IUSE="" + +DOCS="README"