diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-18 02:20:13 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-18 04:49:42 -0400 |
commit | 42e097cc77abc5194a0a9d78089b3489ca4ef8ad (patch) | |
tree | 59469844bbfa068fb0dca10bc7b5248f7e07f92d | |
parent | 12f935c0597d418d7de5f8192de238b80be739de (diff) | |
download | ebuilds-42e097cc77abc5194a0a9d78089b3489ca4ef8ad.tar.gz |
port ebuilds to new eclasses
-rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 6 | ||||
-rw-r--r-- | app-text/pypaste/pypaste-9999.ebuild | 8 | ||||
-rw-r--r-- | dev-python/bozo4/bozo4-9999.ebuild | 8 | ||||
-rw-r--r-- | sec-policy/spawns-policy/spawns-policy-9999.ebuild | 8 |
4 files changed, 16 insertions, 14 deletions
diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 9299b39..522736e 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -7,7 +7,9 @@ DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) PYTHON_REQ_USE='threads(+),ssl(+)' -inherit distutils-r1 git-r3 +VERIFY_SIG_METHOD="git" + +inherit verify-sig distutils-r1 git-r3 DESCRIPTION="Stand-alone Manifest generation & verification tool" HOMEPAGE=" @@ -16,7 +18,7 @@ HOMEPAGE=" " EGIT_REPO_URI="https://jturnerusa.dev/cgit/gemato" -EGIT_SSH_KEYS=( +VERIFY_SIG_KEYS=( 'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c' ) 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" diff --git a/dev-python/bozo4/bozo4-9999.ebuild b/dev-python/bozo4/bozo4-9999.ebuild index 76dc787..2b4835c 100644 --- a/dev-python/bozo4/bozo4-9999.ebuild +++ b/dev-python/bozo4/bozo4-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="Make s3 requests without boto3." HOMEPAGE="https://jturnerusa.dev/cgit/bozo4" EGIT_REPO_URI="https://jturnerusa.dev/cgit/bozo4" -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" diff --git a/sec-policy/spawns-policy/spawns-policy-9999.ebuild b/sec-policy/spawns-policy/spawns-policy-9999.ebuild index 6ecf03a..323c8b3 100644 --- a/sec-policy/spawns-policy/spawns-policy-9999.ebuild +++ b/sec-policy/spawns-policy/spawns-policy-9999.ebuild @@ -3,7 +3,9 @@ EAPI=8 -inherit git-r3 meson +VERIFY_SIG_METHOD="git" + +inherit verify-sig git-r3 meson DESCRIPTION="Spawns personal selinux policy, based off of dssp5." HOMEPAGE="https://jturnerusa.dev/cgit/selinux-policy" @@ -11,9 +13,7 @@ EGIT_REPO_URI="https://jturnerusa.dev/cgit/selinux-policy/" BDEPEND="sys-apps/secilc" -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" |