summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-25 09:56:02 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-25 10:54:48 +0100
commit103fd7e6e2e3dc87694248d2e7851d90e3429039 (patch)
tree054ac6263708c90fa4a390c4eff8ead897291e97 /dev-python/rospkg/rospkg-9999.ebuild
parentmedia-video/ffmpeg2theora: remove old (diff)
downloadgentoo-103fd7e6e2e3dc87694248d2e7851d90e3429039.tar.gz
gentoo-103fd7e6e2e3dc87694248d2e7851d90e3429039.tar.bz2
gentoo-103fd7e6e2e3dc87694248d2e7851d90e3429039.zip
dev-python/rospkg: Bump to 1.1.0 and use the github snapshot only
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/rospkg/rospkg-9999.ebuild')
-rw-r--r--dev-python/rospkg/rospkg-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
index b1e0b7c7034e..cd2e7b33c720 100644
--- a/dev-python/rospkg/rospkg-9999.ebuild
+++ b/dev-python/rospkg/rospkg-9999.ebuild
@@ -22,9 +22,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
S="${WORKDIR}/${PN}"
EGIT_CHECKOUT_DIR="${S}"
else
- SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
- https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
- "
+ SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
fi