From 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Apr 2018 14:25:03 +0100 Subject: gentoo resync : 22.04.2018 --- app-text/xmldiff/Manifest | 2 +- app-text/xmldiff/xmldiff-0.6.10-r1.ebuild | 22 ---------------------- app-text/xmldiff/xmldiff-0.6.10-r2.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 23 deletions(-) delete mode 100644 app-text/xmldiff/xmldiff-0.6.10-r1.ebuild create mode 100644 app-text/xmldiff/xmldiff-0.6.10-r2.ebuild (limited to 'app-text/xmldiff') diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index b430c211d145..c8648021f6ff 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,3 +1,3 @@ DIST xmldiff-0.6.10.tar.gz 45827 BLAKE2B f4b97d4fa7063f1edb66ab1bd465dc81cd66f35233dcd3d8ae2cc1f13e9e841645ddf8848dcd3bafc45d44da218c8260b36f5210883f3963572b375173e6d687 SHA512 b183a6e94258c4d693fa97e759868dae2dca6088e3cf12cf08b40e82d18a375f02b12d62d0cfc03fb74a5138f32f6614f555b95a3062ba768d1cdaf3391cc95b -EBUILD xmldiff-0.6.10-r1.ebuild 553 BLAKE2B 04eabcc7d063641632d6b451fe632c74c6fc20f0f7f764fbb792a7e71301d2c7f7d61283e886d23b8b5ea527fde3b88865c68a6e708002fa316d19bd113b4a1a SHA512 cbf5af5d5c2c1a06190bf28d19ba77fea6d9f44673bdc89296dbe667949e2a95c42e5923a7205464c986526fd5369ec0115a7d02fdba05e3cac5b3c34db83721 +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/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild deleted file mode 100644 index 258bcb5872b9..000000000000 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ /dev/null @@ -1,22 +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="" - -DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS=( ChangeLog README README.xmlrev TODO ) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild new file mode 100644 index 000000000000..e116f9beb7a1 --- /dev/null +++ b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild @@ -0,0 +1,19 @@ +# 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 ) -- cgit v1.2.3