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 123FB15A7D9 for ; Thu, 23 Mar 2023 04:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8E2E07EE; Thu, 23 Mar 2023 04:49:04 +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 EDA91E07EE for ; Thu, 23 Mar 2023 04:49:03 +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 9140633E5E4 for ; Thu, 23 Mar 2023 04:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6E944A2 for ; Thu, 23 Mar 2023 04:49:00 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1679546742.1e47393e41dd8d857d581c75a6d8230d80700611.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/txt2tags/Manifest app-text/txt2tags/txt2tags-3.7.ebuild X-VCS-Directories: app-text/txt2tags/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 1e47393e41dd8d857d581c75a6d8230d80700611 X-VCS-Branch: master Date: Thu, 23 Mar 2023 04:49:00 +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: bddd1e04-112a-4426-b68e-c451ac61f9f3 X-Archives-Hash: 1a126552accfbbedc11df408c7ac8fed commit: 1e47393e41dd8d857d581c75a6d8230d80700611 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Mar 23 04:45:42 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Mar 23 04:45:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e47393e app-text/txt2tags: drop 3.7 Signed-off-by: Viorel Munteanu gentoo.org> app-text/txt2tags/Manifest | 1 - app-text/txt2tags/txt2tags-3.7.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest index 88be7f0bb2bd..d8d500471721 100644 --- a/app-text/txt2tags/Manifest +++ b/app-text/txt2tags/Manifest @@ -1,2 +1 @@ -DIST txt2tags-3.7.tar.gz 248392 BLAKE2B cad49f9815f2e8e466a0fa83715eee27c16cc67fac4c0c55324a3ebc22707857a4bb59176b62fbc1a922c465f60dbc6a057b326789f82a9a9b4babb7b8041486 SHA512 70f6b72b9555b881149e29581a200bf5195d740ca134fffb9faab3a8a04909173f40fe7758659bde44efa9aa50e9816e7164d8164f84b2046de500a49906072b DIST txt2tags-3.8.tar.gz 252139 BLAKE2B ed830ccd8b8487ce65bdd7a07dba567bb6ea7814d20c38aa7d8a2a5b15f9aa0eca379b0a8f2ff5a0571c151fcdb0152fff4d8a2ae9b4ae275fef8b94d926d0a2 SHA512 a3679505baa12388327a3cdc177c7c218707549140477189960c1172c1c495e193d7d7cb663a546bfec3e6ae6efd4d8936d94f08661ef7195087403855ebe66f diff --git a/app-text/txt2tags/txt2tags-3.7.ebuild b/app-text/txt2tags/txt2tags-3.7.ebuild deleted file mode 100644 index 6ee6826bbae5..000000000000 --- a/app-text/txt2tags/txt2tags-3.7.ebuild +++ /dev/null @@ -1,20 +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="Generate marked up documents (HTML, etc.)from a plain text file with markup" -HOMEPAGE="https://txt2tags.org" -SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" - -python_test() { - cd test || die - "${EPYTHON}" run.py || die "Tests failed with ${EPYTHON}" -}