summaryrefslogtreecommitdiff
path: root/dev-python/rosdistro
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /dev-python/rosdistro
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'dev-python/rosdistro')
-rw-r--r--dev-python/rosdistro/Manifest4
-rw-r--r--dev-python/rosdistro/rosdistro-0.8.3.ebuild3
-rw-r--r--dev-python/rosdistro/rosdistro-9999.ebuild3
3 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
index 8cb72c538dff..b82c7939aa22 100644
--- a/dev-python/rosdistro/Manifest
+++ b/dev-python/rosdistro/Manifest
@@ -1,5 +1,5 @@
AUX yaml.patch 10168 BLAKE2B bd9bbcc2d5cb1fbc99ccc6f61e72057efa75882eb18d5bd676c4c2e3a46395d406d212e6526e89f31ed95412f370ef79cc8934671b0496114776ee325b340dbc SHA512 2777345d1008698092a76c8d6783b372627c0e872895c1d4b0536816fbf12fb8719d3f3c48251ede194646076c4cacfb50ded3d73b360ae2b1c7a7f0b09e5905
DIST rosdistro-0.8.3.tar.gz 61665 BLAKE2B 2d5084409d8222cd277a710a06616fa914a35fb6750e32df7bdee6b7b0285df1b15648b8255cda4aa5867dba3611c5ea294db4711ebf2cc38a11648092623aab SHA512 19e248497b4001c522a84a52d768bc9f20a08020c88574d1a8345cf2173dc2aadd8a1480d4fddf2285ac579ee69dd0b6d4b930333cd6a9cbe32708efed2e5747
-EBUILD rosdistro-0.8.3.ebuild 1217 BLAKE2B fc3320b4324d30b2119a2bb525532d76de82a1754fb83ca5450d5d676c01ee9aa5d5e4eef79fdccb9c6cdf6e8713416feb98e8aaa274c5489683cb8a51a75003 SHA512 0d60fcbe928d054ac6d7f4321f9246f9e8a9a12d456c960ddcedbe7871aa74745b580164c77906ab4855ea6556001a66c347d2f98adc6f5283e5d5af1af21566
-EBUILD rosdistro-9999.ebuild 1217 BLAKE2B fc3320b4324d30b2119a2bb525532d76de82a1754fb83ca5450d5d676c01ee9aa5d5e4eef79fdccb9c6cdf6e8713416feb98e8aaa274c5489683cb8a51a75003 SHA512 0d60fcbe928d054ac6d7f4321f9246f9e8a9a12d456c960ddcedbe7871aa74745b580164c77906ab4855ea6556001a66c347d2f98adc6f5283e5d5af1af21566
+EBUILD rosdistro-0.8.3.ebuild 1204 BLAKE2B cbcce7112510d71d96b98fe1c785b10cf3901ae7c188aae2989f0786b8937e77e7e8f7f913413e260ceb10c023cc363d5facac01557e2afcaadafaa58042e8fa SHA512 ceec0d96013bfc495e388bf454f8f5a73f3a4d406c8c5881e071eb3f75ce95fc180e8608feda24d5b25d4c33969ae97416b06e361296ad62f64c4e1eea0aaee8
+EBUILD rosdistro-9999.ebuild 1204 BLAKE2B cbcce7112510d71d96b98fe1c785b10cf3901ae7c188aae2989f0786b8937e77e7e8f7f913413e260ceb10c023cc363d5facac01557e2afcaadafaa58042e8fa SHA512 ceec0d96013bfc495e388bf454f8f5a73f3a4d406c8c5881e071eb3f75ce95fc180e8608feda24d5b25d4c33969ae97416b06e361296ad62f64c4e1eea0aaee8
MISC metadata.xml 342 BLAKE2B 1975e171b6e686c5fa1cf51909101b1785f2610f619de6465329c935023adcbe5d0373512bf7e7fb5a2451e31664faeb2aed67eb9af58d40005f10ee1582e4f9 SHA512 5f55e6edbfd3be1214791b1897ce625f6cc52989ac007d7de9c9eb0bff57c1ca805ee18b911fcc2c29a86a5fb9f68e1b9647f69a38dc6b1d1d74334b35ac106d
diff --git a/dev-python/rosdistro/rosdistro-0.8.3.ebuild b/dev-python/rosdistro/rosdistro-0.8.3.ebuild
index 8fbad4fa85b4..8bd21ec57713 100644
--- a/dev-python/rosdistro/rosdistro-0.8.3.ebuild
+++ b/dev-python/rosdistro/rosdistro-0.8.3.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
@@ -17,7 +17,6 @@ DESCRIPTION="Tools to work with catkinized rosdistro files"
HOMEPAGE="https://wiki.ros.org/rosdistro"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild
index 8fbad4fa85b4..8bd21ec57713 100644
--- a/dev-python/rosdistro/rosdistro-9999.ebuild
+++ b/dev-python/rosdistro/rosdistro-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
@@ -17,7 +17,6 @@ DESCRIPTION="Tools to work with catkinized rosdistro files"
HOMEPAGE="https://wiki.ros.org/rosdistro"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"