public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2015-09-23 12:50 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2015-09-23 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     aba19139adcd3f8557d6d3d82d71f1ff84dbef47
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:38:33 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:38:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba19139

dev-ros/realtime_tools: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/realtime_tools/Manifest                    |  1 +
 dev-ros/realtime_tools/metadata.xml                |  5 +++++
 dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild | 22 ++++++++++++++++++++++
 dev-ros/realtime_tools/realtime_tools-9999.ebuild  | 22 ++++++++++++++++++++++
 4 files changed, 50 insertions(+)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
new file mode 100644
index 0000000..bdf6fc6
--- /dev/null
+++ b/dev-ros/realtime_tools/Manifest
@@ -0,0 +1 @@
+DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166

diff --git a/dev-ros/realtime_tools/metadata.xml b/dev-ros/realtime_tools/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/realtime_tools/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>

diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
new file mode 100644
index 0000000..88c591a
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
new file mode 100644
index 0000000..88c591a
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2016-05-24  7:42 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2016-05-24  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4e9d8e75cf413993635be5dbf2a24da6628f9129
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 07:34:01 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 24 07:34:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9d8e75

dev-ros/realtime_tools: bump to 1.9.2

Package-Manager: portage-2.3.0_rc1

 dev-ros/realtime_tools/Manifest                    |  1 +
 dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index bdf6fc6..74efb3f 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1 +1,2 @@
 DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166
+DIST realtime_tools-1.9.2.tar.gz 8973 SHA256 3b30b87a9aaa9310f1deb96f5d38f6cf17ec67a77472bec78dc1f2c22f2d6301 SHA512 85d23c0f13899bd2b203309a68a197e0a51865a7a1db1d9428be254eb085d0cf6d20c2baef957287915a7e1e2d11dcbb71451bfe8b70b48078154e8a3f75cba2 WHIRLPOOL 525ef436592382851cfd2c753c4b87908b6cfd8ad4113b9eab42281e795e561788007d30b500a387de9d6862577842e3c83e10f04300df0c3585411bdc1856a7

diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
new file mode 100644
index 0000000..52e27bb
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2017-07-01 15:55 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-07-01 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8a99675271e26eca980996fa913459445839a3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 15:55:27 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 15:55:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8a9967

dev-ros/realtime_tools: bump to 1.10.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ros/realtime_tools/Manifest                     |  1 +
 dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index 74efb3f37dd..d2644d7e09e 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1,2 +1,3 @@
+DIST realtime_tools-1.10.0.tar.gz 9069 SHA256 ecc9a0734a6ac91df530ae461335ec67a7504918413fc4a9e1cfb70770b6b351 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4 WHIRLPOOL 2d20ac34e8775f8840ec50154f88f2b232b710d236b0b21730f1d8c570fdbeecb26c5d9ac385f288c45f2189443aa370d6286f3954a4d5c4543413c35ca1fa9d
 DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166
 DIST realtime_tools-1.9.2.tar.gz 8973 SHA256 3b30b87a9aaa9310f1deb96f5d38f6cf17ec67a77472bec78dc1f2c22f2d6301 SHA512 85d23c0f13899bd2b203309a68a197e0a51865a7a1db1d9428be254eb085d0cf6d20c2baef957287915a7e1e2d11dcbb71451bfe8b70b48078154e8a3f75cba2 WHIRLPOOL 525ef436592382851cfd2c753c4b87908b6cfd8ad4113b9eab42281e795e561788007d30b500a387de9d6862577842e3c83e10f04300df0c3585411bdc1856a7

diff --git a/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild
new file mode 100644
index 00000000000..828df648985
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild
@@ -0,0 +1,21 @@
+# 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-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2017-11-10  8:51 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-11-10  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd892f4066b2a4d9454736b0d83e4c909ee931a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 08:25:05 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 08:51:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd892f4

dev-ros/realtime_tools: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ros/realtime_tools/Manifest                    |  2 --
 dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild | 21 ---------------------
 dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index d2644d7e09e..4d03715256e 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1,3 +1 @@
 DIST realtime_tools-1.10.0.tar.gz 9069 SHA256 ecc9a0734a6ac91df530ae461335ec67a7504918413fc4a9e1cfb70770b6b351 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4 WHIRLPOOL 2d20ac34e8775f8840ec50154f88f2b232b710d236b0b21730f1d8c570fdbeecb26c5d9ac385f288c45f2189443aa370d6286f3954a4d5c4543413c35ca1fa9d
-DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166
-DIST realtime_tools-1.9.2.tar.gz 8973 SHA256 3b30b87a9aaa9310f1deb96f5d38f6cf17ec67a77472bec78dc1f2c22f2d6301 SHA512 85d23c0f13899bd2b203309a68a197e0a51865a7a1db1d9428be254eb085d0cf6d20c2baef957287915a7e1e2d11dcbb71451bfe8b70b48078154e8a3f75cba2 WHIRLPOOL 525ef436592382851cfd2c753c4b87908b6cfd8ad4113b9eab42281e795e561788007d30b500a387de9d6862577842e3c83e10f04300df0c3585411bdc1856a7

diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
deleted file mode 100644
index 16cab6b8840..00000000000
--- a/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
deleted file mode 100644
index 10f254b3259..00000000000
--- a/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2017-11-10  8:51 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-11-10  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     55c651ec61d1e80b791e3d9bf2a10f3c50c7891e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 08:25:52 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 08:51:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c651ec

dev-ros/realtime_tools: bump to 1.11.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ros/realtime_tools/Manifest                     |  1 +
 dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index 4d03715256e..4221479f88d 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1 +1,2 @@
 DIST realtime_tools-1.10.0.tar.gz 9069 SHA256 ecc9a0734a6ac91df530ae461335ec67a7504918413fc4a9e1cfb70770b6b351 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4 WHIRLPOOL 2d20ac34e8775f8840ec50154f88f2b232b710d236b0b21730f1d8c570fdbeecb26c5d9ac385f288c45f2189443aa370d6286f3954a4d5c4543413c35ca1fa9d
+DIST realtime_tools-1.11.0.tar.gz 8770 SHA256 9553239ca14f0e1af3fa3a6ed2af6710dc4d6ce934b5f859a867fbae15d8f495 SHA512 93f17646587a1094bf10d94539d727d5da56656b60041544006c5ad520f454adb98440f9cf2c1fa3f95027a3d296b13594117bcb111766e85fe60d1363fd98f5 WHIRLPOOL 03cc18d638fef41db345fd33d79593b65b40d1412c808ea6c2a090b4508892acead06d3365080d6fa11b2c55d548be348b535cbf907a40f0a233d8c4d2c91549

diff --git a/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild
new file mode 100644
index 00000000000..828df648985
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild
@@ -0,0 +1,21 @@
+# 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-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2018-07-20 15:27 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2018-07-20 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b93bf03a9761ec49cad73d7d65916e97459c54d5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 15:18:37 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 15:27:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93bf03a

dev-ros/realtime_tools: bump to 1.12.0

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-ros/realtime_tools/Manifest                     |  1 +
 dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index 67f68a104d9..d5826609b2a 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1,2 +1,3 @@
 DIST realtime_tools-1.10.0.tar.gz 9069 BLAKE2B dba6070ec3fec4e04b9f5c7a4b7eab79acbf9293445ad8c8c985adf0ae09d0b1c213c161c4384e0372eb58742ff59a3c7ac29a65c2bd33c2aa1457bcfe461987 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4
 DIST realtime_tools-1.11.0.tar.gz 8770 BLAKE2B 0947bc0f0fde21a40457af12d549ae561398dbd36f3dcc943347e52276acd5ed13ee5de0af304832a18261180cf29b884cbcf4d1825b64635649b79d0769a88e SHA512 93f17646587a1094bf10d94539d727d5da56656b60041544006c5ad520f454adb98440f9cf2c1fa3f95027a3d296b13594117bcb111766e85fe60d1363fd98f5
+DIST realtime_tools-1.12.0.tar.gz 9302 BLAKE2B 3f8c6092cef3250e654102c201638e354e8cb744a5b7bc67f28767c1bf358b72ba1027d730121a029ae64aa67be29643898f2753b874a22d78d1f1267102e95d SHA512 703d0e0714a5e8c3ee7e37bb286a7796d95157e82ce84f952585903d26093ab708f3ddbb032befe2a981df28e6eeb6120f204811830b4c337fae438c2ba11ef5

diff --git a/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild
new file mode 100644
index 00000000000..216e47f8341
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild
@@ -0,0 +1,21 @@
+# 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-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/roscpp
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2020-07-15 16:57 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2020-07-15 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     86ca64a6b607fb487ba1ffe3f314821cbf614154
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 16:08:32 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 16:57:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ca64a6

dev-ros/realtime_tools: bump to 1.16.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/realtime_tools/Manifest                                    | 1 +
 .../{realtime_tools-9999.ebuild => realtime_tools-1.16.0.ebuild}   | 7 +++----
 dev-ros/realtime_tools/realtime_tools-9999.ebuild                  | 7 +++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index d5826609b2a..aadf41cf8ec 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1,3 +1,4 @@
 DIST realtime_tools-1.10.0.tar.gz 9069 BLAKE2B dba6070ec3fec4e04b9f5c7a4b7eab79acbf9293445ad8c8c985adf0ae09d0b1c213c161c4384e0372eb58742ff59a3c7ac29a65c2bd33c2aa1457bcfe461987 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4
 DIST realtime_tools-1.11.0.tar.gz 8770 BLAKE2B 0947bc0f0fde21a40457af12d549ae561398dbd36f3dcc943347e52276acd5ed13ee5de0af304832a18261180cf29b884cbcf4d1825b64635649b79d0769a88e SHA512 93f17646587a1094bf10d94539d727d5da56656b60041544006c5ad520f454adb98440f9cf2c1fa3f95027a3d296b13594117bcb111766e85fe60d1363fd98f5
 DIST realtime_tools-1.12.0.tar.gz 9302 BLAKE2B 3f8c6092cef3250e654102c201638e354e8cb744a5b7bc67f28767c1bf358b72ba1027d730121a029ae64aa67be29643898f2753b874a22d78d1f1267102e95d SHA512 703d0e0714a5e8c3ee7e37bb286a7796d95157e82ce84f952585903d26093ab708f3ddbb032befe2a981df28e6eeb6120f204811830b4c337fae438c2ba11ef5
+DIST realtime_tools-1.16.0.tar.gz 12046 BLAKE2B 673cd87573b7db87573e345f7cd916b246894da8ab2f720b56b81cd276c25fdc50e70bfff021b9f88d2699a36f00abe5a90aec55963ea3f4a20cb6345474bc52 SHA512 65037a3fffdfb81a6020dbedd0155cb1ebd6ca64a5bff46ae9c705327a458883412bee7885e5d91073c55b77611cd8492254ca68d185827be87598a4f0015718

diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
similarity index 74%
copy from dev-ros/realtime_tools/realtime_tools-9999.ebuild
copy to dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
index 16cab6b8840..0dfde19b659 100644
--- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild
+++ b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
 KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+DESCRIPTION="Set of tools that can be used from a hard realtime thread"
 LICENSE="BSD"
 SLOT="0"
 IUSE=""

diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
index 16cab6b8840..0dfde19b659 100644
--- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild
+++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
 KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+DESCRIPTION="Set of tools that can be used from a hard realtime thread"
 LICENSE="BSD"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2020-07-15 16:57 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2020-07-15 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     53c0d5b179b8e306c08d9c556745a0ae31f33959
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 16:08:48 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 16:57:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c0d5b1

dev-ros/realtime_tools: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/realtime_tools/Manifest                     |  3 ---
 dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild | 21 ---------------------
 dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild | 21 ---------------------
 dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild | 21 ---------------------
 4 files changed, 66 deletions(-)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index aadf41cf8ec..fa49bb0eae1 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1,4 +1 @@
-DIST realtime_tools-1.10.0.tar.gz 9069 BLAKE2B dba6070ec3fec4e04b9f5c7a4b7eab79acbf9293445ad8c8c985adf0ae09d0b1c213c161c4384e0372eb58742ff59a3c7ac29a65c2bd33c2aa1457bcfe461987 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4
-DIST realtime_tools-1.11.0.tar.gz 8770 BLAKE2B 0947bc0f0fde21a40457af12d549ae561398dbd36f3dcc943347e52276acd5ed13ee5de0af304832a18261180cf29b884cbcf4d1825b64635649b79d0769a88e SHA512 93f17646587a1094bf10d94539d727d5da56656b60041544006c5ad520f454adb98440f9cf2c1fa3f95027a3d296b13594117bcb111766e85fe60d1363fd98f5
-DIST realtime_tools-1.12.0.tar.gz 9302 BLAKE2B 3f8c6092cef3250e654102c201638e354e8cb744a5b7bc67f28767c1bf358b72ba1027d730121a029ae64aa67be29643898f2753b874a22d78d1f1267102e95d SHA512 703d0e0714a5e8c3ee7e37bb286a7796d95157e82ce84f952585903d26093ab708f3ddbb032befe2a981df28e6eeb6120f204811830b4c337fae438c2ba11ef5
 DIST realtime_tools-1.16.0.tar.gz 12046 BLAKE2B 673cd87573b7db87573e345f7cd916b246894da8ab2f720b56b81cd276c25fdc50e70bfff021b9f88d2699a36f00abe5a90aec55963ea3f4a20cb6345474bc52 SHA512 65037a3fffdfb81a6020dbedd0155cb1ebd6ca64a5bff46ae9c705327a458883412bee7885e5d91073c55b77611cd8492254ca68d185827be87598a4f0015718

diff --git a/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild
deleted file mode 100644
index 828df648985..00000000000
--- a/dev-ros/realtime_tools/realtime_tools-1.10.0.ebuild
+++ /dev/null
@@ -1,21 +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-controls/realtime_tools"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild
deleted file mode 100644
index 828df648985..00000000000
--- a/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild
+++ /dev/null
@@ -1,21 +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-controls/realtime_tools"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild
deleted file mode 100644
index 216e47f8341..00000000000
--- a/dev-ros/realtime_tools/realtime_tools-1.12.0.ebuild
+++ /dev/null
@@ -1,21 +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-controls/realtime_tools"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/roscpp
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2020-07-30 13:18 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2020-07-30 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8692159544adb555c836b5e06909d71900e4cf60
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 13:15:15 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 13:15:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86921595

dev-ros/realtime_tools: add missing test deps

Closes: https://bugs.gentoo.org/734746
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild | 9 ++++++++-
 dev-ros/realtime_tools/realtime_tools-9999.ebuild   | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
index 5c03c9fb32b..1b5b4ee0cbe 100644
--- a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
+++ b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
@@ -17,4 +17,11 @@ RDEPEND="
 	dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
 	dev-libs/boost:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+		dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+		dev-cpp/gtest
+		dev-ros/actionlib
+	)
+"

diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
index 5c03c9fb32b..1b5b4ee0cbe 100644
--- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild
+++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
@@ -17,4 +17,11 @@ RDEPEND="
 	dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
 	dev-libs/boost:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+		dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+		dev-cpp/gtest
+		dev-ros/actionlib
+	)
+"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
@ 2021-01-26 16:36 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2021-01-26 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a2cc30243252fc1746cf0b58527edad9397f1777
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 16:25:20 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 16:36:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cc3024

dev-ros/realtime_tools: bump to 1.16.1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/realtime_tools/Manifest                                         | 2 +-
 .../{realtime_tools-1.16.0-r1.ebuild => realtime_tools-1.16.1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index fa49bb0eae1..93a8c657f4d 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1 +1 @@
-DIST realtime_tools-1.16.0.tar.gz 12046 BLAKE2B 673cd87573b7db87573e345f7cd916b246894da8ab2f720b56b81cd276c25fdc50e70bfff021b9f88d2699a36f00abe5a90aec55963ea3f4a20cb6345474bc52 SHA512 65037a3fffdfb81a6020dbedd0155cb1ebd6ca64a5bff46ae9c705327a458883412bee7885e5d91073c55b77611cd8492254ca68d185827be87598a4f0015718
+DIST realtime_tools-1.16.1.tar.gz 12161 BLAKE2B 940e703ea5231976c8a963ae657647e66ce0c1e4f5544e930c5dae86db63b5699a2a1356066a89e6f4f7ad898590f2e4f9024da38b76f9b16e40c890cd7584d1 SHA512 14ae5e4b8d883ffccaef0abde7b86829fe528084302fb51c86c2115c837573be3be92190380b5bc13d35eddc4e15d7968f516d4b03d374636fa386dcb7c3a31c

diff --git a/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.1.ebuild
similarity index 93%
rename from dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild
rename to dev-ros/realtime_tools/realtime_tools-1.16.1.ebuild
index c76733870b9..7461e643ffe 100644
--- a/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild
+++ b/dev-ros/realtime_tools/realtime_tools-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-26 16:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-15 16:57 [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-01-26 16:36 Alexis Ballier
2020-07-30 13:18 Alexis Ballier
2020-07-15 16:57 Alexis Ballier
2018-07-20 15:27 Alexis Ballier
2017-11-10  8:51 Alexis Ballier
2017-11-10  8:51 Alexis Ballier
2017-07-01 15:55 Alexis Ballier
2016-05-24  7:42 Alexis Ballier
2015-09-23 12:50 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox