public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2021-05-19 10:54 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2021-05-19 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf1999f1ee66f17091c9bbc7a028bc466e3872b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 09:40:13 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 19 10:48:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf1999f

dev-ros/poco_vendor: Replace empty keywords with live property

Bug: https://bugs.gentoo.org/show_bug.cgi?id=790785
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

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

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
index 5e44119b2a2..8665d91b156 100644
--- a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
 LICENSE="Apache-2.0 Boost-1.0"
 SLOT="0"
 if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
+	PROPERTIES="live"
 else
 	KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index 304a9165a90..2a917c2d62c 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
 LICENSE="Apache-2.0 Boost-1.0"
 SLOT="0"
 if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
+	PROPERTIES="live"
 else
 	KEYWORDS="~amd64"
 fi


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2022-10-04 19:36 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-10-04 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8633dd7785512ff05ff27aec540e8e20a6bdcf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 19:34:27 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 19:34:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8633dd

dev-ros/poco_vendor: use python_has_version inside python_check_deps

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
index 09425e587d23..03365083ddf5 100644
--- a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,5 +33,5 @@ BDEPEND="
 "
 
 python_check_deps() {
-	has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
+	python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
 }

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index 24ec7a182e2a..6efe66ba9201 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ BDEPEND="
 "
 
 python_check_deps() {
-	has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
+	python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2021-09-26 17:53 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2021-09-26 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     105e18a418bab89aa32b789ad1cf91d1059f3479
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 17:48:48 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 17:53:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105e18a4

dev-ros/poco_vendor: enable py3.9, enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild | 10 ++--------
 dev-ros/poco_vendor/poco_vendor-9999.ebuild  |  9 ++-------
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
index 8665d91b156..09425e587d2 100644
--- a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
-	SRC_URI=""
 else
 	SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="CMake shim over the poco library"
@@ -20,12 +20,6 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
 
 LICENSE="Apache-2.0 Boost-1.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	PROPERTIES="live"
-else
-	KEYWORDS="~amd64"
-fi
-IUSE=""
 
 DEPEND="
 	>=dev-libs/poco-1.6.1

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index 2a917c2d62c..24ec7a182e2 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
-	SRC_URI=""
 else
 	SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="CMake shim over the poco library"
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
 
 LICENSE="Apache-2.0 Boost-1.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	PROPERTIES="live"
-else
-	KEYWORDS="~amd64"
-fi
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2021-08-06 12:33 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2021-08-06 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4122994bad7fec80b3856ced758c85113b3d8552
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 12:32:33 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 12:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4122994b

dev-ros/poco_vendor: bump to 1.2.1

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

 dev-ros/poco_vendor/Manifest                                            | 2 +-
 .../poco_vendor/{poco_vendor-1.2.0.ebuild => poco_vendor-1.2.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/poco_vendor/Manifest b/dev-ros/poco_vendor/Manifest
index 3bbccfdf2f5..f1efc0fe6e8 100644
--- a/dev-ros/poco_vendor/Manifest
+++ b/dev-ros/poco_vendor/Manifest
@@ -1 +1 @@
-DIST poco_vendor-1.2.0.tar.gz 3145 BLAKE2B 6143f73ec9f741ff72147ac43d4876cb17553d8a4ba33d54b60f546cd2988389de4cbc1b3fcb0300f507f91610ba64284515a3d736417f611c3ffa6eb32d5aba SHA512 f38f00028ad1b6b236305761f53748597f1203e267488ba2a08b8c06ad155338a2c413b3e5e5501becdb09aec4600ae700d95765a5b4d0861b163e4f2a9ee413
+DIST poco_vendor-1.2.1.tar.gz 3156 BLAKE2B 3f9714c81046892463d043642eee5295a6d6436730a22f7b2e114e4d9163d11e50afab895b32b31b1985373d51ea10290b5b22176643890b2f9a2f82ac9ed4f3 SHA512 21dfa72bb413e710f1ac51bbeca18b6ae111078ca06d3aba456628071f6763a386794334d0565b5111e907bb9012dbb124b73fc141002cd77717931009fa1161

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
similarity index 100%
rename from dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
rename to dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2020-09-14  3:20 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-09-14  3:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a70757e6fbc2e59aba547e05e6cdfa5396ab4988
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 03:16:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 03:16:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70757e6

dev-ros/poco_vendor: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ros/poco_vendor/poco_vendor-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index c6061e692b3..304a9165a90 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -26,6 +26,7 @@ else
 	KEYWORDS="~amd64"
 fi
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	>=dev-libs/poco-1.6.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2020-07-23 15:19 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-07-23 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e793b67b244cb29fdeafd0b13d3961d02c84b719
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 14:03:10 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 15:18:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e793b67b

dev-ros/poco_vendor: fix python deps

migrate to cmake eclass
add tests on live ebuild

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

 dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild | 14 ++++++++++----
 dev-ros/poco_vendor/poco_vendor-9999.ebuild  | 29 +++++++++++++++++++++++-----
 2 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
index b6214810f35..5e44119b2a2 100644
--- a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 
-inherit cmake-utils python-any-r1
+inherit cmake python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
@@ -28,10 +28,16 @@ fi
 IUSE=""
 
 DEPEND="
-	dev-libs/poco
+	>=dev-libs/poco-1.6.1
+	dev-libs/libpcre
+	sys-libs/zlib
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
 	$(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
 	${PYTHON_DEPS}
 "
+
+python_check_deps() {
+	has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
+}

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index b6214810f35..c6061e692b3 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 
-inherit cmake-utils python-any-r1
+inherit cmake python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
@@ -25,13 +25,32 @@ if [ "${PV#9999}" != "${PV}" ] ; then
 else
 	KEYWORDS="~amd64"
 fi
-IUSE=""
+IUSE="test"
 
 DEPEND="
-	dev-libs/poco
+	>=dev-libs/poco-1.6.1
+	dev-libs/libpcre
+	sys-libs/zlib
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
 	$(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
+	test? (
+		dev-ros/ament_cmake_copyright
+		dev-ros/ament_cmake_lint_cmake
+		dev-ros/ament_cmake_xmllint
+		dev-ros/ament_cmake_test
+	)
 	${PYTHON_DEPS}
 "
+
+python_check_deps() {
+	has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]"
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test ON OFF)
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2019-12-13 11:48 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2019-12-13 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d7b9989e496195fc97256c827fdd9896ba517835
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 11:47:20 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 11:48:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b9989e

dev-ros/poco_vendor: use python-any-r1

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

 dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild | 15 +++------------
 dev-ros/poco_vendor/poco_vendor-9999.ebuild  | 15 +++------------
 2 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
index ed5cfd5207e..b6214810f35 100644
--- a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7} )
 
-inherit cmake-utils python-r1
+inherit cmake-utils python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
@@ -31,16 +31,7 @@ DEPEND="
 	dev-libs/poco
 "
 RDEPEND="${DEPEND}"
-BDEPEND="ros-meta/ament_cmake[${PYTHON_USEDEP}]
+BDEPEND="
+	$(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
 	${PYTHON_DEPS}
 "
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	# This is a build tool that does not install python-related files
-	# ... but we need to propagate the deps and use python3 to build it.
-	local pyimpl="${PYTHON_COMPAT[0]}"
-	python_export "${pyimpl}" EPYTHON PYTHON
-	python_wrapper_setup
-	cmake-utils_src_configure
-}

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
index ed5cfd5207e..b6214810f35 100644
--- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7} )
 
-inherit cmake-utils python-r1
+inherit cmake-utils python-any-r1
 
 if [ "${PV#9999}" != "${PV}" ] ; then
 	inherit git-r3
@@ -31,16 +31,7 @@ DEPEND="
 	dev-libs/poco
 "
 RDEPEND="${DEPEND}"
-BDEPEND="ros-meta/ament_cmake[${PYTHON_USEDEP}]
+BDEPEND="
+	$(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
 	${PYTHON_DEPS}
 "
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	# This is a build tool that does not install python-related files
-	# ... but we need to propagate the deps and use python3 to build it.
-	local pyimpl="${PYTHON_COMPAT[0]}"
-	python_export "${pyimpl}" EPYTHON PYTHON
-	python_wrapper_setup
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
@ 2019-12-12 16:23 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2019-12-12 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea4258d1ca568e6491ad33262e16d230d7eae30
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 16:22:27 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:23:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea4258d

dev-ros/poco_vendor: initial import

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

 dev-ros/poco_vendor/Manifest                 |  1 +
 dev-ros/poco_vendor/metadata.xml             | 11 +++++++
 dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild | 46 ++++++++++++++++++++++++++++
 dev-ros/poco_vendor/poco_vendor-9999.ebuild  | 46 ++++++++++++++++++++++++++++
 4 files changed, 104 insertions(+)

diff --git a/dev-ros/poco_vendor/Manifest b/dev-ros/poco_vendor/Manifest
new file mode 100644
index 00000000000..3bbccfdf2f5
--- /dev/null
+++ b/dev-ros/poco_vendor/Manifest
@@ -0,0 +1 @@
+DIST poco_vendor-1.2.0.tar.gz 3145 BLAKE2B 6143f73ec9f741ff72147ac43d4876cb17553d8a4ba33d54b60f546cd2988389de4cbc1b3fcb0300f507f91610ba64284515a3d736417f611c3ffa6eb32d5aba SHA512 f38f00028ad1b6b236305761f53748597f1203e267488ba2a08b8c06ad155338a2c413b3e5e5501becdb09aec4600ae700d95765a5b4d0861b163e4f2a9ee413

diff --git a/dev-ros/poco_vendor/metadata.xml b/dev-ros/poco_vendor/metadata.xml
new file mode 100644
index 00000000000..c3d00f27cbd
--- /dev/null
+++ b/dev-ros/poco_vendor/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ros@gentoo.org</email>
+		<name>Gentoo ROS Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ros2/poco_vendor</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
new file mode 100644
index 00000000000..ed5cfd5207e
--- /dev/null
+++ b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake-utils python-r1
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+DESCRIPTION="CMake shim over the poco library"
+HOMEPAGE="https://github.com/ros2/poco_vendor"
+
+LICENSE="Apache-2.0 Boost-1.0"
+SLOT="0"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE=""
+
+DEPEND="
+	dev-libs/poco
+"
+RDEPEND="${DEPEND}"
+BDEPEND="ros-meta/ament_cmake[${PYTHON_USEDEP}]
+	${PYTHON_DEPS}
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+	# This is a build tool that does not install python-related files
+	# ... but we need to propagate the deps and use python3 to build it.
+	local pyimpl="${PYTHON_COMPAT[0]}"
+	python_export "${pyimpl}" EPYTHON PYTHON
+	python_wrapper_setup
+	cmake-utils_src_configure
+}

diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
new file mode 100644
index 00000000000..ed5cfd5207e
--- /dev/null
+++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake-utils python-r1
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+DESCRIPTION="CMake shim over the poco library"
+HOMEPAGE="https://github.com/ros2/poco_vendor"
+
+LICENSE="Apache-2.0 Boost-1.0"
+SLOT="0"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE=""
+
+DEPEND="
+	dev-libs/poco
+"
+RDEPEND="${DEPEND}"
+BDEPEND="ros-meta/ament_cmake[${PYTHON_USEDEP}]
+	${PYTHON_DEPS}
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+	# This is a build tool that does not install python-related files
+	# ... but we need to propagate the deps and use python3 to build it.
+	local pyimpl="${PYTHON_COMPAT[0]}"
+	python_export "${pyimpl}" EPYTHON PYTHON
+	python_wrapper_setup
+	cmake-utils_src_configure
+}


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

end of thread, other threads:[~2022-10-04 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19 10:54 [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2022-10-04 19:36 Arthur Zamarin
2021-09-26 17:53 Arthur Zamarin
2021-08-06 12:33 Alexis Ballier
2020-09-14  3:20 Michał Górny
2020-07-23 15:19 Alexis Ballier
2019-12-13 11:48 Alexis Ballier
2019-12-12 16:23 Alexis Ballier

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