public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2015-09-22  9:39 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2015-09-22  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e5a7ac57e0d8a2cb7a0872d1dcc59a5c19705cf5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:17:27 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:39:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a7ac57

ros-meta/roscpp_core: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/metadata.xml             |  5 +++++
 ros-meta/roscpp_core/roscpp_core-0.5.6.ebuild | 23 +++++++++++++++++++++++
 ros-meta/roscpp_core/roscpp_core-9999.ebuild  | 23 +++++++++++++++++++++++
 4 files changed, 52 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
new file mode 100644
index 0000000..3fcf6e4
--- /dev/null
+++ b/ros-meta/roscpp_core/Manifest
@@ -0,0 +1 @@
+DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84

diff --git a/ros-meta/roscpp_core/metadata.xml b/ros-meta/roscpp_core/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/roscpp_core/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/ros-meta/roscpp_core/roscpp_core-0.5.6.ebuild b/ros-meta/roscpp_core/roscpp_core-0.5.6.ebuild
new file mode 100644
index 0000000..b993f63
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.5.6.ebuild
@@ -0,0 +1,23 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/roscpp_core/roscpp_core-9999.ebuild b/ros-meta/roscpp_core/roscpp_core-9999.ebuild
new file mode 100644
index 0000000..b993f63
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-9999.ebuild
@@ -0,0 +1,23 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2016-03-10 10:35 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2016-03-10 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     65baea14bd7f456525c983f5f9aa725444cac3c1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 09:47:54 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 10:34:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65baea14

ros-meta/roscpp_core: Bump to 0.5.7.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 3fcf6e4..c28f6ba 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1 +1,2 @@
 DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84
+DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4be04281669f73f000312621bf66d SHA512 a3a40b2e05e1ad9d442050fd5a5b8a2106a27aef5222eaa9ac1b0c8aff13d1a40da252e81f0544b72380db35594c1d49de06cd3e94b9ba5ed087d71362f3babe WHIRLPOOL c395ccbdd3664e3337ba9a8c029df805585cf04f717c23caf75c582e08581e6a58d232b52679a9cb99150b0c6fa9f831c24b61be0a15839f76487ba67d09f8bb

diff --git a/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild b/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild
new file mode 100644
index 0000000..b993f63
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild
@@ -0,0 +1,23 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2016-09-05  9:21 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2016-09-05  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     fb854886b265669fae1bb731f286d40047534622
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 08:59:53 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 09:21:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb854886

ros-meta/roscpp_core: Bump to 0.6.1.

Package-Manager: portage-2.3.0

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 9c4df1e..cc48bc2 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,3 +1,4 @@
 DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84
 DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4be04281669f73f000312621bf66d SHA512 a3a40b2e05e1ad9d442050fd5a5b8a2106a27aef5222eaa9ac1b0c8aff13d1a40da252e81f0544b72380db35594c1d49de06cd3e94b9ba5ed087d71362f3babe WHIRLPOOL c395ccbdd3664e3337ba9a8c029df805585cf04f717c23caf75c582e08581e6a58d232b52679a9cb99150b0c6fa9f831c24b61be0a15839f76487ba67d09f8bb
 DIST roscpp_core-0.6.0.tar.gz 32255 SHA256 352fdf2bce0efc562da70dd9ec72691145d8e9eb7a653a8da1b064553be3540b SHA512 3adee84e3fc8f3b66ac3093f0bac82a6fec92e1096c4f2c0c5dd001b0e599d895c71fe62aa19a53d7b097e2eebfceb111262991d46ac9013fff9d2d92ebeec75 WHIRLPOOL 6ce40f71026671cff38c62278f44eccd7fc1a772ebf762f9df8322c29ba1e03ee6297886142209552164a0ef6a546cb9f96bfb6e3e34e02c3177bb90cb3a66fa
+DIST roscpp_core-0.6.1.tar.gz 32611 SHA256 7b541401684110e7ff8e0c3e4abcdb5b8c1654e09db1866c76c6257dfc769e1e SHA512 167d3b7bfa048a2c3f7b4239402c9077e1871aa2cc5f60ebab3e5ad3cb5acd94667b4e7de9eb2af2f8dfba74e0d82510f6bb591f7096d99e465f987643b2681a WHIRLPOOL 2e33966b7bddbdb262155ed3f654aa4dfb5ce35a1fff77e27cdff1bcb2e843bd5e885b1e768d4ae719126a8bcf23c4f19505b94a9e12c10a5c3717b076c42622

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild
new file mode 100644
index 00000000..821d017
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild
@@ -0,0 +1,23 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2017-02-15 13:24 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-02-15 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eb8f07b7bca0ef501af40f95992b9014874c78c7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 13:18:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 13:18:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8f07b7

ros-meta/roscpp_core: Bump to 0.6.2.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index cc48bc2c46..0b4605b3ad 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -2,3 +2,4 @@ DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa5
 DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4be04281669f73f000312621bf66d SHA512 a3a40b2e05e1ad9d442050fd5a5b8a2106a27aef5222eaa9ac1b0c8aff13d1a40da252e81f0544b72380db35594c1d49de06cd3e94b9ba5ed087d71362f3babe WHIRLPOOL c395ccbdd3664e3337ba9a8c029df805585cf04f717c23caf75c582e08581e6a58d232b52679a9cb99150b0c6fa9f831c24b61be0a15839f76487ba67d09f8bb
 DIST roscpp_core-0.6.0.tar.gz 32255 SHA256 352fdf2bce0efc562da70dd9ec72691145d8e9eb7a653a8da1b064553be3540b SHA512 3adee84e3fc8f3b66ac3093f0bac82a6fec92e1096c4f2c0c5dd001b0e599d895c71fe62aa19a53d7b097e2eebfceb111262991d46ac9013fff9d2d92ebeec75 WHIRLPOOL 6ce40f71026671cff38c62278f44eccd7fc1a772ebf762f9df8322c29ba1e03ee6297886142209552164a0ef6a546cb9f96bfb6e3e34e02c3177bb90cb3a66fa
 DIST roscpp_core-0.6.1.tar.gz 32611 SHA256 7b541401684110e7ff8e0c3e4abcdb5b8c1654e09db1866c76c6257dfc769e1e SHA512 167d3b7bfa048a2c3f7b4239402c9077e1871aa2cc5f60ebab3e5ad3cb5acd94667b4e7de9eb2af2f8dfba74e0d82510f6bb591f7096d99e465f987643b2681a WHIRLPOOL 2e33966b7bddbdb262155ed3f654aa4dfb5ce35a1fff77e27cdff1bcb2e843bd5e885b1e768d4ae719126a8bcf23c4f19505b94a9e12c10a5c3717b076c42622
+DIST roscpp_core-0.6.2.tar.gz 32730 SHA256 537b630ef6728166cccf3bbd46dce441bff07626ac0e4b48680d3ef20a8edbb6 SHA512 34e5442648fed7cebf694480d40825d4e5b1791409741b0a13aad7daa0d7f5190d6509d73780ba4e02620f789f9b0c7474b97772abba1dbea3bee98fe8d1ae59 WHIRLPOOL 2e1cefbe5c56015543d5a7c9ab06056373d9422208224789593436823d28c96821f034ea4694979e081bd9a096b255991f68ddd57b04904bda0fce373140f765

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.2.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.2.ebuild
new file mode 100644
index 0000000000..2b69a7e22c
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

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

commit:     af44c66b90e67b2f58b20d207307b1c23f2353f7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 13:30:19 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 16 16:08:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af44c66b

ros-meta/roscpp_core: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 0b4605b3ad2..f82dd242e13 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -3,3 +3,4 @@ DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4b
 DIST roscpp_core-0.6.0.tar.gz 32255 SHA256 352fdf2bce0efc562da70dd9ec72691145d8e9eb7a653a8da1b064553be3540b SHA512 3adee84e3fc8f3b66ac3093f0bac82a6fec92e1096c4f2c0c5dd001b0e599d895c71fe62aa19a53d7b097e2eebfceb111262991d46ac9013fff9d2d92ebeec75 WHIRLPOOL 6ce40f71026671cff38c62278f44eccd7fc1a772ebf762f9df8322c29ba1e03ee6297886142209552164a0ef6a546cb9f96bfb6e3e34e02c3177bb90cb3a66fa
 DIST roscpp_core-0.6.1.tar.gz 32611 SHA256 7b541401684110e7ff8e0c3e4abcdb5b8c1654e09db1866c76c6257dfc769e1e SHA512 167d3b7bfa048a2c3f7b4239402c9077e1871aa2cc5f60ebab3e5ad3cb5acd94667b4e7de9eb2af2f8dfba74e0d82510f6bb591f7096d99e465f987643b2681a WHIRLPOOL 2e33966b7bddbdb262155ed3f654aa4dfb5ce35a1fff77e27cdff1bcb2e843bd5e885b1e768d4ae719126a8bcf23c4f19505b94a9e12c10a5c3717b076c42622
 DIST roscpp_core-0.6.2.tar.gz 32730 SHA256 537b630ef6728166cccf3bbd46dce441bff07626ac0e4b48680d3ef20a8edbb6 SHA512 34e5442648fed7cebf694480d40825d4e5b1791409741b0a13aad7daa0d7f5190d6509d73780ba4e02620f789f9b0c7474b97772abba1dbea3bee98fe8d1ae59 WHIRLPOOL 2e1cefbe5c56015543d5a7c9ab06056373d9422208224789593436823d28c96821f034ea4694979e081bd9a096b255991f68ddd57b04904bda0fce373140f765
+DIST roscpp_core-0.6.3.tar.gz 33419 SHA256 adcb83fe4568f1d418c0afde09716ae6d703fcaf0068a90866227992ad054e11 SHA512 2e512d26c29ffc3d7d4431f6153d273ddf26334390c972c9a95bca97536102e1a03ae82369d4804de31854df7ad471eb60c5a97c47465611c76562c083ce7c7d WHIRLPOOL 80dba16dc9e831a389b305c8bf12088afd9504f47801d983deb15af0f1430d3b1296876d18c709b0d255b4e550549306f79175416ab5cea1392cbb0a75b04696

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.3.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.3.ebuild
new file mode 100644
index 00000000000..cc4bce1ba50
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.3.ebuild
@@ -0,0 +1,22 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2017-06-08 14:37 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-06-08 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d8909dc6e9feb44c71e7fbfcce10bd7830ab6e16
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 14:21:39 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 14:21:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8909dc6

ros-meta/roscpp_core: Bump to 0.6.4.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.4.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index f82dd242e13..b72ed5aaa61 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -4,3 +4,4 @@ DIST roscpp_core-0.6.0.tar.gz 32255 SHA256 352fdf2bce0efc562da70dd9ec72691145d8e
 DIST roscpp_core-0.6.1.tar.gz 32611 SHA256 7b541401684110e7ff8e0c3e4abcdb5b8c1654e09db1866c76c6257dfc769e1e SHA512 167d3b7bfa048a2c3f7b4239402c9077e1871aa2cc5f60ebab3e5ad3cb5acd94667b4e7de9eb2af2f8dfba74e0d82510f6bb591f7096d99e465f987643b2681a WHIRLPOOL 2e33966b7bddbdb262155ed3f654aa4dfb5ce35a1fff77e27cdff1bcb2e843bd5e885b1e768d4ae719126a8bcf23c4f19505b94a9e12c10a5c3717b076c42622
 DIST roscpp_core-0.6.2.tar.gz 32730 SHA256 537b630ef6728166cccf3bbd46dce441bff07626ac0e4b48680d3ef20a8edbb6 SHA512 34e5442648fed7cebf694480d40825d4e5b1791409741b0a13aad7daa0d7f5190d6509d73780ba4e02620f789f9b0c7474b97772abba1dbea3bee98fe8d1ae59 WHIRLPOOL 2e1cefbe5c56015543d5a7c9ab06056373d9422208224789593436823d28c96821f034ea4694979e081bd9a096b255991f68ddd57b04904bda0fce373140f765
 DIST roscpp_core-0.6.3.tar.gz 33419 SHA256 adcb83fe4568f1d418c0afde09716ae6d703fcaf0068a90866227992ad054e11 SHA512 2e512d26c29ffc3d7d4431f6153d273ddf26334390c972c9a95bca97536102e1a03ae82369d4804de31854df7ad471eb60c5a97c47465611c76562c083ce7c7d WHIRLPOOL 80dba16dc9e831a389b305c8bf12088afd9504f47801d983deb15af0f1430d3b1296876d18c709b0d255b4e550549306f79175416ab5cea1392cbb0a75b04696
+DIST roscpp_core-0.6.4.tar.gz 33661 SHA256 23aab3ab845930914085de71b541daedbb0679d1ba2b21cae855999f64153852 SHA512 134d3bc1a928416e6fa6afdbcedb83fa546a47d2ead407d5c6e82275d4b3a21a228813d84bb17a23b071d6cd88dc4f53f670e9f1971e28049b97b56167c93217 WHIRLPOOL 969da29afb698101bba0200278746b3ae2c5e10de27111288e0b131e3d091564c57d330baf3375057bc5bdfbc84761fa34d3dbc59ce2ce25a523115010ca6709

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.4.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.4.ebuild
new file mode 100644
index 00000000000..cc4bce1ba50
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.4.ebuild
@@ -0,0 +1,22 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2018-01-28 12:54 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2018-01-28 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     71fde4f278fd3af00e3a63e1177a607696493c2e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 09:44:16 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 12:54:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fde4f2

ros-meta/roscpp_core: Bump to 0.6.8.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index a5aa3555812..e1793941287 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,2 +1,3 @@
 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
+DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
new file mode 100644
index 00000000000..c4465ab79b4
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
@@ -0,0 +1,22 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2018-02-06 19:24 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2018-02-06 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e8d949660bb397f4b7d1f144de2c042d9860b4a4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 12:37:23 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 19:23:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d94966

ros-meta/roscpp_core: Bump to 0.6.9.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 ros-meta/roscpp_core/Manifest                 |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.9.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index e1793941287..dbfc95f3dc5 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,3 +1,4 @@
 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
 DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df
+DIST roscpp_core-0.6.9.tar.gz 35069 BLAKE2B 5718611730419de3fd5dbd7c26792857c75306f4155916fe9570e494a0b1f0b9ca167a06654e1d5b1e1d20aa8cbd17c306bc91e7d0e803c8691d78c6c456fcec SHA512 87360695e71a020e869633c19187851242b84686b87842b388273f9874ff72e4e587eaf55dc10d099e55bc8db17c2ae7efdd5a9ff553a006b7f7c4ea5e1c84d9

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.9.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.9.ebuild
new file mode 100644
index 00000000000..c4465ab79b4
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.9.ebuild
@@ -0,0 +1,22 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2018-06-08 12:26 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2018-06-08 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f33edd91d595e5c0b21322ad6f21f42bad05f0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 12:08:14 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 12:26:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f33edd

ros-meta/roscpp_core: Bump to 0.6.11.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ros-meta/roscpp_core/Manifest                  |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.11.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 1d87fbd680c..206f8d0ecdb 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,4 +1,5 @@
 DIST roscpp_core-0.6.10.tar.gz 35139 BLAKE2B 2f95e27d2986e777b65964959e0b94f2e3a01f055c781375718decfbb149c998713400d2e78f03e4983f5b303a3610a2e14ae049bf518608cc582c542c912bcd SHA512 a485f6cd536850002def9cf331a593c8d2b7406eb7235dbb6da8d571ce337e0d588adc61e0fb1dbc82b867cadf5ec9905e8966c018489bbec7eea738b2a4de1b
+DIST roscpp_core-0.6.11.tar.gz 35153 BLAKE2B 2e13d5100851a0882b2027f7a7b7f4a6c7e8e74fb7ea01bd46ce32daf4a8791fc15f8757dc7298832cca5d0e7389c4702ae9dabcffe1f24902f9b6252a08c47f SHA512 a7d0b6148e0e284b95d12accdb06cba7ab0e7367ee0a88fff4e686af2a065cd92574fd8ec724599e23f5fdd13af5d1b084a453bdd10871e1539f2f7769b92e23
 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
 DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.11.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.11.ebuild
new file mode 100644
index 00000000000..c4465ab79b4
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.11.ebuild
@@ -0,0 +1,22 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2019-05-07 10:05 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2019-05-07 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     159089c672cde59f069a53a9d4b59d33e53dc2f1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 10:03:50 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  7 10:03:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159089c6

ros-meta/roscpp_core: Bump to 0.6.12.

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

 ros-meta/roscpp_core/Manifest                  |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.12.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 206f8d0ecdb..7e3ff40220b 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,5 +1,6 @@
 DIST roscpp_core-0.6.10.tar.gz 35139 BLAKE2B 2f95e27d2986e777b65964959e0b94f2e3a01f055c781375718decfbb149c998713400d2e78f03e4983f5b303a3610a2e14ae049bf518608cc582c542c912bcd SHA512 a485f6cd536850002def9cf331a593c8d2b7406eb7235dbb6da8d571ce337e0d588adc61e0fb1dbc82b867cadf5ec9905e8966c018489bbec7eea738b2a4de1b
 DIST roscpp_core-0.6.11.tar.gz 35153 BLAKE2B 2e13d5100851a0882b2027f7a7b7f4a6c7e8e74fb7ea01bd46ce32daf4a8791fc15f8757dc7298832cca5d0e7389c4702ae9dabcffe1f24902f9b6252a08c47f SHA512 a7d0b6148e0e284b95d12accdb06cba7ab0e7367ee0a88fff4e686af2a065cd92574fd8ec724599e23f5fdd13af5d1b084a453bdd10871e1539f2f7769b92e23
+DIST roscpp_core-0.6.12.tar.gz 35606 BLAKE2B 5f249ce576e046b487a12fc1d598429741329b57f4226a6a0fa7b62e0a5a6fa0716814e0c8cd8a4d4378f8994ca1534530d410a8865d666397328047f12f821d SHA512 a84799ee67cf205c9c304433f70aaf80c8f19eac86bc0c9c3207aa0ae255f33b302b4ad9e37feeb5d95d7e2db9210679871548313612f220e06fef3db2357f89
 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
 DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.12.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.12.ebuild
new file mode 100644
index 00000000000..492035ffee5
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/
@ 2019-12-10 17:35 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2019-12-10 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cad1f736f64a62f4c7201c9137e5bbb267f86f02
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 16:52:50 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 17:34:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad1f736

ros-meta/roscpp_core: Bump to 0.6.13.

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

 ros-meta/roscpp_core/Manifest                  |  1 +
 ros-meta/roscpp_core/roscpp_core-0.6.13.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
index 7e3ff40220b..d15ff7e4386 100644
--- a/ros-meta/roscpp_core/Manifest
+++ b/ros-meta/roscpp_core/Manifest
@@ -1,6 +1,7 @@
 DIST roscpp_core-0.6.10.tar.gz 35139 BLAKE2B 2f95e27d2986e777b65964959e0b94f2e3a01f055c781375718decfbb149c998713400d2e78f03e4983f5b303a3610a2e14ae049bf518608cc582c542c912bcd SHA512 a485f6cd536850002def9cf331a593c8d2b7406eb7235dbb6da8d571ce337e0d588adc61e0fb1dbc82b867cadf5ec9905e8966c018489bbec7eea738b2a4de1b
 DIST roscpp_core-0.6.11.tar.gz 35153 BLAKE2B 2e13d5100851a0882b2027f7a7b7f4a6c7e8e74fb7ea01bd46ce32daf4a8791fc15f8757dc7298832cca5d0e7389c4702ae9dabcffe1f24902f9b6252a08c47f SHA512 a7d0b6148e0e284b95d12accdb06cba7ab0e7367ee0a88fff4e686af2a065cd92574fd8ec724599e23f5fdd13af5d1b084a453bdd10871e1539f2f7769b92e23
 DIST roscpp_core-0.6.12.tar.gz 35606 BLAKE2B 5f249ce576e046b487a12fc1d598429741329b57f4226a6a0fa7b62e0a5a6fa0716814e0c8cd8a4d4378f8994ca1534530d410a8865d666397328047f12f821d SHA512 a84799ee67cf205c9c304433f70aaf80c8f19eac86bc0c9c3207aa0ae255f33b302b4ad9e37feeb5d95d7e2db9210679871548313612f220e06fef3db2357f89
+DIST roscpp_core-0.6.13.tar.gz 35881 BLAKE2B f1eee242ecbda14de4d1b4f92c4552b249398eea0216300933e0ea73d86bce970e7db375b23d5ecb023e8a8a2e75baec8b7c0a935647143f1ff2a1eaf0bcbd5b SHA512 7d81371c383b8b2ae8d31731f21213ac2c5c4d47ed038890214c9da527f27149ce1deeda4a5e67adaabbfb7ff4a6edc53495cfa50625eeb94089eb7615850d2c
 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
 DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df

diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.13.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.13.ebuild
new file mode 100644
index 00000000000..492035ffee5
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+	dev-ros/roscpp_traits
+	dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2019-12-10 17:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 10:05 [gentoo-commits] repo/gentoo:master commit in: ros-meta/roscpp_core/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2019-12-10 17:35 Alexis Ballier
2018-06-08 12:26 Alexis Ballier
2018-02-06 19:24 Alexis Ballier
2018-01-28 12:54 Alexis Ballier
2017-06-08 14:37 Alexis Ballier
2017-05-16 16:10 Alexis Ballier
2017-02-15 13:24 Alexis Ballier
2016-09-05  9:21 Alexis Ballier
2016-03-10 10:35 Alexis Ballier
2015-09-22  9:39 Alexis Ballier

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