From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61E15158064 for ; Mon, 6 May 2024 07:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495D32BC0EA; Mon, 6 May 2024 07:09:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A44D2BC0EA for ; Mon, 6 May 2024 07:09:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 703253431B1 for ; Mon, 6 May 2024 07:09:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFAFD1A3E for ; Mon, 6 May 2024 07:09:04 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1714979300.b2c9c7688db86ad2b0f82ab1d3088b7842c3e57d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/itstool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/itstool/itstool-2.0.7-r1.ebuild dev-util/itstool/itstool-2.0.7.ebuild X-VCS-Directories: dev-util/itstool/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b2c9c7688db86ad2b0f82ab1d3088b7842c3e57d X-VCS-Branch: master Date: Mon, 6 May 2024 07:09:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 648cdd2c-feff-4851-974c-dd4d0f3a73d1 X-Archives-Hash: 30344ec43ed05b6525c10688840d0b7f commit: b2c9c7688db86ad2b0f82ab1d3088b7842c3e57d Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 6 06:45:44 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 6 07:08:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c9c768 dev-util/itstool: drop 2.0.7, 2.0.7-r1 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/itstool/itstool-2.0.7-r1.ebuild | 37 -------------------------------- dev-util/itstool/itstool-2.0.7.ebuild | 34 ----------------------------- 2 files changed, 71 deletions(-) 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 -}