summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-08 01:41:10 +0100
committerSam James <sam@gentoo.org>2023-10-08 01:41:10 +0100
commit082957f80b5a87a06f32b13eba06f20d3206d7de (patch)
tree41f343b83d3fa14de3b9115ce64d059e10edab79
parentsec-keys/openpgp-keys-gentoo-developers: add 20231002 (diff)
downloadgentoo-082957f80b5a87a06f32b13eba06f20d3206d7de.tar.gz
gentoo-082957f80b5a87a06f32b13eba06f20d3206d7de.tar.bz2
gentoo-082957f80b5a87a06f32b13eba06f20d3206d7de.zip
sec-keys/openpgp-keys-lighttpd: new package, add 20231008
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sec-keys/openpgp-keys-lighttpd/Manifest1
-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, 29 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..19a9372f888c
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-lighttpd-20231008.asc 5397 BLAKE2B 6a234c7ea217fe5819ab06a1c87544752c097bfa8cb765a2742ffd82086887aa43962059d823a5262710983f54c28928051aea709534a3d556d6a479caf0da6c SHA512 000a10351998f0d058a0e127040127e8baeca33f9bf5c76c0df33dd85c863f6838d0dc60b6d964f1b6d760328ed1e0dfb91663795fa5b1ce112e26f228298abf
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)
+}