From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1023535-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2FB7138331 for <garchives@archives.gentoo.org>; Sat, 12 May 2018 11:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069B9E09A6; Sat, 12 May 2018 11:13:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3975E09A6 for <gentoo-commits@lists.gentoo.org>; Sat, 12 May 2018 11:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50CCF335C95 for <gentoo-commits@lists.gentoo.org>; Sat, 12 May 2018 11:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C27C37 for <gentoo-commits@lists.gentoo.org>; Sat, 12 May 2018 11:13:44 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org> Message-ID: <1526123609.376807769a1f06d956aa91d5d6cb1ce5698f705c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/geometry_experimental/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/geometry_experimental/Manifest ros-meta/geometry_experimental/geometry_experimental-0.6.1.ebuild ros-meta/geometry_experimental/geometry_experimental-9999.ebuild ros-meta/geometry_experimental/metadata.xml X-VCS-Directories: ros-meta/geometry_experimental/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 376807769a1f06d956aa91d5d6cb1ce5698f705c X-VCS-Branch: master Date: Sat, 12 May 2018 11:13:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1dce24d-a27b-4b8e-9597-d44e504e2498 X-Archives-Hash: 3597dbdeb0cbff09208b4ea87fb22cdb commit: 376807769a1f06d956aa91d5d6cb1ce5698f705c Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sat May 12 11:04:45 2018 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat May 12 11:13:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37680776 ros-meta/geometry_experimental: move to geometry2 ros-meta/geometry_experimental/Manifest | 1 - .../geometry_experimental-0.6.1.ebuild | 29 ---------------------- .../geometry_experimental-9999.ebuild | 29 ---------------------- ros-meta/geometry_experimental/metadata.xml | 11 -------- 4 files changed, 70 deletions(-) diff --git a/ros-meta/geometry_experimental/Manifest b/ros-meta/geometry_experimental/Manifest deleted file mode 100644 index 91aa82a2172..00000000000 --- a/ros-meta/geometry_experimental/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 103937894921111da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726 SHA512 392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef diff --git a/ros-meta/geometry_experimental/geometry_experimental-0.6.1.ebuild b/ros-meta/geometry_experimental/geometry_experimental-0.6.1.ebuild deleted file mode 100644 index ce3a95072a8..00000000000 --- a/ros-meta/geometry_experimental/geometry_experimental-0.6.1.ebuild +++ /dev/null @@ -1,29 +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/geometry2" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="The second generation Transform Library in ros" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/test_tf2 - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_eigen - dev-ros/tf2_geometry_msgs - dev-ros/tf2_kdl - dev-ros/tf2_msgs - dev-ros/tf2_py - dev-ros/tf2_ros - dev-ros/tf2_sensor_msgs - dev-ros/tf2_tools -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/geometry_experimental/geometry_experimental-9999.ebuild b/ros-meta/geometry_experimental/geometry_experimental-9999.ebuild deleted file mode 100644 index 1caaf23a601..00000000000 --- a/ros-meta/geometry_experimental/geometry_experimental-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/geometry2" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="The second generation Transform Library in ros" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/test_tf2 - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_eigen - dev-ros/tf2_geometry_msgs - dev-ros/tf2_kdl - dev-ros/tf2_msgs - dev-ros/tf2_py - dev-ros/tf2_ros - dev-ros/tf2_sensor_msgs - dev-ros/tf2_tools -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/geometry_experimental/metadata.xml b/ros-meta/geometry_experimental/metadata.xml deleted file mode 100644 index 00d4b2a1a83..00000000000 --- a/ros-meta/geometry_experimental/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ros@gentoo.org</email> - <name>Gentoo ROS Project</name> - </maintainer> - <upstream> - <remote-id type="github">ros/geometry_experimental</remote-id> - </upstream> -</pkgmetadata>