public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libarchive/
@ 2022-03-24 18:07 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2022-03-24 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4cb7f371a70d9cdaab397118d6233c01abe26b21
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Thu Mar 24 14:30:35 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 18:07:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb7f371

sec-keys/openpgp-keys-libarchive: Added package.

Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sec-keys/openpgp-keys-libarchive/Manifest          |  1 +
 sec-keys/openpgp-keys-libarchive/metadata.xml      |  8 ++++++++
 .../openpgp-keys-libarchive-20220324.ebuild        | 22 ++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/sec-keys/openpgp-keys-libarchive/Manifest b/sec-keys/openpgp-keys-libarchive/Manifest
new file mode 100644
index 000000000000..8e4d8a9943d9
--- /dev/null
+++ b/sec-keys/openpgp-keys-libarchive/Manifest
@@ -0,0 +1 @@
+DIST libarchive-A5A45B12AD92D964B89EEE2DEC560C81CEC2276E.asc 4008 BLAKE2B f1456f8161182520d472864d4c51effef8c8ec354cba636ed7d13b06bed0dae9cc557ef4faba1e09eb773240cda8eba854fd7de36be1662f1c967d61bda3c155 SHA512 ea97ab1992ee0862e7bc65bacde3b7175de361c49574ac836abd8b59e304cbd4e25b6e4354a49e3c77300b0f82d9b5430eb38f1db3d1fd6c8d41b9327f8504fa

diff --git a/sec-keys/openpgp-keys-libarchive/metadata.xml b/sec-keys/openpgp-keys-libarchive/metadata.xml
new file mode 100644
index 000000000000..5a9372a753a9
--- /dev/null
+++ b/sec-keys/openpgp-keys-libarchive/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>mgorny@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20220324.ebuild b/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20220324.ebuild
new file mode 100644
index 000000000000..94c060c5fc85
--- /dev/null
+++ b/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20220324.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by the libarchive project"
+HOMEPAGE="https://www.libarchive.org/"
+SRC_URI="
+	https://keys.openpgp.org/vks/v1/by-fingerprint/A5A45B12AD92D964B89EEE2DEC560C81CEC2276E
+		-> libarchive-A5A45B12AD92D964B89EEE2DEC560C81CEC2276E.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 - libarchive.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libarchive/
@ 2022-12-09 16:31 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2022-12-09 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     54147560205d3b808c002b234aa39d2a8f289d8b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 16:06:53 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 16:31:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54147560

sec-keys/openpgp-keys-libarchive: Add 20221209

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sec-keys/openpgp-keys-libarchive/Manifest          |  1 +
 .../openpgp-keys-libarchive-20221209.ebuild        | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sec-keys/openpgp-keys-libarchive/Manifest b/sec-keys/openpgp-keys-libarchive/Manifest
index 8e4d8a9943d9..9b5e7c26e1dd 100644
--- a/sec-keys/openpgp-keys-libarchive/Manifest
+++ b/sec-keys/openpgp-keys-libarchive/Manifest
@@ -1 +1,2 @@
 DIST libarchive-A5A45B12AD92D964B89EEE2DEC560C81CEC2276E.asc 4008 BLAKE2B f1456f8161182520d472864d4c51effef8c8ec354cba636ed7d13b06bed0dae9cc557ef4faba1e09eb773240cda8eba854fd7de36be1662f1c967d61bda3c155 SHA512 ea97ab1992ee0862e7bc65bacde3b7175de361c49574ac836abd8b59e304cbd4e25b6e4354a49e3c77300b0f82d9b5430eb38f1db3d1fd6c8d41b9327f8504fa
+DIST libarchive-DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B.asc 3285 BLAKE2B e8a0b70c5d91dd55a79aa0ebc5312d26a28644d241dddf36f35af3d1416610402e311210db6d35afa47b8909d0d762a750d400f73bb88784d53714978904b3e4 SHA512 ae8c5ce65c5ea287e1a193c3f0c0ce40854bc3cfd91a14bef7012a0927137830f922ef023ad36e02a43490d1768d021ef0ef72ca2a1ac741b30d385b81357ba4

diff --git a/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20221209.ebuild b/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20221209.ebuild
new file mode 100644
index 000000000000..c25d5fb9cd58
--- /dev/null
+++ b/sec-keys/openpgp-keys-libarchive/openpgp-keys-libarchive-20221209.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by the libarchive project"
+HOMEPAGE="https://www.libarchive.org/"
+SRC_URI="
+	https://keys.openpgp.org/vks/v1/by-fingerprint/DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B
+		-> libarchive-DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B.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 - libarchive.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-09 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 16:31 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libarchive/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2022-03-24 18:07 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox