commit:     f22389462e0d25c98219cfe86856c09510a31e04
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 16:28:29 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 16:32:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2238946

app-portage/eschwartz-dev-scripts: new package, add 1

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 app-portage/eschwartz-dev-scripts/Manifest         |  2 ++
 .../eschwartz-dev-scripts-1.ebuild                 | 26 ++++++++++++++++++++++
 app-portage/eschwartz-dev-scripts/metadata.xml     | 12 ++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-portage/eschwartz-dev-scripts/Manifest 
b/app-portage/eschwartz-dev-scripts/Manifest
new file mode 100644
index 000000000000..18d2909cb7ec
--- /dev/null
+++ b/app-portage/eschwartz-dev-scripts/Manifest
@@ -0,0 +1,2 @@
+DIST eschwartz-dev-scripts-1.tar.xz 9584 BLAKE2B 
0fbb1b6696f2190e7e50494a3e2408dafa6541d538f26fad544090c1253cdadf12fb387c63b72c3a110d53c3d2a1907c94102c599f06ccd28ce538ecfc174252
 SHA512 
394cad6668f2c15fb4b491cee82125da9b8ba064bbd7e051403ad361b4825d188c6031fce2bb46af3cf8f7a4bd1f8671087f4914a9b86c056e471e2229dbc19e
+DIST eschwartz-dev-scripts-1.tar.xz.asc 358 BLAKE2B 
e736e91b738d482382bd8815b54daba3f65fde6c66d99f9080cb99e6b69371d37a280ef10ef2e487cf23f2979c6dc9908da5c38e05075646d5fb58ca4157c5ca
 SHA512 
75c1e278a51582ab4383c4df11a7ee917cf14055c05f67241f0bda5f921179fa4e6a0114682f49440dccf76dff3da428d0ff4b8667eeada77c3544cd401f82e9

diff --git a/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-1.ebuild 
b/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-1.ebuild
new file mode 100644
index 000000000000..5ea1333cd27a
--- /dev/null
+++ b/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson verify-sig
+
+DESCRIPTION="Collection of QA scripts for ebuild development"
+HOMEPAGE="https://codeberg.org/eli-schwartz/eschwartz-dev-scripts";
+SRC_URI="
+       
https://codeberg.org/eli-schwartz/eschwartz-dev-scripts/releases/download/${PV}/${P}.tar.xz
+       verify-sig? ( 
https://codeberg.org/eli-schwartz/eschwartz-dev-scripts/releases/download/${PV}/${P}.tar.xz.asc
 )
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       sys-apps/portage
+"
+BDEPEND="
+       verify-sig? ( sec-keys/openpgp-keys-eschwartz )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/eschwartz.gpg

diff --git a/app-portage/eschwartz-dev-scripts/metadata.xml 
b/app-portage/eschwartz-dev-scripts/metadata.xml
new file mode 100644
index 000000000000..2f3c673e45e7
--- /dev/null
+++ b/app-portage/eschwartz-dev-scripts/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Eli Schwartz</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id 
type="codeberg">eli-schwartz/eschwartz-dev-scripts</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to