diff --git a/dev-ros/media_export/Manifest b/dev-ros/media_export/Manifest index 1749590e735b8..19e66d50ee6b8 100644 --- a/dev-ros/media_export/Manifest +++ b/dev-ros/media_export/Manifest @@ -1,2 +1 @@ -DIST media_export-0.2.0.tar.gz 1350 BLAKE2B dd5bce1ab1ae77e5a5050a734bfabb208b907af1a18ea889ab7cdc4a0b8aca9ee0f9aad44f0b99e5ad91ad9e03664e7c833cc646460434edac5daca77d4939ed SHA512 3710c028972ba9d431cd1f450fa867131607a657478e8316acb48065420e42f0f7da82af58135be995648c4ecd31952c196d36196f9f28da87a40409de3f6520 DIST media_export-0.3.0.tar.gz 1435 BLAKE2B 7f907ad84539f9bd54963d3b3e79a0402229c70f65a152da9f9db0d88db790705a7aaf73a0ba42a0a5d7355fb4e4afeab6e857af452b1de49151f32e910c489f SHA512 eabeb2224c47a6fc835a1fbea06302ba183954903a1a9dc3496201e63eb8e4752ef4b4456b91a63820fd230d20d0b446a79d856de1c69986fddc80085f1cf27e 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 9140f6143732d..0000000000000 --- 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=""