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 B49571382C5 for ; Mon, 19 Apr 2021 19:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17A42E085E; Mon, 19 Apr 2021 19:41:41 +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 038F8E085E for ; Mon, 19 Apr 2021 19:41:41 +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 A10FB340AE2 for ; Mon, 19 Apr 2021 19:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114B072D for ; Mon, 19 Apr 2021 19:41:37 +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: <1618861243.e30a491dbdd9c84b28a2f365485e309474687d87.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmldiff/Manifest app-text/xmldiff/xmldiff-2.3.ebuild X-VCS-Directories: app-text/xmldiff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e30a491dbdd9c84b28a2f365485e309474687d87 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:41:37 +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: 03ad70d9-5e92-45d9-8ac2-7783b8bb467c X-Archives-Hash: 88bf60771f05bd06efc2db63814584a0 commit: e30a491dbdd9c84b28a2f365485e309474687d87 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 19:39:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:40:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30a491d app-text/xmldiff: drop 2.3 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/Manifest | 1 - app-text/xmldiff/xmldiff-2.3.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 5154986e21c..233ce86eac0 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,2 +1 @@ -DIST xmldiff-2.3.tar.gz 92561 BLAKE2B f18805a9aa00a99a3f63640de60d3ea37393208ade00a14b817d42706bb1b3e407f2645d7df5b5e9f4d60d75d48afe6475e5c1f1bab24ea6fdd78d8646c79b58 SHA512 1dc3f76f51df3c506af827c9a7f67386143b4ce49c2159302e07c5f56054ffd9e858f086bb76d64a038b7e9ae7c116d1146714d4528ea9d53e23e1bacb4bb812 DIST xmldiff-2.4.tar.gz 93437 BLAKE2B 9f0001da8e39b7a3e7d0af052ce60a43899b2cd644b3fa6c6cb7cfa08ebf71439bda3e3dc6cf497120f20cb0f9346b0a074b8e442b42531fd3bdbaaebdf73bf6 SHA512 d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild deleted file mode 100644 index 1fcb27e9c91..00000000000 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS="rdepend" -inherit distutils-r1 - -DESCRIPTION="A tool that figures out the differences between two similar XML files" -HOMEPAGE="https://github.com/Shoobx/xmldiff" -SRC_URI="https://github.com/Shoobx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux" - -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -DOCS=( CHANGES.rst README.rst )