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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01722158020 for ; Wed, 12 Oct 2022 19:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A943E0974; Wed, 12 Oct 2022 19:38:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2841BE0974 for ; Wed, 12 Oct 2022 19:38:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A1D6341274 for ; Wed, 12 Oct 2022 19:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8981D613 for ; Wed, 12 Oct 2022 19:38:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665603459.52cd9d7366d5a3557b1248e714c633484cef27d2.sam@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.10.ebuild X-VCS-Directories: app-portage/tatt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52cd9d7366d5a3557b1248e714c633484cef27d2 X-VCS-Branch: master Date: Wed, 12 Oct 2022 19:38:01 +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: 1a2db14a-d20f-462c-97f2-382cab97c692 X-Archives-Hash: 0fb595ea29ba1160589efae84bd7b743 commit: 52cd9d7366d5a3557b1248e714c633484cef27d2 Author: Sam James gentoo org> AuthorDate: Wed Oct 12 19:37:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 19:37:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd9d73 app-portage/tatt: add 0.10 Signed-off-by: Sam James gentoo.org> app-portage/tatt/Manifest | 1 + app-portage/tatt/tatt-0.10.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest index d090e3ee0ed7..a5039f77f91f 100644 --- a/app-portage/tatt/Manifest +++ b/app-portage/tatt/Manifest @@ -1,2 +1,3 @@ +DIST tatt-0.10.tar.gz 22675 BLAKE2B 4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c SHA512 1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1 DIST tatt-0.8.tar.gz 22215 BLAKE2B 6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d SHA512 31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703 DIST tatt-0.9.tar.gz 22659 BLAKE2B c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb SHA512 4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92 diff --git a/app-portage/tatt/tatt-0.10.ebuild b/app-portage/tatt/tatt-0.10.ebuild new file mode 100644 index 000000000000..39752c13105c --- /dev/null +++ b/app-portage/tatt/tatt-0.10.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..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 +}