public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
Date: Tue, 21 Feb 2017 09:21:42 +0000 (UTC)	[thread overview]
Message-ID: <1487668873.26b5b5e90166ae1eef80376934df6435d193aa0c.aballier@gentoo> (raw)

commit:     26b5b5e90166ae1eef80376934df6435d193aa0c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 09:13:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 09:21:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b5b5e9

dev-ros/actionlib: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/actionlib/Manifest                |  3 ---
 dev-ros/actionlib/actionlib-1.11.5.ebuild | 25 -------------------------
 dev-ros/actionlib/actionlib-1.11.6.ebuild | 25 -------------------------
 dev-ros/actionlib/actionlib-1.11.7.ebuild | 25 -------------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 1b1e5cda22..162953572c 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,4 +1 @@
-DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
-DIST actionlib-1.11.6.tar.gz 96821 SHA256 697fb750b3494fcf28da7cc55ea8428bfd803d3faeac18f0296f1b5fa4d7920c SHA512 e3d9db3c36ded86b5f8f4f6d471a38116c1a01e6da6edbc7932b59a16d9b24ec8bbc5464e2b4e52776a066730cb73c7e2d6d6bf0c8cfe87e402c1445bc8c5302 WHIRLPOOL 14532d5694526c3466ac42f779d4d157664084bc3a52110b8da3af3a369b60dfd0cd8bde56e1ea5c39218ffe2caec0e56c95bbbd1bc3cd82af148b9437e30b3c
-DIST actionlib-1.11.7.tar.gz 97461 SHA256 e849e30363b7df0a92ec9179b9ff9833a72581003da9eb880fc3e21ef1f4667e SHA512 9a53c73e680253ecd235b0728acbfbc020eabb7e0c4c8a556269fb2d4d823d2ca7d025c4d6341beedcb11027ed7a3a0d14767c5b608aaf47f40878e81094dfd2 WHIRLPOOL 6d4048f4a7e1dded82cf60d0064d83ac7d80dadd81c89526138a0bc3808bcd92686eb2b50a30cfd406327cc28e7987fadd71d19ffa502f3b1bffac6953a728bf
 DIST actionlib-1.11.8.tar.gz 97936 SHA256 8747636af98c6cdfb8917eaf5ccd2d3a77cc7fe8729b6f1f6f35ac377a194ec2 SHA512 b505fadd23bfa2cfec0274fc27f7848ae9eab65fcdcd8714713af5a8cd49ef4d943dc2937c4c1c0082445f7462eb25cffe1de3f9a9de91b033ad4915a43e04eb WHIRLPOOL 35d3559af515281b37f3254bf02b725c81fee87716d0596b7a8f9c64ded928cf28e48736d3b6053b6314438e9701ded149e30e960f5411cc72299907fb2e4b32

diff --git a/dev-ros/actionlib/actionlib-1.11.5.ebuild b/dev-ros/actionlib/actionlib-1.11.5.ebuild
deleted file mode 100644
index b53dcae959..0000000000
--- a/dev-ros/actionlib/actionlib-1.11.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=[threads]
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	dev-ros/rosunit[${PYTHON_USEDEP}]
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/actionlib/actionlib-1.11.6.ebuild b/dev-ros/actionlib/actionlib-1.11.6.ebuild
deleted file mode 100644
index 9959ce8fcf..0000000000
--- a/dev-ros/actionlib/actionlib-1.11.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=[threads]
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	dev-ros/rosunit[${PYTHON_USEDEP}]
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/actionlib/actionlib-1.11.7.ebuild b/dev-ros/actionlib/actionlib-1.11.7.ebuild
deleted file mode 100644
index 9959ce8fcf..0000000000
--- a/dev-ros/actionlib/actionlib-1.11.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=[threads]
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	dev-ros/rosunit[${PYTHON_USEDEP}]
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"


             reply	other threads:[~2017-02-21  9:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21  9:21 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03 15:17 [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/ Alexis Ballier
2020-08-25 12:37 Alexis Ballier
2020-08-06 12:29 Alexis Ballier
2020-08-05 15:30 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2018-08-31 13:56 Alexis Ballier
2018-07-31 15:21 Alexis Ballier
2018-07-31 15:21 Alexis Ballier
2018-03-22 10:02 Alexis Ballier
2017-11-10  8:51 Alexis Ballier
2017-08-23  7:30 Alexis Ballier
2017-08-23  7:30 Alexis Ballier
2017-06-15  9:37 Alexis Ballier
2017-06-15  9:37 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
2017-02-21  9:21 Alexis Ballier
2017-02-21  9:21 Alexis Ballier
2016-10-25 10:56 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-03-19 13:56 Alexis Ballier
2015-09-22 16:14 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487668873.26b5b5e90166ae1eef80376934df6435d193aa0c.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox