diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:09:33 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:17:02 +0100 |
commit | 9b8070cbbd5f91a890b90d09b0e23f01bb6dc3a8 (patch) | |
tree | caaa5b009e2cecc202e533b831b9be56ab49d0b9 /ros-meta/desktop | |
parent | ros-meta/common_tutorials: treeclean (diff) | |
download | gentoo-9b8070cbbd5f91a890b90d09b0e23f01bb6dc3a8.tar.gz gentoo-9b8070cbbd5f91a890b90d09b0e23f01bb6dc3a8.tar.bz2 gentoo-9b8070cbbd5f91a890b90d09b0e23f01bb6dc3a8.zip |
ros-meta/desktop: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'ros-meta/desktop')
-rw-r--r-- | ros-meta/desktop/Manifest | 1 | ||||
-rw-r--r-- | ros-meta/desktop/desktop-1.5.0-r1.ebuild | 29 | ||||
-rw-r--r-- | ros-meta/desktop/desktop-9999.ebuild | 29 | ||||
-rw-r--r-- | ros-meta/desktop/metadata.xml | 11 |
4 files changed, 0 insertions, 70 deletions
diff --git a/ros-meta/desktop/Manifest b/ros-meta/desktop/Manifest deleted file mode 100644 index 3b9735986e74..000000000000 --- a/ros-meta/desktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST metapackages-1.5.0.tar.gz 2024 BLAKE2B f79f813bfe27e840abb53a46528149f0a7942d7362b66771887dd1452090a19a6169a89aadaa2d4d3dc8104f41834c2c77c2fd702e4cc7f42498e946764b6c7a SHA512 373d402aa98dd617abbfed7c2e733601dcc223eb9ce0f6dde15712dc5ad6b1b4e30c70607f8dde191518893839fd4edfce735443d873e750e0002947e2d44091 diff --git a/ros-meta/desktop/desktop-1.5.0-r1.ebuild b/ros-meta/desktop/desktop-1.5.0-r1.ebuild deleted file mode 100644 index 66b8115a2786..000000000000 --- a/ros-meta/desktop/desktop-1.5.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for a basic ROS desktop install" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/robot - ros-meta/viz - dev-ros/angles:0 - ros-meta/common_tutorials - ros-meta/geometry_tutorials - dev-ros/joint_state_publisher_gui - ros-meta/ros_tutorials - dev-ros/roslint - dev-ros/urdf_tutorial - ros-meta/visualization_tutorials -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/desktop/desktop-9999.ebuild b/ros-meta/desktop/desktop-9999.ebuild deleted file mode 100644 index 66b8115a2786..000000000000 --- a/ros-meta/desktop/desktop-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for a basic ROS desktop install" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/robot - ros-meta/viz - dev-ros/angles:0 - ros-meta/common_tutorials - ros-meta/geometry_tutorials - dev-ros/joint_state_publisher_gui - ros-meta/ros_tutorials - dev-ros/roslint - dev-ros/urdf_tutorial - ros-meta/visualization_tutorials -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/desktop/metadata.xml b/ros-meta/desktop/metadata.xml deleted file mode 100644 index 5c994da5e3c9..000000000000 --- a/ros-meta/desktop/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/metapackages</remote-id> - </upstream> -</pkgmetadata> |