public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2021-01-25 14:55 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2021-01-25 14:55 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2022-03-10 21:17 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-10 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     345976b17f887726882ad051e9695336b2ad0160
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 21:14:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:15:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345976b1

app-admin/undertaker-scripts: Stabilize 1 amd64, #834942

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 66f7653df73f..76d421b09c99 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2022-03-10 22:23 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-10 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     441fcc477682b06686af75e1a82393a2c983b48e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:23:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:23:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441fcc47

app-admin/undertaker-scripts: keyword 1 for ~arm, ~arm64

Closes: https://bugs.gentoo.org/834941
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 76d421b09c99..069510d21e88 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2022-03-10 22:23 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-10 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9122c8e93badb25ebb5681545dd6a0815a8e6f4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:23:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:23:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9122c8e9

app-admin/undertaker-scripts: mark ALLARCHES

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/undertaker-scripts/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/undertaker-scripts/metadata.xml b/app-admin/undertaker-scripts/metadata.xml
index 076793e3f54b..996eb9fa78a2 100644
--- a/app-admin/undertaker-scripts/metadata.xml
+++ b/app-admin/undertaker-scripts/metadata.xml
@@ -5,4 +5,5 @@
 		<email>mgorny@gentoo.org</email>
 		<name>Michał Górny</name>
 	</maintainer>
+	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2022-04-29 19:02 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-29 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0da0d4c48497d305d59f2721751c7408f6269214
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 19:01:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:01:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da0d4c4

app-admin/undertaker-scripts: enable py3.10 and disable py3.7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 069510d21e88..3531d7b8d0ea 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1
 
 DESCRIPTION="Scripts to help retiring Gentoo developers"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
@ 2022-06-05  9:14 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2022-06-05  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a8a1f425d6be3fbcdd8bdc3f56f42660aa2c809b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 08:06:53 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 09:14:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a1f425

app-admin/undertaker-scripts: Prepare for rename

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

 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 3531d7b8d0ea..739728fb2bac 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -6,11 +6,11 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1
 
+MY_P=undertaker-scripts-${PV}
 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"
+HOMEPAGE="https://github.com/mgorny/gentoo-retirement-scripts/"
+SRC_URI="mirror://gentoo/40/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-05  9:14 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox