commit:     f82a0e5527ac554b2688b41ddd0209f89248025e
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Dec 20 01:11:05 2023 +0000
Commit:     Leonardo Hernandez <leohdz172 <AT> proton <DOT> me>
CommitDate: Wed Dec 20 01:11:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f82a0e55

dev-util/reuse: treeclean, moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>

 dev-util/reuse/Manifest           |  2 --
 dev-util/reuse/metadata.xml       | 10 --------
 dev-util/reuse/reuse-2.0.0.ebuild | 50 ---------------------------------------
 dev-util/reuse/reuse-2.1.0.ebuild | 50 ---------------------------------------
 4 files changed, 112 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
deleted file mode 100644
index b3a8bb0106..0000000000
--- a/dev-util/reuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST reuse-2.0.0.tar.gz 222637 BLAKE2B 
abcf7adbf110e7c3721eef26a56741dae3d69f9ccf31025807e158317b9dd0bcee2b38731ca7897a7671afa602040119d275488b2c198b1a74e32b99b8477cdb
 SHA512 
0716fc48c5cf6a8dda3c8c962c518554fdd2d0f71502eaa636dd4effa86a135c5819e6d7e62a1420174fce5c80ad6d7c3174389170b7680006fcc137c35cdb4c
-DIST reuse-2.1.0.tar.gz 224518 BLAKE2B 
328bafdeea1740afa1346d134be38fddd6cb7cedebea25eff4fb46f9935bef6ea0a605092798e4b5e256f43068459c2e4162f13540b6d62d3a3fd2596f5e6ba1
 SHA512 
8353ee53dd503d8dc3e956f0f13a7f0d4d80218e8b59a0bb972ecd4a80ec3b737548ad2c46177a5ba27a1c288af2c0b993befc1e0e88533af663094c3d1bcf38

diff --git a/dev-util/reuse/metadata.xml b/dev-util/reuse/metadata.xml
deleted file mode 100644
index e0bf126da0..0000000000
--- a/dev-util/reuse/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <doc>https://reuse.readthedocs.io/</doc>
-               <remote-id type="pypi">reuse</remote-id>
-               <remote-id type="github">fsfe/reuse-tool</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-util/reuse/reuse-2.0.0.ebuild 
b/dev-util/reuse/reuse-2.0.0.ebuild
deleted file mode 100644
index 5ff64614b8..0000000000
--- a/dev-util/reuse/reuse-2.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-       https://reuse.software/
-       https://pypi.org/project/reuse/
-       https://github.com/fsfe/reuse-tool
-"
-
-LICENSE="Apache-2.0 CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/boolean-py[${PYTHON_USEDEP}]
-       dev-python/binaryornot[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/license-expression[${PYTHON_USEDEP}]
-       dev-python/python-debian[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       sys-devel/gettext
-       test? (
-               dev-vcs/git
-               dev-vcs/mercurial
-       )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-# [Errno 2] No such file or directory: '../README.md'
-#distutils_enable_sphinx docs \
-       #dev-python/furo \
-       #dev-python/recommonmark \
-       #dev-python/sphinx-autodoc-typehints \
-       #dev-python/sphinxcontrib-apidoc
-
-python_test() {
-       cd "${T}" || die
-       epytest "${S}"/tests
-}

diff --git a/dev-util/reuse/reuse-2.1.0.ebuild 
b/dev-util/reuse/reuse-2.1.0.ebuild
deleted file mode 100644
index 5ff64614b8..0000000000
--- a/dev-util/reuse/reuse-2.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-       https://reuse.software/
-       https://pypi.org/project/reuse/
-       https://github.com/fsfe/reuse-tool
-"
-
-LICENSE="Apache-2.0 CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/boolean-py[${PYTHON_USEDEP}]
-       dev-python/binaryornot[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/license-expression[${PYTHON_USEDEP}]
-       dev-python/python-debian[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       sys-devel/gettext
-       test? (
-               dev-vcs/git
-               dev-vcs/mercurial
-       )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-# [Errno 2] No such file or directory: '../README.md'
-#distutils_enable_sphinx docs \
-       #dev-python/furo \
-       #dev-python/recommonmark \
-       #dev-python/sphinx-autodoc-typehints \
-       #dev-python/sphinxcontrib-apidoc
-
-python_test() {
-       cd "${T}" || die
-       epytest "${S}"/tests
-}

Reply via email to