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

commit:     9d83501b0fa7b2d126f14ae065e0634c8cbfbc27
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 11:39:38 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 11:39:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d83501b

dev-ros/xmlrpcpp: do not leak SYSROOT in installed files. cmake should handle offsetting it properly.

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

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

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild
index b4772f1..806b8bc 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild
@@ -22,6 +22,6 @@ PATCHES=( "${FILESDIR}/headers.patch" )
 src_configure() {
 	ros-catkin_src_configure
 	# Hack so that proper -I are added
-	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${SYSROOT:-${EPREFIX}}/usr/include/xmlrpcpp\"#" \
+	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${EPREFIX}/usr/include/xmlrpcpp\"#" \
 		-i "${BUILD_DIR}/catkin_generated/installspace/xmlrpcppConfig.cmake" ||	die
 }

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
index b4772f1..806b8bc 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
@@ -22,6 +22,6 @@ PATCHES=( "${FILESDIR}/headers.patch" )
 src_configure() {
 	ros-catkin_src_configure
 	# Hack so that proper -I are added
-	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${SYSROOT:-${EPREFIX}}/usr/include/xmlrpcpp\"#" \
+	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${EPREFIX}/usr/include/xmlrpcpp\"#" \
 		-i "${BUILD_DIR}/catkin_generated/installspace/xmlrpcppConfig.cmake" ||	die
 }


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

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

commit:     529847e3ea7c318cd6cae006688dfdc61c222815
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 12:12:30 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 12:12:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529847e3

dev-ros/xmlrpcpp: Include -I Cflags to the .pc file since we move headers around. Bug #566200.

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

 .../{xmlrpcpp-1.11.16.ebuild => xmlrpcpp-1.11.16-r1.ebuild}         | 6 ++++++
 dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild                               | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16-r1.ebuild
similarity index 69%
rename from dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild
rename to dev-ros/xmlrpcpp/xmlrpcpp-1.11.16-r1.ebuild
index 806b8bc..c2699ae 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.11.16-r1.ebuild
@@ -24,4 +24,10 @@ src_configure() {
 	# Hack so that proper -I are added
 	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${EPREFIX}/usr/include/xmlrpcpp\"#" \
 		-i "${BUILD_DIR}/catkin_generated/installspace/xmlrpcppConfig.cmake" ||	die
+
+	sed -e "s#/usr/include#/usr/include;${EPREFIX}/usr/include/xmlrpcpp#g" \
+		-i "${BUILD_DIR}/catkin_generated/pkg.installspace.context.pc.py" || die
+
+	sed -e "s#/usr/include#/usr/include -I${EPREFIX}/usr/include/xmlrpcpp#g" \
+		-i "${BUILD_DIR}/./catkin_generated/installspace/xmlrpcpp.pc" || die
 }

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
index 806b8bc..c2699ae 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
@@ -24,4 +24,10 @@ src_configure() {
 	# Hack so that proper -I are added
 	sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${EPREFIX}/usr/include/xmlrpcpp\"#" \
 		-i "${BUILD_DIR}/catkin_generated/installspace/xmlrpcppConfig.cmake" ||	die
+
+	sed -e "s#/usr/include#/usr/include;${EPREFIX}/usr/include/xmlrpcpp#g" \
+		-i "${BUILD_DIR}/catkin_generated/pkg.installspace.context.pc.py" || die
+
+	sed -e "s#/usr/include#/usr/include -I${EPREFIX}/usr/include/xmlrpcpp#g" \
+		-i "${BUILD_DIR}/./catkin_generated/installspace/xmlrpcpp.pc" || die
 }


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

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

commit:     c1278d909faa29857efb0ea03551318273fd9a09
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 14:49:32 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 15:21:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1278d90

dev-ros/xmlrpcpp: Remove old

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-ros/xmlrpcpp/Manifest               |  6 ------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.0.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.1.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.2.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.4.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.5.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.13.6.ebuild | 18 ------------------
 7 files changed, 114 deletions(-)

diff --git a/dev-ros/xmlrpcpp/Manifest b/dev-ros/xmlrpcpp/Manifest
index 4bc29c3999e..0889f782d7d 100644
--- a/dev-ros/xmlrpcpp/Manifest
+++ b/dev-ros/xmlrpcpp/Manifest
@@ -1,7 +1 @@
-DIST ros_comm-1.13.0.tar.gz 974811 BLAKE2B 7fb00bd6fb270aea945cd68ed6a8e372eef0f21a5ab570bef79afff3dc09777c0221c96d5789a14bc58e5130bc1d2fb38c38d260ef70b9b72381b4657ddcde7f SHA512 8cd0f8cb40d51293946a87da0614921150aa87d168e0d38981f0b7eef3c0f514f14ff613efd192c9c898b3a90fedd0cba21a9f337a197377fd946f427369c60b
-DIST ros_comm-1.13.1.tar.gz 1005522 BLAKE2B 5c459893ed362b80facf6e57d12ebfacf1acd5d6e51c266deacf439c78ce7059e34d669e676fd73b8b3f641b3b8ec24500b7a91733d1f4a3a93c5dc911c4fd87 SHA512 92248a91d7b7b6defd8607d70e5a09c43c9bc242cfc5574acd5b08c3f9b765144c848c0f72551bb2e19789a345c31f43ed420a9e3e7fbe38bf47adeb7c52a9d7
-DIST ros_comm-1.13.2.tar.gz 1007451 BLAKE2B 8963267f7cbe625a1160c3d8bdf34dd9c0b1102612632d8c7af7ac32aba507adb116eb3d33353b6302072fcac6ab312e095b4fdc023ecbe5d6591a2912b6aa82 SHA512 eac7ee469bbdb622bc69e5239dea7e7dc97bec7b7e51a8ee49f18756cba753387e884ccd651e201e01985d23f908828c7ae94c311889557caeb742ddcad2e1b9
-DIST ros_comm-1.13.4.tar.gz 1013412 BLAKE2B 0f5a33ae9c5c3bd3c04e26903c4ee7dff2d30f896fbca620100b9db58e8a338cbe79a9305dedb9e8d6f4a9c13b823e5016178db228bb2661eadb6864e20fad40 SHA512 6057afa5b79da661ecdc60459462fe09a7a90b5e43cbf6c5bdfa4095f07e00356eb13c9cab460b91a0c84b789ccf0753c09666ad24fb4b3aec967cb407cf81ce
-DIST ros_comm-1.13.5.tar.gz 1027857 BLAKE2B ed2611179bc7f84bf0b9cde1336474a3bc4c3980ebf97241910123abd430a48ae0636a6ddfb6c191bea2905454644c7ec340e26049d8faddca39783bef13d60b SHA512 91af2de897851061eda140d6c96ec88171f1fd1cd7549b6df1ac570e066603c7bb721a58cb19487657387753433d67ad22421408a237d1ffb5ea580c0cf3eeb3
-DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155
 DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.0.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.0.ebuild
deleted file mode 100644
index dcc5fc87cd2..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.0.ebuild
+++ /dev/null
@@ -1,18 +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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.1.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.1.ebuild
deleted file mode 100644
index dcc5fc87cd2..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.1.ebuild
+++ /dev/null
@@ -1,18 +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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.2.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.2.ebuild
deleted file mode 100644
index dcc5fc87cd2..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.2.ebuild
+++ /dev/null
@@ -1,18 +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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.4.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.4.ebuild
deleted file mode 100644
index dcc5fc87cd2..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.4.ebuild
+++ /dev/null
@@ -1,18 +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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.5.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.5.ebuild
deleted file mode 100644
index dcc5fc87cd2..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.5.ebuild
+++ /dev/null
@@ -1,18 +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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.6.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.13.6.ebuild
deleted file mode 100644
index e20aad21511..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.13.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"


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

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

commit:     e87e417e0dc402a376c126ca6b6016720bb1cae1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 16:19:51 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:35:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87e417e

dev-ros/xmlrpcpp: eapi7

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

 dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild | 2 +-
 dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild
index 0e4f1eeed2e..605e02ba781 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild
@@ -1,7 +1,7 @@
 # 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/ros_comm"
 KEYWORDS="~amd64 ~arm"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
index dcc5fc87cd2..605e02ba781 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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/ros_comm"
 KEYWORDS="~amd64 ~arm"


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

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

commit:     b29c00dced107a2f36a9d85f34489e6aefc7544f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 16:17:57 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:35:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29c00dc

dev-ros/xmlrpcpp: Remove old

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

 dev-ros/xmlrpcpp/Manifest               |  2 --
 dev-ros/xmlrpcpp/xmlrpcpp-1.14.2.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.14.3.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/dev-ros/xmlrpcpp/Manifest b/dev-ros/xmlrpcpp/Manifest
index 5b87fbdb1f7..cf59ef8ffc9 100644
--- a/dev-ros/xmlrpcpp/Manifest
+++ b/dev-ros/xmlrpcpp/Manifest
@@ -1,3 +1 @@
-DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
-DIST ros_comm-1.14.3.tar.gz 1045287 BLAKE2B c079983aa730e70028d1bf2c365d01d99ce09ced0c0f6443b18f9d0fb83715f6af4b313d6db4eb99dcc10052c81fa3e6560e7b3591b2fbe14b9ec20fac24babe SHA512 52df24f10f476697ee6fa340da354b45431f35018a25e2674dc9306f175929a4b0368753503ea143f87aeb4945a2e67c37f83d833f54b53f9a76a81022c280a3
 DIST ros_comm-1.15.4.tar.gz 1071246 BLAKE2B 57867c192bfd48f3a0534762808c668031081a6155510879e68f9618226b9c5eff0d5fc9ec0e7ec8d0cc1f0d74794a4e55151036275ae6fc5bb613cc42137ddc SHA512 f92233cbf5ee97832023545730d3e756dfa08507072c074ac3e0763db1c2c2ab9fcbb0c90995a0c5d43f0ddc2ee528c185173a664b19abe4f8159aa3f3cb20dc

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.14.2.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.14.2.ebuild
deleted file mode 100644
index e20aad21511..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.14.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.14.3.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.14.3.ebuild
deleted file mode 100644
index e20aad21511..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.14.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/
@ 2020-07-31 10:34 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-07-31 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     def1b87064c31c2037b9b94b2d3d346bfa2b2075
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:04:49 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:04:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def1b870

dev-ros/xmlrpcpp: Remove old

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

 dev-ros/xmlrpcpp/Manifest               |  2 --
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild | 18 ------------------
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.7.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/dev-ros/xmlrpcpp/Manifest b/dev-ros/xmlrpcpp/Manifest
index de2beb1cd00..00d95d9416d 100644
--- a/dev-ros/xmlrpcpp/Manifest
+++ b/dev-ros/xmlrpcpp/Manifest
@@ -1,3 +1 @@
-DIST ros_comm-1.15.4.tar.gz 1071246 BLAKE2B 57867c192bfd48f3a0534762808c668031081a6155510879e68f9618226b9c5eff0d5fc9ec0e7ec8d0cc1f0d74794a4e55151036275ae6fc5bb613cc42137ddc SHA512 f92233cbf5ee97832023545730d3e756dfa08507072c074ac3e0763db1c2c2ab9fcbb0c90995a0c5d43f0ddc2ee528c185173a664b19abe4f8159aa3f3cb20dc
-DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9 SHA512 67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2 SHA512 b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild
deleted file mode 100644
index 605e02ba781..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.7.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.7.ebuild
deleted file mode 100644
index 605e02ba781..00000000000
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.7.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ implementation of the XML-RPC protocol"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/
@ 2020-07-31 10:34 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-07-31 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     aac09d62bc4cdc907fde3755dfe90a7a79cd9efb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:07:04 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:07:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac09d62

dev-ros/xmlrpcpp: add missing deps

Closes: https://bugs.gentoo.org/734878
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild | 12 ++++++++++--
 dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild   | 12 ++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild
index 605e02ba781..2987c4392d5 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8.ebuild
@@ -14,5 +14,13 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-cpp/gtest
+		dev-libs/boost[threads]
+	)
+"

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
index 605e02ba781..2987c4392d5 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
@@ -14,5 +14,13 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-ros/cpp_common"
-DEPEND="${RDEPEND}"
+RDEPEND="
+	dev-ros/cpp_common
+	dev-ros/rostime
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-cpp/gtest
+		dev-libs/boost[threads]
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/
@ 2022-07-30  9:48 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-07-30  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     33f99d9e1166cef712011b3815167a579cc28dec
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 09:47:55 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 09:47:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f99d9e

dev-ros/xmlrpcpp: remove threads(+) usedep from boost

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-ros/xmlrpcpp/xmlrpcpp-1.15.10-r1.ebuild | 4 ++--
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.11.ebuild    | 4 ++--
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.13.ebuild    | 4 ++--
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.14.ebuild    | 2 +-
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.8-r1.ebuild  | 4 ++--
 dev-ros/xmlrpcpp/xmlrpcpp-1.15.9-r1.ebuild  | 4 ++--
 dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild       | 4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.10-r1.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.10-r1.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.10-r1.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.11.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.11.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.11.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.13.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.13.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.13.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.14.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.14.ebuild
index 747dd5b5d806..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.14.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.14.ebuild
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8-r1.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8-r1.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8-r1.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.9-r1.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.9-r1.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.9-r1.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "

diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
index f3fb15501966..6d4d57e2649a 100644
--- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
+++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-cpp/gtest
-		dev-libs/boost[threads(+)]
+		dev-libs/boost
 	)
 "


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

end of thread, other threads:[~2022-07-30  9:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 12:12 [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2022-07-30  9:48 David Seifert
2020-07-31 10:34 Alexis Ballier
2020-07-31 10:34 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2018-07-31 15:21 Alexis Ballier
2015-11-14 11:39 Alexis Ballier

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