diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-01-28 10:40:08 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-01-28 13:54:31 +0100 |
commit | d145e2d12f72e9f8b53abc4ff85058fc26b824b1 (patch) | |
tree | f93887cc23e971d32036b117636bd2156e1c6277 /dev-python/catkin_pkg | |
parent | dev-util/catkin: bump to 0.7.10 (diff) | |
download | gentoo-d145e2d12f72e9f8b53abc4ff85058fc26b824b1.tar.gz gentoo-d145e2d12f72e9f8b53abc4ff85058fc26b824b1.tar.bz2 gentoo-d145e2d12f72e9f8b53abc4ff85058fc26b824b1.zip |
dev-python/catkin_pkg: Remove old
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-python/catkin_pkg')
-rw-r--r-- | dev-python/catkin_pkg/Manifest | 2 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild | 46 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild | 46 |
3 files changed, 0 insertions, 94 deletions
diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest index 60ca8cec2609..905762dde6f9 100644 --- a/dev-python/catkin_pkg/Manifest +++ b/dev-python/catkin_pkg/Manifest @@ -1,3 +1 @@ -DIST catkin_pkg-0.3.6-gh.tar.gz 47637 BLAKE2B ed0a9296121831f8fe812a051709623c70fbb6480cc7462c083880947d92227232d6446b00f19b96b0fc0e651bbe65935de9b951d9c5ff35935484a343571bec SHA512 191ed93271c9e592040110c92a572570fa8dec328ae3203dfea9e1fb6a1cb906350c436d3a9416d6826e57a1d59ef42200797d6a5bdc390aa77d352f716e0cc8 -DIST catkin_pkg-0.3.8-gh.tar.gz 48281 BLAKE2B 80415880f062c7bc41d24a5194c42e8e1f2fa1d5389ce7bce8f9c129000d944ff03a865e0649472450118fcb4ab3cbeb20177c10c397462790d77ad982604a47 SHA512 3e20a8ab807158d6fb6a1c32737747db373824eeb085a6af2fc586c08e9445b40f118f56c3765512b5e6cfe25e2f875bea4d408cbe61a994cebbc3fd1342c024 DIST catkin_pkg-0.3.9-gh.tar.gz 48290 BLAKE2B fbba89008946433007f1016addeb73e44108b057609d52d693e80024460c5d77686bde241331845d36068b23e87a4ac33dcc0c6c29af95c4e86e8a30bbe52918 SHA512 39c7dbd7b3bb7d0fd7f37e6931e5de8c76c28ca329db5783d1cf0b01e9a7f58079c45434d937a8edcf29cbdebdcfb4b18480508d688dcefdf58c218838af65c8 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild deleted file mode 100644 index 0967bd6ff8e6..000000000000 --- a/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 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/catkin_pkg" -fi - -inherit ${SCM} distutils-r1 - -DESCRIPTION="Standalone Python library for the catkin package system" -HOMEPAGE="http://wiki.ros.org/catkin_pkg" -if [ "${PV#9999}" != "${PV}" ] ; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) -" -PATCHES=( - "${FILESDIR}/catkin_prefix.patch" - "${FILESDIR}/argparse.patch" - "${FILESDIR}/ros_packages.patch" - "${FILESDIR}/infinite_loop2.patch" -) - -python_test() { - nosetests -s --tests test || die -} diff --git a/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild deleted file mode 100644 index 0967bd6ff8e6..000000000000 --- a/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 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/catkin_pkg" -fi - -inherit ${SCM} distutils-r1 - -DESCRIPTION="Standalone Python library for the catkin package system" -HOMEPAGE="http://wiki.ros.org/catkin_pkg" -if [ "${PV#9999}" != "${PV}" ] ; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) -" -PATCHES=( - "${FILESDIR}/catkin_prefix.patch" - "${FILESDIR}/argparse.patch" - "${FILESDIR}/ros_packages.patch" - "${FILESDIR}/infinite_loop2.patch" -) - -python_test() { - nosetests -s --tests test || die -} |