commit:     973cd612e97b8ae5f78cca0d53d034ead6d13c3d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 17:15:15 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 20:17:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973cd612

dev-util/wstool: treeclean

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

 dev-util/wstool/Manifest             |  1 -
 dev-util/wstool/metadata.xml         | 11 --------
 dev-util/wstool/wstool-0.1.18.ebuild | 53 ------------------------------------
 dev-util/wstool/wstool-9999.ebuild   | 53 ------------------------------------
 profiles/base/package.use.mask       |  1 -
 profiles/package.mask                |  1 -
 6 files changed, 120 deletions(-)

diff --git a/dev-util/wstool/Manifest b/dev-util/wstool/Manifest
deleted file mode 100644
index e04952ad72f1..000000000000
--- a/dev-util/wstool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wstool-0.1.18.tar.gz 80595 BLAKE2B 
ed90fc5c63ab5d775dfb49ddacc6da6e285aeb5078cf471c0d504659a9e322fde27797e4d05fd56dff4b9958558200cf05e46cf7ae71fd1231ab63048e668808
 SHA512 
fda9c679183c605048ed024a57b07fd2d9b644978a3e4ff89c3716b74d8e4ba0124779bcdf88a75fdbbf47c765b7ab63db7c84a55a6e1744fc6f955649590c48

diff --git a/dev-util/wstool/metadata.xml b/dev-util/wstool/metadata.xml
deleted file mode 100644
index bcda1e62d35a..000000000000
--- a/dev-util/wstool/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/wstool</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-util/wstool/wstool-0.1.18.ebuild 
b/dev-util/wstool/wstool-0.1.18.ebuild
deleted file mode 100644
index 3379e43b54b4..000000000000
--- a/dev-util/wstool/wstool-0.1.18.ebuild
+++ /dev/null
@@ -1,53 +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="Commands to manage several local SCM repositories for ROS"
-HOMEPAGE="https://wiki.ros.org/wstool";
-
-if [[ ${PV} == 9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/vcstools/wstool";
-else
-       SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
-               https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       dev-python/sphinx
-       test? (
-               dev-vcs/git
-               dev-vcs/bzr
-               dev-vcs/mercurial
-               dev-vcs/subversion
-       )
-"
-
-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
-       distutils-r1_src_test
-}

diff --git a/dev-util/wstool/wstool-9999.ebuild 
b/dev-util/wstool/wstool-9999.ebuild
deleted file mode 100644
index 3379e43b54b4..000000000000
--- a/dev-util/wstool/wstool-9999.ebuild
+++ /dev/null
@@ -1,53 +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="Commands to manage several local SCM repositories for ROS"
-HOMEPAGE="https://wiki.ros.org/wstool";
-
-if [[ ${PV} == 9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/vcstools/wstool";
-else
-       SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
-               https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       dev-python/sphinx
-       test? (
-               dev-vcs/git
-               dev-vcs/bzr
-               dev-vcs/mercurial
-               dev-vcs/subversion
-       )
-"
-
-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
-       distutils-r1_src_test
-}

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index eae9c7851171..dd1950f485ef 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -480,7 +480,6 @@ sys-devel/gcc ada
 # 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
-<=dev-util/wstool-0.1.18 test
 
 # Guilherme Amadio <ama...@gentoo.org> (2020-03-16)
 # Requires dev-libs/cudnn which is only available on amd64

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

Reply via email to