summaryrefslogtreecommitdiff
path: root/ros-meta/driver_common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /ros-meta/driver_common
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'ros-meta/driver_common')
-rw-r--r--ros-meta/driver_common/Manifest6
-rw-r--r--ros-meta/driver_common/driver_common-1.6.8.ebuild20
-rw-r--r--ros-meta/driver_common/driver_common-1.6.9.ebuild20
-rw-r--r--ros-meta/driver_common/driver_common-9999.ebuild20
-rw-r--r--ros-meta/driver_common/metadata.xml11
5 files changed, 0 insertions, 77 deletions
diff --git a/ros-meta/driver_common/Manifest b/ros-meta/driver_common/Manifest
deleted file mode 100644
index 3da27fd4103a..000000000000
--- a/ros-meta/driver_common/Manifest
+++ /dev/null
@@ -1,6 +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
-EBUILD driver_common-1.6.8.ebuild 420 BLAKE2B 69cbf5250a229e926e60d9cc7fb44758101cc9aec5deadb9fd0491cb165573ab5aa4866ca9faa3dc66d01f5d1622a6de4e291e36e41e4938008b3c529e310815 SHA512 d674793e35b62c20c4e0406b65ba0637614141ed23345c6dd7872a2b476d000337de32346d451dd53c28046b2f98a3f16398b3957b9f6fa23736afa0e53ee61d
-EBUILD driver_common-1.6.9.ebuild 420 BLAKE2B c0a10cd3ee8d7726f0f06ff8bc869577c8c16a0a8bb0783d85590c3f3ff21cedc7362d1512733852f82a0ad028db468f55eacd9c08def76c03bb15bd60d257ee SHA512 c951025061b5193a0d1e33adcc3ad052dfed31d4154063e9e0b1aea74e137d5fc5709e63b011002d98a76b1dfd836bd3e95676f162d39eb122b8577ca08a5f65
-EBUILD driver_common-9999.ebuild 420 BLAKE2B 69cbf5250a229e926e60d9cc7fb44758101cc9aec5deadb9fd0491cb165573ab5aa4866ca9faa3dc66d01f5d1622a6de4e291e36e41e4938008b3c529e310815 SHA512 d674793e35b62c20c4e0406b65ba0637614141ed23345c6dd7872a2b476d000337de32346d451dd53c28046b2f98a3f16398b3957b9f6fa23736afa0e53ee61d
-MISC metadata.xml 340 BLAKE2B e50014d12cb0b21d5216163c1d9fd9822407c47af9460ab0d840f8aa130783ea9f5f5ca0027cb498307eaaae90c4b29691e9e140c0db675c7c503f73b12dfff3 SHA512 86f03cd767867cd7abb2c35ff6793bc66cd8c3a0c90cabd1b55699207974d49963a93e0cebffcfaa017acc2cf432a6bdb1f7532797f0d33cbc04966cc2697efe
diff --git a/ros-meta/driver_common/driver_common-1.6.8.ebuild b/ros-meta/driver_common/driver_common-1.6.8.ebuild
deleted file mode 100644
index 8257be19a057..000000000000
--- a/ros-meta/driver_common/driver_common-1.6.8.ebuild
+++ /dev/null
@@ -1,20 +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"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Classes and tools that are useful throughout the driver stacks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/driver_base
- dev-ros/timestamp_tools
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/driver_common/driver_common-1.6.9.ebuild b/ros-meta/driver_common/driver_common-1.6.9.ebuild
deleted file mode 100644
index daf44ef132e2..000000000000
--- a/ros-meta/driver_common/driver_common-1.6.9.ebuild
+++ /dev/null
@@ -1,20 +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"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Classes and tools that are useful throughout the driver stacks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/driver_base
- dev-ros/timestamp_tools
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/driver_common/driver_common-9999.ebuild b/ros-meta/driver_common/driver_common-9999.ebuild
deleted file mode 100644
index 8257be19a057..000000000000
--- a/ros-meta/driver_common/driver_common-9999.ebuild
+++ /dev/null
@@ -1,20 +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"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Classes and tools that are useful throughout the driver stacks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/driver_base
- dev-ros/timestamp_tools
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/driver_common/metadata.xml b/ros-meta/driver_common/metadata.xml
deleted file mode 100644
index a6e8cff19b00..000000000000
--- a/ros-meta/driver_common/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>