From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-bobfriesenhahn/
Date: Sat, 26 Mar 2022 21:21:57 +0000 (UTC) [thread overview]
Message-ID: <1648329566.0e0210b2d42c8552371e9b8089116e8e9dc85307.sam@gentoo> (raw)
commit: 0e0210b2d42c8552371e9b8089116e8e9dc85307
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 21:15:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 21:19:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0210b2
sec-keys/openpgp-keys-bobfriesenhahn: initial import
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-bobfriesenhahn/Manifest | 1 +
sec-keys/openpgp-keys-bobfriesenhahn/metadata.xml | 33 ++++++++++++++++++++++
.../openpgp-keys-bobfriesenhahn-20220326.ebuild | 21 ++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/sec-keys/openpgp-keys-bobfriesenhahn/Manifest b/sec-keys/openpgp-keys-bobfriesenhahn/Manifest
new file mode 100644
index 000000000000..9b1ed0ae7cbd
--- /dev/null
+++ b/sec-keys/openpgp-keys-bobfriesenhahn/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-bobfriesenhahn-20220326.asc 10049 BLAKE2B 4756d092f3f6f3cbc1791a172e2fd64b37e5428a3bc81784c842647197e2d10b9f238fca11c9a38cfb6838015bf2b93e9e222a4a360b4bee300b839203b72ee5 SHA512 9c01cfa9dcc18a26a690a67232821682dbce0b8f5b7cea17fde50bacb202eae24bc7c373dc24256f40cd1c9ec39d9a058d6f7b55c0c015f92c4938dde77225a1
diff --git a/sec-keys/openpgp-keys-bobfriesenhahn/metadata.xml b/sec-keys/openpgp-keys-bobfriesenhahn/metadata.xml
new file mode 100644
index 000000000000..270526b3183b
--- /dev/null
+++ b/sec-keys/openpgp-keys-bobfriesenhahn/metadata.xml
@@ -0,0 +1,33 @@
+<?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>
+ <maintainer type="project">
+ <email>codec@gentoo.org</email>
+ <name>Gentoo Codec Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is a port of GraphicsMagick(TM), the "swiss army knife" of
+ image processing. It provides a robust collection of tools and libraries
+ which support reading, writing, and manipulating an image in over 88 major
+ formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF,
+ SVG and TIFF.
+ The program is the fork of a better-known ImageMagick (5.5.2), which
+ emphasizes end-user and API-stabilities.
+ </longdescription>
+ <use>
+ <flag name="fpx">Enable FlashPix support with <pkg>media-libs/libfpx</pkg></flag>
+ <flag name="dynamic-loading">Compile graphicsmagick with dynamically
+ loadable modules</flag>
+ <flag name="heif">Add HEIF/HEIC image support</flag>
+ <flag name="jpegxl">Enable support for JPEG XL image format</flag>
+ <flag name="q16">Set storage quantum size to 16 (~2*memory)</flag>
+ <flag name="q32">Set storage quantum size to 32 (~5*memory)</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">graphicsmagick</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-bobfriesenhahn/openpgp-keys-bobfriesenhahn-20220326.ebuild b/sec-keys/openpgp-keys-bobfriesenhahn/openpgp-keys-bobfriesenhahn-20220326.ebuild
new file mode 100644
index 000000000000..ca77b7e888ec
--- /dev/null
+++ b/sec-keys/openpgp-keys-bobfriesenhahn/openpgp-keys-bobfriesenhahn-20220326.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Bob Friesenhahn"
+HOMEPAGE="http://www.simplesystems.org/users/bfriesen/"
+# http://www.graphicsmagick.org/security.html
+SRC_URI="http://www.simplesystems.org/users/bfriesen/public-key.txt -> ${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+src_install() {
+ local files=( ${A} )
+
+ insinto /usr/share/openpgp-keys
+ newins - bobfriesenhahn.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
next reply other threads:[~2022-03-26 21:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-26 21:21 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-26 21:22 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-bobfriesenhahn/ Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1648329566.0e0210b2d42c8552371e9b8089116e8e9dc85307.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox