summaryrefslogtreecommitdiff
path: root/app-text/xmldiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/xmldiff
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r--app-text/xmldiff/Manifest3
-rw-r--r--app-text/xmldiff/metadata.xml15
-rw-r--r--app-text/xmldiff/xmldiff-0.6.10-r2.ebuild19
3 files changed, 0 insertions, 37 deletions
diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
deleted file mode 100644
index c8648021f6ff..000000000000
--- a/app-text/xmldiff/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST xmldiff-0.6.10.tar.gz 45827 BLAKE2B f4b97d4fa7063f1edb66ab1bd465dc81cd66f35233dcd3d8ae2cc1f13e9e841645ddf8848dcd3bafc45d44da218c8260b36f5210883f3963572b375173e6d687 SHA512 b183a6e94258c4d693fa97e759868dae2dca6088e3cf12cf08b40e82d18a375f02b12d62d0cfc03fb74a5138f32f6614f555b95a3062ba768d1cdaf3391cc95b
-EBUILD xmldiff-0.6.10-r2.ebuild 488 BLAKE2B 189741dc68933d3e514fb99b816aa2d531650d7850816cbabbb161e9bfad810a79d84b4e92e2ecc1782e6f9cc043590c3def905e1559e035dc9a67af8e1e52b4 SHA512 a2bd7bb2bb2a7cb3c6cfd3b6489dfe510b6f1ff6eb7b421e43f0fa29ceb229a3b60f73a982807c66d51b140770808d5657de5774ffeb77f87ca1be050fdd712c
-MISC metadata.xml 575 BLAKE2B a4b096b5e7322a3b44bd67a360f32ea6042ad59e6f90c93d33fe468550e2bbe23d3d449e633c4f1ab8133333b689341d374196784d4bb9f4a6bc2b20030002ae SHA512 6bc0a3df2b2c0c34df37d6b5985fcf4fba8577560edbebfc4d87ce0e66b8bba4d44eb6df72ed22c70d84b1ead2c975f567ec45f6bc01128cbd5c62cc7ec0fd4e
diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml
deleted file mode 100644
index e7734cc5fb8a..000000000000
--- a/app-text/xmldiff/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xmw@gentoo.org</email>
- <name>Michael Weber</name>
- </maintainer>
- <longdescription>
- A python tool that figures out the differences between two
- similar XML files, in the same way the diff utility does.
- Xmldiff was initially developed for the Narval project and could also be
- used as a library or as a command line tool. It can work either with XML
- files or DOM trees.
- </longdescription>
-</pkgmetadata>
diff --git a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild
deleted file mode 100644
index e116f9beb7a1..000000000000
--- a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool that figures out the differences between two similar XML files"
-HOMEPAGE="https://www.logilab.org/project/xmldiff"
-SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux"
-IUSE=""
-
-DOCS=( ChangeLog README README.xmlrev TODO )