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

commit:     6e66a5c52e21afceda142b03ab5dbc3aee534a98
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 12:04:54 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 12:04:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e66a5c5

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

Package-Manager: portage-2.2.21

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/metadata.xml         |  5 +++++
 dev-ros/rospack/rospack-2.2.5.ebuild | 29 +++++++++++++++++++++++++++++
 dev-ros/rospack/rospack-9999.ebuild  | 29 +++++++++++++++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
new file mode 100644
index 0000000..80fef92
--- /dev/null
+++ b/dev-ros/rospack/Manifest
@@ -0,0 +1 @@
+DIST rospack-2.2.5.tar.gz 70273 SHA256 8602e21172ef453b63c6c6f1698c5ac81ec014b0a78bf98f31a60937dacee9ef SHA512 b685029e7306795459a1768050fd54e3eb82db91c0c3495410eeb6c6b3cb24b5d7f63cc5286d466659edb35719e76e4a43519526fd0c991fef2d7f9e092fd9e0 WHIRLPOOL 33191188ef39f817f48cdfbda407dc4d4bf288920b7e7b9a1b4b9ff383b87781a34fe7a3bfe734c8431c9e2cde19cadff1d70d84129de813bfbf2412a5728835

diff --git a/dev-ros/rospack/metadata.xml b/dev-ros/rospack/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/rospack/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/rospack/rospack-2.2.5.ebuild b/dev-ros/rospack/rospack-2.2.5.ebuild
new file mode 100644
index 0000000..44ef9df
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.2.5.ebuild
@@ -0,0 +1,29 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"

diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild
new file mode 100644
index 0000000..44ef9df
--- /dev/null
+++ b/dev-ros/rospack/rospack-9999.ebuild
@@ -0,0 +1,29 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"


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

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

commit:     364c71e6961214988870c87b34c402b52f5eb098
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:46:38 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:46:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364c71e6

dev-ros/rospack: bump to 2.2.6

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

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.2.6.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 80fef92..c51f4da 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.2.5.tar.gz 70273 SHA256 8602e21172ef453b63c6c6f1698c5ac81ec014b0a78bf98f31a60937dacee9ef SHA512 b685029e7306795459a1768050fd54e3eb82db91c0c3495410eeb6c6b3cb24b5d7f63cc5286d466659edb35719e76e4a43519526fd0c991fef2d7f9e092fd9e0 WHIRLPOOL 33191188ef39f817f48cdfbda407dc4d4bf288920b7e7b9a1b4b9ff383b87781a34fe7a3bfe734c8431c9e2cde19cadff1d70d84129de813bfbf2412a5728835
+DIST rospack-2.2.6.tar.gz 70391 SHA256 3487f24bd5362fa9a0c44b145543e13d7aa20bdb19d0477b7872d52a11bef914 SHA512 3257007600fc7509c276dcdf8484c91f44e10fad988e62f227b0471cf77f41464712ec8e0f31141853d5b8fa863f701451adae10a5ea3ae7bdd4a96910e5ea28 WHIRLPOOL 026dbe2966305f67ae42959d7677c9fcbeffcc740f8bcb9207b1adfc0bbd45259dc7b1789566b7cffad4b61510efbcc172a4544ec76e43548b0209f4f0b13991

diff --git a/dev-ros/rospack/rospack-2.2.6.ebuild b/dev-ros/rospack/rospack-2.2.6.ebuild
new file mode 100644
index 0000000..44ef9df
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.2.6.ebuild
@@ -0,0 +1,29 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"


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

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

commit:     4c5b54e5f2205c4c5029dcb9cd19fd135e136537
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 09:23:09 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 09:23:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b54e5

dev-ros/rospack: remove old

Package-Manager: portage-2.3.0

 dev-ros/rospack/Manifest             |  2 --
 dev-ros/rospack/rospack-2.2.5.ebuild | 29 -----------------------------
 dev-ros/rospack/rospack-2.2.6.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 046d9bd..070cdcc 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,3 +1 @@
-DIST rospack-2.2.5.tar.gz 70273 SHA256 8602e21172ef453b63c6c6f1698c5ac81ec014b0a78bf98f31a60937dacee9ef SHA512 b685029e7306795459a1768050fd54e3eb82db91c0c3495410eeb6c6b3cb24b5d7f63cc5286d466659edb35719e76e4a43519526fd0c991fef2d7f9e092fd9e0 WHIRLPOOL 33191188ef39f817f48cdfbda407dc4d4bf288920b7e7b9a1b4b9ff383b87781a34fe7a3bfe734c8431c9e2cde19cadff1d70d84129de813bfbf2412a5728835
-DIST rospack-2.2.6.tar.gz 70391 SHA256 3487f24bd5362fa9a0c44b145543e13d7aa20bdb19d0477b7872d52a11bef914 SHA512 3257007600fc7509c276dcdf8484c91f44e10fad988e62f227b0471cf77f41464712ec8e0f31141853d5b8fa863f701451adae10a5ea3ae7bdd4a96910e5ea28 WHIRLPOOL 026dbe2966305f67ae42959d7677c9fcbeffcc740f8bcb9207b1adfc0bbd45259dc7b1789566b7cffad4b61510efbcc172a4544ec76e43548b0209f4f0b13991
 DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6

diff --git a/dev-ros/rospack/rospack-2.2.5.ebuild b/dev-ros/rospack/rospack-2.2.5.ebuild
deleted file mode 100644
index 44ef9df..00000000
--- a/dev-ros/rospack/rospack-2.2.5.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"

diff --git a/dev-ros/rospack/rospack-2.2.6.ebuild b/dev-ros/rospack/rospack-2.2.6.ebuild
deleted file mode 100644
index 44ef9df..00000000
--- a/dev-ros/rospack/rospack-2.2.6.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"


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

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

commit:     ee4adc2ab20cc889e355deb07c26281adc6e344d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 09:24:03 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 09:24:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4adc2a

dev-ros/rospack: bump to 2.3.1

Package-Manager: portage-2.3.0

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.3.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 070cdcc..aa538d7 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6
+DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19

diff --git a/dev-ros/rospack/rospack-2.3.1.ebuild b/dev-ros/rospack/rospack-2.3.1.ebuild
new file mode 100644
index 00000000..e1ae3b9
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.3.1.ebuild
@@ -0,0 +1,29 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"


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

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

commit:     0194717b248cc1b4da081656d5d909e6124b2bc3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 15:54:40 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 15:55:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0194717b

dev-ros/rospack: remove old

Package-Manager: portage-2.3.1

 dev-ros/rospack/Manifest             |  1 -
 dev-ros/rospack/rospack-2.3.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index aa538d7..f9833aa 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,2 +1 @@
-DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6
 DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19

diff --git a/dev-ros/rospack/rospack-2.3.0.ebuild b/dev-ros/rospack/rospack-2.3.0.ebuild
deleted file mode 100644
index 44ef9df..00000000
--- a/dev-ros/rospack/rospack-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/
@ 2017-02-16  4:32 Alexis Ballier
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier @ 2017-02-16  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5f1f67d74aa8db04b5138b256df0da99af7eb928
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 04:30:46 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 04:31:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1f67d7

dev-ros/rospack: Bump to 2.3.2.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.3.2.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index f9833aa46a..bbb8893a0c 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
+DIST rospack-2.3.2.tar.gz 71750 SHA256 39f7daeab29fce85237bc1f398fc7623f1eead65c8a2608ee3be0c74bf5462ca SHA512 a040ada1ffdd757f3b08f9dd38546cd2697160b3f3fad94a6c8b662f9285d635c496de7fb7e4dd2081725fb06666f0505ebcbeb761d0d7ca074939d4ab848828 WHIRLPOOL aee0ea9ee3c356b23ee879b89901466de0cd21919e44251828fd3cc88bf490516edc06dfccf01a67aff01f20242e06ed2dccc7836595434a79b7471a37cf383e

diff --git a/dev-ros/rospack/rospack-2.3.2.ebuild b/dev-ros/rospack/rospack-2.3.2.ebuild
new file mode 100644
index 0000000000..0fe4fdf013
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.3.2.ebuild
@@ -0,0 +1,30 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+PATCHES=( "${FILESDIR}/gentoo.patch" )
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"


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

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

commit:     d741f8a0385e1901a98715c4f3e087630c2c2917
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 09:31:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 11:26:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d741f8a0

dev-ros/rospack: Bump to 2.4.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.4.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 6167c667ac..4964c19a79 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,3 +1,4 @@
 DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
 DIST rospack-2.3.2.tar.gz 71750 SHA256 39f7daeab29fce85237bc1f398fc7623f1eead65c8a2608ee3be0c74bf5462ca SHA512 a040ada1ffdd757f3b08f9dd38546cd2697160b3f3fad94a6c8b662f9285d635c496de7fb7e4dd2081725fb06666f0505ebcbeb761d0d7ca074939d4ab848828 WHIRLPOOL aee0ea9ee3c356b23ee879b89901466de0cd21919e44251828fd3cc88bf490516edc06dfccf01a67aff01f20242e06ed2dccc7836595434a79b7471a37cf383e
 DIST rospack-2.4.0.tar.gz 71908 SHA256 417f4ffbcb1969daf9d72a1ba3eef0cd5da4546e94594add4aee1bc2a2bbc8c2 SHA512 540a74e87a7463dd2fe63904e82d61afdcfbda7715481040b958c29fc48cf8b70af63545f6977fe2641d0f69f257e38320852aa08c22b1395b02a3f61b8c4746 WHIRLPOOL dc0fa1f1395464a5ccbf6d899af37a4caba2123523b10c5a4b9a9e7892a248778a1eecb1ae9201878856edba3846e800752ec1620f359f332b53563888f7f4eb
+DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild b/dev-ros/rospack/rospack-2.4.1.ebuild
new file mode 100644
index 0000000000..fadaa0c3cf
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.4.1.ebuild
@@ -0,0 +1,30 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+# Do it that way to avoid ros-catkin pulling in python-r1
+PYTHON_COMPAT=( python{2_7,3_4} )
+inherit python-single-r1
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+PATCHES=( "${FILESDIR}/gentoo.patch" )
+
+RDEPEND="dev-libs/boost:=
+	dev-libs/tinyxml2:=
+	"
+DEPEND="${RDEPEND}
+	dev-ros/cmake_modules
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"


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

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

commit:     d5ed4496192dd4f1940fb2ffa1191c1ea71335ef
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 07:04:55 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 09:17:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ed4496

dev-ros/rospack: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ros/rospack/Manifest                |  3 ---
 dev-ros/rospack/rospack-2.3.1-r1.ebuild | 29 -----------------------------
 dev-ros/rospack/rospack-2.3.2.ebuild    | 29 -----------------------------
 dev-ros/rospack/rospack-2.4.0.ebuild    | 29 -----------------------------
 4 files changed, 90 deletions(-)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 4964c19a791..91b87b8b6bc 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,4 +1 @@
-DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
-DIST rospack-2.3.2.tar.gz 71750 SHA256 39f7daeab29fce85237bc1f398fc7623f1eead65c8a2608ee3be0c74bf5462ca SHA512 a040ada1ffdd757f3b08f9dd38546cd2697160b3f3fad94a6c8b662f9285d635c496de7fb7e4dd2081725fb06666f0505ebcbeb761d0d7ca074939d4ab848828 WHIRLPOOL aee0ea9ee3c356b23ee879b89901466de0cd21919e44251828fd3cc88bf490516edc06dfccf01a67aff01f20242e06ed2dccc7836595434a79b7471a37cf383e
-DIST rospack-2.4.0.tar.gz 71908 SHA256 417f4ffbcb1969daf9d72a1ba3eef0cd5da4546e94594add4aee1bc2a2bbc8c2 SHA512 540a74e87a7463dd2fe63904e82d61afdcfbda7715481040b958c29fc48cf8b70af63545f6977fe2641d0f69f257e38320852aa08c22b1395b02a3f61b8c4746 WHIRLPOOL dc0fa1f1395464a5ccbf6d899af37a4caba2123523b10c5a4b9a9e7892a248778a1eecb1ae9201878856edba3846e800752ec1620f359f332b53563888f7f4eb
 DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b

diff --git a/dev-ros/rospack/rospack-2.3.1-r1.ebuild b/dev-ros/rospack/rospack-2.3.1-r1.ebuild
deleted file mode 100644
index 5f819757145..00000000000
--- a/dev-ros/rospack/rospack-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"

diff --git a/dev-ros/rospack/rospack-2.3.2.ebuild b/dev-ros/rospack/rospack-2.3.2.ebuild
deleted file mode 100644
index 77e6e5b725d..00000000000
--- a/dev-ros/rospack/rospack-2.3.2.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"

diff --git a/dev-ros/rospack/rospack-2.4.0.ebuild b/dev-ros/rospack/rospack-2.4.0.ebuild
deleted file mode 100644
index 43672cecbda..00000000000
--- a/dev-ros/rospack/rospack-2.4.0.ebuild
+++ /dev/null
@@ -1,29 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-# Do it that way to avoid ros-catkin pulling in python-r1
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit python-single-r1
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
-
-RDEPEND="dev-libs/boost:=
-	dev-libs/tinyxml2:=
-	"
-DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"


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

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

commit:     d06ba32b557928bd12f20c8553ba12cbe8a700a5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 17:13:30 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 17:14:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06ba32b

dev-ros/rospack: Bump cmake_modules dep, bug #611412

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild b/dev-ros/rospack/rospack-2.4.1.ebuild
index 43672cecbda..901f1b27d8a 100644
--- a/dev-ros/rospack/rospack-2.4.1.ebuild
+++ b/dev-ros/rospack/rospack-2.4.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/boost:=
 	dev-libs/tinyxml2:=
 	"
 DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
+	>=dev-ros/cmake_modules-0.4.1
 	test? (
 		dev-cpp/gtest
 		dev-python/nose

diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild
index 43672cecbda..901f1b27d8a 100644
--- a/dev-ros/rospack/rospack-9999.ebuild
+++ b/dev-ros/rospack/rospack-9999.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/boost:=
 	dev-libs/tinyxml2:=
 	"
 DEPEND="${RDEPEND}
-	dev-ros/cmake_modules
+	>=dev-ros/cmake_modules-0.4.1
 	test? (
 		dev-cpp/gtest
 		dev-python/nose


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/
@ 2017-04-20 20:48 David Seifert
  0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-04-20 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b17498e95044139989d1bbe38d8b9a68783f5387
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 19:01:22 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17498e9

dev-ros/rospack: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rospack/rospack-2.4.1.ebuild | 10 +++++++---
 dev-ros/rospack/rospack-9999.ebuild  | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild b/dev-ros/rospack/rospack-2.4.1.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-2.4.1.ebuild
+++ b/dev-ros/rospack/rospack-2.4.1.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+	dev-libs/boost:=
 	dev-libs/tinyxml2:=
-	"
+	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
 	>=dev-ros/cmake_modules-0.4.1
 	test? (
 		dev-cpp/gtest
 		dev-python/nose
 	)"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )

diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-9999.ebuild
+++ b/dev-ros/rospack/rospack-9999.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+	dev-libs/boost:=
 	dev-libs/tinyxml2:=
-	"
+	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
 	>=dev-ros/cmake_modules-0.4.1
 	test? (
 		dev-cpp/gtest
 		dev-python/nose
 	)"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/
@ 2017-08-04 18:40 Alexis Ballier
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier @ 2017-08-04 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2ad5e45c3d93986fdb9260444d67d01b9a8f7340
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 18:38:49 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 18:39:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad5e45c

dev-ros/rospack: bump to 2.4.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.4.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 91b87b8b6bc..4fddc6a7f3f 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b
+DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189

diff --git a/dev-ros/rospack/rospack-2.4.2.ebuild b/dev-ros/rospack/rospack-2.4.2.ebuild
new file mode 100644
index 00000000000..18b9f633ad3
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.4.2.ebuild
@@ -0,0 +1,31 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	dev-libs/boost:=
+	dev-libs/tinyxml2:=
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	>=dev-ros/cmake_modules-0.4.1
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"
+
+PATCHES=(
+	"${FILESDIR}/gentoo.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/
@ 2017-09-08  7:16 Alexis Ballier
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier @ 2017-09-08  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     abded14e0a7e1fa56b4a0231e49b6a4c82bd0120
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 07:12:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 07:12:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abded14e

dev-ros/rospack: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/rospack/Manifest             |  1 -
 dev-ros/rospack/rospack-2.4.1.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 4fddc6a7f3f..7b9bb68ae37 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,2 +1 @@
-DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b
 DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild b/dev-ros/rospack/rospack-2.4.1.ebuild
deleted file mode 100644
index 18b9f633ad3..00000000000
--- a/dev-ros/rospack/rospack-2.4.1.ebuild
+++ /dev/null
@@ -1,31 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	dev-libs/boost:=
-	dev-libs/tinyxml2:=
-	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	>=dev-ros/cmake_modules-0.4.1
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"
-
-PATCHES=(
-	"${FILESDIR}/gentoo.patch"
-)


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

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

commit:     e0b61a6ade7ca1b32cdfd57bbded219659e59fb4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 11:35:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 11:35:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b61a6a

dev-ros/rospack: bump to 2.4.3

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.4.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 7b9bb68ae37..d7b92e565a0 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
+DIST rospack-2.4.3.tar.gz 72327 SHA256 e7434df39a6c4d83ac4613ef24ebe699d5b470ce64d1f1fe0fcdc8b9fc9e54d1 SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be WHIRLPOOL 2ba441b8b5f65fa1e9cf0c5977292745a785995269b6b177e2703cf1ca77aa918a06f1e06edd8f844f30d0f827bc6c780af4d61593741cf743e2987f2ece30f7

diff --git a/dev-ros/rospack/rospack-2.4.3.ebuild b/dev-ros/rospack/rospack-2.4.3.ebuild
new file mode 100644
index 00000000000..18b9f633ad3
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.4.3.ebuild
@@ -0,0 +1,31 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	dev-libs/boost:=
+	dev-libs/tinyxml2:=
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	>=dev-ros/cmake_modules-0.4.1
+	test? (
+		dev-cpp/gtest
+		dev-python/nose
+	)"
+
+PATCHES=(
+	"${FILESDIR}/gentoo.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/
@ 2018-04-12 18:51 Alexis Ballier
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier @ 2018-04-12 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     31c64addac7c231121a77b3a94f557bdca5cd1ba
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 18:37:44 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 18:51:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c64add

dev-ros/rospack: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/rospack/Manifest             |  1 -
 dev-ros/rospack/rospack-2.4.2.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index c4931dae9cb..eb9b17da7c2 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,2 +1 @@
-DIST rospack-2.4.2.tar.gz 71938 BLAKE2B 63657ee9484f0a63bfc35b42fd16c907e8e402d815e93ca5be26aa14e9ffb7f5f544feea4c6d7e8f8e8052ba035a655dbfffde04e2f2cec189c2eac39b6e8b31 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605
 DIST rospack-2.4.3.tar.gz 72327 BLAKE2B b154ce307ed95403382030c0fe14bd6296174289333fea83356a4f77add0fe2a1e48c8e2b6ee037def2e823f61a7b6df4ea62fd9a6f84433f12247003823f86f SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be

diff --git a/dev-ros/rospack/rospack-2.4.2.ebuild b/dev-ros/rospack/rospack-2.4.2.ebuild
deleted file mode 100644
index 0e082cdfb01..00000000000
--- a/dev-ros/rospack/rospack-2.4.2.ebuild
+++ /dev/null
@@ -1,32 +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/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	dev-libs/boost:=
-	dev-libs/tinyxml2:=
-	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	>=dev-ros/cmake_modules-0.4.1
-	test? (
-		dev-cpp/gtest
-		dev-python/nose
-	)"
-
-PATCHES=(
-	"${FILESDIR}/gentoo.patch"
-	"${FILESDIR}/boost165.patch"
-)


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

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

commit:     5b0d5d2fccfb4b99e668aaa0b6a1f9e28c0d6534
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 15:17:51 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=5b0d5d2f

dev-ros/rospack: bump to 2.5.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-ros/rospack/Manifest                                      | 1 +
 dev-ros/rospack/{rospack-9999.ebuild => rospack-2.5.1.ebuild} | 2 ++
 dev-ros/rospack/rospack-9999.ebuild                           | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 7c5ab380bb9..6ff3968e4a2 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,2 +1,3 @@
 DIST rospack-2.4.3.tar.gz 72327 BLAKE2B b154ce307ed95403382030c0fe14bd6296174289333fea83356a4f77add0fe2a1e48c8e2b6ee037def2e823f61a7b6df4ea62fd9a6f84433f12247003823f86f SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be
 DIST rospack-2.5.0.tar.gz 72447 BLAKE2B 820e893544b38464bfc63b516697fac9e5875bfffb0922aa0da4b572af5e47a0f4a63134786131fd0ae97751916748b0a1e6af6ca29897ef72759b601bffb551 SHA512 8c9ed4566aa1456b2dd3c4249f7023121d21ee99427d0ef78a7237fbe418f333859091b66870572d5a80995ebda9d5208643ae92213827af40c63b49be4a2560
+DIST rospack-2.5.1.tar.gz 72488 BLAKE2B 3e05ce597bbe39bffbafb898e1cbcd02e1a45d23cddec47f0bda2504937f2a288658ae41d7b6a30514064534417ff26fc919af4567c5aca62ae33752c26f56e8 SHA512 696060afe914f786ee1ef2960ef7608b52df90712936c86d4f4ebe380c23ca21b6f1a283e5903e851ed7c903c457ad0432e50e8f759f4d536dd6970b77b8183a

diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-2.5.1.ebuild
similarity index 92%
copy from dev-ros/rospack/rospack-9999.ebuild
copy to dev-ros/rospack/rospack-2.5.1.ebuild
index cf86c350e8c..69cbb346fe5 100644
--- a/dev-ros/rospack/rospack-9999.ebuild
+++ b/dev-ros/rospack/rospack-2.5.1.ebuild
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
 		dev-cpp/gtest
 		dev-python/nose
 	)"
+RDEPEND="${RDEPEND}
+	dev-ros/ros_environment"
 
 PATCHES=(
 	"${FILESDIR}/gentoo.patch"

diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild
index cf86c350e8c..69cbb346fe5 100644
--- a/dev-ros/rospack/rospack-9999.ebuild
+++ b/dev-ros/rospack/rospack-9999.ebuild
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
 		dev-cpp/gtest
 		dev-python/nose
 	)"
+RDEPEND="${RDEPEND}
+	dev-ros/ros_environment"
 
 PATCHES=(
 	"${FILESDIR}/gentoo.patch"


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

end of thread, other threads:[~2018-07-20 15:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-14 11:41 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2018-07-20 15:27 Alexis Ballier
2018-04-12 18:51 Alexis Ballier
2017-09-08  7:16 Alexis Ballier
2017-08-04 18:40 Alexis Ballier
2017-04-20 20:48 David Seifert
2017-03-02 17:14 Alexis Ballier
2017-03-02  9:17 Alexis Ballier
2017-02-28 11:27 Alexis Ballier
2017-02-16  4:32 Alexis Ballier
2016-10-07 15:55 Alexis Ballier
2016-09-05  9:38 Alexis Ballier
2016-09-05  9:38 Alexis Ballier
2016-03-14 11:49 Alexis Ballier
2015-09-22 12:14 Alexis Ballier

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