diff options
| author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-10-26 00:32:23 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-10-26 00:32:23 -0400 |
| commit | 01393d0ce03116853e5079ee42d5e478903cd2eb (patch) | |
| tree | 31bf74254c2829533e1234e94646ef96338b3669 | |
| parent | cdaeb4579fc35442182b476a049daffd44ceea3c (diff) | |
| download | ebuilds-01393d0ce03116853e5079ee42d5e478903cd2eb.tar.gz | |
remove gemato
| -rw-r--r-- | app-portage/gemato/Manifest | 1 | ||||
| -rw-r--r-- | app-portage/gemato/gemato-20.6.ebuild | 49 | ||||
| -rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 55 | ||||
| -rw-r--r-- | app-portage/gemato/metadata.xml | 23 |
4 files changed, 0 insertions, 128 deletions
diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest deleted file mode 100644 index d355ca0..0000000 --- a/app-portage/gemato/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gemato-20.6.tar.gz 87376 BLAKE2B ba7dad60ee44059e742ccd20b99eb6710c28250ecb0b11dc169c9a3e02ca0499e8d11587fe2ab878a86335e7a297fa70af2d87c9bd096ecaf8a20969a02a2cf7 SHA512 84d7eb5046ecc8465ccfeb3a97c8cd2b1512a5d3128458b053244dcfa40b69d2c3faf8bd6791fffdd7ea271e6d7a28d74096398a9208526a9eda542c2708b899 diff --git a/app-portage/gemato/gemato-20.6.ebuild b/app-portage/gemato/gemato-20.6.ebuild deleted file mode 100644 index e6f84c3..0000000 --- a/app-portage/gemato/gemato-20.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) -PYTHON_REQ_USE='threads(+),ssl(+)' - -inherit distutils-r1 pypi - -DESCRIPTION="Stand-alone Manifest generation & verification tool" -HOMEPAGE=" - https://github.com/projg2/gemato/ - https://pypi.org/project/gemato/ -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="+gpg pretty-log tools" - -RDEPEND=" - gpg? ( - >=app-crypt/gnupg-2.2.20-r1[ssl] - dev-python/requests[${PYTHON_USEDEP}] - ) - pretty-log? ( - dev-python/rich[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=app-crypt/gnupg-2.2.20-r1 - dev-python/requests[${PYTHON_USEDEP}] - dev-python/responses[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - - if use tools; then - exeinto /usr/share/gemato - doexe utils/*.{bash,py} - fi -} diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild deleted file mode 100644 index 522736e..0000000 --- a/app-portage/gemato/gemato-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) -PYTHON_REQ_USE='threads(+),ssl(+)' - -VERIFY_SIG_METHOD="git" - -inherit verify-sig distutils-r1 git-r3 - -DESCRIPTION="Stand-alone Manifest generation & verification tool" -HOMEPAGE=" - https://github.com/projg2/gemato/ - https://pypi.org/project/gemato/ -" -EGIT_REPO_URI="https://jturnerusa.dev/cgit/gemato" - -VERIFY_SIG_KEYS=( - 'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c' -) - -LICENSE="GPL-2+" -SLOT="0" -IUSE="+gpg pretty-log tools" - -RDEPEND=" - gpg? ( - >=app-crypt/gnupg-2.2.20-r1[ssl] - dev-python/requests[${PYTHON_USEDEP}] - ) - pretty-log? ( - dev-python/rich[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=app-crypt/gnupg-2.2.20-r1 - dev-python/requests[${PYTHON_USEDEP}] - dev-python/responses[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - - if use tools; then - exeinto /usr/share/gemato - doexe utils/*.{bash,py} - fi -} diff --git a/app-portage/gemato/metadata.xml b/app-portage/gemato/metadata.xml deleted file mode 100644 index aa7988a..0000000 --- a/app-portage/gemato/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <stabilize-allarches/> - <use> - <flag name="gpg">Install dependencies needed for OpenPGP - signature verification support</flag> - <flag name="pretty-log">Pull <pkg>dev-python/rich</pkg> - to enable pretty logs</flag> - <flag name="tools">Install additional utilities (benchmarks, - hash testing tools, fast Manifest generators) - to /usr/share/gemato.</flag> - </use> - <upstream> - <bugs-to>https://github.com/projg2/gemato/issues/</bugs-to> - <remote-id type="github">projg2/gemato</remote-id> - <remote-id type="pypi">gemato</remote-id> - </upstream> -</pkgmetadata> |
