summaryrefslogtreecommitdiff
path: root/dev-ros/unique_id
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ros/unique_id
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/unique_id')
-rw-r--r--dev-ros/unique_id/Manifest4
-rw-r--r--dev-ros/unique_id/metadata.xml11
-rw-r--r--dev-ros/unique_id/unique_id-1.0.6.ebuild24
-rw-r--r--dev-ros/unique_id/unique_id-9999.ebuild24
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-ros/unique_id/Manifest b/dev-ros/unique_id/Manifest
deleted file mode 100644
index 310b264b0975..000000000000
--- a/dev-ros/unique_id/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST unique_identifier-1.0.6.tar.gz 12305 BLAKE2B 3aa8ba6a7386588f56546e42efd61cc52a6a7c44444462c55f26830e162eafbc49a7aaca2315d965d75f8f0151467147af7db8a0fbe96def66c33e81371e069c SHA512 d81409786a311fd1d23937fd24bf0365920f6b9cd7b4ba9803935844c0dab0a1765b2790f88673fe8fffea70ff13161ddadc7644bc8d39e3f0c255007b267156
-EBUILD unique_id-1.0.6.ebuild 640 BLAKE2B c7efd57dbe3bb00ab85951ebb844c1649993c2302c0076e88911241cb8df48b3abb938408e9d5b49db0e28f1196c22d09d974d6599b95e31d1760948f3eaea92 SHA512 fe9738d1bdca52e53e4318d58494a76e396c71c6d8ed04e3a771019aae9ee4b37ed9f9156803d071c33f0202fbb4d17968854dcc79e9d66ed4756858a527e105
-EBUILD unique_id-9999.ebuild 640 BLAKE2B 1299368f703b8b4ac92d04dfb48041876c6e9858b574de77cbf1b1ccf103da22ed197a8a31838835d45474a24aaa32de4202fcca616061f73f16bfd2935d466e SHA512 9c0f58bae2abd15cb8d54a15a772e4d4e707cadad24ac4aea56ded51860dbaeb2ea99c0213f8692e737225934ad9858daf278f3c99a890f24a2f937e0e3dfaa8
-MISC metadata.xml 351 BLAKE2B 263bd97d8a235f46caee579594b8c44e0f638ba246459a9b7090da4fafdbafcc26a8fca2716c005a2cfb4dac98def55e691744d7ce869528032652b2f7fda96e SHA512 8636c13070578878bd780ee448a76c3a5040758e23f5c1e990bd433fdf91a3645294210d172917317715f806d87dac379a023979a555c68270e0c79319c4b659
diff --git a/dev-ros/unique_id/metadata.xml b/dev-ros/unique_id/metadata.xml
deleted file mode 100644
index 07abf56c1b23..000000000000
--- a/dev-ros/unique_id/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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-geographic-info/unique_identifier</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/unique_id/unique_id-1.0.6.ebuild b/dev-ros/unique_id/unique_id-1.0.6.ebuild
deleted file mode 100644
index 612f302dfc98..000000000000
--- a/dev-ros/unique_id/unique_id-1.0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier"
-VER_PREFIX=unique_identifier-
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="ROS Python and C++ interfaces for universally unique identifiers"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/uuid_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-ros/roscpp
-"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"
diff --git a/dev-ros/unique_id/unique_id-9999.ebuild b/dev-ros/unique_id/unique_id-9999.ebuild
deleted file mode 100644
index c67faa3ad095..000000000000
--- a/dev-ros/unique_id/unique_id-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier"
-VER_PREFIX=unique_identifier-
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="ROS Python and C++ interfaces for universally unique identifiers"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/uuid_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-ros/roscpp
-"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"