[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: d0629b846bcbc19bb4bbb8aaa5d0f921afbf9260 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 29 16:22:35 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 29 19:02:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0629b84 app-text/xmldiff: drop 2.4 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/xmldiff/Manifest | 1 - app-text/xmldiff/xmldiff-2.4.ebuild | 24 2 files changed, 25 deletions(-) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 8913a6b305b1..7c2ac3fa7471 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,2 +1 @@ -DIST xmldiff-2.4.tar.gz 93437 BLAKE2B 9f0001da8e39b7a3e7d0af052ce60a43899b2cd644b3fa6c6cb7cfa08ebf71439bda3e3dc6cf497120f20cb0f9346b0a074b8e442b42531fd3bdbaaebdf73bf6 SHA512 d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33 diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild deleted file mode 100644 index 8b5eb94577e0.. --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) - -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/xmldiff/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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: e340d4756ad6c9cb27216022102d0e4aeda8b64d Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 30 06:37:45 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 30 06:37:45 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e340d475 app-text/xmldiff: Stabilize 2.6.3 x86, #920950 Signed-off-by: Arthur Zamarin gentoo.org> app-text/xmldiff/xmldiff-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3.ebuild index 51deedcefb47..9814f09052d0 100644 --- a/app-text/xmldiff/xmldiff-2.6.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.6.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux" RDEPEND=" >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: f01dcded1dd07ed51dc1479deb0ee35830982bad Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 30 06:37:44 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 30 06:37:44 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01dcded app-text/xmldiff: Stabilize 2.6.3 ppc, #920950 Signed-off-by: Arthur Zamarin gentoo.org> app-text/xmldiff/xmldiff-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3.ebuild index a1bb50b129e8..51deedcefb47 100644 --- a/app-text/xmldiff/xmldiff-2.6.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.6.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~x86-linux" RDEPEND=" >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 16211053e18f1f670709ac72c1971e0e8e6112ce Author: Sam James gentoo org> AuthorDate: Fri Dec 29 21:40:46 2023 + Commit: Sam James gentoo org> CommitDate: Fri Dec 29 21:40:46 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16211053 app-text/xmldiff: Stabilize 2.6.3 amd64, #920950 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3.ebuild index e8030ee8f8d7..a1bb50b129e8 100644 --- a/app-text/xmldiff/xmldiff-2.6.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.6.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" RDEPEND=" >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 05d5021dbd363f0f24d951eafac89f0cadfb8190 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 29 19:20:26 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 29 19:20:26 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d5021d app-text/xmldiff: Stabilize 2.6.3 sparc, #920950 Signed-off-by: Arthur Zamarin gentoo.org> app-text/xmldiff/xmldiff-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3.ebuild index 98cfbbde2b9a..e8030ee8f8d7 100644 --- a/app-text/xmldiff/xmldiff-2.6.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.6.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" RDEPEND=" >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: f2add7ff30dec6bb62efb106210f0bd51e5d4403 Author: Alfred Wingate protonmail com> AuthorDate: Sat Nov 11 00:14:01 2023 + Commit: Sam James gentoo org> CommitDate: Wed Nov 22 12:02:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2add7ff app-text/xmldiff: add 2.6.3 Closes: https://bugs.gentoo.org/909903 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> app-text/xmldiff/Manifest | 1 + app-text/xmldiff/xmldiff-2.6.3.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 233ce86eac09..8913a6b305b1 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1 +1,2 @@ DIST xmldiff-2.4.tar.gz 93437 BLAKE2B 9f0001da8e39b7a3e7d0af052ce60a43899b2cd644b3fa6c6cb7cfa08ebf71439bda3e3dc6cf497120f20cb0f9346b0a074b8e442b42531fd3bdbaaebdf73bf6 SHA512 d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae +DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33 diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3.ebuild new file mode 100644 index ..98cfbbde2b9a --- /dev/null +++ b/app-text/xmldiff/xmldiff-2.6.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A tool that figures out the differences between two similar XML files" +HOMEPAGE=" + https://github.com/Shoobx/xmldiff + https://pypi.org/project/xmldiff/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" + +RDEPEND=" + >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}] +" + +DOCS=( CHANGES.rst README.rst ) + +distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 61a2e82219acba09b3689cc01ab87ebc7e4b8da7 Author: Alfred Wingate protonmail com> AuthorDate: Sat Nov 11 00:16:48 2023 + Commit: Sam James gentoo org> CommitDate: Wed Nov 22 12:02:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a2e822 app-text/xmldiff: add pypi upstream metadata Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33761 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index ba7acd516129..ca7003827fef 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -10,6 +10,8 @@ with XML files or DOM trees. + https://xmldiff.readthedocs.io Shoobx/xmldiff + xmldiff
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: a963bbeb3cc264631096f43f6f6120a02d069f98 Author: Sam James gentoo org> AuthorDate: Sun Nov 20 04:52:28 2022 + Commit: Sam James gentoo org> CommitDate: Sun Nov 20 04:52:28 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a963bbeb app-text/xmldiff: enable py3.11 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index 16acc93ca983..59c4a771bcfb 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f Author: Louis Sautier gentoo org> AuthorDate: Tue Aug 17 22:52:22 2021 + Commit: Louis Sautier gentoo org> CommitDate: Tue Aug 17 22:52:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c6fe15 app-text/xmldiff: enable py3.10 and disable py3.7 Signed-off-by: Louis Sautier gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index 77e4b4f9ab5..16acc93ca98 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: e30a491dbdd9c84b28a2f365485e309474687d87 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 19:39:27 2021 + Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:40:43 2021 + 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..000 --- 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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/, net-dns/openresolv/, dev-python/google-auth-oauthlib/, ...
commit: d64f961b1cdf2b37dde1a327dbe76f256ea5796b Author: Joonas Niilola gentoo org> AuthorDate: Thu Mar 18 11:10:02 2021 + Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 18 11:10:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64f961b */*: retire @acerisara (proxied maintainer) Closes: https://bugs.gentoo.org/716548 Closes: https://github.com/gentoo/gentoo/pull/19986 Signed-off-by: Joonas Niilola gentoo.org> app-benchmarks/siege/metadata.xml| 9 + app-text/xmldiff/metadata.xml| 9 + dev-python/google-auth-oauthlib/metadata.xml | 8 dev-python/pgspecial/metadata.xml| 9 + net-dns/openresolv/metadata.xml | 9 + 5 files changed, 4 insertions(+), 40 deletions(-) diff --git a/app-benchmarks/siege/metadata.xml b/app-benchmarks/siege/metadata.xml index e22c263e156..52e7091e5b2 100644 --- a/app-benchmarks/siege/metadata.xml +++ b/app-benchmarks/siege/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - andreaceris...@gmail.com - Andrea Cerisara - - - proxy-ma...@gentoo.org - Proxy Maintainers - + Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index d91236e8ec6..32124eb5f86 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - andreaceris...@gmail.com - Andrea Cerisara - - - proxy-ma...@gentoo.org - Proxy Maintainers - + A python tool that figures out the differences between two similar XML files, in the same way the diff utility does. diff --git a/dev-python/google-auth-oauthlib/metadata.xml b/dev-python/google-auth-oauthlib/metadata.xml index 4944f500ac0..ad78d543874 100644 --- a/dev-python/google-auth-oauthlib/metadata.xml +++ b/dev-python/google-auth-oauthlib/metadata.xml @@ -1,14 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - andreaceris...@gmail.com - Andrea Cerisara - - - proxy-ma...@gentoo.org - Proxy Maintainers - pyt...@gentoo.org Python diff --git a/dev-python/pgspecial/metadata.xml b/dev-python/pgspecial/metadata.xml index 4b55905d911..2e7271b5120 100644 --- a/dev-python/pgspecial/metadata.xml +++ b/dev-python/pgspecial/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - andreaceris...@gmail.com - Andrea Cerisara - - - proxy-ma...@gentoo.org - Proxy Maintainers - + PGSpecial provides an API to execute meta-commands (AKA "special", or "backslash commands") on PostgreSQL. diff --git a/net-dns/openresolv/metadata.xml b/net-dns/openresolv/metadata.xml index ab4e99bc580..3c58a0219fb 100644 --- a/net-dns/openresolv/metadata.xml +++ b/net-dns/openresolv/metadata.xml @@ -1,13 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - andreaceris...@gmail.com - Andrea Cerisara - - - proxy-ma...@gentoo.org - Proxy Maintainers - +
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 04bb494936b615131e2277b8978ab1647dfd5cf3 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 20:49:21 2021 + Commit: Sam James gentoo org> CommitDate: Tue Jan 5 20:49:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bb4949 app-text/xmldiff: Stabilize 2.4 x86, #762080 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index c97d682e139..77e4b4f9ab5 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: aa9f681233a4dd82cf6177e18ec0af5d12c40667 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jan 3 11:44:06 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jan 3 11:44:06 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9f6812 app-text/xmldiff: stable 2.4 for ppc stable wrt bug #762080 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index ad30ca94a72..c97d682e139 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: cbaa287620450a70822efee1985bf793d194d6cb Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Jan 1 11:08:49 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jan 1 11:20:56 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaa2876 app-text/xmldiff: stable 2.4 for sparc, bug #762080 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index 263c12f27a8..ad30ca94a72 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 16d18d2367512bf4c0c7c200f44335c68d6b1103 Author: Sam James gentoo org> AuthorDate: Tue Dec 29 09:52:31 2020 + Commit: Sam James gentoo org> CommitDate: Tue Dec 29 09:52:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d18d23 app-text/xmldiff: Stabilize 2.4 amd64, #762080 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index c1261561d3c..263c12f27a8 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 6df4a65fd892c28294a5a1f69267f89dff683452 Author: Andrea Cerisara gmail com> AuthorDate: Fri Sep 25 22:24:11 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 10 07:22:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df4a65f app-text/xmldiff-2.4: version bump Signed-off-by: Andrea Cerisara gmail.com> Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17669 Signed-off-by: Joonas Niilola gentoo.org> app-text/xmldiff/Manifest | 1 + app-text/xmldiff/xmldiff-2.4.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index b12d1be5989..5154986e21c 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1 +1,2 @@ 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.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild new file mode 100644 index 000..c1261561d3c --- /dev/null +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +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/xmldiff/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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 1454f53eb7b8dfb7820b16a9246d19a2bac67011 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 15:32:35 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 22:57:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1454f53e app-text/xmldiff: Drop 1.1.1 Bug: https://bugs.gentoo.org/732080 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/xmldiff/Manifest | 1 - app-text/xmldiff/xmldiff-1.1.1.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index ebe2395673b..b12d1be5989 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,2 +1 @@ -DIST xmldiff-1.1.1.tar.gz 36429 BLAKE2B 2d84a1552851b0964ac837a30c61a99a3360292020251aa06ed71723e89b6a8f89a79107c69a317b16d810ee74241d38837d382b0dcb134b43f72f58ee2b6ea2 SHA512 cf65bdd827b76781b693089b8742f6358931456c4fdfd0f4b2a9e13b30101b48379ea9c2bf3dcb32d6d22198769262f2603172ffa877bec2ddfa5fabfdf74326 DIST xmldiff-2.3.tar.gz 92561 BLAKE2B f18805a9aa00a99a3f63640de60d3ea37393208ade00a14b817d42706bb1b3e407f2645d7df5b5e9f4d60d75d48afe6475e5c1f1bab24ea6fdd78d8646c79b58 SHA512 1dc3f76f51df3c506af827c9a7f67386143b4ce49c2159302e07c5f56054ffd9e858f086bb76d64a038b7e9ae7c116d1146714d4528ea9d53e23e1bacb4bb812 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 8f2480fc7ff..000 --- 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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 2bef67215ce2e3ab917ab97f7aa57cff8b747c02 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 1 09:08:52 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 1 09:14:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bef6721 app-text/xmldiff: stable 2.3 for sparc stable wrt bug #732080 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 002b81caa48..7508d2f1850 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -14,7 +14,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 7b3d580750dde225a45c2dc337ac61ddb6bef534 Author: Sam James gentoo org> AuthorDate: Wed Jul 29 23:38:48 2020 + Commit: Sam James gentoo org> CommitDate: Wed Jul 29 23:38:48 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3d5807 app-text/xmldiff: ppc stable (bug #732080) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 7d2533bed34..002b81caa48 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -14,7 +14,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 0ee70a23dd9bb234b3f51b6ebda72e3031453151 Author: Sam James gentoo org> AuthorDate: Tue Jul 28 14:05:41 2020 + Commit: Sam James gentoo org> CommitDate: Tue Jul 28 14:05:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee70a23 app-text/xmldiff: x86 stable (bug #732080) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 66c5f81899d..7d2533bed34 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -14,7 +14,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 3b4b4e5965ce0c5285995345682e673d278fab36 Author: Sam James gentoo org> AuthorDate: Mon Jul 27 02:13:58 2020 + Commit: Sam James gentoo org> CommitDate: Mon Jul 27 02:13:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4b4e59 app-text/xmldiff: amd64 stable (bug #732080) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 1ed202bb4aa..66c5f81899d 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -14,7 +14,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 5f1727c84f6e1c0d96dc2def256fa2935acae483 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 16 23:03:17 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 17 00:04:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1727c8 app-text/xmldiff: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 2b4aa9c6734..1ed202bb4aa 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 6f9df9cfbe5099596ce415f6118a59e0c752021d Author: Andrea Cerisara gmail com> AuthorDate: Mon Mar 30 10:07:54 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 5 07:17:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9df9cf app-text/xmldiff: version bump to 2.3 - update docs - update license - remove dev-python/future dependency Closes: https://bugs.gentoo.org/701592 Signed-off-by: Andrea Cerisara gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/15171 Signed-off-by: Joonas Niilola gentoo.org> app-text/xmldiff/Manifest | 1 + app-text/xmldiff/metadata.xml | 15 +++ app-text/xmldiff/xmldiff-2.3.ebuild | 26 ++ 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 721c919fd50..ebe2395673b 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1 +1,2 @@ DIST xmldiff-1.1.1.tar.gz 36429 BLAKE2B 2d84a1552851b0964ac837a30c61a99a3360292020251aa06ed71723e89b6a8f89a79107c69a317b16d810ee74241d38837d382b0dcb134b43f72f58ee2b6ea2 SHA512 cf65bdd827b76781b693089b8742f6358931456c4fdfd0f4b2a9e13b30101b48379ea9c2bf3dcb32d6d22198769262f2603172ffa877bec2ddfa5fabfdf74326 +DIST xmldiff-2.3.tar.gz 92561 BLAKE2B f18805a9aa00a99a3f63640de60d3ea37393208ade00a14b817d42706bb1b3e407f2645d7df5b5e9f4d60d75d48afe6475e5c1f1bab24ea6fdd78d8646c79b58 SHA512 1dc3f76f51df3c506af827c9a7f67386143b4ce49c2159302e07c5f56054ffd9e858f086bb76d64a038b7e9ae7c116d1146714d4528ea9d53e23e1bacb4bb812 diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index 14c1b6f3de8..70f8606c9a1 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -1,13 +1,20 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + andreaceris...@gmail.com + Andrea Cerisara + + + proxy-ma...@gentoo.org + Proxy Maintainers + 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. + Xmldiff was initially developed for the Narval project and can + be used as a library or as a command line tool. It can work either + with XML files or DOM trees. Shoobx/xmldiff diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild new file mode 100644 index 000..71535547856 --- /dev/null +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +DISTUTILS_USE_SETUPTOOLS="rdepend" +inherit distutils-r1 + +distutils_enable_tests unittest + +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" +IUSE="" + +RDEPEND="dev-python/setuptools + dev-python/lxml + dev-python/six" + +DOCS=( CHANGES.rst README.rst )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 99d7dfd3f005cc339fc48c4758202b7ab52050df Author: Joonas Niilola gentoo org> AuthorDate: Sun Apr 5 07:13:03 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 5 07:17:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d7dfd3 app-text/xmldiff: tidy ebuild Signed-off-by: Joonas Niilola gentoo.org> app-text/xmldiff/xmldiff-2.3.ebuild | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 71535547856..2b4aa9c6734 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -8,8 +8,6 @@ PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 -distutils_enable_tests unittest - 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" @@ -17,10 +15,10 @@ 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" -IUSE="" -RDEPEND="dev-python/setuptools - dev-python/lxml - dev-python/six" +RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest DOCS=( CHANGES.rst README.rst )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 6229410991a8fc5105b69e3e1d13fd5d475e5578 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 11 11:33:59 2020 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 11 11:38:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62294109 app-text/xmldiff: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index c09c0495882..08e9a9a605f 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: fc8a32ccd85eff4ffde67d25c8e34ca9787c20ff Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jun 5 07:44:52 2019 + Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jun 5 07:44:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8a32cc app-text/xmldiff: x86 stable wrt bug #676448 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index ba247e45a6c..c0248ef5c88 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 07e48d09ee44b389cb5afa7f7e20c30ac3d3334b Author: Mikle Kolyada gentoo org> AuthorDate: Thu May 2 21:05:16 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Thu May 2 21:05:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e48d09 app-text/xmldiff: alpha stable wrt bug #676448 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index d18c3bb32aa..ba247e45a6c 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="alpha amd64 ia64 ppc sparc ~x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 8880b57154535b64676b2920841d299eea5ecaea Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 17 23:01:09 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 17 23:02:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8880b571 app-text/xmldiff: stable 1.1.1 for ia64, bug #676448 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index 2173798f9eb..3407e9f0a3e 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="~alpha amd64 ia64 ppc sparc ~x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 4c2fe76a8b6e4a53d7960a1dfb3d609753b394e2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Mar 16 17:03:15 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 16 18:40:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2fe76a app-text/xmldiff: stable 1.1.1 for sparc, bug #676448 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index 5710426150f..2173798f9eb 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 1f183bbc1aee28fd88cbc63508c361e864b613f3 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Mar 15 08:12:41 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Mar 15 08:12:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f183bbc app-text/xmldiff: amd64 stable wrt bug #676448 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index 803d641601f..5710426150f 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: d94bedbfe30acd27bd4be1d6bd7ca08745f7ab37 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 2 20:22:20 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 2 20:44:35 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94bedbf app-text/xmldiff: stable 1.1.1 for ppc, bug #676448 Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/xmldiff/xmldiff-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index 955725e5043..803d641601f 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86 ~x86-linux" IUSE="" RDEPEND="dev-python/future
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: e21272a16f959b1573bdddc4f3175c6963674e60 Author: Michael Weber gentoo org> AuthorDate: Sun Aug 19 21:12:47 2018 + Commit: Michael Weber gentoo org> CommitDate: Sun Aug 19 21:13:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21272a1 app-text/xmldiff: Version bump, new upstream. thanks mgorny and wimmuskee Closes: https://github.com/gentoo/gentoo/pull/9624/ Closes: https://bugs.gentoo.org/653660 Package-Manager: Portage-2.3.45, Repoman-2.3.10 app-text/xmldiff/Manifest | 1 + app-text/xmldiff/metadata.xml | 3 +++ app-text/xmldiff/xmldiff-0.6.10-r2.ebuild | 2 +- app-text/xmldiff/xmldiff-1.1.1.ebuild | 23 +++ 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 93a6ee9f46b..efbfe9d1044 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1 +1,2 @@ DIST xmldiff-0.6.10.tar.gz 45827 BLAKE2B f4b97d4fa7063f1edb66ab1bd465dc81cd66f35233dcd3d8ae2cc1f13e9e841645ddf8848dcd3bafc45d44da218c8260b36f5210883f3963572b375173e6d687 SHA512 b183a6e94258c4d693fa97e759868dae2dca6088e3cf12cf08b40e82d18a375f02b12d62d0cfc03fb74a5138f32f6614f555b95a3062ba768d1cdaf3391cc95b +DIST xmldiff-1.1.1.tar.gz 36429 BLAKE2B 2d84a1552851b0964ac837a30c61a99a3360292020251aa06ed71723e89b6a8f89a79107c69a317b16d810ee74241d38837d382b0dcb134b43f72f58ee2b6ea2 SHA512 cf65bdd827b76781b693089b8742f6358931456c4fdfd0f4b2a9e13b30101b48379ea9c2bf3dcb32d6d22198769262f2603172ffa877bec2ddfa5fabfdf74326 diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index e7734cc5fb8..30d3057f57c 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -12,4 +12,7 @@ used as a library or as a command line tool. It can work either with XML files or DOM trees. + + Shoobx/xmldiff + diff --git a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild index e116f9beb7a..7f33b19bd77 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild @@ -8,7 +8,7 @@ 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"; +HOMEPAGE="https://github.com/Shoobx/xmldiff https://www.logilab.org/project/xmldiff"; SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz"; LICENSE="GPL-2" diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild new file mode 100644 index 000..955725e5043 --- /dev/null +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 9c139c2c388d0f41821830c54d8e9ed1cce66e44 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 21 07:03:52 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Apr 21 07:53:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c139c2c app-text/xmldiff: Remove obsolete dep on dev-python/pyxml Closes: https://bugs.gentoo.org/367743 .../xmldiff/{xmldiff-0.6.10-r1.ebuild => xmldiff-0.6.10-r2.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild similarity index 88% rename from app-text/xmldiff/xmldiff-0.6.10-r1.ebuild rename to app-text/xmldiff/xmldiff-0.6.10-r2.ebuild index 258bcb5872b..e116f9beb7a 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild @@ -16,7 +16,4 @@ 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 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: b9099b22d774d781c0ab02e85db7742f4bbedd1b Author: David Seifert gentoo org> AuthorDate: Sat Nov 25 18:09:57 2017 + Commit: David Seifert gentoo org> CommitDate: Sat Nov 25 19:55:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9099b22 app-text/xmldiff: [QA] Consistent whitespace in metadata.xml app-text/xmldiff/metadata.xml | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index 5ad26e1522f..e7734cc5fb8 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -1,14 +1,15 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -x...@gentoo.org - Michael Weber - - 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. - + + x...@gentoo.org + Michael Weber + + + 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. +
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 7731d226ddcfa208a582fae7c7cd6d84dd19b6a1 Author: Pacho Ramos gentoo org> AuthorDate: Fri Feb 10 18:55:00 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Fri Feb 10 18:55:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7731d226 app-text/xmldiff: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/xmldiff/xmldiff-0.6.10.ebuild | 25 - 1 file changed, 25 deletions(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10.ebuild b/app-text/xmldiff/xmldiff-0.6.10.ebuild deleted file mode 100644 index ffb741..00 --- a/app-text/xmldiff/xmldiff-0.6.10.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils python - -DESCRIPTION="A tool that figures out the differences between two similar XML files" -HOMEPAGE="http://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" -RDEPEND="${DEPEND}" - -DOCS="ChangeLog README README.xmlrev TODO"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 70e1ecd04bd557f37c4adaaef46b868e9186db71 Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 18 19:08:33 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 18 19:26:16 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e1ecd0 app-text/xmldiff: amd64/x86 stable, bug #593110 Package-Manager: portage-2.3.1 app-text/xmldiff/xmldiff-0.6.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild index 2af557d..448481e 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ 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" +KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-linux" IUSE="" DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
commit: 825e8ae25294615e018c98ccc59da23c0134670c Author: Tobias Klausmann gentoo org> AuthorDate: Sun Oct 16 17:45:21 2016 + Commit: Tobias Klausmann gentoo org> CommitDate: Sun Oct 16 17:45:21 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825e8ae2 app-text/xmldiff-0.6.10-r1: stable on alpha Gentoo-Bug: 593110 app-text/xmldiff/xmldiff-0.6.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild index 2fa4e47..2af557d 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild @@ -14,7 +14,7 @@ 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" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" IUSE="" DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]"