commit:     1b119e88cb6507b204144e10f1864dc368077c4b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 17:15:48 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 20:17:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b119e88

dev-util/rosinstall: treeclean

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/rosinstall/Manifest                |  1 -
 dev-util/rosinstall/metadata.xml            | 11 ------
 dev-util/rosinstall/rosinstall-0.7.8.ebuild | 57 -----------------------------
 dev-util/rosinstall/rosinstall-9999.ebuild  | 57 -----------------------------
 profiles/base/package.use.mask              |  5 ---
 profiles/package.mask                       |  1 -
 6 files changed, 132 deletions(-)

diff --git a/dev-util/rosinstall/Manifest b/dev-util/rosinstall/Manifest
deleted file mode 100644
index 67470f32098b..000000000000
--- a/dev-util/rosinstall/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rosinstall-0.7.8.tar.gz 26430 BLAKE2B 
fae82276f5376a94914272e60b2e3b0f81cb37bd7b41e0a4df73c8b58d19a73505a0c5e193495fd59c931c04265cbb372abfad19fd4043fc77e5224127bd97f5
 SHA512 
a53ae8fb96f9dda4671b22dfd9dbadc18d1e4adbf34a50b6706baf971c1c7ee418e14641d334346b02638f06c10d1bc984b4759c92a39510dd0044fbc346be67

diff --git a/dev-util/rosinstall/metadata.xml b/dev-util/rosinstall/metadata.xml
deleted file mode 100644
index e2144bf21b12..000000000000
--- a/dev-util/rosinstall/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>r...@gentoo.org</email>
-               <name>Gentoo ROS Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">vcstools/rosinstall</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-util/rosinstall/rosinstall-0.7.8.ebuild 
b/dev-util/rosinstall/rosinstall-0.7.8.ebuild
deleted file mode 100644
index fd15922f5da2..000000000000
--- a/dev-util/rosinstall/rosinstall-0.7.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_IN_SOURCE_BUILD="yes"
-inherit distutils-r1
-
-DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
-HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate";
-
-if [[ ${PV} == 9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/vcstools/rosinstall";
-else
-       SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
-               https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       dev-python/catkin_pkg[${PYTHON_USEDEP}]
-       >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
-       dev-python/rosdistro[${PYTHON_USEDEP}]
-       >=dev-util/wstool-0.1.12[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-       test? (
-               dev-vcs/git
-               dev-vcs/bzr
-               dev-vcs/mercurial
-               app-shells/zsh
-       )
-"
-
-distutils_enable_tests nose
-
-src_test() {
-       # From travis.yml
-       # Set git config to silence some stuff in the tests
-       git config --global user.email "f...@example.com" || die
-       git config --global user.name "Foo Bar" || die
-       # Set the hg user
-       echo -e "[ui]\nusername = Your Name <y...@mail.com>" >> ~/.hgrc || die
-       # Set the bzr user
-       bzr whoami "Your Name <n...@example.com>" || die
-       # command to run tests
-       # Local tests work even if ros.org is down
-       local -x ROSINSTALL_SKIP_PYTHON3=1
-
-       distutils-r1_src_test
-}

diff --git a/dev-util/rosinstall/rosinstall-9999.ebuild 
b/dev-util/rosinstall/rosinstall-9999.ebuild
deleted file mode 100644
index fd15922f5da2..000000000000
--- a/dev-util/rosinstall/rosinstall-9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_IN_SOURCE_BUILD="yes"
-inherit distutils-r1
-
-DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
-HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate";
-
-if [[ ${PV} == 9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/vcstools/rosinstall";
-else
-       SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
-               https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       dev-python/catkin_pkg[${PYTHON_USEDEP}]
-       >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
-       dev-python/rosdistro[${PYTHON_USEDEP}]
-       >=dev-util/wstool-0.1.12[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-       test? (
-               dev-vcs/git
-               dev-vcs/bzr
-               dev-vcs/mercurial
-               app-shells/zsh
-       )
-"
-
-distutils_enable_tests nose
-
-src_test() {
-       # From travis.yml
-       # Set git config to silence some stuff in the tests
-       git config --global user.email "f...@example.com" || die
-       git config --global user.name "Foo Bar" || die
-       # Set the hg user
-       echo -e "[ui]\nusername = Your Name <y...@mail.com>" >> ~/.hgrc || die
-       # Set the bzr user
-       bzr whoami "Your Name <n...@example.com>" || die
-       # command to run tests
-       # Local tests work even if ros.org is down
-       local -x ROSINSTALL_SKIP_PYTHON3=1
-
-       distutils-r1_src_test
-}

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dd1950f485ef..a1b161777fd4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -476,11 +476,6 @@ dev-util/meson test
 # Ada support is not yet ready for sys-devel/gcc
 sys-devel/gcc ada
 
-# Michał Górny <mgo...@gentoo.org> (2020-03-28)
-# Requires masked dev-vcs/bzr.  Remove the mask if breezy is packaged
-# and the package is confirmed to work with it.
-<=dev-util/rosinstall-0.7.8 test
-
 # Guilherme Amadio <ama...@gentoo.org> (2020-03-16)
 # Requires dev-libs/cudnn which is only available on amd64
 sci-physics/root cudnn

diff --git a/profiles/package.mask b/profiles/package.mask
index af35edc76153..4a645072e0eb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -374,7 +374,6 @@ dev-python/urdf_parser_py
 dev-python/vcstools
 dev-util/catkin
 dev-util/rosdep
-dev-util/rosinstall
 
 # Michał Górny <mgo...@gentoo.org> (2022-12-23)
 # Packages that still use dev-python/nose and have no revdeps.

Reply via email to