commit:     ad04b009618fa2ef51d7ebdc83c998af8da817b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 22:39:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 22:40:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad04b009

app-portage/tatt: drop 0.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/tatt/Manifest        |  1 -
 app-portage/tatt/tatt-0.9.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 495672ea2aa5..594069d16a4b 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1 @@
 DIST tatt-0.10.tar.gz 22675 BLAKE2B 
4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c
 SHA512 
1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1
-DIST tatt-0.9.tar.gz 22659 BLAKE2B 
c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb
 SHA512 
4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
deleted file mode 100644
index 7c14d2aff58c..000000000000
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt";
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
-IUSE="+templates"
-
-RDEPEND="
-       app-portage/eix
-       app-portage/gentoolkit[${PYTHON_USEDEP}]
-       app-portage/nattka[${PYTHON_USEDEP}]
-       dev-python/configobj[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       www-client/pybugz
-"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       if use templates; then
-               insinto "/usr/share/${PN}"
-               doins -r templates
-       fi
-       doman tatt.1
-       doman tatt.5
-}

Reply via email to