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 3E90215800F for ; Tue, 24 Jan 2023 20:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42866E08C3; Tue, 24 Jan 2023 20:20:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 20267E08BB for ; Tue, 24 Jan 2023 20:20:14 +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 2EB6F340E91 for ; Tue, 24 Jan 2023 20:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9C48A3 for ; Tue, 24 Jan 2023 20:20:08 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1674591470.b5d3e64a54479c9d898a84febc73e665daee8f3c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/catkin_pkg/, dev-python/catkin_pkg/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/catkin_pkg/Manifest dev-python/catkin_pkg/catkin_pkg-0.5.2.ebuild dev-python/catkin_pkg/catkin_pkg-9999.ebuild dev-python/catkin_pkg/files/catkin_prefix2.patch dev-python/catkin_pkg/files/infinite_loop5.patch dev-python/catkin_pkg/files/ros_packages.patch dev-python/catkin_pkg/metadata.xml profiles/package.mask X-VCS-Directories: dev-python/catkin_pkg/ dev-python/catkin_pkg/files/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b5d3e64a54479c9d898a84febc73e665daee8f3c X-VCS-Branch: master Date: Tue, 24 Jan 2023 20:20:08 +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: e7e3e87f-6154-4ca2-a9c5-290d4e782377 X-Archives-Hash: 975d7d54b2195c952e25bba8f5fe73c9 commit: b5d3e64a54479c9d898a84febc73e665daee8f3c Author: Jakov Smolić gentoo org> AuthorDate: Tue Jan 24 17:21:55 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jan 24 20:17:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d3e64a dev-python/catkin_pkg: treeclean Closes: https://bugs.gentoo.org/856703 Signed-off-by: Jakov Smolić gentoo.org> dev-python/catkin_pkg/Manifest | 1 - dev-python/catkin_pkg/catkin_pkg-0.5.2.ebuild | 45 ------------------------ dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 45 ------------------------ dev-python/catkin_pkg/files/catkin_prefix2.patch | 30 ---------------- dev-python/catkin_pkg/files/infinite_loop5.patch | 27 -------------- dev-python/catkin_pkg/files/ros_packages.patch | 13 ------- dev-python/catkin_pkg/metadata.xml | 12 ------- profiles/package.mask | 1 - 8 files changed, 174 deletions(-) diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest deleted file mode 100644 index 08e672a1d448..000000000000 --- a/dev-python/catkin_pkg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST catkin_pkg-0.5.2-gh.tar.gz 67596 BLAKE2B aec34c6f54926dee02034d542741affe9cb662b06b354062088bec1fec25381f036d59af5fa52153ba1ce1c91fdf8bb9d1484475df8a63268ca474a7acd5f285 SHA512 40e7e3839017ad430ee36dccf87a90727e5efd92e6c605cdba3e9f8850b71a6a80da79bd8760d94e356dadebdd842c8a3f8b530782fb75503d3e620add79be4a diff --git a/dev-python/catkin_pkg/catkin_pkg-0.5.2.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.5.2.ebuild deleted file mode 100644 index 55a360027f71..000000000000 --- a/dev-python/catkin_pkg/catkin_pkg-0.5.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} pypy3 ) - -SCM="" -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/ros-infrastructure/catkin_pkg" -fi - -inherit ${SCM} distutils-r1 - -DESCRIPTION="Standalone Python library for the catkin package system" -HOMEPAGE="https://wiki.ros.org/catkin_pkg" -if [ "${PV#9999}" != "${PV}" ] ; then - SRC_URI="" -else - SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - !