* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2015-09-22 9:39 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2015-09-22 9:39 UTC (permalink / raw
To: gentoo-commits
commit: afd2751c87046ce3569122cc6f845a6b812b615c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:24:34 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:39:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd2751c
dev-ros/std_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
dev-ros/std_msgs/Manifest | 1 +
dev-ros/std_msgs/metadata.xml | 5 +++++
dev-ros/std_msgs/std_msgs-0.5.9.ebuild | 20 ++++++++++++++++++++
dev-ros/std_msgs/std_msgs-9999.ebuild | 20 ++++++++++++++++++++
4 files changed, 46 insertions(+)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
new file mode 100644
index 0000000..8fa391e
--- /dev/null
+++ b/dev-ros/std_msgs/Manifest
@@ -0,0 +1 @@
+DIST std_msgs-0.5.9.tar.gz 6553 SHA256 eb855f13c5009145785b090c074718290355baad3439c155589be709f6ee1f25 SHA512 3d9cf59dcf36851a0f760c355a14efd72e54501f78413d688b4b4c79d8381b2b2f91411614c0bc79f2dd056c866748ea8de6d7facb0d8711b10591cc9e69071a WHIRLPOOL 6c61abcfa0ec7d333025be6345da52165bd69815fc8087886b7b347050b25d733f86fb9caafe854b3173d680f9378a85d0e8570fe5d486b2ec3721dcd5099c3b
diff --git a/dev-ros/std_msgs/metadata.xml b/dev-ros/std_msgs/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/std_msgs/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/std_msgs/std_msgs-0.5.9.ebuild b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
new file mode 100644
index 0000000..def89fe
--- /dev/null
+++ b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
@@ -0,0 +1,20 @@
+# 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/std_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ${SCM} ros-catkin
+
+DESCRIPTION="Standard ROS Messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild
new file mode 100644
index 0000000..def89fe
--- /dev/null
+++ b/dev-ros/std_msgs/std_msgs-9999.ebuild
@@ -0,0 +1,20 @@
+# 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/std_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ${SCM} ros-catkin
+
+DESCRIPTION="Standard ROS Messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2016-02-23 18:14 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2016-02-23 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 4b28511205ba823400454bf73039075bb79a6a8b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 18:14:06 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 18:14:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b285112
dev-ros/std_msgs: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/std_msgs/std_msgs-0.5.9.ebuild | 2 +-
dev-ros/std_msgs/std_msgs-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
index def89fe..9707b2b 100644
--- a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
+++ b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit ${SCM} ros-catkin
diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild
index def89fe..9707b2b 100644
--- a/dev-ros/std_msgs/std_msgs-9999.ebuild
+++ b/dev-ros/std_msgs/std_msgs-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit ${SCM} ros-catkin
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2016-03-14 11:49 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2016-03-14 11:49 UTC (permalink / raw
To: gentoo-commits
commit: b20a3c812f53a395bbde2c40faee21117520e5e0
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:47:37 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:47:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20a3c81
dev-ros/std_msgs: bump to 0.5.10
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/std_msgs/Manifest | 1 +
dev-ros/std_msgs/std_msgs-0.5.10.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
index 8fa391e..1dd33d6 100644
--- a/dev-ros/std_msgs/Manifest
+++ b/dev-ros/std_msgs/Manifest
@@ -1 +1,2 @@
+DIST std_msgs-0.5.10.tar.gz 6565 SHA256 c837974f840f42d75687360b0b4e40462c0abf4c94ce7fe227a1941272393f80 SHA512 4d224ca0e6aaac06443ca2d7ccbcc93631bd793ab8e76abf5934c736df6bc9f446b22d88be18e56f1409c68aef25adcf8829c2810df6c1c79836d432ac5dae99 WHIRLPOOL b6a64a156984f9b7ab37df431cb32ea228627c8d0118658133f160fcbeb2a01fd6d1a73e0a892d25537442fa39b30e7b7e7606dc0f2dbd4a2d14f9b790b3962b
DIST std_msgs-0.5.9.tar.gz 6553 SHA256 eb855f13c5009145785b090c074718290355baad3439c155589be709f6ee1f25 SHA512 3d9cf59dcf36851a0f760c355a14efd72e54501f78413d688b4b4c79d8381b2b2f91411614c0bc79f2dd056c866748ea8de6d7facb0d8711b10591cc9e69071a WHIRLPOOL 6c61abcfa0ec7d333025be6345da52165bd69815fc8087886b7b347050b25d733f86fb9caafe854b3173d680f9378a85d0e8570fe5d486b2ec3721dcd5099c3b
diff --git a/dev-ros/std_msgs/std_msgs-0.5.10.ebuild b/dev-ros/std_msgs/std_msgs-0.5.10.ebuild
new file mode 100644
index 0000000..9707b2b
--- /dev/null
+++ b/dev-ros/std_msgs/std_msgs-0.5.10.ebuild
@@ -0,0 +1,20 @@
+# 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/std_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit ${SCM} ros-catkin
+
+DESCRIPTION="Standard ROS Messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2017-02-09 17:46 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-02-09 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 46b8932bf5411850a7455385498b2bd031603735
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 16:35:38 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 17:46:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b8932b
dev-ros/std_msgs: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/std_msgs/Manifest | 1 -
dev-ros/std_msgs/std_msgs-0.5.9.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
index 1dd33d64fb..65d22b1a43 100644
--- a/dev-ros/std_msgs/Manifest
+++ b/dev-ros/std_msgs/Manifest
@@ -1,2 +1 @@
DIST std_msgs-0.5.10.tar.gz 6565 SHA256 c837974f840f42d75687360b0b4e40462c0abf4c94ce7fe227a1941272393f80 SHA512 4d224ca0e6aaac06443ca2d7ccbcc93631bd793ab8e76abf5934c736df6bc9f446b22d88be18e56f1409c68aef25adcf8829c2810df6c1c79836d432ac5dae99 WHIRLPOOL b6a64a156984f9b7ab37df431cb32ea228627c8d0118658133f160fcbeb2a01fd6d1a73e0a892d25537442fa39b30e7b7e7606dc0f2dbd4a2d14f9b790b3962b
-DIST std_msgs-0.5.9.tar.gz 6553 SHA256 eb855f13c5009145785b090c074718290355baad3439c155589be709f6ee1f25 SHA512 3d9cf59dcf36851a0f760c355a14efd72e54501f78413d688b4b4c79d8381b2b2f91411614c0bc79f2dd056c866748ea8de6d7facb0d8711b10591cc9e69071a WHIRLPOOL 6c61abcfa0ec7d333025be6345da52165bd69815fc8087886b7b347050b25d733f86fb9caafe854b3173d680f9378a85d0e8570fe5d486b2ec3721dcd5099c3b
diff --git a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
deleted file mode 100644
index 5b858c7de0..0000000000
--- a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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/std_msgs"
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit ${SCM} ros-catkin
-
-DESCRIPTION="Standard ROS Messages"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2017-02-16 4:32 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-02-16 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 46347f2f305a783c95f5bb908d16e0d8808e42fe
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 00:34:03 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 04:31:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46347f2f
dev-ros/std_msgs: bump to 0.5.11
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/std_msgs/Manifest | 1 +
dev-ros/std_msgs/std_msgs-0.5.11.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
index 65d22b1a43..bffa64ad71 100644
--- a/dev-ros/std_msgs/Manifest
+++ b/dev-ros/std_msgs/Manifest
@@ -1 +1,2 @@
DIST std_msgs-0.5.10.tar.gz 6565 SHA256 c837974f840f42d75687360b0b4e40462c0abf4c94ce7fe227a1941272393f80 SHA512 4d224ca0e6aaac06443ca2d7ccbcc93631bd793ab8e76abf5934c736df6bc9f446b22d88be18e56f1409c68aef25adcf8829c2810df6c1c79836d432ac5dae99 WHIRLPOOL b6a64a156984f9b7ab37df431cb32ea228627c8d0118658133f160fcbeb2a01fd6d1a73e0a892d25537442fa39b30e7b7e7606dc0f2dbd4a2d14f9b790b3962b
+DIST std_msgs-0.5.11.tar.gz 6551 SHA256 111db84305a890a2ab7fdd04229a8ccdb017689d3ae24e6eed7c1b463ee1897d SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b WHIRLPOOL f7d896775bb412238a3f9a3a6dbbf31f26fe7c54ede466ea3dcda064a8f0360fc7278673957bb011027d6ab92f18293faceefde824935ec1bd6e74f0aa78325a
diff --git a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
new file mode 100644
index 0000000000..0f09fcf673
--- /dev/null
+++ b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
@@ -0,0 +1,20 @@
+# 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/std_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit ${SCM} ros-catkin
+
+DESCRIPTION="Standard ROS Messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2017-02-23 9:44 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-02-23 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 11bd6a22966adfc74e1c6c3bcd6ea9ead7308346
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:44:44 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:44:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bd6a22
dev-ros/std_msgs: Add pypy/3 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/std_msgs/std_msgs-0.5.11.ebuild | 2 +-
dev-ros/std_msgs/std_msgs-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
index 0f09fcf673..000dbf84cf 100644
--- a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
+++ b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
inherit ${SCM} ros-catkin
diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild
index 5b858c7de0..000dbf84cf 100644
--- a/dev-ros/std_msgs/std_msgs-9999.ebuild
+++ b/dev-ros/std_msgs/std_msgs-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$
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
inherit ${SCM} ros-catkin
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2017-02-23 9:44 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-02-23 9:44 UTC (permalink / raw
To: gentoo-commits
commit: f2dd20aba1f6321f2b5bd6d3af763b3564b8ed2d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:43:17 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:44:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dd20ab
dev-ros/std_msgs: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/std_msgs/Manifest | 1 -
dev-ros/std_msgs/std_msgs-0.5.10.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
index bffa64ad71..bc2a28061a 100644
--- a/dev-ros/std_msgs/Manifest
+++ b/dev-ros/std_msgs/Manifest
@@ -1,2 +1 @@
-DIST std_msgs-0.5.10.tar.gz 6565 SHA256 c837974f840f42d75687360b0b4e40462c0abf4c94ce7fe227a1941272393f80 SHA512 4d224ca0e6aaac06443ca2d7ccbcc93631bd793ab8e76abf5934c736df6bc9f446b22d88be18e56f1409c68aef25adcf8829c2810df6c1c79836d432ac5dae99 WHIRLPOOL b6a64a156984f9b7ab37df431cb32ea228627c8d0118658133f160fcbeb2a01fd6d1a73e0a892d25537442fa39b30e7b7e7606dc0f2dbd4a2d14f9b790b3962b
DIST std_msgs-0.5.11.tar.gz 6551 SHA256 111db84305a890a2ab7fdd04229a8ccdb017689d3ae24e6eed7c1b463ee1897d SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b WHIRLPOOL f7d896775bb412238a3f9a3a6dbbf31f26fe7c54ede466ea3dcda064a8f0360fc7278673957bb011027d6ab92f18293faceefde824935ec1bd6e74f0aa78325a
diff --git a/dev-ros/std_msgs/std_msgs-0.5.10.ebuild b/dev-ros/std_msgs/std_msgs-0.5.10.ebuild
deleted file mode 100644
index 5b858c7de0..0000000000
--- a/dev-ros/std_msgs/std_msgs-0.5.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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/std_msgs"
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit ${SCM} ros-catkin
-
-DESCRIPTION="Standard ROS Messages"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2017-02-27 10:49 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-02-27 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 1e345147d6bbe4a5036df27a096b6c0a74698ba3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 10:44:25 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 10:49:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e345147
dev-ros/std_msgs: Add python 3.6 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/std_msgs/std_msgs-0.5.11.ebuild | 2 +-
dev-ros/std_msgs/std_msgs-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
index 000dbf84cf..10c6631711 100644
--- a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
+++ b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit ${SCM} ros-catkin
diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild
index 000dbf84cf..10c6631711 100644
--- a/dev-ros/std_msgs/std_msgs-9999.ebuild
+++ b/dev-ros/std_msgs/std_msgs-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros/std_msgs"
CATKIN_HAS_MESSAGES=yes
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit ${SCM} ros-catkin
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/
@ 2019-05-24 16:23 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2019-05-24 16:23 UTC (permalink / raw
To: gentoo-commits
commit: a39e9cedd8b6bf54c37c22d25bd5789819f3aa0f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 15:56:38 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 24 16:23:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39e9ced
dev-ros/std_msgs: bump to 0.5.12
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/std_msgs/Manifest | 1 +
dev-ros/std_msgs/std_msgs-0.5.12.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
index ede55e71d4d..310972bfc23 100644
--- a/dev-ros/std_msgs/Manifest
+++ b/dev-ros/std_msgs/Manifest
@@ -1 +1,2 @@
DIST std_msgs-0.5.11.tar.gz 6551 BLAKE2B d1ad69b21dd51272bd98a59d746d272c8b46628cb65688b1cb83c45fbc3e2ef3978916fe3830ef957f1ac6ae9478a30989664fb50d36a3c4b9187d6a1b8b533e SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b
+DIST std_msgs-0.5.12.tar.gz 6545 BLAKE2B 4905063f43b280211366d8a5f6d8d6071398bbdac5c04ecaa62e0b118df892c757b1d2ca03b6748ed788e79a0e38b81856349199ab634108e19f75ec0c388962 SHA512 adfb561e39b64f5caf23a5be05e796dd13b16a748925f3c3fd8a5a69651b8268ea6767331ca4512d147edd4d284334d33291908e913bb6dd856e5a5d107150a7
diff --git a/dev-ros/std_msgs/std_msgs-0.5.12.ebuild b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild
new file mode 100644
index 00000000000..c56056155ba
--- /dev/null
+++ b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild
@@ -0,0 +1,19 @@
+# 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/std_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
+
+inherit ${SCM} ros-catkin
+
+DESCRIPTION="Standard ROS Messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-05-24 16:23 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 17:46 [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2019-05-24 16:23 Alexis Ballier
2017-02-27 10:49 Alexis Ballier
2017-02-23 9:44 Alexis Ballier
2017-02-23 9:44 Alexis Ballier
2017-02-16 4:32 Alexis Ballier
2016-03-14 11:49 Alexis Ballier
2016-02-23 18:14 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