* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-01-28 8:35 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-01-28 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 3564c11f682b9b723c40548da70bfd01dc01b27d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 08:26:45 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 08:35:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564c11f
app-crypt/openpgp-keys-bcl: Keys for parted
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/Manifest | 1 +
app-crypt/openpgp-keys-bcl/metadata.xml | 8 ++++++++
.../openpgp-keys-bcl-20210128.ebuild | 22 ++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/app-crypt/openpgp-keys-bcl/Manifest b/app-crypt/openpgp-keys-bcl/Manifest
new file mode 100644
index 00000000000..143db340029
--- /dev/null
+++ b/app-crypt/openpgp-keys-bcl/Manifest
@@ -0,0 +1 @@
+DIST bcl-publickeys.asc 29990 BLAKE2B 220a23b549c9f13f5b3a55200b07f34e8178e6a1dba69d484f564f0d1293a02c6ca3c986091be511122d43e465f6d32206f9bbcaffe42aef03d5d3eca2e79db0 SHA512 5740390fef55fa10e6f89743390706001bd9f7d242a19e906e140a116de1aad1d3c22b280a7e789e792e7636fd60b6d32ba30ed6d82ae13381cf8d27320cef1f
diff --git a/app-crypt/openpgp-keys-bcl/metadata.xml b/app-crypt/openpgp-keys-bcl/metadata.xml
new file mode 100644
index 00000000000..bd7d8787661
--- /dev/null
+++ b/app-crypt/openpgp-keys-bcl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>dist-kernel@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
new file mode 100644
index 00000000000..20b82f3831c
--- /dev/null
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by Brian C. Lane"
+HOMEPAGE="https://www.brianlane.com/about-brian-c-lane/"
+SRC_URI="
+ https://www.brianlane.com/publickeys.txt -> bcl-publickeys.asc
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+S=${WORKDIR}
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - bcl.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-05 14:19 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-03-05 14:19 UTC (permalink / raw
To: gentoo-commits
commit: deb891bec58bfbb1a4b1f059644415296219141b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 14:19:16 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 14:19:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb891be
app-crypt/openpgp-keys-bcl: x86 stable wrt bug #774234
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 20b82f3831c..156ecd4d971 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-05 14:25 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-03-05 14:25 UTC (permalink / raw
To: gentoo-commits
commit: b4a05eb6ce062156c76588c79519b73809656519
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 14:25:32 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 14:25:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a05eb6
app-crypt/openpgp-keys-bcl: amd64 stable wrt bug #774234
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 156ecd4d971..f131b26a66a 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-05 20:32 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-05 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 1ee8c413f0c8b14590012e79ce6f78aeeae34511
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 20:32:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:32:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee8c413
app-crypt/openpgp-keys-bcl: Stabilize 20210128 ppc, #774234
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index f131b26a66a..96474bfa29b 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-05 20:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-05 20:33 UTC (permalink / raw
To: gentoo-commits
commit: a34e6b2274e43438b83b2e65f67df918d2fc8418
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 20:33:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:33:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34e6b22
app-crypt/openpgp-keys-bcl: Stabilize 20210128 ppc64, #774234
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 96474bfa29b..53ff59eddfb 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-05 20:34 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-05 20:34 UTC (permalink / raw
To: gentoo-commits
commit: edffb8564eff998d471523944178e3256a79c18b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 5 20:34:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:34:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edffb856
app-crypt/openpgp-keys-bcl: Stabilize 20210128 sparc, #774234
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 53ff59eddfb..12dd03c3de8 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-06 7:26 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-06 7:26 UTC (permalink / raw
To: gentoo-commits
commit: d380d40ead0faf7630b271697d99763e136cf5b0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 07:26:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 07:26:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d380d40e
app-crypt/openpgp-keys-bcl: Stabilize 20210128 arm64, #774234
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 12dd03c3de8..780f96a33c0 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/
@ 2021-03-07 19:43 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-07 19:43 UTC (permalink / raw
To: gentoo-commits
commit: dbec7b826fd8444400a5f0d034aefcdd288a17f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 19:42:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 19:42:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbec7b82
app-crypt/openpgp-keys-bcl: Stabilize 20210128 arm, #774234
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
index 780f96a33c0..014fb81c248 100644
--- a/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
+++ b/app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-03-07 19:43 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-06 7:26 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-bcl/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-03-07 19:43 Sam James
2021-03-05 20:34 Sam James
2021-03-05 20:33 Sam James
2021-03-05 20:32 Sam James
2021-03-05 14:25 Agostino Sarubbo
2021-03-05 14:19 Agostino Sarubbo
2021-01-28 8:35 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