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 77D24158094 for ; Tue, 12 Jul 2022 02:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A812E1061; Tue, 12 Jul 2022 02:18:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 792CEE1061 for ; Tue, 12 Jul 2022 02:18:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB1C335CA3 for ; Tue, 12 Jul 2022 02:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7F8105 for ; Tue, 12 Jul 2022 02:18:37 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657592259.837264f4c7f666316d2b0dbea2c5b9ef8598376a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/akita/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/akita/akita-0.1.4-r1.ebuild X-VCS-Directories: app-admin/akita/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 837264f4c7f666316d2b0dbea2c5b9ef8598376a X-VCS-Branch: dev Date: Tue, 12 Jul 2022 02:18:37 +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: 114d6c04-6da7-46e8-9b72-e240e4c764ab X-Archives-Hash: 15118a0b74d6fabc507928e9fb006f25 commit: 837264f4c7f666316d2b0dbea2c5b9ef8598376a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Jul 12 02:17:39 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Jul 12 02:17:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=837264f4 Revert "app-admin/akita: single impl" This reverts commit 5718c13c8280b7dcffd745d4194f9bff764f8b8e. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-admin/akita/akita-0.1.4-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-admin/akita/akita-0.1.4-r1.ebuild b/app-admin/akita/akita-0.1.4-r1.ebuild index 261795e28..3362df7a4 100644 --- a/app-admin/akita/akita-0.1.4-r1.ebuild +++ b/app-admin/akita/akita-0.1.4-r1.ebuild @@ -6,14 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="An HTTP log monitoring tool for your terminal" -HOMEPAGE=" - https://github.com/michael-lazar/Akita - https://pypi.org/project/akita/ -" +HOMEPAGE="https://github.com/michael-lazar/Akita https://pypi.org/project/akita/" SRC_URI="https://github.com/michael-lazar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN^}-${PV}"