From d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Jan 2021 18:03:51 +0000 Subject: gentoo resync : 29.01.2021 --- app-admin/undertaker-scripts/Manifest | 3 ++ app-admin/undertaker-scripts/metadata.xml | 8 +++++ .../undertaker-scripts/undertaker-scripts-1.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 app-admin/undertaker-scripts/Manifest create mode 100644 app-admin/undertaker-scripts/metadata.xml create mode 100644 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild (limited to 'app-admin/undertaker-scripts') diff --git a/app-admin/undertaker-scripts/Manifest b/app-admin/undertaker-scripts/Manifest new file mode 100644 index 000000000000..89b6bd5c58ee --- /dev/null +++ b/app-admin/undertaker-scripts/Manifest @@ -0,0 +1,3 @@ +DIST undertaker-scripts-1.tar.gz 6608 BLAKE2B 82aaf4395f480b2ac7194c9d0022a1001e0f6e3fd137db030bac8d0d0fa80e7f51a086dbdc611c6698a765b467178d9c85518947fd26cc062904142babec3d72 SHA512 a946e669628f1dba4ff6846fa79a5eb1ea44cf19b3ec2d5d24d6792f0d621e262514d346379be88c1abc529373e0cfadb83eed9ba1cd4d4e2f73a078fc20fe04 +EBUILD undertaker-scripts-1.ebuild 794 BLAKE2B f98f61b0ed84b6e51c528269c047170fc402dfe62b8860dcb26dcace0d43ae7ee925e4841da1330cb30fd40a853623fd0b9711efc97a3f8ea7b8a77628e458f7 SHA512 f828caf7856e5d7315986496c608a590cc895e0064c9ab1f35b62f7dc78b90b17934b09283ea3edac4b2fab0d1f2ee14f64275118bdf1676e8fc4b17e7d01207 +MISC metadata.xml 247 BLAKE2B 1750cec57189e711ca5eba89a78e1d317f0839fa53564fbd39b4e955c28d98f4ae04caf9069afc20a18536cdc92b30fe7b15eb086767c742bad07d9980cfd24b SHA512 d6e2ea8a9d74791bcbf3d6311a66bafc20b8f4db3a576d9a8d54b86d7afb231122b8d87f71f3f46360980adf8d815c633b6d5041f9a30fc8656e8fb66057a282 diff --git a/app-admin/undertaker-scripts/metadata.xml b/app-admin/undertaker-scripts/metadata.xml new file mode 100644 index 000000000000..0319eec4c8be --- /dev/null +++ b/app-admin/undertaker-scripts/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + + diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild new file mode 100644 index 000000000000..66f7653df73f --- /dev/null +++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit python-single-r1 + +DESCRIPTION="Scripts to help retiring Gentoo developers" +HOMEPAGE="https://github.com/mgorny/undertaker-scripts" +SRC_URI=" + https://github.com/mgorny/undertaker-scripts/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/python-bugzilla[${PYTHON_USEDEP}] + ')" + +src_compile() { + python_fix_shebang . +} + +src_install() { + exeinto /opt/undertaker-scripts + doexe *.py + insinto /opt/undertaker-scripts + doins *.template +} -- cgit v1.2.3