* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2015-09-22 16:14 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2015-09-22 16:14 UTC (permalink / raw
To: gentoo-commits
commit: cde6e14be8d6b0d4903666756afd60923b0f6799
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 16:06:16 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 16:06:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde6e14b
dev-ros/actionlib: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.4.ebuild | 25 +++++++++++++++++++++++++
dev-ros/actionlib/actionlib-9999.ebuild | 25 +++++++++++++++++++++++++
dev-ros/actionlib/metadata.xml | 5 +++++
4 files changed, 56 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
new file mode 100644
index 0000000..507a4b6
--- /dev/null
+++ b/dev-ros/actionlib/Manifest
@@ -0,0 +1 @@
+DIST actionlib-1.11.4.tar.gz 96491 SHA256 3584d822bd4c5254fe6f33cee833fb8703036bbdb7fa51e194b7ff5db3510281 SHA512 5bd416a1915373b6cf6f9599e115053b11b6892060438264f3e90f82a86f6c070ff0dd3f89bf3a6c4d930c20cceaa99da092346f04649ddd3286463dd43a6208 WHIRLPOOL ff8600d8a28f36776630b2462dd18ef540770d2ec1d36105e9a0393540dba8d7daf601510502ae3ccf85152b8f127f4cc0e73404842a0c65e74cd985be33c9bf
diff --git a/dev-ros/actionlib/actionlib-1.11.4.ebuild b/dev-ros/actionlib/actionlib-1.11.4.ebuild
new file mode 100644
index 0000000..b53dcae
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.4.ebuild
@@ -0,0 +1,25 @@
+# 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-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
new file mode 100644
index 0000000..b53dcae
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -0,0 +1,25 @@
+# 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/metadata.xml b/dev-ros/actionlib/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/actionlib/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2016-03-19 13:56 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2016-03-19 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 7827c70ef001c61dd105569ace76fde32189197a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 13:27:56 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 13:56:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7827c70e
dev-ros/actionlib: bump to 1.11.5
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.5.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 507a4b6..4a8f1e6 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1,2 @@
DIST actionlib-1.11.4.tar.gz 96491 SHA256 3584d822bd4c5254fe6f33cee833fb8703036bbdb7fa51e194b7ff5db3510281 SHA512 5bd416a1915373b6cf6f9599e115053b11b6892060438264f3e90f82a86f6c070ff0dd3f89bf3a6c4d930c20cceaa99da092346f04649ddd3286463dd43a6208 WHIRLPOOL ff8600d8a28f36776630b2462dd18ef540770d2ec1d36105e9a0393540dba8d7daf601510502ae3ccf85152b8f127f4cc0e73404842a0c65e74cd985be33c9bf
+DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
diff --git a/dev-ros/actionlib/actionlib-1.11.5.ebuild b/dev-ros/actionlib/actionlib-1.11.5.ebuild
new file mode 100644
index 0000000..b53dcae
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.5.ebuild
@@ -0,0 +1,25 @@
+# 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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2016-06-30 8:30 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2016-06-30 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 6d2e58ba91413314168c4c66c5be9e11380edc54
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:10:47 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 08:29:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2e58ba
dev-ros/actionlib: remove old
Package-Manager: portage-2.3.0
dev-ros/actionlib/Manifest | 1 -
dev-ros/actionlib/actionlib-1.11.4.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 4a8f1e6..699fef5 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1 @@
-DIST actionlib-1.11.4.tar.gz 96491 SHA256 3584d822bd4c5254fe6f33cee833fb8703036bbdb7fa51e194b7ff5db3510281 SHA512 5bd416a1915373b6cf6f9599e115053b11b6892060438264f3e90f82a86f6c070ff0dd3f89bf3a6c4d930c20cceaa99da092346f04649ddd3286463dd43a6208 WHIRLPOOL ff8600d8a28f36776630b2462dd18ef540770d2ec1d36105e9a0393540dba8d7daf601510502ae3ccf85152b8f127f4cc0e73404842a0c65e74cd985be33c9bf
DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
diff --git a/dev-ros/actionlib/actionlib-1.11.4.ebuild b/dev-ros/actionlib/actionlib-1.11.4.ebuild
deleted file mode 100644
index b53dcae..0000000
--- a/dev-ros/actionlib/actionlib-1.11.4.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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2016-06-30 8:30 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2016-06-30 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 0025c708d3be1ab28710cb2851dfd78ac6007ff2
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:12:28 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 08:29:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0025c708
dev-ros/actionlib: bump to 1.11.6
Package-Manager: portage-2.3.0
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.6.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 699fef5..3d0f3b4 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-ros/actionlib/actionlib-1.11.6.ebuild b/dev-ros/actionlib/actionlib-1.11.6.ebuild
new file mode 100644
index 0000000..9959ce8
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.6.ebuild
@@ -0,0 +1,25 @@
+# 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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2016-10-25 10:56 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2016-10-25 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 30f52f52d06e7aeb3dcdd2210883b95e6b6a8d3f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 09:59:14 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 10:56:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f52f52
dev-ros/actionlib: bump to 1.11.7
Package-Manager: portage-2.3.2
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.7.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 3d0f3b4..90a5207 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/dev-ros/actionlib/actionlib-1.11.7.ebuild b/dev-ros/actionlib/actionlib-1.11.7.ebuild
new file mode 100644
index 00000000..9959ce8
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.7.ebuild
@@ -0,0 +1,25 @@
+# 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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-02-21 9:21 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-02-21 9:21 UTC (permalink / raw
To: gentoo-commits
commit: bb703fe003330a7cb40448802428833c2f474c02
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 09:13:01 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=bb703fe0
dev-ros/actionlib: Bump to 1.11.8
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.8.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 90a5207293..1b1e5cda22 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,3 +1,4 @@
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.8.ebuild b/dev-ros/actionlib/actionlib-1.11.8.ebuild
new file mode 100644
index 0000000000..f5401c152f
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-02-21 9:21 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-02-21 9:21 UTC (permalink / raw
To: gentoo-commits
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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-02-21 9:21 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-02-21 9:21 UTC (permalink / raw
To: gentoo-commits
commit: d10a9e9879cdd6c13087bdddfd101b86e919626d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 09:19:08 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 09:21:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a9e98
dev-ros/actionlib: add python 3.4/3.5 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/actionlib/actionlib-1.11.8.ebuild | 2 +-
dev-ros/actionlib/actionlib-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ros/actionlib/actionlib-1.11.8.ebuild b/dev-ros/actionlib/actionlib-1.11.8.ebuild
index f5401c152f..3f26655a51 100644
--- a/dev-ros/actionlib/actionlib-1.11.8.ebuild
+++ b/dev-ros/actionlib/actionlib-1.11.8.ebuild
@@ -6,7 +6,7 @@ EAPI=5
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
inherit ros-catkin
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index b53dcae959..3f26655a51 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
inherit ros-catkin
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-04-01 12:24 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-04-01 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 0d1ead62975af70a7c1bc17ac1c3c3c7d5ebfbee
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 10:12:48 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 12:24:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1ead62
dev-ros/actionlib: Bump to 1.11.9
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.9.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 162953572c2..693594002a9 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1,2 @@
DIST actionlib-1.11.8.tar.gz 97936 SHA256 8747636af98c6cdfb8917eaf5ccd2d3a77cc7fe8729b6f1f6f35ac377a194ec2 SHA512 b505fadd23bfa2cfec0274fc27f7848ae9eab65fcdcd8714713af5a8cd49ef4d943dc2937c4c1c0082445f7462eb25cffe1de3f9a9de91b033ad4915a43e04eb WHIRLPOOL 35d3559af515281b37f3254bf02b725c81fee87716d0596b7a8f9c64ded928cf28e48736d3b6053b6314438e9701ded149e30e960f5411cc72299907fb2e4b32
+DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5
diff --git a/dev-ros/actionlib/actionlib-1.11.9.ebuild b/dev-ros/actionlib/actionlib-1.11.9.ebuild
new file mode 100644
index 00000000000..be38c42b30d
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-06-15 9:37 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-06-15 9:37 UTC (permalink / raw
To: gentoo-commits
commit: c460bb9e86eacbc792cf25fd69998a2f5e09f802
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 09:17:51 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 09:37:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c460bb9e
dev-ros/actionlib: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ros/actionlib/Manifest | 1 -
dev-ros/actionlib/actionlib-1.11.8.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 693594002a9..e87a060c643 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1 @@
-DIST actionlib-1.11.8.tar.gz 97936 SHA256 8747636af98c6cdfb8917eaf5ccd2d3a77cc7fe8729b6f1f6f35ac377a194ec2 SHA512 b505fadd23bfa2cfec0274fc27f7848ae9eab65fcdcd8714713af5a8cd49ef4d943dc2937c4c1c0082445f7462eb25cffe1de3f9a9de91b033ad4915a43e04eb WHIRLPOOL 35d3559af515281b37f3254bf02b725c81fee87716d0596b7a8f9c64ded928cf28e48736d3b6053b6314438e9701ded149e30e960f5411cc72299907fb2e4b32
DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5
diff --git a/dev-ros/actionlib/actionlib-1.11.8.ebuild b/dev-ros/actionlib/actionlib-1.11.8.ebuild
deleted file mode 100644
index be38c42b30d..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-06-15 9:37 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-06-15 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 3771e2214c6bc5992a83079c0c113c154b0fe32a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 09:34:23 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 09:37:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3771e221
dev-ros/actionlib: more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ros/actionlib/actionlib-1.11.9.ebuild | 2 +-
dev-ros/actionlib/actionlib-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ros/actionlib/actionlib-1.11.9.ebuild b/dev-ros/actionlib/actionlib-1.11.9.ebuild
index be38c42b30d..037b0253aa2 100644
--- a/dev-ros/actionlib/actionlib-1.11.9.ebuild
+++ b/dev-ros/actionlib/actionlib-1.11.9.ebuild
@@ -5,7 +5,7 @@ EAPI=5
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
inherit ros-catkin
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index be38c42b30d..037b0253aa2 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=5
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
inherit ros-catkin
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-08-23 7:30 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-08-23 7:30 UTC (permalink / raw
To: gentoo-commits
commit: 43d439b5fd75141532008488e8584746f234f50b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 07:00:20 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 07:30:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d439b5
dev-ros/actionlib: add missing rundeps
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ros/actionlib/actionlib-1.11.10.ebuild | 4 ++++
dev-ros/actionlib/actionlib-9999.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/dev-ros/actionlib/actionlib-1.11.10.ebuild b/dev-ros/actionlib/actionlib-1.11.10.ebuild
index 037b0253aa2..cb76b829848 100644
--- a/dev-ros/actionlib/actionlib-1.11.10.ebuild
+++ b/dev-ros/actionlib/actionlib-1.11.10.ebuild
@@ -22,3 +22,7 @@ RDEPEND="dev-libs/boost:=[threads]
DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_USEDEP}]
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index 037b0253aa2..cb76b829848 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -22,3 +22,7 @@ RDEPEND="dev-libs/boost:=[threads]
DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_USEDEP}]
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-08-23 7:30 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-08-23 7:30 UTC (permalink / raw
To: gentoo-commits
commit: 97401dff08876435ca7225336a0ab6d18c2ce856
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 06:58:26 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 07:30:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97401dff
dev-ros/actionlib: bump to 1.11.10
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.10.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index e87a060c643..d5076882c12 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1,2 @@
+DIST actionlib-1.11.10.tar.gz 98375 SHA256 8a4e9d71e23916abcab9892bd6c9890a691267d73ec4eed2034c307d57409619 SHA512 afb28c568910a2786ea3e97c89ee6b02b4c33335b05f466219bc17cd5bd8e021de3bbbd3ae0cef0b46915442549dba84e9a655169e9c95e1ae62071d015e00e3 WHIRLPOOL 85d84684ec7d64a34b13ca08ef337af83e15738901ad273445487e7977b1fb6677a92d33d7e2d5314407c986aee7e54aa862e4b2599be0739e1110a369abdbd1
DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5
diff --git a/dev-ros/actionlib/actionlib-1.11.10.ebuild b/dev-ros/actionlib/actionlib-1.11.10.ebuild
new file mode 100644
index 00000000000..037b0253aa2
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2017-11-10 8:51 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-11-10 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 5ce9582e147589f2526139ff57f5af34236e6f19
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 08:22:38 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 08:51:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce9582e
dev-ros/actionlib: bump to 1.11.11
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.11.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index d5076882c12..2fd87e4bd6f 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1,3 @@
DIST actionlib-1.11.10.tar.gz 98375 SHA256 8a4e9d71e23916abcab9892bd6c9890a691267d73ec4eed2034c307d57409619 SHA512 afb28c568910a2786ea3e97c89ee6b02b4c33335b05f466219bc17cd5bd8e021de3bbbd3ae0cef0b46915442549dba84e9a655169e9c95e1ae62071d015e00e3 WHIRLPOOL 85d84684ec7d64a34b13ca08ef337af83e15738901ad273445487e7977b1fb6677a92d33d7e2d5314407c986aee7e54aa862e4b2599be0739e1110a369abdbd1
+DIST actionlib-1.11.11.tar.gz 98427 SHA256 26958223b952eb7ad692d701b3ff44e0be110b4501ca23ed70939cf57acb81b9 SHA512 a2a02abfb3e192082143d83ceab6a612f501bbd1ec38d108e3a841afb331d1a98e8a602fac7d627a62c336a52ffe70331d2001394b134511c89349567b49d83d WHIRLPOOL 37d4c7d1472d1ebe4a9671774786cf4d551b50697881a7235d2f397e4e87ea1d5472fb82ae5c1e7dda0688ad3b990534632b768eb8c0c5a9046751bbb42ebbc3
DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5
diff --git a/dev-ros/actionlib/actionlib-1.11.11.ebuild b/dev-ros/actionlib/actionlib-1.11.11.ebuild
new file mode 100644
index 00000000000..cb76b829848
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+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}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2018-03-22 10:02 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2018-03-22 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 8fbe0fccff79b72a2dc7fdb6a3e02af98337c96f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 09:53:07 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 09:54:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbe0fcc
dev-ros/actionlib: bump to 1.11.13
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.13.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 2c301bfdbc6..09dab93833a 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1,3 @@
DIST actionlib-1.11.11.tar.gz 98427 BLAKE2B 2ec632d8266557c1c74d3b2de672728f53e0bac10bc0d0346d255d78ac59d39ac1d3cc2af157d67d5988a95f52f51dc57f3a0d5ccacca209b5a09ad44fee8f1c SHA512 a2a02abfb3e192082143d83ceab6a612f501bbd1ec38d108e3a841afb331d1a98e8a602fac7d627a62c336a52ffe70331d2001394b134511c89349567b49d83d
DIST actionlib-1.11.12.tar.gz 98435 BLAKE2B f35a12b6628d1a3545a805ca924d71899583c2c67259b552681e4ec7f984e9d1b55df5b976d3d8787e51ffc4f193979ba08a13fee97aaf4826f7284a710cc041 SHA512 319150a7094d063770c2193edf8665fc52fc099620740dfe7cf033b1e445aedf55621c93284dd4a4c4f49f12a9e414f650a61d73a64cdd012945e27cfac16458
+DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
diff --git a/dev-ros/actionlib/actionlib-1.11.13.ebuild b/dev-ros/actionlib/actionlib-1.11.13.ebuild
new file mode 100644
index 00000000000..72617b6f8b2
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+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}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2018-07-31 15:21 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2018-07-31 15:21 UTC (permalink / raw
To: gentoo-commits
commit: ed3d84205bac21640a158f730db04a1bf74ddcd6
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 14:43:42 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 15:21:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3d8420
dev-ros/actionlib: Remove old
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-ros/actionlib/Manifest | 2 --
dev-ros/actionlib/actionlib-1.11.11.ebuild | 28 ----------------------------
dev-ros/actionlib/actionlib-1.11.12.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 09dab93833a..dfc6aed24a4 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,3 +1 @@
-DIST actionlib-1.11.11.tar.gz 98427 BLAKE2B 2ec632d8266557c1c74d3b2de672728f53e0bac10bc0d0346d255d78ac59d39ac1d3cc2af157d67d5988a95f52f51dc57f3a0d5ccacca209b5a09ad44fee8f1c SHA512 a2a02abfb3e192082143d83ceab6a612f501bbd1ec38d108e3a841afb331d1a98e8a602fac7d627a62c336a52ffe70331d2001394b134511c89349567b49d83d
-DIST actionlib-1.11.12.tar.gz 98435 BLAKE2B f35a12b6628d1a3545a805ca924d71899583c2c67259b552681e4ec7f984e9d1b55df5b976d3d8787e51ffc4f193979ba08a13fee97aaf4826f7284a710cc041 SHA512 319150a7094d063770c2193edf8665fc52fc099620740dfe7cf033b1e445aedf55621c93284dd4a4c4f49f12a9e414f650a61d73a64cdd012945e27cfac16458
DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
diff --git a/dev-ros/actionlib/actionlib-1.11.11.ebuild b/dev-ros/actionlib/actionlib-1.11.11.ebuild
deleted file mode 100644
index cb76b829848..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-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}] )"
-RDEPEND="${RDEPEND}
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rostopic[${PYTHON_USEDEP}]
-"
diff --git a/dev-ros/actionlib/actionlib-1.11.12.ebuild b/dev-ros/actionlib/actionlib-1.11.12.ebuild
deleted file mode 100644
index cb76b829848..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-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}] )"
-RDEPEND="${RDEPEND}
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rostopic[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2018-07-31 15:21 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2018-07-31 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 126a90d2cc7e786fcf8e67a0b306c2318ca19feb
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 14:46:19 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 15:21:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126a90d2
dev-ros/actionlib: bump to 1.11.14
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.14.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index dfc6aed24a4..6e83a805722 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1,2 @@
DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
+DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
diff --git a/dev-ros/actionlib/actionlib-1.11.14.ebuild b/dev-ros/actionlib/actionlib-1.11.14.ebuild
new file mode 100644
index 00000000000..72617b6f8b2
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+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}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2018-08-31 13:56 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2018-08-31 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 7e388e23576be8e3a9d3bd5f1a13a8ae536157e3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 12:11:36 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 13:56:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e388e23
dev-ros/actionlib: bump to 1.11.15
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/actionlib-1.11.15.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 6e83a805722..bf2c180b05e 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1,3 @@
DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
+DIST actionlib-1.11.15.tar.gz 99063 BLAKE2B 23cce02de41b7705645cd1bae35f90d8c89171f809c689323683bf4f644b7df8c46dc4c5cffa2de6a2791c3a77957964785fe6d99a77ccea25eee43fb88e4325 SHA512 3f6deb469b284ca7809a20779f8362cb48d2bf12d8fc4a546fb1fe28fc06baa9693f9efb576f27f1cac976051bcb966a2c47df1185847bea040c0ac0a915b6d9
diff --git a/dev-ros/actionlib/actionlib-1.11.15.ebuild b/dev-ros/actionlib/actionlib-1.11.15.ebuild
new file mode 100644
index 00000000000..72617b6f8b2
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+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}] )"
+RDEPEND="${RDEPEND}
+ dev-ros/roslib[${PYTHON_USEDEP}]
+ dev-ros/rostopic[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2020-07-16 17:35 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2020-07-16 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 82e1f7952fce856061f6e705eebac4e3709744cd
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:30:34 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:34:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e1f795
dev-ros/actionlib: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/Manifest | 3 ---
dev-ros/actionlib/actionlib-1.11.13.ebuild | 28 ----------------------------
dev-ros/actionlib/actionlib-1.11.14.ebuild | 28 ----------------------------
dev-ros/actionlib/actionlib-1.11.15.ebuild | 28 ----------------------------
4 files changed, 87 deletions(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 8d10149ade2..4c54d0437fa 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,4 +1 @@
-DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
-DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
-DIST actionlib-1.11.15.tar.gz 99063 BLAKE2B 23cce02de41b7705645cd1bae35f90d8c89171f809c689323683bf4f644b7df8c46dc4c5cffa2de6a2791c3a77957964785fe6d99a77ccea25eee43fb88e4325 SHA512 3f6deb469b284ca7809a20779f8362cb48d2bf12d8fc4a546fb1fe28fc06baa9693f9efb576f27f1cac976051bcb966a2c47df1185847bea040c0ac0a915b6d9
DIST actionlib-1.13.1.tar.gz 100763 BLAKE2B d1c9bac94ed5928409e831087893cdc4921163592b5c141deb6c888eaee5bd581141ef84e95735b67f18e0dcf7c24d3486c6d6f0a36018a0e24dad91427956b3 SHA512 1b2cf48c0d3d635d4a37f177f7c05dbb21ed027dbddb4ea713f765fea0db3fee00ae242b8d51907d4841544a9ed231785959241947126dfb857daee0ff7e4cb2
diff --git a/dev-ros/actionlib/actionlib-1.11.13.ebuild b/dev-ros/actionlib/actionlib-1.11.13.ebuild
deleted file mode 100644
index 78149321f92..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-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}] )"
-RDEPEND="${RDEPEND}
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rostopic[${PYTHON_USEDEP}]
-"
diff --git a/dev-ros/actionlib/actionlib-1.11.14.ebuild b/dev-ros/actionlib/actionlib-1.11.14.ebuild
deleted file mode 100644
index 78149321f92..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.14.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-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}] )"
-RDEPEND="${RDEPEND}
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rostopic[${PYTHON_USEDEP}]
-"
diff --git a/dev-ros/actionlib/actionlib-1.11.15.ebuild b/dev-ros/actionlib/actionlib-1.11.15.ebuild
deleted file mode 100644
index 78149321f92..00000000000
--- a/dev-ros/actionlib/actionlib-1.11.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/actionlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-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}] )"
-RDEPEND="${RDEPEND}
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rostopic[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2020-07-16 17:35 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2020-07-16 17:35 UTC (permalink / raw
To: gentoo-commits
commit: b3d55262dffe27628564400f1caa11a4fb57e858
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:29:38 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:34:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d55262
dev-ros/actionlib: bump to 1.13.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/Manifest | 1 +
dev-ros/actionlib/{actionlib-9999.ebuild => actionlib-1.13.1.ebuild} | 4 ++--
dev-ros/actionlib/actionlib-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index bf2c180b05e..8d10149ade2 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,3 +1,4 @@
DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
DIST actionlib-1.11.15.tar.gz 99063 BLAKE2B 23cce02de41b7705645cd1bae35f90d8c89171f809c689323683bf4f644b7df8c46dc4c5cffa2de6a2791c3a77957964785fe6d99a77ccea25eee43fb88e4325 SHA512 3f6deb469b284ca7809a20779f8362cb48d2bf12d8fc4a546fb1fe28fc06baa9693f9efb576f27f1cac976051bcb966a2c47df1185847bea040c0ac0a915b6d9
+DIST actionlib-1.13.1.tar.gz 100763 BLAKE2B d1c9bac94ed5928409e831087893cdc4921163592b5c141deb6c888eaee5bd581141ef84e95735b67f18e0dcf7c24d3486c6d6f0a36018a0e24dad91427956b3 SHA512 1b2cf48c0d3d635d4a37f177f7c05dbb21ed027dbddb4ea713f765fea0db3fee00ae242b8d51907d4841544a9ed231785959241947126dfb857daee0ff7e4cb2
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-1.13.1.ebuild
similarity index 93%
copy from dev-ros/actionlib/actionlib-9999.ebuild
copy to dev-ros/actionlib/actionlib-1.13.1.ebuild
index 78149321f92..cc7b760ccf5 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-1.13.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
+ROS_SUBDIR=${PN}
inherit ros-catkin
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index 78149321f92..cc7b760ccf5 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
+ROS_SUBDIR=${PN}
inherit ros-catkin
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2020-08-05 15:30 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2020-08-05 15:30 UTC (permalink / raw
To: gentoo-commits
commit: f9122d4b0c39cab0854937bd7ec2b4550cd96051
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 15:30:05 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 15:30:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9122d4b
dev-ros/actionlib: fix tests
Closes: https://bugs.gentoo.org/734700
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/actionlib-1.13.1.ebuild | 5 +++++
dev-ros/actionlib/actionlib-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/dev-ros/actionlib/actionlib-1.13.1.ebuild b/dev-ros/actionlib/actionlib-1.13.1.ebuild
index 0233a91da05..38e08315412 100644
--- a/dev-ros/actionlib/actionlib-1.13.1.ebuild
+++ b/dev-ros/actionlib/actionlib-1.13.1.ebuild
@@ -26,3 +26,8 @@ RDEPEND="${RDEPEND}
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
"
+
+src_test() {
+ export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+ ros-catkin_src_test
+}
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index 0233a91da05..38e08315412 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -26,3 +26,8 @@ RDEPEND="${RDEPEND}
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
"
+
+src_test() {
+ export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+ ros-catkin_src_test
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2020-08-06 12:29 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2020-08-06 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 2bb73bf7d232bfb1ed99aeb141cbd8b4a32b7da8
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 11:47:55 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 12:28:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb73bf7
dev-ros/actionlib: add missing test dep
Closes: https://bugs.gentoo.org/736126
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/actionlib-1.13.1.ebuild | 5 ++++-
dev-ros/actionlib/actionlib-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-ros/actionlib/actionlib-1.13.1.ebuild b/dev-ros/actionlib/actionlib-1.13.1.ebuild
index 38e08315412..bfe083e9ecd 100644
--- a/dev-ros/actionlib/actionlib-1.13.1.ebuild
+++ b/dev-ros/actionlib/actionlib-1.13.1.ebuild
@@ -21,7 +21,10 @@ RDEPEND="dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
+ test? (
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-cpp/gtest
+ )"
RDEPEND="${RDEPEND}
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index 38e08315412..bfe083e9ecd 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -21,7 +21,10 @@ RDEPEND="dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
+ test? (
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-cpp/gtest
+ )"
RDEPEND="${RDEPEND}
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2020-08-25 12:37 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2020-08-25 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 7589e6ae80279dc1f20d5d1296a80c878197754f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:16:47 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 12:37:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7589e6ae
dev-ros/actionlib: bump to 1.13.2
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/Manifest | 2 +-
dev-ros/actionlib/{actionlib-1.13.1.ebuild => actionlib-1.13.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 4c54d0437fa..c8adcf88974 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1 +1 @@
-DIST actionlib-1.13.1.tar.gz 100763 BLAKE2B d1c9bac94ed5928409e831087893cdc4921163592b5c141deb6c888eaee5bd581141ef84e95735b67f18e0dcf7c24d3486c6d6f0a36018a0e24dad91427956b3 SHA512 1b2cf48c0d3d635d4a37f177f7c05dbb21ed027dbddb4ea713f765fea0db3fee00ae242b8d51907d4841544a9ed231785959241947126dfb857daee0ff7e4cb2
+DIST actionlib-1.13.2.tar.gz 101040 BLAKE2B 3c48ea46a5a6f91ead92c49870415f2e3addfb21190066a9b7d3e639a1dbe50a696b1cd61dc31dcb92d25a8e5a283a5c6184848ea7270e709a43b444398e4077 SHA512 f6186c8cdff916c5a13e635322fb915867b15fe175da1e0916713e4f2fd3c8e60f59dabc9dd9b31e1f0dcf699118a00e5a2d60db4a15bc65a731ba7a956147d9
diff --git a/dev-ros/actionlib/actionlib-1.13.1.ebuild b/dev-ros/actionlib/actionlib-1.13.2.ebuild
similarity index 100%
rename from dev-ros/actionlib/actionlib-1.13.1.ebuild
rename to dev-ros/actionlib/actionlib-1.13.2.ebuild
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/
@ 2021-08-03 15:17 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2021-08-03 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 5ca68ffd15a5f55f375f13b0832bd854e164ebe3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 15:17:24 2021 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 15:17:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca68ffd
dev-ros/actionlib: add missing test dep
Closes: https://bugs.gentoo.org/796701
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/actionlib/actionlib-1.13.2-r1.ebuild | 1 +
dev-ros/actionlib/actionlib-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild b/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild
index 77fa73a7d42..082ffedaef8 100644
--- a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild
+++ b/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
test? (
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
)"
RDEPEND="${RDEPEND}
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild
index 77fa73a7d42..082ffedaef8 100644
--- a/dev-ros/actionlib/actionlib-9999.ebuild
+++ b/dev-ros/actionlib/actionlib-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
test? (
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
)"
RDEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2021-08-03 15:17 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 12:24 [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2021-08-03 15:17 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-02-21 9:21 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox