dev-util/rosinstall_generator: bump to 0.1.13
authorAlexis Ballier <aballier@gentoo.org>
Tue, 13 Dec 2016 13:47:56 +0000 (14:47 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 13 Dec 2016 13:47:56 +0000 (14:47 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-util/rosinstall_generator/Manifest
dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild [new file with mode: 0644]
dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild

index c9acd7d388a9c918f6243407028966655a3125c6..699e0f1e6a0c5c9cc4726741db0ecea4dd82519b 100644 (file)
@@ -1,2 +1,3 @@
 DIST rosinstall_generator-0.1.11.tar.gz 10230 SHA256 cbb87d76a35d14d9dc5728c53e0027fe855830daacf6b4aa78b336fad03a297d SHA512 ec94feaf05f105cc19715824937c96a505bcff1236a445f8eb85cd68dfa70fd8e146d6e8c67a5f1d54b1579a8f432ecbf042acd7c0a78a104c27281433afb2f6 WHIRLPOOL e78320c5134f6645ab168695b4a5291fda8348a38f0b5f3a27618e0c6a9eac04381a843f1eb083db9e1f4edb149e8ac767e6ded6691894dec604504e582fce34
 DIST rosinstall_generator-0.1.12.tar.gz 10269 SHA256 aa767131b5f99177ea4372b65938560f5f6bd45d79cdddd09164fe1708650d17 SHA512 29c22920c5780deb9562ca26cff442161518d86f0b0355c2303b831f27c3c6b6cd0825321254a1dc97ccbe91806741b3b16bbd21309fa81b2aa4412b45b5c8e0 WHIRLPOOL bbaf1c849a7c304d96a7d58b155cd6d5f5ff667d6fe6c5cc8605e3e7c4184699b68a9b9bb016462410ecbe717d18e1c0d8b18a7336d49bf9b4570f1208498262
+DIST rosinstall_generator-0.1.13.tar.gz 11186 SHA256 90e7689750e1b07ec1aa647bb8f34ea6efe7777f8d349c9698428afb56733cd0 SHA512 c8b5736066f8a42a324b2bed578e03282b6d8ae8df48fb30545617c2995ce53f35d7fea6fab3989383b958e7cb763b24deb67c5ec3496cc77f1ba51f110ab78c WHIRLPOOL 60cec0ea01de5a17b7a8dbdb45e4496f6e19cc2ab09da253e1ff6a6733a4f1fef473df8498c64a25e72d1ee78f79c54af819e03013dfd4ba1b11b6ba7733a93c
diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
new file mode 100644 (file)
index 0000000..46c883a
--- /dev/null
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+       SCM="git-r3"
+       EGIT_REPO_URI="https://github.com/ros-infrastructure/rosinstall_generator"
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Generates rosinstall files containing information about repositories with ROS packages/stacks"
+HOMEPAGE="http://wiki.ros.org/rosinstall_generator"
+if [ "${PV#9999}" != "${PV}" ] ; then
+       SRC_URI=""
+       KEYWORDS=""
+else
+       SRC_URI="https://github.com/ros-infrastructure/rosinstall_generator/archive/${PV}.tar.gz -> ${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
+       >=dev-python/rosdistro-0.5.0[${PYTHON_USEDEP}]
+       dev-python/rospkg[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
index 16ee65e6b41ea030288c44d6efaf7fd0fac8000a..46c883aa88314b493c21fad34e11021b8befcc31 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ IUSE=""
 
 RDEPEND="
        >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
-       dev-python/rosdistro[${PYTHON_USEDEP}]
+       >=dev-python/rosdistro-0.5.0[${PYTHON_USEDEP}]
        dev-python/rospkg[${PYTHON_USEDEP}]
        dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}