Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
Date: Sun, 19 Aug 2018 21:13:46
Message-Id: 1534713209.e21272a16f959b1573bdddc4f3175c6963674e60.xmw@gentoo
1 commit: e21272a16f959b1573bdddc4f3175c6963674e60
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 19 21:12:47 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 21:13:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21272a1
7
8 app-text/xmldiff: Version bump, new upstream.
9
10 thanks mgorny and wimmuskee
11 Closes: https://github.com/gentoo/gentoo/pull/9624/
12 Closes: https://bugs.gentoo.org/653660
13 Package-Manager: Portage-2.3.45, Repoman-2.3.10
14
15 app-text/xmldiff/Manifest | 1 +
16 app-text/xmldiff/metadata.xml | 3 +++
17 app-text/xmldiff/xmldiff-0.6.10-r2.ebuild | 2 +-
18 app-text/xmldiff/xmldiff-1.1.1.ebuild | 23 +++++++++++++++++++++++
19 4 files changed, 28 insertions(+), 1 deletion(-)
20
21 diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
22 index 93a6ee9f46b..efbfe9d1044 100644
23 --- a/app-text/xmldiff/Manifest
24 +++ b/app-text/xmldiff/Manifest
25 @@ -1 +1,2 @@
26 DIST xmldiff-0.6.10.tar.gz 45827 BLAKE2B f4b97d4fa7063f1edb66ab1bd465dc81cd66f35233dcd3d8ae2cc1f13e9e841645ddf8848dcd3bafc45d44da218c8260b36f5210883f3963572b375173e6d687 SHA512 b183a6e94258c4d693fa97e759868dae2dca6088e3cf12cf08b40e82d18a375f02b12d62d0cfc03fb74a5138f32f6614f555b95a3062ba768d1cdaf3391cc95b
27 +DIST xmldiff-1.1.1.tar.gz 36429 BLAKE2B 2d84a1552851b0964ac837a30c61a99a3360292020251aa06ed71723e89b6a8f89a79107c69a317b16d810ee74241d38837d382b0dcb134b43f72f58ee2b6ea2 SHA512 cf65bdd827b76781b693089b8742f6358931456c4fdfd0f4b2a9e13b30101b48379ea9c2bf3dcb32d6d22198769262f2603172ffa877bec2ddfa5fabfdf74326
28
29 diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml
30 index e7734cc5fb8..30d3057f57c 100644
31 --- a/app-text/xmldiff/metadata.xml
32 +++ b/app-text/xmldiff/metadata.xml
33 @@ -12,4 +12,7 @@
34 used as a library or as a command line tool. It can work either with XML
35 files or DOM trees.
36 </longdescription>
37 + <upstream>
38 + <remote-id type="github">Shoobx/xmldiff</remote-id>
39 + </upstream>
40 </pkgmetadata>
41
42 diff --git a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild
43 index e116f9beb7a..7f33b19bd77 100644
44 --- a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild
45 +++ b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild
46 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
47 inherit distutils-r1
48
49 DESCRIPTION="A tool that figures out the differences between two similar XML files"
50 -HOMEPAGE="https://www.logilab.org/project/xmldiff"
51 +HOMEPAGE="https://github.com/Shoobx/xmldiff https://www.logilab.org/project/xmldiff"
52 SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz"
53
54 LICENSE="GPL-2"
55
56 diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild
57 new file mode 100644
58 index 00000000000..955725e5043
59 --- /dev/null
60 +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild
61 @@ -0,0 +1,23 @@
62 +# Copyright 1999-2018 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=6
66 +
67 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
68 +
69 +inherit distutils-r1
70 +
71 +DESCRIPTION="A tool that figures out the differences between two similar XML files"
72 +HOMEPAGE="https://github.com/Shoobx/xmldiff https://www.logilab.org/project/xmldiff"
73 +SRC_URI="https://github.com/Shoobx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
74 +
75 +LICENSE="LGPL-3"
76 +SLOT="0"
77 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
78 +IUSE=""
79 +
80 +RDEPEND="dev-python/future
81 + dev-python/lxml
82 + dev-python/six"
83 +
84 +DOCS=( AUTHORS.rst CHANGES.rst README.rst TODO.rst )