summaryrefslogtreecommitdiff
path: root/dev-ros/gencpp
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/gencpp
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/gencpp')
-rw-r--r--dev-ros/gencpp/Manifest6
-rw-r--r--dev-ros/gencpp/gencpp-0.5.5.ebuild19
-rw-r--r--dev-ros/gencpp/gencpp-0.6.0.ebuild19
-rw-r--r--dev-ros/gencpp/gencpp-9999.ebuild19
-rw-r--r--dev-ros/gencpp/metadata.xml11
5 files changed, 0 insertions, 74 deletions
diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
deleted file mode 100644
index d031b36e2c4e..000000000000
--- a/dev-ros/gencpp/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST gencpp-0.5.5.tar.gz 8601 BLAKE2B c048ce73f41d8b9ef3111bcb00b9a8776f4b1498bf4828e48ec45994c4f0fecfc75318fcfbfddd18b492d7b597e62e69fd497de63b6cc1417a107e11ecf38e83 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a
-DIST gencpp-0.6.0.tar.gz 9164 BLAKE2B 97b7e3904cde95ca6304e498d5f338cf303a55c407c187994b3dcb2bb062bd6dc1b4a2ab6f0cc949bfc6c481199586abef115fe54b4b99e99bc99dac8ae261cf SHA512 0ef0ae3d5f93ab5693455eb5319a0b8fbaab4ee56bd890e0ef96bfbdf8959affe61551f30739bab7e945c213c9b2fb51ff5e89c5b3a40d945da23e1ba88b9c1e
-EBUILD gencpp-0.5.5.ebuild 465 BLAKE2B 87d05b0ecdc318698f9d271bfcc541ce3cb4d030cbb39bd3d0a11208da0773cad93ec882abf43ab0fb134841263236b886a5518e00a82f5b231650991fe0b967 SHA512 4bc32dedeb187d80b202e1c34907ebde2b7fad8bdabe0e0b1fe801ce3bc2b472c638592e333497bd228e96ff5cdce173d7133fc9fe3941f8842733218c717347
-EBUILD gencpp-0.6.0.ebuild 465 BLAKE2B ebd8a37fc5ce1a996bd5ca8faa2173ab8f0daaac133bfce251407ee69685ba74aa7d191eb4f007ae8c9a1b1f3d6a1e6f7afe937dc46199d3e199b7518c7e38e1 SHA512 1129bf9486c73fc7dcd7f91982b683cc56dca8c4089a33db4860bbf5f464b2c2e5130e91cf4f5b2b793c10793474604c72111417f2e8e5c435e744548b5a1f26
-EBUILD gencpp-9999.ebuild 465 BLAKE2B 87d05b0ecdc318698f9d271bfcc541ce3cb4d030cbb39bd3d0a11208da0773cad93ec882abf43ab0fb134841263236b886a5518e00a82f5b231650991fe0b967 SHA512 4bc32dedeb187d80b202e1c34907ebde2b7fad8bdabe0e0b1fe801ce3bc2b472c638592e333497bd228e96ff5cdce173d7133fc9fe3941f8842733218c717347
-MISC metadata.xml 324 BLAKE2B acb13fb86def5c4a53edd5c0db5d4c65d73e99f6d18a2fa1509981878637f006f9b14c5cd40e56b886b73c4ac8ec957844da3e424bb515248c07298388eb23c4 SHA512 031c6670cbdd1abdf53174d877a08985012d75ffa1fb16415501d128ac519567f6b9ae3c786a878aba25481c4413ebbcbc34d3782bf1d85cc6976caccd1aaaac
diff --git a/dev-ros/gencpp/gencpp-0.5.5.ebuild b/dev-ros/gencpp/gencpp-0.5.5.ebuild
deleted file mode 100644
index e1d7cf520321..000000000000
--- a/dev-ros/gencpp/gencpp-0.5.5.ebuild
+++ /dev/null
@@ -1,19 +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/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/gencpp/gencpp-0.6.0.ebuild b/dev-ros/gencpp/gencpp-0.6.0.ebuild
deleted file mode 100644
index e33fa4486006..000000000000
--- a/dev-ros/gencpp/gencpp-0.6.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
deleted file mode 100644
index e1d7cf520321..000000000000
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ /dev/null
@@ -1,19 +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/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/gencpp/metadata.xml b/dev-ros/gencpp/metadata.xml
deleted file mode 100644
index cfbde37a19c1..000000000000
--- a/dev-ros/gencpp/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/gencpp</remote-id>
- </upstream>
-</pkgmetadata>