summaryrefslogtreecommitdiff
path: root/sec-keys/openpgp-keys-lighttpd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-08 06:02:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-08 06:02:21 +0100
commit32c16465e56b0122cf6e5a4625e9c7b56b107b07 (patch)
tree600c43152c825fda5f210dd7cb52b357eb6f2602 /sec-keys/openpgp-keys-lighttpd
parent607c0755d4f6476e326fb33795df7216a7bcff18 (diff)
gentoo auto-resync : 08:10:2023 - 06:02:21
Diffstat (limited to 'sec-keys/openpgp-keys-lighttpd')
-rw-r--r--sec-keys/openpgp-keys-lighttpd/Manifest3
-rw-r--r--sec-keys/openpgp-keys-lighttpd/metadata.xml8
-rw-r--r--sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild20
3 files changed, 31 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-lighttpd/Manifest b/sec-keys/openpgp-keys-lighttpd/Manifest
new file mode 100644
index 000000000000..1be071f9249a
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/Manifest
@@ -0,0 +1,3 @@
+DIST openpgp-keys-lighttpd-20231008.asc 5397 BLAKE2B 6a234c7ea217fe5819ab06a1c87544752c097bfa8cb765a2742ffd82086887aa43962059d823a5262710983f54c28928051aea709534a3d556d6a479caf0da6c SHA512 000a10351998f0d058a0e127040127e8baeca33f9bf5c76c0df33dd85c863f6838d0dc60b6d964f1b6d760328ed1e0dfb91663795fa5b1ce112e26f228298abf
+EBUILD openpgp-keys-lighttpd-20231008.ebuild 570 BLAKE2B f2a8da3e3b3114b5cc26992e2898a2221b0073d964933d77d51c72823c52f242227eb1b1cae89eb4da6bd4886442079a8f7db338bedeab3b4f68bec92ef12363 SHA512 702cb6f17c6340b0fec4bafe3388b01d98a543da3e976734fc78a40e08d9bc5ce1909c7841c37cd7833b1c90c78c5d50776fb1be75f34ad8b18a855d062bf043
+MISC metadata.xml 369 BLAKE2B 6cc19ae6c320ce326a51aa83486490be1cfd4219c79b926da9afa9cddc28d1cd793abd7ad6a334b482a1cffde812ebc44ea869c7ae024c2365a5bb55448fd890 SHA512 db84772cf1584b166aa81c3238a8bb312ab781f9c8285df37d5a7fb9e84af602b9ea9075d582bd1b350610f8502d6d03e4c91f5378d61924c2350591f632e65b
diff --git a/sec-keys/openpgp-keys-lighttpd/metadata.xml b/sec-keys/openpgp-keys-lighttpd/metadata.xml
new file mode 100644
index 000000000000..38bfb729261e
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
new file mode 100644
index 000000000000..983d36fca412
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign lighttpd"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+src_install() {
+ local files=( ${A} )
+
+ insinto /usr/share/openpgp-keys
+ newins - lighttpd.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}