diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-01-15 11:40:40 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-01-15 11:46:46 +0100 |
commit | 06ee4e37b5db4366438c66863273d386c5e5466f (patch) | |
tree | fca616d653906c4809183c2fe477521ec9b41f85 /dev-python/rosdistro | |
parent | dev-libs/urdfdom_headers: bump to 1.0.3 (diff) | |
download | gentoo-06ee4e37b5db4366438c66863273d386c5e5466f.tar.gz gentoo-06ee4e37b5db4366438c66863273d386c5e5466f.tar.bz2 gentoo-06ee4e37b5db4366438c66863273d386c5e5466f.zip |
dev-python/rosdistro: Remove old
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/rosdistro')
-rw-r--r-- | dev-python/rosdistro/Manifest | 2 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.6.8.ebuild | 43 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.6.9.ebuild | 46 |
3 files changed, 0 insertions, 91 deletions
diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest index 1691f759d5f1..ea31ab9b12f2 100644 --- a/dev-python/rosdistro/Manifest +++ b/dev-python/rosdistro/Manifest @@ -1,3 +1 @@ -DIST rosdistro-0.6.8.tar.gz 59771 BLAKE2B 5610ef992824104570abc8c5cc0224838ee1442d942f8f317b20b300831f7536649b47360e7f542e484d75eac29af71ce9e82fadf91b540f4671478039776921 SHA512 57db65b7cba29e41c14ea4e45f951a410e6152ce4247afd1b15df51cd79e50bdbc95151eac02acc666f8bc3c2658695600ad1b4fc0f4152d71901685c9e8f558 -DIST rosdistro-0.6.9.tar.gz 59831 BLAKE2B 4a576efce73cceb68496f2ba7a52e9e09c92aaf0c54ed9693e067e1ea7dcc0b53362a42524dad92b1e68acb22b88c7a92427b8962dbdec781cac5972e251ee9c SHA512 351653c95803dce034074a357f4ca878688ca3e640983cb380840b1bb898f1b8e827210620ba31261fa76edb306908e489e0b8504a6fd8c651c83fbfb8774bd2 DIST rosdistro-0.7.0.tar.gz 60092 BLAKE2B f68dde51a3e6b5efe26608130d3a69536803baad92565c7d7cb25b22f71be4cc8bb3869d72abefa7e4de4446ff7f3f49037e789c39d9ac401fff30dd8d9fc082 SHA512 8def3e3d405483f9cd51dbe82bfbb7605a50d2d14dcd9712e3e93c5c091953df430203b2383d46c1db2248678fbf2b84638328f47a256296c78229b7783e724e diff --git a/dev-python/rosdistro/rosdistro-0.6.8.ebuild b/dev-python/rosdistro/rosdistro-0.6.8.ebuild deleted file mode 100644 index 8780e241c60c..000000000000 --- a/dev-python/rosdistro/rosdistro-0.6.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -SCM="" -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro" -fi - -inherit ${SCM} distutils-r1 - -DESCRIPTION="Tools to work with catkinized rosdistro files" -HOMEPAGE="http://wiki.ros.org/rosdistro" -if [ "${PV#9999}" != "${PV}" ] ; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/catkin_pkg[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -python_test() { - nosetests --with-xunit test || die -} diff --git a/dev-python/rosdistro/rosdistro-0.6.9.ebuild b/dev-python/rosdistro/rosdistro-0.6.9.ebuild deleted file mode 100644 index c8c67d166d09..000000000000 --- a/dev-python/rosdistro/rosdistro-0.6.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -SCM="" -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro" -fi - -inherit ${SCM} distutils-r1 - -DESCRIPTION="Tools to work with catkinized rosdistro files" -HOMEPAGE="http://wiki.ros.org/rosdistro" -if [ "${PV#9999}" != "${PV}" ] ; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/catkin_pkg[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND} - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -python_test() { - nosetests --with-xunit test || die -} |