From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D90871382C5 for ; Fri, 4 Jun 2021 07:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFBCE0843; Fri, 4 Jun 2021 07:23:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23344E0843 for ; Fri, 4 Jun 2021 07:23:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38BB234108A for ; Fri, 4 Jun 2021 07:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF09D79A for ; Fri, 4 Jun 2021 07:23:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1622791419.d4f8788e36f248dc3735e867c3b8c8fe0eb28666.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/tatt/Manifest app-portage/tatt/tatt-0.7-r1.ebuild X-VCS-Directories: app-portage/tatt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d4f8788e36f248dc3735e867c3b8c8fe0eb28666 X-VCS-Branch: master Date: Fri, 4 Jun 2021 07:23:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5faf4e6-fb51-45b9-88f5-559e2ef7b387 X-Archives-Hash: d2b03f530d4793bd2d6d8856b77f5add commit: d4f8788e36f248dc3735e867c3b8c8fe0eb28666 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jun 4 07:23:39 2021 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jun 4 07:23:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8788e app-portage/tatt: remove 0.7-r1 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Palimaka gentoo.org> app-portage/tatt/Manifest | 1 - app-portage/tatt/tatt-0.7-r1.ebuild | 38 ------------------------------------- 2 files changed, 39 deletions(-) diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest index de293be8cce..a1301b00ad2 100644 --- a/app-portage/tatt/Manifest +++ b/app-portage/tatt/Manifest @@ -1,2 +1 @@ -DIST tatt-0.7.tar.gz 21802 BLAKE2B a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a SHA512 1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd DIST tatt-0.8.tar.gz 22215 BLAKE2B 6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d SHA512 31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703 diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild deleted file mode 100644 index 96b1744dab8..00000000000 --- a/app-portage/tatt/tatt-0.7-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -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 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="+templates" - -RDEPEND=" - app-portage/eix - app-portage/gentoolkit[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - www-client/pybugz -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -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 -}