diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:02:38 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:13:09 +0100 |
commit | aab42c89917c8b09223d35d01b4386987d94e530 (patch) | |
tree | b7249a48268e63cb22c79f16dccd869d16cf0657 /dev-ros/driver_base | |
parent | dev-ros/diagnostic_updater: treeclean (diff) | |
download | gentoo-aab42c89917c8b09223d35d01b4386987d94e530.tar.gz gentoo-aab42c89917c8b09223d35d01b4386987d94e530.tar.bz2 gentoo-aab42c89917c8b09223d35d01b4386987d94e530.zip |
dev-ros/driver_base: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/driver_base')
-rw-r--r-- | dev-ros/driver_base/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/driver_base/driver_base-1.6.8.ebuild | 19 | ||||
-rw-r--r-- | dev-ros/driver_base/driver_base-1.6.9.ebuild | 19 | ||||
-rw-r--r-- | dev-ros/driver_base/driver_base-9999.ebuild | 19 | ||||
-rw-r--r-- | dev-ros/driver_base/metadata.xml | 11 |
5 files changed, 0 insertions, 70 deletions
diff --git a/dev-ros/driver_base/Manifest b/dev-ros/driver_base/Manifest deleted file mode 100644 index 3c2c50627dce..000000000000 --- a/dev-ros/driver_base/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST driver_common-1.6.8.tar.gz 15055 BLAKE2B 2d9a4c23d65b8e2f60343f5e3b454e1cc41334d34e0246891b533f216acb743df628d95dd2c0087b06284a85e0ea872baad495a7ed7b59c03e8f8ff32eba4ed8 SHA512 b698143d08785088ac13e62f5b96676bd590a84e4ffb147fa3698be6a8ded510f648d043ecdc1d31ba7b95fb3041d06ee1a39b224c359b8612adebdba259d188 -DIST driver_common-1.6.9.tar.gz 15374 BLAKE2B 88bcba03596d9a641091d37db8329807cfa0d4dd766298a25f8e41b6da567eb246fdd8c4c8a39698b60a47a118b81b15c3ac93154490a1258d93d3e2fbd5c049 SHA512 1a5f7d261a3e754b380824256d35432cee521b7d255a7f152b6a69d5181ea45a2bbca7a7c6d4e0bea753c8f3c59018a63357c87d2535a9cb55ba311f11e5d749 diff --git a/dev-ros/driver_base/driver_base-1.6.8.ebuild b/dev-ros/driver_base/driver_base-1.6.8.ebuild deleted file mode 100644 index 6f9cd6b125e7..000000000000 --- a/dev-ros/driver_base/driver_base-1.6.8.ebuild +++ /dev/null @@ -1,19 +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-drivers/driver_common" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Framework for writing drivers" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:=" -DEPEND="${RDEPEND}" diff --git a/dev-ros/driver_base/driver_base-1.6.9.ebuild b/dev-ros/driver_base/driver_base-1.6.9.ebuild deleted file mode 100644 index 1931a276ceea..000000000000 --- a/dev-ros/driver_base/driver_base-1.6.9.ebuild +++ /dev/null @@ -1,19 +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-drivers/driver_common" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Framework for writing drivers" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:=" -DEPEND="${RDEPEND}" diff --git a/dev-ros/driver_base/driver_base-9999.ebuild b/dev-ros/driver_base/driver_base-9999.ebuild deleted file mode 100644 index 6f9cd6b125e7..000000000000 --- a/dev-ros/driver_base/driver_base-9999.ebuild +++ /dev/null @@ -1,19 +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-drivers/driver_common" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Framework for writing drivers" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:=" -DEPEND="${RDEPEND}" diff --git a/dev-ros/driver_base/metadata.xml b/dev-ros/driver_base/metadata.xml deleted file mode 100644 index a6e8cff19b00..000000000000 --- a/dev-ros/driver_base/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-drivers/driver_common</remote-id> - </upstream> -</pkgmetadata> |