diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 10:38:18 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 10:44:52 +0100 |
commit | 30658cd4103aefa34c377a9dc5b4397f9a7f9386 (patch) | |
tree | fcc3c551505ffa1822b6557380835f0eb2ea3490 /dev-ros/gencpp | |
parent | dev-ros/genpy: Add pypy/3 support (diff) | |
download | gentoo-30658cd4103aefa34c377a9dc5b4397f9a7f9386.tar.gz gentoo-30658cd4103aefa34c377a9dc5b4397f9a7f9386.tar.bz2 gentoo-30658cd4103aefa34c377a9dc5b4397f9a7f9386.zip |
dev-ros/gencpp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/gencpp')
-rw-r--r-- | dev-ros/gencpp/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/gencpp/gencpp-0.5.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/gencpp/gencpp-0.5.4.ebuild | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest index 93dacef9bfc8..5f97d3ce3900 100644 --- a/dev-ros/gencpp/Manifest +++ b/dev-ros/gencpp/Manifest @@ -1,3 +1 @@ -DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a -DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37 DIST gencpp-0.5.5.tar.gz 8601 SHA256 1340928931d873e2d43801b663a4a8d87402b88173adb01e21e58037d490fda5 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a WHIRLPOOL ab1517402e43ab76a8b7da37191d4074148d8fa028e6b2acee68781bf38a85393cc5d8f72b15bf820feec608881dca3a602ad1bf03700137874d370f2b44a435 diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild deleted file mode 100644 index f7fcac7659d2..000000000000 --- a/dev-ros/gencpp/gencpp-0.5.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/gencpp" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -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.5.4.ebuild b/dev-ros/gencpp/gencpp-0.5.4.ebuild deleted file mode 100644 index f7fcac7659d2..000000000000 --- a/dev-ros/gencpp/gencpp-0.5.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/gencpp" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -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}" |