summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-07 17:59:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-07 18:25:08 +0100
commit30cec58842739ba1b77c1a462cad77cd86aff444 (patch)
tree2ec49245e65a9c95a056235b20f634456db0cf31 /dev-libs/urdfdom/urdfdom-3.0.1.ebuild
parentdev-libs/leatherman: drop 1.12.8 (diff)
downloadgentoo-30cec58842739ba1b77c1a462cad77cd86aff444.tar.gz
gentoo-30cec58842739ba1b77c1a462cad77cd86aff444.tar.bz2
gentoo-30cec58842739ba1b77c1a462cad77cd86aff444.zip
dev-libs/urdfdom: drop 1.0.4-r1, 3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/urdfdom/urdfdom-3.0.1.ebuild')
-rw-r--r--dev-libs/urdfdom/urdfdom-3.0.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/urdfdom/urdfdom-3.0.1.ebuild b/dev-libs/urdfdom/urdfdom-3.0.1.ebuild
deleted file mode 100644
index e21e9883c072..000000000000
--- a/dev-libs/urdfdom/urdfdom-3.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM="git-r3"
- EGIT_REPO_URI="https://github.com/ros/urdfdom"
-fi
-
-inherit ${SCM} cmake
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- SRC_URI=""
-else
- KEYWORDS="~amd64 ~arm"
- SRC_URI="https://github.com/ros/urdfdom/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="URDF (U-Robot Description Format) library"
-HOMEPAGE="http://ros.org/wiki/urdf"
-LICENSE="BSD"
-SLOT="0/3"
-IUSE=""
-
-RDEPEND=">=dev-libs/urdfdom_headers-1.0.0
- >=dev-libs/console_bridge-0.3:=
- dev-libs/tinyxml[stl]"
-DEPEND="${RDEPEND}"