summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/rosinstall')
-rw-r--r--sci-electronics/rosinstall/Manifest3
-rw-r--r--sci-electronics/rosinstall/metadata.xml8
-rw-r--r--sci-electronics/rosinstall/rosinstall-0.5.30.ebuild39
3 files changed, 0 insertions, 50 deletions
diff --git a/sci-electronics/rosinstall/Manifest b/sci-electronics/rosinstall/Manifest
deleted file mode 100644
index 9dc2cde..0000000
--- a/sci-electronics/rosinstall/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rosinstall-0.5.30.tar.gz 18029 RMD160 ab43c3044b17971f1132c5df87f79fc8ee89324c SHA1 867c2640da689afb1c5cf272c4fdd6424481ce6d SHA256 13fe4b97b785e5477c209eeb32f784c7bce9ae7ab8efcad61bbe85effbfe8396
-EBUILD rosinstall-0.5.30.ebuild 762 RMD160 9759d5e95c2d15b04fece2a9e31b85448af7c6c8 SHA1 d98febbc7cad7a576215b805ca4f43ed3347f07e SHA256 bde3c02eeb83764ce503b5370bfc893490614e746e96b6dd8416bd1a56b4212d
-MISC metadata.xml 230 RMD160 65b1879f0881b046ac536157a1b73ae8e08a8a23 SHA1 14b143872462f3e5df4ac14bb0e872f1dc762ef0 SHA256 0ef810189a3667f1a7527037968f2b88fae043d5efcaaaa27e33287da96783b6
diff --git a/sci-electronics/rosinstall/metadata.xml b/sci-electronics/rosinstall/metadata.xml
deleted file mode 100644
index 3510201..0000000
--- a/sci-electronics/rosinstall/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>mavrinac@gmail.com</email>
- <name>Aaron Mavrinac</name>
-</maintainer>
-</pkgmetadata>
diff --git a/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild b/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild
deleted file mode 100644
index b9f4865..0000000
--- a/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2008-2012 Funtoo Technologies
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="The installer for ROS"
-HOMEPAGE="http://www.ros.org/wiki"
-SRC_URI="
- mirror://pypi/r/${PN}/${P}.tar.gz
- http://pr.willowgarage.com/downloads/${PN}/${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- dev-python/setuptools
-"
-RDEPEND="
- dev-python/pyyaml
- dev-python/vcstools
-"
-
-src_install () {
- distutils_src_install
-
- # fix for Funtoo users
- if [ `cut -f1 -d' ' < /etc/gentoo-release` == "Funtoo" ]; then
- version=`cut -f5 -d' ' < /etc/gentoo-release`
- echo "ROS_OS_OVERRIDE=\"gentoo:$version\"" > "${T}"/50rosinstall
- doenvd "${T}"/50rosinstall
- fi
-}