diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /sec-keys/openpgp-keys-libmicrohttpd | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'sec-keys/openpgp-keys-libmicrohttpd')
4 files changed, 0 insertions, 120 deletions
diff --git a/sec-keys/openpgp-keys-libmicrohttpd/Manifest b/sec-keys/openpgp-keys-libmicrohttpd/Manifest deleted file mode 100644 index 25ea757d3e37..000000000000 --- a/sec-keys/openpgp-keys-libmicrohttpd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST christiangrothoff-D8423BCB326C7907033929C7939E6BE1E29FC3CC.asc 3914 BLAKE2B 1d36acfa9bfe998987084f9aa81bb6090525405128347bdf7e47ccdab6b6632918ef794a951dddab8a6e5e1eaac6ae41c32317265a166ece75532d1f0ed7ab13 SHA512 d26dc34a028d075063822db7d2ff64288b6345cc9d135ae14532b30deae30ee3b809e2075fc2de981bc2c4d3181e76a6d89b6155bec9d2aa690a29c472f338f1 -DIST karlson2k-EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE.asc 4994 BLAKE2B 1f9eb0aa78fa3637e8de3a10ca1bb9a88a964e87ec08cc5929a885dbe079bc2e5e44edf2a918a84f5633f5a5c00927d0d83fd98e1cc06172154e3d8694e2c7a1 SHA512 3935313ae8f0cb8af6fd280fd02c2eec426b2bcd14c79ff8aaa8ed2bb2ee9259de2ea15eb7f93018963bd23c08916c5cca9e2266f67b5d2cd5b3c2aa4bd1a3e3 diff --git a/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml b/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml deleted file mode 100644 index 5fa558c1213c..000000000000 --- a/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>k2k@narod.ru</email> - <name>Evgeny Grin</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild deleted file mode 100644 index bff0a8e1f15d..000000000000 --- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="OpenPGP keys used to sign GNU libmicrohttpd releases" -HOMEPAGE="https://savannah.gnu.org/projects/libmicrohttpd/" -if [[ ${PV} == 9999* ]] ; then - PROPERTIES="live" - - BDEPEND="|| ( net-misc/wget[gnutls] net-misc/wget[ssl] )" -else - KARLSON2K_ID='EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' - CHRISTIAN_ID='D8423BCB326C7907033929C7939E6BE1E29FC3CC' - # Technically public keys are not stable. - # While the fingerprint is stable, the contents of the key can be - # changed at any time by an additional user ID (email address), - # an additional signature or updated date of expiration. - SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc - https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -fi - -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="${PV}" - -src_unpack() { - if [[ ${PV} == 9999* ]] ; then - # The release keyring can be changed at any moment and should always match the latest release - wget 'https://savannah.gnu.org/project/release-gpgkeys.php?group=libmicrohttpd&download=1' -O libmicrohttpd-keyring.gpg || die - else - default - fi -} - -src_install() { - local files - local key_file - - if [[ ${PV} == 9999* ]] ; then - files=( "${WORKDIR}/libmicrohttpd-keyring.gpg" ) - else - for key_file in ${A} ; do - files+=( "${DISTDIR}/${key_file}" ) - done - fi - - insinto /usr/share/openpgp-keys - newins - libmicrohttpd-${PV}.asc < <(cat "${files[@]}" || die) -} diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild deleted file mode 100644 index 4301520a67ca..000000000000 --- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="OpenPGP keys used to sign GNU libmicrohttpd releases" -HOMEPAGE="https://savannah.gnu.org/projects/libmicrohttpd/" -if [[ ${PV} == 9999* ]] ; then - PROPERTIES="live" - - BDEPEND="|| ( net-misc/wget[gnutls] net-misc/wget[ssl] )" -else - KARLSON2K_ID='EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' - CHRISTIAN_ID='D8423BCB326C7907033929C7939E6BE1E29FC3CC' - # Technically public keys are not stable. - # While the fingerprint is stable, the contents of the key can be - # changed at any time by an additional user ID (email address), - # an additional signature or updated date of expiration. - SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc - https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -fi - -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="${PV}" - -src_unpack() { - if [[ ${PV} == 9999* ]] ; then - # The release keyring can be changed at any moment and should always match the latest release - wget 'https://savannah.gnu.org/project/release-gpgkeys.php?group=libmicrohttpd&download=1' -O libmicrohttpd-keyring.gpg || die - else - default - fi -} - -src_install() { - local files - local key_file - - if [[ ${PV} == 9999* ]] ; then - files=( "${WORKDIR}/libmicrohttpd-keyring.gpg" ) - else - for key_file in ${A} ; do - files+=( "${DISTDIR}/${key_file}" ) - done - fi - - insinto /usr/share/openpgp-keys - newins - libmicrohttpd-${PV}.asc < <(cat "${files[@]}" || die) -} |
