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

commit:     0289757276022d023146fd5c98e9726d24dc376f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:39:44 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:39:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02897572

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

Package-Manager: portage-2.2.21

 dev-ros/gencpp/Manifest            |  1 +
 dev-ros/gencpp/gencpp-0.5.3.ebuild | 20 ++++++++++++++++++++
 dev-ros/gencpp/gencpp-9999.ebuild  | 20 ++++++++++++++++++++
 dev-ros/gencpp/metadata.xml        |  5 +++++
 4 files changed, 46 insertions(+)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
new file mode 100644
index 0000000..e465d24
--- /dev/null
+++ b/dev-ros/gencpp/Manifest
@@ -0,0 +1 @@
+DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a

diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild
new file mode 100644
index 0000000..dcac00d
--- /dev/null
+++ b/dev-ros/gencpp/gencpp-0.5.3.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/gencpp"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS C++ message definition and serialization generators"
+HOMEPAGE="http://wiki.ros.org/gencpp"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
new file mode 100644
index 0000000..dcac00d
--- /dev/null
+++ b/dev-ros/gencpp/gencpp-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/gencpp"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS C++ message definition and serialization generators"
+HOMEPAGE="http://wiki.ros.org/gencpp"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/gencpp/metadata.xml b/dev-ros/gencpp/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/gencpp/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] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2016-02-23 18:14 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-02-23 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b11014eb74b1c6cb67f946743be3699dfbab123d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 18:10:49 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 18:10:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11014eb

dev-ros/gencpp: add python 3.5 support

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

 dev-ros/gencpp/gencpp-0.5.3.ebuild | 2 +-
 dev-ros/gencpp/gencpp-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild
index dcac00d..bd58a6c 100644
--- a/dev-ros/gencpp/gencpp-0.5.3.ebuild
+++ b/dev-ros/gencpp/gencpp-0.5.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit ros-catkin
 

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
index dcac00d..bd58a6c 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2016-03-19 14:03 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-03-19 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6548ce6eab27890ee1e2ba81caaa2f98d738b3b7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 14:00:49 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 14:00:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6548ce6e

dev-ros/gencpp: bump to 0.5.4

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

 dev-ros/gencpp/Manifest            |  1 +
 dev-ros/gencpp/gencpp-0.5.4.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index e465d24..bee6dca 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1 +1,2 @@
 DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a
+DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37

diff --git a/dev-ros/gencpp/gencpp-0.5.4.ebuild b/dev-ros/gencpp/gencpp-0.5.4.ebuild
new file mode 100644
index 0000000..bd58a6c
--- /dev/null
+++ b/dev-ros/gencpp/gencpp-0.5.4.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/gencpp"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS C++ message definition and serialization generators"
+HOMEPAGE="http://wiki.ros.org/gencpp"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2016-06-30  8:30 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-06-30  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     41c4e61e7b11ff60073b16b142de08bcceeb7422
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:03:31 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=41c4e61e

dev-ros/gencpp: bump to 0.5.5

Package-Manager: portage-2.3.0

 dev-ros/gencpp/Manifest            |  1 +
 dev-ros/gencpp/gencpp-0.5.5.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index bee6dca..93dacef 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1,2 +1,3 @@
 DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a
 DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37
+DIST gencpp-0.5.5.tar.gz 8601 SHA256 1340928931d873e2d43801b663a4a8d87402b88173adb01e21e58037d490fda5 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a WHIRLPOOL ab1517402e43ab76a8b7da37191d4074148d8fa028e6b2acee68781bf38a85393cc5d8f72b15bf820feec608881dca3a602ad1bf03700137874d370f2b44a435

diff --git a/dev-ros/gencpp/gencpp-0.5.5.ebuild b/dev-ros/gencpp/gencpp-0.5.5.ebuild
new file mode 100644
index 0000000..b3211b8
--- /dev/null
+++ b/dev-ros/gencpp/gencpp-0.5.5.ebuild
@@ -0,0 +1,20 @@
+# 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/gencpp"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS C++ message definition and serialization generators"
+HOMEPAGE="http://wiki.ros.org/gencpp"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2017-02-23  9:44 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-02-23  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     30658cd4103aefa34c377a9dc5b4397f9a7f9386
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:38:18 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:44:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30658cd4

dev-ros/gencpp: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/gencpp/Manifest            |  2 --
 dev-ros/gencpp/gencpp-0.5.3.ebuild | 20 --------------------
 dev-ros/gencpp/gencpp-0.5.4.ebuild | 20 --------------------
 3 files changed, 42 deletions(-)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index 93dacef9bf..5f97d3ce39 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1,3 +1 @@
-DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a
-DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37
 DIST gencpp-0.5.5.tar.gz 8601 SHA256 1340928931d873e2d43801b663a4a8d87402b88173adb01e21e58037d490fda5 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a WHIRLPOOL ab1517402e43ab76a8b7da37191d4074148d8fa028e6b2acee68781bf38a85393cc5d8f72b15bf820feec608881dca3a602ad1bf03700137874d370f2b44a435

diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild
deleted file mode 100644
index f7fcac7659..0000000000
--- a/dev-ros/gencpp/gencpp-0.5.3.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/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/gencpp/gencpp-0.5.4.ebuild b/dev-ros/gencpp/gencpp-0.5.4.ebuild
deleted file mode 100644
index f7fcac7659..0000000000
--- a/dev-ros/gencpp/gencpp-0.5.4.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/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2017-02-23  9:44 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-02-23  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b6bdbff41b4ed16125b66306a44f809d7e031b4b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:39:21 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:44:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bdbff4

dev-ros/gencpp: Add pypy/3 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/gencpp/gencpp-0.5.5.ebuild | 4 ++--
 dev-ros/gencpp/gencpp-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/gencpp/gencpp-0.5.5.ebuild b/dev-ros/gencpp/gencpp-0.5.5.ebuild
index cadfb16777..1bd1d5027e 100644
--- a/dev-ros/gencpp/gencpp-0.5.5.ebuild
+++ b/dev-ros/gencpp/gencpp-0.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
 
 inherit ros-catkin
 

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
index f7fcac7659..1bd1d5027e 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-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
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2017-02-27 10:49 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-02-27 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a263856ccfb7dd758e0b1fb0523a7f23eed54377
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 10:34:07 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 10:49:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a263856c

dev-ros/gencpp: add python 3.6 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/gencpp/gencpp-0.5.5.ebuild | 2 +-
 dev-ros/gencpp/gencpp-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/gencpp/gencpp-0.5.5.ebuild b/dev-ros/gencpp/gencpp-0.5.5.ebuild
index 1bd1d5027e..b7ecac6b49 100644
--- a/dev-ros/gencpp/gencpp-0.5.5.ebuild
+++ b/dev-ros/gencpp/gencpp-0.5.5.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 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 ros-catkin
 

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
index 1bd1d5027e..b7ecac6b49 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/gencpp"
 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 ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2018-02-12 14:03 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2018-02-12 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa08d02e925b5f52c782c4486dabd100eff78d3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 13:06:23 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 13:06:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa08d02

dev-ros/gencpp: bump to 0.6.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ros/gencpp/Manifest            |  1 +
 dev-ros/gencpp/gencpp-0.6.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index 8f89f6215d6..6fc901fef25 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1 +1,2 @@
 DIST gencpp-0.5.5.tar.gz 8601 BLAKE2B c048ce73f41d8b9ef3111bcb00b9a8776f4b1498bf4828e48ec45994c4f0fecfc75318fcfbfddd18b492d7b597e62e69fd497de63b6cc1417a107e11ecf38e83 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a
+DIST gencpp-0.6.0.tar.gz 9164 BLAKE2B 97b7e3904cde95ca6304e498d5f338cf303a55c407c187994b3dcb2bb062bd6dc1b4a2ab6f0cc949bfc6c481199586abef115fe54b4b99e99bc99dac8ae261cf SHA512 0ef0ae3d5f93ab5693455eb5319a0b8fbaab4ee56bd890e0ef96bfbdf8959affe61551f30739bab7e945c213c9b2fb51ff5e89c5b3a40d945da23e1ba88b9c1e

diff --git a/dev-ros/gencpp/gencpp-0.6.0.ebuild b/dev-ros/gencpp/gencpp-0.6.0.ebuild
new file mode 100644
index 00000000000..e33fa448600
--- /dev/null
+++ b/dev-ros/gencpp/gencpp-0.6.0.ebuild
@@ -0,0 +1,19 @@
+# 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/gencpp"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS C++ message definition and serialization generators"
+HOMEPAGE="http://wiki.ros.org/gencpp"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2020-05-18 16:35 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2020-05-18 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b07669ff5f955b7ee7654dff4b9344948eb9f10e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:34:34 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:34:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07669ff

dev-ros/gencpp: bump to 0.6.5

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

 dev-ros/gencpp/Manifest                                    | 1 +
 dev-ros/gencpp/{gencpp-9999.ebuild => gencpp-0.6.5.ebuild} | 3 +--
 dev-ros/gencpp/gencpp-9999.ebuild                          | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index 50f4fac2f6d..c159114de76 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1,2 +1,3 @@
 DIST gencpp-0.6.0.tar.gz 9164 BLAKE2B 97b7e3904cde95ca6304e498d5f338cf303a55c407c187994b3dcb2bb062bd6dc1b4a2ab6f0cc949bfc6c481199586abef115fe54b4b99e99bc99dac8ae261cf SHA512 0ef0ae3d5f93ab5693455eb5319a0b8fbaab4ee56bd890e0ef96bfbdf8959affe61551f30739bab7e945c213c9b2fb51ff5e89c5b3a40d945da23e1ba88b9c1e
 DIST gencpp-0.6.2.tar.gz 9407 BLAKE2B 7676b9f22961d09684faa44f39ca3ac02196d6679f636019ab4cb4624297d3ebb16f301f53532954aec74c25e267924a5facfff6c8d0bffee02d88d665927359 SHA512 3f076369069940f2261f4bfd9b5c644709bf58c951ee309bb33ed689fe83cb331b63a5986826540b8df6fa04ace3b1b8520fbfe85856afb5bafd52ebc4459a87
+DIST gencpp-0.6.5.tar.gz 9803 BLAKE2B 3f22693cf8924a9c6c88aea287eb44f15670c0289c441a4dc631e9386d28702be074551ce2f0585cfc8f237a4d3925206c56d9cd760aae63655c9e7fc6bd82d2 SHA512 37f8869f2671a2dbbaf2d6fe9517cf0675639b3d1ce1940cb3ae3ce40432a61cafbe8e272a71b49cc1068f33dd5201cf3e0a2e0bed1c9ed1a5053669e35596aa

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-0.6.5.ebuild
similarity index 89%
copy from dev-ros/gencpp/gencpp-9999.ebuild
copy to dev-ros/gencpp/gencpp-0.6.5.ebuild
index 8a8bb1f4163..87b3e6abb20 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-0.6.5.ebuild
@@ -1,11 +1,10 @@
 # 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/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 
 inherit ros-catkin
 

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
index 8a8bb1f4163..87b3e6abb20 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-9999.ebuild
@@ -1,11 +1,10 @@
 # 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/gencpp"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2020-05-18 16:35 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2020-05-18 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3df281218d4003f21780ec62b3e11228942dee8d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:34:48 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:34:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df28121

dev-ros/gencpp: Remove old

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

 dev-ros/gencpp/Manifest            |  2 --
 dev-ros/gencpp/gencpp-0.6.0.ebuild | 19 -------------------
 dev-ros/gencpp/gencpp-0.6.2.ebuild | 19 -------------------
 3 files changed, 40 deletions(-)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index c159114de76..b540a74fc21 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1,3 +1 @@
-DIST gencpp-0.6.0.tar.gz 9164 BLAKE2B 97b7e3904cde95ca6304e498d5f338cf303a55c407c187994b3dcb2bb062bd6dc1b4a2ab6f0cc949bfc6c481199586abef115fe54b4b99e99bc99dac8ae261cf SHA512 0ef0ae3d5f93ab5693455eb5319a0b8fbaab4ee56bd890e0ef96bfbdf8959affe61551f30739bab7e945c213c9b2fb51ff5e89c5b3a40d945da23e1ba88b9c1e
-DIST gencpp-0.6.2.tar.gz 9407 BLAKE2B 7676b9f22961d09684faa44f39ca3ac02196d6679f636019ab4cb4624297d3ebb16f301f53532954aec74c25e267924a5facfff6c8d0bffee02d88d665927359 SHA512 3f076369069940f2261f4bfd9b5c644709bf58c951ee309bb33ed689fe83cb331b63a5986826540b8df6fa04ace3b1b8520fbfe85856afb5bafd52ebc4459a87
 DIST gencpp-0.6.5.tar.gz 9803 BLAKE2B 3f22693cf8924a9c6c88aea287eb44f15670c0289c441a4dc631e9386d28702be074551ce2f0585cfc8f237a4d3925206c56d9cd760aae63655c9e7fc6bd82d2 SHA512 37f8869f2671a2dbbaf2d6fe9517cf0675639b3d1ce1940cb3ae3ce40432a61cafbe8e272a71b49cc1068f33dd5201cf3e0a2e0bed1c9ed1a5053669e35596aa

diff --git a/dev-ros/gencpp/gencpp-0.6.0.ebuild b/dev-ros/gencpp/gencpp-0.6.0.ebuild
deleted file mode 100644
index 8a8bb1f4163..00000000000
--- a/dev-ros/gencpp/gencpp-0.6.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/gencpp/gencpp-0.6.2.ebuild b/dev-ros/gencpp/gencpp-0.6.2.ebuild
deleted file mode 100644
index 8a8bb1f4163..00000000000
--- a/dev-ros/gencpp/gencpp-0.6.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/gencpp"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2020-08-17 12:53 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-17 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb66c9e6206c2a6a2d0b45e91ddcce4510902b2
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jun  7 19:45:06 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 12:53:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb66c9e

dev-ros/gencpp: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ros/gencpp/gencpp-0.6.5.ebuild | 2 +-
 dev-ros/gencpp/gencpp-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/gencpp/gencpp-0.6.5.ebuild b/dev-ros/gencpp/gencpp-0.6.5.ebuild
index 9f2b7561852..dca06b5f534 100644
--- a/dev-ros/gencpp/gencpp-0.6.5.ebuild
+++ b/dev-ros/gencpp/gencpp-0.6.5.ebuild
@@ -9,7 +9,7 @@ KEYWORDS="~amd64 ~arm"
 inherit ros-catkin
 
 DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
+HOMEPAGE="https://wiki.ros.org/gencpp"
 LICENSE="BSD"
 SLOT="0/${PV}"
 IUSE=""

diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild
index 9f2b7561852..dca06b5f534 100644
--- a/dev-ros/gencpp/gencpp-9999.ebuild
+++ b/dev-ros/gencpp/gencpp-9999.ebuild
@@ -9,7 +9,7 @@ KEYWORDS="~amd64 ~arm"
 inherit ros-catkin
 
 DESCRIPTION="ROS C++ message definition and serialization generators"
-HOMEPAGE="http://wiki.ros.org/gencpp"
+HOMEPAGE="https://wiki.ros.org/gencpp"
 LICENSE="BSD"
 SLOT="0/${PV}"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
@ 2022-10-25 11:32 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2022-10-25 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0612112e85201a3f3a60a3d61c74f99f1a4e780b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 10:40:44 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 11:31:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0612112e

dev-ros/gencpp: bump to 0.7.0

Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/gencpp/Manifest                                     | 2 +-
 dev-ros/gencpp/{gencpp-0.6.5.ebuild => gencpp-0.7.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
index b540a74fc21b..ac3d60f149cf 100644
--- a/dev-ros/gencpp/Manifest
+++ b/dev-ros/gencpp/Manifest
@@ -1 +1 @@
-DIST gencpp-0.6.5.tar.gz 9803 BLAKE2B 3f22693cf8924a9c6c88aea287eb44f15670c0289c441a4dc631e9386d28702be074551ce2f0585cfc8f237a4d3925206c56d9cd760aae63655c9e7fc6bd82d2 SHA512 37f8869f2671a2dbbaf2d6fe9517cf0675639b3d1ce1940cb3ae3ce40432a61cafbe8e272a71b49cc1068f33dd5201cf3e0a2e0bed1c9ed1a5053669e35596aa
+DIST gencpp-0.7.0.tar.gz 9914 BLAKE2B 79a259768be409d4d05a6b7f71a709761ac9c49aeb82a2910045c205eb6600a08e20c6457c36cb3d7b27865c8fcb4e90f65e5c622ee24567c36d6fc04ca0dff7 SHA512 5fc73ef7e03b1712ddb071ba3d6f49b6657eca3ebadb8384f19efe457f3de2fb799c02a603ea32960c265acd2bd752a0a020db753bf0f2c4d00fdd102da4519f

diff --git a/dev-ros/gencpp/gencpp-0.6.5.ebuild b/dev-ros/gencpp/gencpp-0.7.0.ebuild
similarity index 91%
rename from dev-ros/gencpp/gencpp-0.6.5.ebuild
rename to dev-ros/gencpp/gencpp-0.7.0.ebuild
index dca06b5f534d..44bc8f1377ba 100644
--- a/dev-ros/gencpp/gencpp-0.6.5.ebuild
+++ b/dev-ros/gencpp/gencpp-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

end of thread, other threads:[~2022-10-25 11:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-18 16:35 [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 11:32 Alexis Ballier
2020-08-17 12:53 Sam James
2020-05-18 16:35 Alexis Ballier
2018-02-12 14:03 Alexis Ballier
2017-02-27 10:49 Alexis Ballier
2017-02-23  9:44 Alexis Ballier
2017-02-23  9:44 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-03-19 14:03 Alexis Ballier
2016-02-23 18:14 Alexis Ballier
2015-09-22  8:46 Alexis Ballier

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