From 42e097cc77abc5194a0a9d78089b3489ca4ef8ad Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 18 Sep 2025 02:20:13 -0400 Subject: port ebuilds to new eclasses --- app-text/pypaste/pypaste-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-text') diff --git a/app-text/pypaste/pypaste-9999.ebuild b/app-text/pypaste/pypaste-9999.ebuild index befd43c..38ca0e8 100644 --- a/app-text/pypaste/pypaste-9999.ebuild +++ b/app-text/pypaste/pypaste-9999.ebuild @@ -5,15 +5,15 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) -inherit git-r3 meson python-single-r1 +VERIFY_SIG_METHOD="git" + +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=( - 'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c' -) +VERIFY_SIG_KEY_PATHS=(/usr/share/ssh-keys/jturnerusa.asc) LICENSE="GPL-3" SLOT="0" -- cgit v1.2.3