summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/undertaker-scripts')
-rw-r--r--app-admin/undertaker-scripts/Manifest1
-rw-r--r--app-admin/undertaker-scripts/metadata.xml8
-rw-r--r--app-admin/undertaker-scripts/undertaker-scripts-1.ebuild37
3 files changed, 0 insertions, 46 deletions
diff --git a/app-admin/undertaker-scripts/Manifest b/app-admin/undertaker-scripts/Manifest
deleted file mode 100644
index 4cbfee2c0a9f..000000000000
--- a/app-admin/undertaker-scripts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST undertaker-scripts-1.tar.gz 6608 BLAKE2B 82aaf4395f480b2ac7194c9d0022a1001e0f6e3fd137db030bac8d0d0fa80e7f51a086dbdc611c6698a765b467178d9c85518947fd26cc062904142babec3d72 SHA512 a946e669628f1dba4ff6846fa79a5eb1ea44cf19b3ec2d5d24d6792f0d621e262514d346379be88c1abc529373e0cfadb83eed9ba1cd4d4e2f73a078fc20fe04
diff --git a/app-admin/undertaker-scripts/metadata.xml b/app-admin/undertaker-scripts/metadata.xml
deleted file mode 100644
index 076793e3f54b..000000000000
--- a/app-admin/undertaker-scripts/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</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 66f7653df73f..000000000000
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}