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 AF7EC13835C for ; Sun, 20 Dec 2020 17:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E679EE08F4; Sun, 20 Dec 2020 17:36:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D0C5BE08F4 for ; Sun, 20 Dec 2020 17:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2EE73409D8 for ; Sun, 20 Dec 2020 17:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C3F332 for ; Sun, 20 Dec 2020 17:35:58 +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: <1608485754.5653811623ece41f417660fa2c87880ae378159c.sam@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.3.ebuild X-VCS-Directories: app-text/txt2tags/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5653811623ece41f417660fa2c87880ae378159c X-VCS-Branch: master Date: Sun, 20 Dec 2020 17:35:58 +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: 93d8181f-fb42-4246-bf08-bcc53569e644 X-Archives-Hash: b548f1aff06164656f27fb697a8a1557 commit: 5653811623ece41f417660fa2c87880ae378159c Author: Sam James gentoo org> AuthorDate: Sun Dec 20 17:34:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 20 17:35:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56538116 app-text/txt2tags: cleanup old Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/txt2tags/Manifest | 1 - app-text/txt2tags/txt2tags-3.3.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest index 84b7e8ae19d..9cd951b4e07 100644 --- a/app-text/txt2tags/Manifest +++ b/app-text/txt2tags/Manifest @@ -1,2 +1 @@ -DIST txt2tags-3.3.tar.gz 261417 BLAKE2B 6070c23faafc9283e48efdab165c9a0050703d5d04a5ce557afc693161af5e1105435ddb9c991c0e8ef5dbd1e6d25f77c915e8be3f349b790636c904df7553f3 SHA512 a52de3f5226d85af006304a9063b5dd01df2627a45670a91b954f758cb920648f86699acab5cd7822c0183e93eed110ddc7dd8d156b0eccbe1541e7fbc2bdb22 DIST txt2tags-3.7.tar.gz 248392 BLAKE2B cad49f9815f2e8e466a0fa83715eee27c16cc67fac4c0c55324a3ebc22707857a4bb59176b62fbc1a922c465f60dbc6a057b326789f82a9a9b4babb7b8041486 SHA512 70f6b72b9555b881149e29581a200bf5195d740ca134fffb9faab3a8a04909173f40fe7758659bde44efa9aa50e9816e7164d8164f84b2046de500a49906072b diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild b/app-text/txt2tags/txt2tags-3.3.ebuild deleted file mode 100644 index 83374fa3849..00000000000 --- a/app-text/txt2tags/txt2tags-3.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" -HOMEPAGE="https://txt2tags.org" -SRC_URI="https://github.com/jendrikseipp/txt2tags/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"