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 E04C413835A for ; Fri, 5 Mar 2021 18:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07070E0887; Fri, 5 Mar 2021 18:01:01 +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 E3A44E0887 for ; Fri, 5 Mar 2021 18:01:00 +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 D8E32340CF4 for ; Fri, 5 Mar 2021 18:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866A3C3 for ; Fri, 5 Mar 2021 18:00:55 +0000 (UTC) From: "Sam James" 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" Message-ID: <1614967235.55217f57f641af6363af6a0c3ed4f16d93cad032.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/svg2rlg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/svg2rlg/metadata.xml media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild X-VCS-Directories: media-gfx/svg2rlg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 55217f57f641af6363af6a0c3ed4f16d93cad032 X-VCS-Branch: master Date: Fri, 5 Mar 2021 18:00:55 +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: bd5e3ebb-795f-4b2f-a243-cb28cfd2739c X-Archives-Hash: 5353d45108621e9a2fe53c4b586f04b6 commit: 55217f57f641af6363af6a0c3ed4f16d93cad032 Author: Sam James gentoo org> AuthorDate: Thu Mar 4 07:37:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 18:00:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55217f57 media-gfx/svg2rlg: fix RedundantLongDescription Signed-off-by: Sam James gentoo.org> media-gfx/svg2rlg/metadata.xml | 3 --- media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml index 3e0a25ba5a5..fd173a68738 100644 --- a/media-gfx/svg2rlg/metadata.xml +++ b/media-gfx/svg2rlg/metadata.xml @@ -5,9 +5,6 @@ nerdboy@gentoo.org Steve Arnold - - A tool to convert from SVG to reportlab graphics objects. - sarnold/svg2rlg diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild index 4e172fabb65..c3ccccf4553 100644 --- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild +++ b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend