diff options
Diffstat (limited to 'app-text/xmldiff/xmldiff-1.1.1.ebuild')
-rw-r--r-- | app-text/xmldiff/xmldiff-1.1.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild deleted file mode 100644 index 8f2480fc7ffb..000000000000 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A tool that figures out the differences between two similar XML files" -HOMEPAGE="https://github.com/Shoobx/xmldiff https://www.logilab.org/project/xmldiff" -SRC_URI="https://github.com/Shoobx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux" -IUSE="" - -RDEPEND="dev-python/future - dev-python/lxml - dev-python/six" - -DOCS=( AUTHORS.rst CHANGES.rst README.rst TODO.rst ) |