summaryrefslogtreecommitdiff
path: root/app-admin/undertaker-scripts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-admin/undertaker-scripts
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-admin/undertaker-scripts')
-rw-r--r--app-admin/undertaker-scripts/Manifest3
-rw-r--r--app-admin/undertaker-scripts/metadata.xml9
-rw-r--r--app-admin/undertaker-scripts/undertaker-scripts-1.ebuild37
3 files changed, 0 insertions, 49 deletions
diff --git a/app-admin/undertaker-scripts/Manifest b/app-admin/undertaker-scripts/Manifest
deleted file mode 100644
index d1f9fc4f64b9..000000000000
--- a/app-admin/undertaker-scripts/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST undertaker-scripts-1.tar.gz 6608 BLAKE2B 82aaf4395f480b2ac7194c9d0022a1001e0f6e3fd137db030bac8d0d0fa80e7f51a086dbdc611c6698a765b467178d9c85518947fd26cc062904142babec3d72 SHA512 a946e669628f1dba4ff6846fa79a5eb1ea44cf19b3ec2d5d24d6792f0d621e262514d346379be88c1abc529373e0cfadb83eed9ba1cd4d4e2f73a078fc20fe04
-EBUILD undertaker-scripts-1.ebuild 811 BLAKE2B 1818f9286099f64f13b6c70728e01af0e23cccc33e203879a025e5c051e85595ffb96f0d751247385bee916daaa598e574a0f8b3b452d48f6167af046cd5d6d9 SHA512 e45d0ec27173dae8761e652afe37270399ba847a4ea16b97fe810d978d0fa01004cba309fdc410404e2a33a58a74a0eb2f68c107a8d57bcda1650216a0837bc9
-MISC metadata.xml 272 BLAKE2B 583272860b0b9615e8d57fed7ced1a93035bf0c25285d230412ac7af2e48a8156c2e9d9c0581da80f913a2748eb76579b64648fd1e22ce0bc89da66aafa30809 SHA512 19c90c888b76564e32674364a753ba2d6a0b9ce6f3a97f45bb876c32f83c8206e6ec318e0960747b2003a4c3a426994f25c6b83da8b294d575f45e80c6105d89
diff --git a/app-admin/undertaker-scripts/metadata.xml b/app-admin/undertaker-scripts/metadata.xml
deleted file mode 100644
index 996eb9fa78a2..000000000000
--- a/app-admin/undertaker-scripts/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
deleted file mode 100644
index 3531d7b8d0ea..000000000000
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~arm ~arm64 ~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
-}