public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
Date: Mon, 25 Jan 2021 14:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1611586402.9cbd871ece189c30cf2124f3814fbe60561a7fb9.mgorny@gentoo> (raw)

commit:     9cbd871ece189c30cf2124f3814fbe60561a7fb9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 14:48:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 14:53:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbd871e

app-admin/undertaker-scripts: Package undertaker helper scripts

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/undertaker-scripts/Manifest              |  1 +
 app-admin/undertaker-scripts/metadata.xml          |  8 +++++
 .../undertaker-scripts/undertaker-scripts-1.ebuild | 37 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/app-admin/undertaker-scripts/Manifest b/app-admin/undertaker-scripts/Manifest
new file mode 100644
index 00000000000..4cbfee2c0a9
--- /dev/null
+++ b/app-admin/undertaker-scripts/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/app-admin/undertaker-scripts/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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
new file mode 100644
index 00000000000..66f7653df73
--- /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
+}


             reply	other threads:[~2021-01-25 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 14:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-10 21:17 [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/ Sam James
2022-03-10 22:23 Sam James
2022-03-10 22:23 Sam James
2022-04-29 19:02 Sam James
2022-06-05  9:14 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611586402.9cbd871ece189c30cf2124f3814fbe60561a7fb9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox