summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-18 02:20:13 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-18 02:20:13 -0400
commit6dbcee16fc8fddefa0bb7b25646c35ecb6f104af (patch)
tree202aa0685cf52681b0fb5b8190ccc81ed020619f /app-text
parentc313f071a6081fcc73191d307fbe35e89c6d5047 (diff)
downloadebuilds-feature/extend-verify-sig.tar.gz
port ebuilds to new eclassesfeature/extend-verify-sig
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pypaste/pypaste-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/pypaste/pypaste-9999.ebuild b/app-text/pypaste/pypaste-9999.ebuild
index befd43c..dbca2fc 100644
--- a/app-text/pypaste/pypaste-9999.ebuild
+++ b/app-text/pypaste/pypaste-9999.ebuild
@@ -5,13 +5,15 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
-inherit git-r3 meson python-single-r1
+VERIFY_SIG_METHOD="git+ssh"
+
+inherit verify-sig git-r3 meson python-single-r1
DESCRIPTION="A simple paste service that stores data in S3, and provides syntax highlighting with pygments."
HOMEPAGE="https://jturnerusa.dev/cgit/pypaste"
EGIT_REPO_URI="https://jturnerusa.dev/cgit/pypaste"
-EGIT_SSH_KEYS=(
+VERIFY_SIG_KEYS=(
'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c'
)