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

commit:     3a3f5f9bb456ed8d1373c9aa6314fda9a6fe9140
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 08:52:22 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 08:52:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3f5f9b

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

Package-Manager: portage-2.2.21

 dev-ros/geodesy/Manifest             |  1 +
 dev-ros/geodesy/geodesy-0.4.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 dev-ros/geodesy/geodesy-9999.ebuild  | 34 ++++++++++++++++++++++++++++++++++
 dev-ros/geodesy/metadata.xml         |  5 +++++
 4 files changed, 74 insertions(+)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
new file mode 100644
index 0000000..ffc2215
--- /dev/null
+++ b/dev-ros/geodesy/Manifest
@@ -0,0 +1 @@
+DIST geographic_info-0.4.0.tar.gz 26981 SHA256 7e31afeeb319e67242304445b690f345d6b66993ab0be582e36a454f7ac8eca4 SHA512 1296ad824caacf0a1240468dbc979c647e8d412246ca8aae19f2091487ab2b9c9ec2c3fe3f3eb92f0b662f318b005a34072555bad6b3d979c1463464f303764d WHIRLPOOL d9865cea02597df7421739c56fc32fd3029c0ebf6a1558a4ee701cb0025269bdb6c735598c0aa411aa7736bfb10fdd554842b7c2e1c96e3b2ebb28a6686e50f6

diff --git a/dev-ros/geodesy/geodesy-0.4.0.ebuild b/dev-ros/geodesy/geodesy-0.4.0.ebuild
new file mode 100644
index 0000000..a514643
--- /dev/null
+++ b/dev-ros/geodesy/geodesy-0.4.0.ebuild
@@ -0,0 +1,34 @@
+# 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-geographic-info/geographic_info"
+VER_PREFIX=geographic_info-
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/angles
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf
+	dev-ros/unique_id
+	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/pyproj[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rosunit[${PYTHON_USEDEP}]
+		dev-cpp/gtest
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"

diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild
new file mode 100644
index 0000000..a514643
--- /dev/null
+++ b/dev-ros/geodesy/geodesy-9999.ebuild
@@ -0,0 +1,34 @@
+# 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-geographic-info/geographic_info"
+VER_PREFIX=geographic_info-
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/angles
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf
+	dev-ros/unique_id
+	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/pyproj[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rosunit[${PYTHON_USEDEP}]
+		dev-cpp/gtest
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"

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

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

commit:     d8cf618cd72068cb3426f727654570748a45ff8b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 09:02:56 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 09:20:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf618c

dev-ros/geodesy: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/geodesy/Manifest             |  1 -
 dev-ros/geodesy/geodesy-0.4.0.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
index 22a95043b0c..dbd638dd68e 100644
--- a/dev-ros/geodesy/Manifest
+++ b/dev-ros/geodesy/Manifest
@@ -1,2 +1 @@
-DIST geographic_info-0.4.0.tar.gz 26981 SHA256 7e31afeeb319e67242304445b690f345d6b66993ab0be582e36a454f7ac8eca4 SHA512 1296ad824caacf0a1240468dbc979c647e8d412246ca8aae19f2091487ab2b9c9ec2c3fe3f3eb92f0b662f318b005a34072555bad6b3d979c1463464f303764d WHIRLPOOL d9865cea02597df7421739c56fc32fd3029c0ebf6a1558a4ee701cb0025269bdb6c735598c0aa411aa7736bfb10fdd554842b7c2e1c96e3b2ebb28a6686e50f6
 DIST geographic_info-0.5.0.tar.gz 27102 SHA256 83e046fe4fa92fc9a63727ab8699c0c833f8759ae09c4d07b2c1fd698c73eceb SHA512 c6c4937a7c9873c071be9e3fc4fcdb99f831028dce93793e537f8819e2fb8633b995e7d46d7192ddc3457a3b79d27c54c3e0b6656af30e2daabf1f0e7dff9f05 WHIRLPOOL a6c9f2e6341d1e1e313230bc3f45b8e3d4c0821d1c29ca38e47f8a276d1154d05b3731935efd44722d9f67fa2665ed2db822edc08a3a13a0801a4794443a1ae0

diff --git a/dev-ros/geodesy/geodesy-0.4.0.ebuild b/dev-ros/geodesy/geodesy-0.4.0.ebuild
deleted file mode 100644
index 43d1a250fe1..00000000000
--- a/dev-ros/geodesy/geodesy-0.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
-VER_PREFIX=geographic_info-
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/angles
-	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/tf
-	dev-ros/unique_id
-	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/pyproj[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-ros/rosunit[${PYTHON_USEDEP}]
-		dev-cpp/gtest
-		dev-python/nose[${PYTHON_USEDEP}]
-	)"


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

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

commit:     46a440e6381733b4036dc7c63563c4c37356b0db
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 08:19:08 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 09:20:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a440e6

dev-ros/geodesy: Bump to 0.5.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/geodesy/Manifest             |  1 +
 dev-ros/geodesy/geodesy-0.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
index ffc2215dc00..22a95043b0c 100644
--- a/dev-ros/geodesy/Manifest
+++ b/dev-ros/geodesy/Manifest
@@ -1 +1,2 @@
 DIST geographic_info-0.4.0.tar.gz 26981 SHA256 7e31afeeb319e67242304445b690f345d6b66993ab0be582e36a454f7ac8eca4 SHA512 1296ad824caacf0a1240468dbc979c647e8d412246ca8aae19f2091487ab2b9c9ec2c3fe3f3eb92f0b662f318b005a34072555bad6b3d979c1463464f303764d WHIRLPOOL d9865cea02597df7421739c56fc32fd3029c0ebf6a1558a4ee701cb0025269bdb6c735598c0aa411aa7736bfb10fdd554842b7c2e1c96e3b2ebb28a6686e50f6
+DIST geographic_info-0.5.0.tar.gz 27102 SHA256 83e046fe4fa92fc9a63727ab8699c0c833f8759ae09c4d07b2c1fd698c73eceb SHA512 c6c4937a7c9873c071be9e3fc4fcdb99f831028dce93793e537f8819e2fb8633b995e7d46d7192ddc3457a3b79d27c54c3e0b6656af30e2daabf1f0e7dff9f05 WHIRLPOOL a6c9f2e6341d1e1e313230bc3f45b8e3d4c0821d1c29ca38e47f8a276d1154d05b3731935efd44722d9f67fa2665ed2db822edc08a3a13a0801a4794443a1ae0

diff --git a/dev-ros/geodesy/geodesy-0.5.0.ebuild b/dev-ros/geodesy/geodesy-0.5.0.ebuild
new file mode 100644
index 00000000000..d04b778395e
--- /dev/null
+++ b/dev-ros/geodesy/geodesy-0.5.0.ebuild
@@ -0,0 +1,33 @@
+# 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-geographic-info/geographic_info"
+VER_PREFIX=geographic_info-
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/angles
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf
+	dev-ros/unique_id
+	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/pyproj[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rosunit[${PYTHON_USEDEP}]
+		dev-cpp/gtest
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"


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

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

commit:     f1beb65db2efa3ed9ee1430d5cd14487aec0d35b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 09:58:16 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:17:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1beb65d

dev-ros/geodesy: Bump to 0.5.2.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/geodesy/Manifest             |  1 +
 dev-ros/geodesy/geodesy-0.5.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
index dbd638dd68e..9ce69330797 100644
--- a/dev-ros/geodesy/Manifest
+++ b/dev-ros/geodesy/Manifest
@@ -1 +1,2 @@
 DIST geographic_info-0.5.0.tar.gz 27102 SHA256 83e046fe4fa92fc9a63727ab8699c0c833f8759ae09c4d07b2c1fd698c73eceb SHA512 c6c4937a7c9873c071be9e3fc4fcdb99f831028dce93793e537f8819e2fb8633b995e7d46d7192ddc3457a3b79d27c54c3e0b6656af30e2daabf1f0e7dff9f05 WHIRLPOOL a6c9f2e6341d1e1e313230bc3f45b8e3d4c0821d1c29ca38e47f8a276d1154d05b3731935efd44722d9f67fa2665ed2db822edc08a3a13a0801a4794443a1ae0
+DIST geographic_info-0.5.2.tar.gz 27336 SHA256 8e5a6b8c63aae9d97a511034536c295f4229e93cc40e60988464dfc591f8564b SHA512 8b512399ef61ebfb9816c613ed4fcde23ec52a9b4bbd1bb7268c8ec7fe03b1a157435fef17b8af72fdf88ce6ed0b9130473183402e0875a25eac0ac46df0d00d WHIRLPOOL c26f0a8fc34eadbcc5fcba70631d539661728a009849841583f69bf72e96bac098da590fa8ae457663124864ede7e33187cbab8e018234ddc8a695466d0dacd9

diff --git a/dev-ros/geodesy/geodesy-0.5.2.ebuild b/dev-ros/geodesy/geodesy-0.5.2.ebuild
new file mode 100644
index 00000000000..d04b778395e
--- /dev/null
+++ b/dev-ros/geodesy/geodesy-0.5.2.ebuild
@@ -0,0 +1,33 @@
+# 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-geographic-info/geographic_info"
+VER_PREFIX=geographic_info-
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/angles
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf
+	dev-ros/unique_id
+	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/pyproj[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rosunit[${PYTHON_USEDEP}]
+		dev-cpp/gtest
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"


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

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

commit:     f1cd017387695940f45d156f3e3c6074dc3dc1a4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:53:41 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:59:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cd0173

dev-ros/geodesy: add missing boost dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/geodesy/geodesy-0.5.2.ebuild | 1 +
 dev-ros/geodesy/geodesy-9999.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/geodesy/geodesy-0.5.2.ebuild b/dev-ros/geodesy/geodesy-0.5.2.ebuild
index d04b778395e..ea8aaeb6424 100644
--- a/dev-ros/geodesy/geodesy-0.5.2.ebuild
+++ b/dev-ros/geodesy/geodesy-0.5.2.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-ros/unique_id
 	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-python/pyproj[${PYTHON_USEDEP}]
+	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
 	test? (

diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild
index 43d1a250fe1..ea8aaeb6424 100644
--- a/dev-ros/geodesy/geodesy-9999.ebuild
+++ b/dev-ros/geodesy/geodesy-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
 
 EAPI=5
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-ros/unique_id
 	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-python/pyproj[${PYTHON_USEDEP}]
+	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
 	test? (


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

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

commit:     ce1691556dcfbd213cbcaf020fa51a4a872e5f1e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:53:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:59:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce169155

dev-ros/geodesy: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/geodesy/Manifest             |  1 -
 dev-ros/geodesy/geodesy-0.5.0.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
index 9ce69330797..122f732dd46 100644
--- a/dev-ros/geodesy/Manifest
+++ b/dev-ros/geodesy/Manifest
@@ -1,2 +1 @@
-DIST geographic_info-0.5.0.tar.gz 27102 SHA256 83e046fe4fa92fc9a63727ab8699c0c833f8759ae09c4d07b2c1fd698c73eceb SHA512 c6c4937a7c9873c071be9e3fc4fcdb99f831028dce93793e537f8819e2fb8633b995e7d46d7192ddc3457a3b79d27c54c3e0b6656af30e2daabf1f0e7dff9f05 WHIRLPOOL a6c9f2e6341d1e1e313230bc3f45b8e3d4c0821d1c29ca38e47f8a276d1154d05b3731935efd44722d9f67fa2665ed2db822edc08a3a13a0801a4794443a1ae0
 DIST geographic_info-0.5.2.tar.gz 27336 SHA256 8e5a6b8c63aae9d97a511034536c295f4229e93cc40e60988464dfc591f8564b SHA512 8b512399ef61ebfb9816c613ed4fcde23ec52a9b4bbd1bb7268c8ec7fe03b1a157435fef17b8af72fdf88ce6ed0b9130473183402e0875a25eac0ac46df0d00d WHIRLPOOL c26f0a8fc34eadbcc5fcba70631d539661728a009849841583f69bf72e96bac098da590fa8ae457663124864ede7e33187cbab8e018234ddc8a695466d0dacd9

diff --git a/dev-ros/geodesy/geodesy-0.5.0.ebuild b/dev-ros/geodesy/geodesy-0.5.0.ebuild
deleted file mode 100644
index d04b778395e..00000000000
--- a/dev-ros/geodesy/geodesy-0.5.0.ebuild
+++ /dev/null
@@ -1,33 +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-geographic-info/geographic_info"
-VER_PREFIX=geographic_info-
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/angles
-	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/tf
-	dev-ros/unique_id
-	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/pyproj[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-ros/rosunit[${PYTHON_USEDEP}]
-		dev-cpp/gtest
-		dev-python/nose[${PYTHON_USEDEP}]
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/geodesy/
@ 2018-03-30 13:34 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2018-03-30 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f512c74535843a649dbd89fab8024b2b9ad7e604
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:28:32 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:32:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f512c745

dev-ros/geodesy: Bump to 0.5.3.

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-ros/geodesy/Manifest             |  1 +
 dev-ros/geodesy/geodesy-0.5.3.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
index 8cf8464d7f1..25044fdda2f 100644
--- a/dev-ros/geodesy/Manifest
+++ b/dev-ros/geodesy/Manifest
@@ -1 +1,2 @@
 DIST geographic_info-0.5.2.tar.gz 27336 BLAKE2B f864d8b70b5b0d797cec81e25a25d0dd708bcc49c169f68216616d900b1d11918583f6f5ec4a919ad03b08ee86b2a36cde575c1054c58a93974d4c4faf6e2aae SHA512 8b512399ef61ebfb9816c613ed4fcde23ec52a9b4bbd1bb7268c8ec7fe03b1a157435fef17b8af72fdf88ce6ed0b9130473183402e0875a25eac0ac46df0d00d
+DIST geographic_info-0.5.3.tar.gz 27446 BLAKE2B 51463f872829224c618b1d37c3d07ba53ee00b4f3e48bbc202d9ab4abfe8db8148dbbfdb6780af5aaf36ab9e9a7dca973b603a22139a192a96f6bcef87fa52a5 SHA512 681aad5ba62363cf96255351e884c8ba8d3110571e6e97c9340f8d15f38183900c2a04e109416b4113a0a042ebd9cdb8fe075c507200dac06052b444f4212ab3

diff --git a/dev-ros/geodesy/geodesy-0.5.3.ebuild b/dev-ros/geodesy/geodesy-0.5.3.ebuild
new file mode 100644
index 00000000000..c2cd15d3b65
--- /dev/null
+++ b/dev-ros/geodesy/geodesy-0.5.3.ebuild
@@ -0,0 +1,34 @@
+# 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-geographic-info/geographic_info"
+VER_PREFIX=geographic_info-
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/angles
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf
+	dev-ros/unique_id
+	dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/pyproj[${PYTHON_USEDEP}]
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rosunit[${PYTHON_USEDEP}]
+		dev-cpp/gtest
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/geodesy/
@ 2021-08-12 16:58 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2021-08-12 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8d8bb695104489ab4e70cb018b95f756b2038a91
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 16:43:42 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 16:58:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8bb695

dev-ros/geodesy: add slot dep on angles

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

 dev-ros/geodesy/{geodesy-0.5.6.ebuild => geodesy-0.5.6-r1.ebuild} | 2 +-
 dev-ros/geodesy/geodesy-9999.ebuild                               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/geodesy/geodesy-0.5.6.ebuild b/dev-ros/geodesy/geodesy-0.5.6-r1.ebuild
similarity index 98%
rename from dev-ros/geodesy/geodesy-0.5.6.ebuild
rename to dev-ros/geodesy/geodesy-0.5.6-r1.ebuild
index 52d160f557d..291dd8ef6a5 100644
--- a/dev-ros/geodesy/geodesy-0.5.6.ebuild
+++ b/dev-ros/geodesy/geodesy-0.5.6-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	dev-ros/angles
+	dev-ros/angles:0
 	dev-ros/geographic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-ros/tf

diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild
index 88ea377b0cc..291dd8ef6a5 100644
--- a/dev-ros/geodesy/geodesy-9999.ebuild
+++ b/dev-ros/geodesy/geodesy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	dev-ros/angles
+	dev-ros/angles:0
 	dev-ros/geographic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 	dev-ros/tf


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

end of thread, other threads:[~2021-08-12 16:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-08  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-ros/geodesy/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-08-12 16:58 Alexis Ballier
2018-03-30 13:34 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2017-04-08  9:21 Alexis Ballier
2015-09-24  8:55 Alexis Ballier

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