From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ros/rosconsole/Manifest | 6 ----- dev-ros/rosconsole/metadata.xml | 15 ------------ dev-ros/rosconsole/rosconsole-1.13.6.ebuild | 38 ----------------------------- dev-ros/rosconsole/rosconsole-1.13.7.ebuild | 37 ---------------------------- dev-ros/rosconsole/rosconsole-9999.ebuild | 37 ---------------------------- 5 files changed, 133 deletions(-) delete mode 100644 dev-ros/rosconsole/Manifest delete mode 100644 dev-ros/rosconsole/metadata.xml delete mode 100644 dev-ros/rosconsole/rosconsole-1.13.6.ebuild delete mode 100644 dev-ros/rosconsole/rosconsole-1.13.7.ebuild delete mode 100644 dev-ros/rosconsole/rosconsole-9999.ebuild (limited to 'dev-ros/rosconsole') diff --git a/dev-ros/rosconsole/Manifest b/dev-ros/rosconsole/Manifest deleted file mode 100644 index 1b27df3fb126..000000000000 --- a/dev-ros/rosconsole/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155 -DIST rosconsole-1.13.7.tar.gz 24202 BLAKE2B bee6d4a9a682fe045a233989373e8a283c26d85bd4d746c2363798cd61f168e368afef81872437363b55a44080e6c926b4f3fd9c66fa9e2bf078454a675336ea SHA512 e0e17641011de5a3b58ddc7ac984042463f375f76174ff6bfa8a6c95d7889e33e702156f7ec0d7628f9f37a1d062f0291367ee81025dd9989320d5d24c35b387 -EBUILD rosconsole-1.13.6.ebuild 789 BLAKE2B f7e1468717fd6c8cf1829fcdc53838807478f0a3c3d3dcbd465e6d73aadb31aa5c48d7137cb29cdf2b6b91d8194a6ffab1c3fef094547290ad4270e4a7c12425 SHA512 0979b156f8a4a0458064a0cf9c92d01603a455d4f56d863603bcb863ec7c81aea317dbc71c6cfb64b02e16d6369e3ca635ab20deeaaa924bc835a5915a129fa0 -EBUILD rosconsole-1.13.7.ebuild 768 BLAKE2B 37be9672eca809f1d87e07f24ecf6b304e9319fa2b02dc55a65566f852fa3886673a99a2fb4996d898554876383e5e62e4d51aed618a4c58a1fab9d0b0a6b816 SHA512 cf432c484a52e4b4c59a01cf4a1f6b0cd76dab279cf8d616c1a32eb752c827b8167362e7656a0194e9494f8b3922f5692115d8f6ed1d9b93202fa008a70991e3 -EBUILD rosconsole-9999.ebuild 768 BLAKE2B 37be9672eca809f1d87e07f24ecf6b304e9319fa2b02dc55a65566f852fa3886673a99a2fb4996d898554876383e5e62e4d51aed618a4c58a1fab9d0b0a6b816 SHA512 cf432c484a52e4b4c59a01cf4a1f6b0cd76dab279cf8d616c1a32eb752c827b8167362e7656a0194e9494f8b3922f5692115d8f6ed1d9b93202fa008a70991e3 -MISC metadata.xml 508 BLAKE2B 5641aa17bb1302f29cbbe3015007bcbff004d8681223ab9140296209f1ea7995340b3a21890dcaacb3f15020b3431660bf1124fdccc5697bd9222f6b7ebf2d76 SHA512 cc34b9588999d9e10ee8537f509b7ae72b100e477b9f545fad31043eabf0a9f27913b608e4d198ca4b99d5fc1643332fe28ea065181fb3a195472a6726c272a2 diff --git a/dev-ros/rosconsole/metadata.xml b/dev-ros/rosconsole/metadata.xml deleted file mode 100644 index e28dbe6cf442..000000000000 --- a/dev-ros/rosconsole/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - ros@gentoo.org - Gentoo ROS Project - - - Use dev-cpp/glog as log backend. - Use dev-libs/log4cxx as log backend. - - - ros/rosconsole - - diff --git a/dev-ros/rosconsole/rosconsole-1.13.6.ebuild b/dev-ros/rosconsole/rosconsole-1.13.6.ebuild deleted file mode 100644 index 146fbb09651d..000000000000 --- a/dev-ros/rosconsole/rosconsole-1.13.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="ROS console output library" -LICENSE="BSD" -SLOT="0" -IUSE="+log4cxx glog" - -RDEPEND=" - dev-ros/cpp_common - dev-ros/rostime - dev-ros/rosunit - dev-libs/boost:=[threads] - log4cxx? ( dev-libs/log4cxx ) - !log4cxx? ( glog? ( dev-cpp/glog ) ) -" -DEPEND="${RDEPEND}" - -src_configure() { - local ROSCONSOLE_BACKEND="" - if use log4cxx; then - ROSCONSOLE_BACKEND="log4cxx" - elif use glog; then - ROSCONSOLE_BACKEND="glog" - else - ROSCONSOLE_BACKEND="print" - fi - local mycatkincmakeargs=( "-DROSCONSOLE_BACKEND=${ROSCONSOLE_BACKEND}" ) - ros-catkin_src_configure -} diff --git a/dev-ros/rosconsole/rosconsole-1.13.7.ebuild b/dev-ros/rosconsole/rosconsole-1.13.7.ebuild deleted file mode 100644 index 184a614f8a0c..000000000000 --- a/dev-ros/rosconsole/rosconsole-1.13.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rosconsole" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="ROS console output library" -LICENSE="BSD" -SLOT="0" -IUSE="+log4cxx glog" - -RDEPEND=" - dev-ros/cpp_common - dev-ros/rostime - dev-ros/rosunit - dev-libs/boost:=[threads] - log4cxx? ( dev-libs/log4cxx ) - !log4cxx? ( glog? ( dev-cpp/glog ) ) -" -DEPEND="${RDEPEND}" - -src_configure() { - local ROSCONSOLE_BACKEND="" - if use log4cxx; then - ROSCONSOLE_BACKEND="log4cxx" - elif use glog; then - ROSCONSOLE_BACKEND="glog" - else - ROSCONSOLE_BACKEND="print" - fi - local mycatkincmakeargs=( "-DROSCONSOLE_BACKEND=${ROSCONSOLE_BACKEND}" ) - ros-catkin_src_configure -} diff --git a/dev-ros/rosconsole/rosconsole-9999.ebuild b/dev-ros/rosconsole/rosconsole-9999.ebuild deleted file mode 100644 index 184a614f8a0c..000000000000 --- a/dev-ros/rosconsole/rosconsole-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rosconsole" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="ROS console output library" -LICENSE="BSD" -SLOT="0" -IUSE="+log4cxx glog" - -RDEPEND=" - dev-ros/cpp_common - dev-ros/rostime - dev-ros/rosunit - dev-libs/boost:=[threads] - log4cxx? ( dev-libs/log4cxx ) - !log4cxx? ( glog? ( dev-cpp/glog ) ) -" -DEPEND="${RDEPEND}" - -src_configure() { - local ROSCONSOLE_BACKEND="" - if use log4cxx; then - ROSCONSOLE_BACKEND="log4cxx" - elif use glog; then - ROSCONSOLE_BACKEND="glog" - else - ROSCONSOLE_BACKEND="print" - fi - local mycatkincmakeargs=( "-DROSCONSOLE_BACKEND=${ROSCONSOLE_BACKEND}" ) - ros-catkin_src_configure -} -- cgit v1.2.3