Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/poco_vendor/
Date: Sun, 26 Sep 2021 17:53:44
Message-Id: 1632678806.105e18a418bab89aa32b789ad1cf91d1059f3479.arthurzam@gentoo
1 commit: 105e18a418bab89aa32b789ad1cf91d1059f3479
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 17:48:48 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 17:53:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105e18a4
7
8 dev-ros/poco_vendor: enable py3.9, enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild | 10 ++--------
13 dev-ros/poco_vendor/poco_vendor-9999.ebuild | 9 ++-------
14 2 files changed, 4 insertions(+), 15 deletions(-)
15
16 diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
17 index 8665d91b156..09425e587d2 100644
18 --- a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
19 +++ b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild
20 @@ -3,16 +3,16 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit cmake python-any-r1
28
29 if [ "${PV#9999}" != "${PV}" ] ; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
32 - SRC_URI=""
33 else
34 SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 + KEYWORDS="~amd64"
36 fi
37
38 DESCRIPTION="CMake shim over the poco library"
39 @@ -20,12 +20,6 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
40
41 LICENSE="Apache-2.0 Boost-1.0"
42 SLOT="0"
43 -if [ "${PV#9999}" != "${PV}" ] ; then
44 - PROPERTIES="live"
45 -else
46 - KEYWORDS="~amd64"
47 -fi
48 -IUSE=""
49
50 DEPEND="
51 >=dev-libs/poco-1.6.1
52
53 diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
54 index 2a917c2d62c..24ec7a182e2 100644
55 --- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild
56 +++ b/dev-ros/poco_vendor/poco_vendor-9999.ebuild
57 @@ -3,16 +3,16 @@
58
59 EAPI=7
60
61 -PYTHON_COMPAT=( python{3_7,3_8} )
62 +PYTHON_COMPAT=( python3_{8..10} )
63
64 inherit cmake python-any-r1
65
66 if [ "${PV#9999}" != "${PV}" ] ; then
67 inherit git-r3
68 EGIT_REPO_URI="https://github.com/ros2/poco_vendor"
69 - SRC_URI=""
70 else
71 SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 + KEYWORDS="~amd64"
73 fi
74
75 DESCRIPTION="CMake shim over the poco library"
76 @@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/poco_vendor"
77
78 LICENSE="Apache-2.0 Boost-1.0"
79 SLOT="0"
80 -if [ "${PV#9999}" != "${PV}" ] ; then
81 - PROPERTIES="live"
82 -else
83 - KEYWORDS="~amd64"
84 -fi
85 IUSE="test"
86 RESTRICT="!test? ( test )"