From a1b20429e7e2ba1b44414459afd5a2b50788cd9c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Jan 2023 08:07:03 +0000 Subject: gentoo auto-resync : 25:01:2023 - 08:07:03 --- dev-ros/ament_xmllint/ament_xmllint-9999.ebuild | 41 ------------------------- 1 file changed, 41 deletions(-) delete mode 100644 dev-ros/ament_xmllint/ament_xmllint-9999.ebuild (limited to 'dev-ros/ament_xmllint/ament_xmllint-9999.ebuild') diff --git a/dev-ros/ament_xmllint/ament_xmllint-9999.ebuild b/dev-ros/ament_xmllint/ament_xmllint-9999.ebuild deleted file mode 100644 index b383c292a9d4..000000000000 --- a/dev-ros/ament_xmllint/ament_xmllint-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -ROS_PN="ament_lint" -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ament/ament_lint" - S="${WORKDIR}/${P}/${PN}" -else - SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> ${ROS_PN}-${PV}.tar.gz" - S="${WORKDIR}/${ROS_PN}-${PV}/${PN}" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Checks XML files like the package manifest using xmllint" -HOMEPAGE="https://github.com/ament/ament_lint" - -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=" - dev-ros/ament_lint[${PYTHON_USEDEP}] - dev-libs/libxml2[python,${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - dev-ros/ament_copyright[${PYTHON_USEDEP}] - dev-ros/ament_flake8[${PYTHON_USEDEP}] - dev-ros/ament_pep257[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -- cgit v1.2.3