From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-ros/media_export/Manifest | 6 +++--- dev-ros/media_export/media_export-0.2.0.ebuild | 17 ----------------- dev-ros/media_export/media_export-0.3.0.ebuild | 17 +++++++++++++++++ dev-ros/media_export/media_export-9999.ebuild | 4 ++-- 4 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 dev-ros/media_export/media_export-0.2.0.ebuild create mode 100644 dev-ros/media_export/media_export-0.3.0.ebuild (limited to 'dev-ros/media_export') diff --git a/dev-ros/media_export/Manifest b/dev-ros/media_export/Manifest index d5196f687b72..1fbdb6cebca5 100644 --- a/dev-ros/media_export/Manifest +++ b/dev-ros/media_export/Manifest @@ -1,4 +1,4 @@ -DIST media_export-0.2.0.tar.gz 1350 BLAKE2B dd5bce1ab1ae77e5a5050a734bfabb208b907af1a18ea889ab7cdc4a0b8aca9ee0f9aad44f0b99e5ad91ad9e03664e7c833cc646460434edac5daca77d4939ed SHA512 3710c028972ba9d431cd1f450fa867131607a657478e8316acb48065420e42f0f7da82af58135be995648c4ecd31952c196d36196f9f28da87a40409de3f6520 -EBUILD media_export-0.2.0.ebuild 328 BLAKE2B 3d27c0732c9abbc9ab7417e38187af9a3ff6e594a5eadee12b9e3672f719131b49fb0f80b62d1c05bfc9670690623ecf62e54d5784569e20295487acf2026518 SHA512 3381f8ec84806586d7f70f448110b74e505a7ea4271b1112082c19177f1b30466815238daf1129bd799f692749ef6b1b46d4507ee951d814ec297b7829e9f892 -EBUILD media_export-9999.ebuild 328 BLAKE2B 3d27c0732c9abbc9ab7417e38187af9a3ff6e594a5eadee12b9e3672f719131b49fb0f80b62d1c05bfc9670690623ecf62e54d5784569e20295487acf2026518 SHA512 3381f8ec84806586d7f70f448110b74e505a7ea4271b1112082c19177f1b30466815238daf1129bd799f692749ef6b1b46d4507ee951d814ec297b7829e9f892 +DIST media_export-0.3.0.tar.gz 1435 BLAKE2B 7f907ad84539f9bd54963d3b3e79a0402229c70f65a152da9f9db0d88db790705a7aaf73a0ba42a0a5d7355fb4e4afeab6e857af452b1de49151f32e910c489f SHA512 eabeb2224c47a6fc835a1fbea06302ba183954903a1a9dc3496201e63eb8e4752ef4b4456b91a63820fd230d20d0b446a79d856de1c69986fddc80085f1cf27e +EBUILD media_export-0.3.0.ebuild 325 BLAKE2B fb98a51d7c08f22bcc060a94b8f5884f0308e51b3f60ddff2112502ec3b1cb392aa0c045e909543cdd7f05d1b028e84f947b2073247c251f46372c3986d6574e SHA512 c5ca5af5630ac5dcd3e5fc8071bebee1780c4889155bf6f6500c694f2d6c479de9528c8b69e2ed065161b515e173585818b4229bcc78736d7941f0f098f158e2 +EBUILD media_export-9999.ebuild 325 BLAKE2B fb98a51d7c08f22bcc060a94b8f5884f0308e51b3f60ddff2112502ec3b1cb392aa0c045e909543cdd7f05d1b028e84f947b2073247c251f46372c3986d6574e SHA512 c5ca5af5630ac5dcd3e5fc8071bebee1780c4889155bf6f6500c694f2d6c479de9528c8b69e2ed065161b515e173585818b4229bcc78736d7941f0f098f158e2 MISC metadata.xml 330 BLAKE2B 445bb40599e2c212c5902bb97879d555e5e182ac00f21261b8e4729b2677e2667e9b4b1a285f5f3295f69cef01f481d7f2f1f542fabba7ac7c16977800b03fa3 SHA512 2bb631abc39b4004389cdf1838234d0334faece28d1bd02e9afd2e5e5021969fecf4415c14ef86df2d11fdc02c1dbe4c9ab6b21ae68a4a5229ea08b25f2e9c6a diff --git a/dev-ros/media_export/media_export-0.2.0.ebuild b/dev-ros/media_export/media_export-0.2.0.ebuild deleted file mode 100644 index 9140f6143732..000000000000 --- a/dev-ros/media_export/media_export-0.2.0.ebuild +++ /dev/null @@ -1,17 +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/media_export" -KEYWORDS="~amd64" - -inherit ros-catkin - -DESCRIPTION="Allow ROS packages to export media paths to each other" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="" diff --git a/dev-ros/media_export/media_export-0.3.0.ebuild b/dev-ros/media_export/media_export-0.3.0.ebuild new file mode 100644 index 000000000000..6d904cb88330 --- /dev/null +++ b/dev-ros/media_export/media_export-0.3.0.ebuild @@ -0,0 +1,17 @@ +# 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/media_export" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="Allow ROS packages to export media paths to each other" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="" diff --git a/dev-ros/media_export/media_export-9999.ebuild b/dev-ros/media_export/media_export-9999.ebuild index 9140f6143732..6d904cb88330 100644 --- a/dev-ros/media_export/media_export-9999.ebuild +++ b/dev-ros/media_export/media_export-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/media_export" KEYWORDS="~amd64" -- cgit v1.2.3