From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 79846138334 for ; Mon, 16 Jul 2018 11:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 703F9E0875; Mon, 16 Jul 2018 11:03:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18EFAE0875 for ; Mon, 16 Jul 2018 11:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AA0C335CC4 for ; Mon, 16 Jul 2018 11:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1760238C for ; Mon, 16 Jul 2018 11:03:39 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1531739011.2cd94bebaed31ccb9398761e1155d0365e1e7729.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/desktop/Manifest ros-meta/desktop/desktop-1.3.1.ebuild ros-meta/desktop/desktop-1.3.2.ebuild X-VCS-Directories: ros-meta/desktop/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2cd94bebaed31ccb9398761e1155d0365e1e7729 X-VCS-Branch: master Date: Mon, 16 Jul 2018 11:03:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07dda905-f933-4f2d-b91d-fa0b2ae4f57c X-Archives-Hash: 922adb343f1e7d349f674f9250582560 commit: 2cd94bebaed31ccb9398761e1155d0365e1e7729 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 16 11:02:40 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 16 11:03:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd94beb ros-meta/desktop: Remove old Package-Manager: Portage-2.3.42, Repoman-2.3.9 ros-meta/desktop/Manifest | 2 -- ros-meta/desktop/desktop-1.3.1.ebuild | 23 ----------------------- ros-meta/desktop/desktop-1.3.2.ebuild | 28 ---------------------------- 3 files changed, 53 deletions(-) diff --git a/ros-meta/desktop/Manifest b/ros-meta/desktop/Manifest index 1fdcc85b388..6974b994a94 100644 --- a/ros-meta/desktop/Manifest +++ b/ros-meta/desktop/Manifest @@ -1,3 +1 @@ -DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1 -DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71 diff --git a/ros-meta/desktop/desktop-1.3.1.ebuild b/ros-meta/desktop/desktop-1.3.1.ebuild deleted file mode 100644 index 57ee10fc02b..00000000000 --- a/ros-meta/desktop/desktop-1.3.1.ebuild +++ /dev/null @@ -1,23 +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/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for a basic ROS desktop install" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/robot - ros-meta/viz - dev-ros/roslint - ros-meta/visualization_tutorials -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/desktop/desktop-1.3.2.ebuild b/ros-meta/desktop/desktop-1.3.2.ebuild deleted file mode 100644 index 801a5e18074..00000000000 --- a/ros-meta/desktop/desktop-1.3.2.ebuild +++ /dev/null @@ -1,28 +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/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for a basic ROS desktop install" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/robot - ros-meta/viz - dev-ros/angles - ros-meta/common_tutorials - ros-meta/geometry_tutorials - ros-meta/ros_tutorials - dev-ros/roslint - dev-ros/urdf_tutorial - ros-meta/visualization_tutorials -" -DEPEND="${RDEPEND}"