diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-24 13:49:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-24 13:49:44 +0000 |
| commit | f992b995242de73f0358237f83c2e845fa178dbb (patch) | |
| tree | 2760d298bae6ad08c918899fb0adf343afddf556 /dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild | |
| parent | bdc42437e49a420c12cec64ea4d292e9d5621776 (diff) | |
| download | baldeagleos-repo-f992b995242de73f0358237f83c2e845fa178dbb.tar.gz baldeagleos-repo-f992b995242de73f0358237f83c2e845fa178dbb.tar.xz baldeagleos-repo-f992b995242de73f0358237f83c2e845fa178dbb.zip | |
Adding metadata
Diffstat (limited to 'dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild')
| -rw-r--r-- | dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild index 5976700fcac0..ac0781f19885 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild @@ -11,11 +11,10 @@ ROS_PN="python_cmake_module" if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/ros2/python_cmake_module" - SRC_URI="" - S=${WORKDIR}/${P} else SRC_URI="https://github.com/ros2/python_cmake_module/archive/${PV}.tar.gz -> ${ROS_PN}-${PV}.tar.gz" S="${WORKDIR}/${ROS_PN}-${PV}" + KEYWORDS="~amd64" fi DESCRIPTION="CMake module with extra functionality for Python" @@ -23,17 +22,9 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - PROPERTIES="live" -else - KEYWORDS="~amd64" -fi IUSE="test" RESTRICT="!test? ( test )" -RDEPEND=" -" -DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]') test? ( |
