From 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 May 2024 00:00:56 +0100 Subject: gentoo auto-resync : 07:05:2024 - 00:00:56 --- dev-util/itstool/Manifest | 2 -- dev-util/itstool/itstool-2.0.7-r1.ebuild | 37 -------------------------------- dev-util/itstool/itstool-2.0.7.ebuild | 34 ----------------------------- 3 files changed, 73 deletions(-) delete mode 100644 dev-util/itstool/itstool-2.0.7-r1.ebuild delete mode 100644 dev-util/itstool/itstool-2.0.7.ebuild (limited to 'dev-util/itstool') diff --git a/dev-util/itstool/Manifest b/dev-util/itstool/Manifest index cfb1f76419fa..a89269201606 100644 --- a/dev-util/itstool/Manifest +++ b/dev-util/itstool/Manifest @@ -1,7 +1,5 @@ AUX itstool-2.0.7-missing-translation-fix.patch 1260 BLAKE2B af0023bb175919f58ce3150b714f28059c39991e6b1a223b3599b3776690a4457b4ca67d267599ae562ff1633c4c6c93fa064d0a6221abf8b889cb9975f9a0bd SHA512 4536552d4587f4ce5573367c274854710e3df56485fefb00c9d3ca5efcff3cce91e2ff4b0b67d604f4b3884b57493e4ff282d4bafce6c1e257eeb0686cd824d9 AUX itstool-2.0.7-raw-string.patch 3193 BLAKE2B 37f1a182d0a26837a84ad7a0524f47b309264c0eb150e39333071a273e825a2a3962d6172911d72e6744189c2a007c528ca57f073bbb436e874aed21bde47041 SHA512 a783b912b0306d8a336fee292db9cd90ca1d61e382d144b823581d16d0ec0f9f96305c3f6b8bf0704295d3b29fd997378d22258899695319c27e6c24912e41aa DIST itstool-2.0.7.tar.bz2 104648 BLAKE2B e2d27d7b0a772596a0fa02b157bbef65b132b839c908c114596d21a54c245a0c941419a3555a8b9b7255800f9ef65d557a5b0f6847103b0a3934c908d43128ab SHA512 710c188e518a7eccbf9d31df59692fd6acc79430589a93ef4333f33f74440c311c340614ca74cc43191830567a98024d0981325ccd83a8fd9b75410d9dd91992 -EBUILD itstool-2.0.7-r1.ebuild 1034 BLAKE2B f0ad751a56a749fa33e55598a844f0fc24754f1e1a887abdb70ad501b3934d4119bc47f0ef01083bc5e7e5d2c20ecf3e9839077837a0158d0144a9e1f09edd98 SHA512 1b2031ca5978d97671107e29acff1d81f2cbb35a204d87c6b055cc2b937dbb97b402fe0cc8078d3e6205bbb42c6be41adf6591153ada20cfb133dee7b1306ffb EBUILD itstool-2.0.7-r2.ebuild 1068 BLAKE2B ba2b386a01cc28dcd406b359ce24dec03ec2f14ab08730c9aa07710a5116c2c548f884da9ffe7a2f98b463e24f2a40b53d1cd2ce78ffbe90ff307f3118baa3ad SHA512 16d6c977e6db57771f5e909921dbea9c288a746d17a8c2ee15d795628bef1d5159340ec2509e9bf93c9c00b779495852232339fbc1264e7872618875426b566f -EBUILD itstool-2.0.7.ebuild 964 BLAKE2B 7eef310838935bc5b47d23706e3e4ad6410c137e868f662f83e86a7e7c66d703b893625d7645fd878e818ff818016805b75833ea82361d75cac42f51ec809333 SHA512 588c133c33a90f5f81886a89f632a6d0bec501b7089b05385aed0adbb88c7255ce09c30962620a902739c7f49334d90e4d72f7f87414f29234d784f263fe979b MISC metadata.xml 612 BLAKE2B 0d4784d03f20c26f28f64015ee59a119b1059fd75f27352b0e99f07b5c3914ea3541674d4970620b1bbd6278951e524e687807d1275da1999d3a2fa311fb8206 SHA512 dcf3e043d41747edbd72e8081b75617b88d76e6c46fea1e112e5c2a8e7049f74f1b5ece6de4681863994eeb18bade3b793c3944269ddc5d3b6c6ead1a72dc8f9 diff --git a/dev-util/itstool/itstool-2.0.7-r1.ebuild b/dev-util/itstool/itstool-2.0.7-r1.ebuild deleted file mode 100644 index b6d14f098b49..000000000000 --- a/dev-util/itstool/itstool-2.0.7-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="xml(+)" - -inherit python-single-r1 - -DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules" -HOMEPAGE="http://itstool.org/" -SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" - -# files in /usr/share/itstool/its are under a special exception || GPL-3+ -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/libxml2[python,${PYTHON_USEDEP}] - ')" -DEPEND="${RDEPEND}" -BDEPEND="" - -DOCS=(ChangeLog NEWS) # AUTHORS, README are empty - -PATCHES=" - "${FILESDIR}"/${PN}-2.0.7-missing-translation-fix.patch" - -src_test() { - : - #"${PYTHON}" tests/run_tests.py || die "test suite failed" # Test suite not shipped in tarball -} diff --git a/dev-util/itstool/itstool-2.0.7.ebuild b/dev-util/itstool/itstool-2.0.7.ebuild deleted file mode 100644 index 4364a2f48092..000000000000 --- a/dev-util/itstool/itstool-2.0.7.ebuild +++ /dev/null @@ -1,34 +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} ) -PYTHON_REQ_USE="xml(+)" - -inherit python-single-r1 - -DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules" -HOMEPAGE="http://itstool.org/" -SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" - -# files in /usr/share/itstool/its are under a special exception || GPL-3+ -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/libxml2[python,${PYTHON_USEDEP}] - ')" -DEPEND="${RDEPEND}" -BDEPEND="" - -DOCS=(ChangeLog NEWS) # AUTHORS, README are empty - -src_test() { - : - #"${PYTHON}" tests/run_tests.py || die "test suite failed" # Test suite not shipped in tarball -} -- cgit v1.2.3