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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E339A158009 for ; Sat, 17 Jun 2023 08:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38375E09C3; Sat, 17 Jun 2023 08:34:27 +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 20344E09C3 for ; Sat, 17 Jun 2023 08:34:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4339F340E38 for ; Sat, 17 Jun 2023 08:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16BCA80 for ; Sat, 17 Jun 2023 08:34:24 +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: <1686989416.e1eda0f5bee47aa4153859a2bbd93bccd6635ecb.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/gotosocial/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gotosocial/gotosocial-0.9.0.ebuild X-VCS-Directories: www-apps/gotosocial/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e1eda0f5bee47aa4153859a2bbd93bccd6635ecb X-VCS-Branch: dev Date: Sat, 17 Jun 2023 08:34: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ab05605-0456-45e6-9320-11465b275858 X-Archives-Hash: 851d43036c5691ffe921beed281c605d commit: e1eda0f5bee47aa4153859a2bbd93bccd6635ecb Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jun 17 08:09:57 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Jun 17 08:10:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1eda0f5 www-apps/gotosocial: disable mkdocs Closes: https://bugs.gentoo.org/900354 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-apps/gotosocial/gotosocial-0.9.0.ebuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/www-apps/gotosocial/gotosocial-0.9.0.ebuild b/www-apps/gotosocial/gotosocial-0.9.0.ebuild index 948ff2c42..902fcc9ad 100644 --- a/www-apps/gotosocial/gotosocial-0.9.0.ebuild +++ b/www-apps/gotosocial/gotosocial-0.9.0.ebuild @@ -3,16 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=( - dev-python/mkdocs-material - dev-python/mkdocs-swagger-ui-tag - dev-python/pillow - dev-python/regex - media-gfx/cairosvg -) -inherit python-any-r1 docs go-module systemd tmpfiles +inherit go-module systemd tmpfiles DESCRIPTION="Fast, fun, ActivityPub server, powered by Go" HOMEPAGE=" @@ -67,8 +58,6 @@ src_compile() { ) ego build "${myargs[@]}" ./cmd/gotosocial - - use doc && docs_compile } src_test() {