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 F38521581FB for ; Fri, 30 Aug 2024 19:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E265CE29B4; Fri, 30 Aug 2024 19:49:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BD23FE29B0 for ; Fri, 30 Aug 2024 19:49:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2E6F34307E for ; Fri, 30 Aug 2024 19:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DD8E66 for ; Fri, 30 Aug 2024 19:49:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1725047140.0aa72ab413f657db3307b50dbc3a7c8da47c2002.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/termtosvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/termtosvg/termtosvg-1.1.0.ebuild X-VCS-Directories: media-gfx/termtosvg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0aa72ab413f657db3307b50dbc3a7c8da47c2002 X-VCS-Branch: master Date: Fri, 30 Aug 2024 19:49:08 +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: c18e0a5f-01ce-4a8a-9f1b-ecba905c3145 X-Archives-Hash: 73c45ecfa66f7e6f4462c22576d93a6d commit: 0aa72ab413f657db3307b50dbc3a7c8da47c2002 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 30 19:39:41 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 30 19:45:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa72ab4 media-gfx/termtosvg: drop 1.1.0 Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/termtosvg/termtosvg-1.1.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-gfx/termtosvg/termtosvg-1.1.0.ebuild b/media-gfx/termtosvg/termtosvg-1.1.0.ebuild deleted file mode 100644 index e45cd5e8c87e..000000000000 --- a/media-gfx/termtosvg/termtosvg-1.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Record terminal sessions as SVG animations" -HOMEPAGE="https://github.com/nbedos/termtosvg" -SRC_URI="https://github.com/nbedos/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest