diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:03:00 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:13:21 +0100 |
commit | 8541aef0cf41c29d830ef74639ba3b62257fa96f (patch) | |
tree | 6858447edc055bf6a173c5d67bc606e81bb157a5 /dev-ros/genmsg | |
parent | dev-ros/genlisp: treeclean (diff) | |
download | gentoo-8541aef0cf41c29d830ef74639ba3b62257fa96f.tar.gz gentoo-8541aef0cf41c29d830ef74639ba3b62257fa96f.tar.bz2 gentoo-8541aef0cf41c29d830ef74639ba3b62257fa96f.zip |
dev-ros/genmsg: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg')
-rw-r--r-- | dev-ros/genmsg/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/genmsg/genmsg-0.6.0.ebuild | 18 | ||||
-rw-r--r-- | dev-ros/genmsg/genmsg-9999.ebuild | 18 | ||||
-rw-r--r-- | dev-ros/genmsg/metadata.xml | 11 |
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest deleted file mode 100644 index d35cb1af4875..000000000000 --- a/dev-ros/genmsg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST genmsg-0.6.0.tar.gz 60465 BLAKE2B d4b3fb69b540d5ae152ea9ba99f8a95f3ec0f2327abc3358c3f7e98710791d6cef7537a1c1de2229e103ffe80e7c67fadcbc1b781e3df2430dc379a14cc9a5a2 SHA512 73e0f16dfa0096c358c7b19fb5d5126af32ea24240611c4b45857a79d44d5a4aa77f34e4f0b4e2f38592f23b127ac1ffe74794be0b622921fd76353d9e42ea0d diff --git a/dev-ros/genmsg/genmsg-0.6.0.ebuild b/dev-ros/genmsg/genmsg-0.6.0.ebuild deleted file mode 100644 index 7747d17bdcd2..000000000000 --- a/dev-ros/genmsg/genmsg-0.6.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/genmsg" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Python library for generating ROS message and service data structures" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) -" diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild deleted file mode 100644 index 7ae92b459ca2..000000000000 --- a/dev-ros/genmsg/genmsg-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/genmsg" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Python library for generating ROS message and service data structures" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) -" diff --git a/dev-ros/genmsg/metadata.xml b/dev-ros/genmsg/metadata.xml deleted file mode 100644 index 1a6f5558317a..000000000000 --- a/dev-ros/genmsg/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ros@gentoo.org</email> - <name>Gentoo ROS Project</name> - </maintainer> - <upstream> - <remote-id type="github">ros/genmsg</remote-id> - </upstream> -</pkgmetadata> |