public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-04-16  2:30 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-16  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     759ff5e7cc50beb6542caf58bae44e009e622d0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 02:09:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 02:26:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759ff5e7

app-crypt/openpgp-keys-botan: initial import

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/Manifest                |  1 +
 app-crypt/openpgp-keys-botan/metadata.xml            |  9 +++++++++
 .../openpgp-keys-botan-20210416.ebuild               | 20 ++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-crypt/openpgp-keys-botan/Manifest b/app-crypt/openpgp-keys-botan/Manifest
new file mode 100644
index 00000000000..3d7aaaf3818
--- /dev/null
+++ b/app-crypt/openpgp-keys-botan/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-botan-20210416.asc 11506 BLAKE2B 3f601f0875d420cdc47a33d3c9de84efcd8cbe945d11b5831c1f860289495d5a0b02ac97c91b493e0e0fc50aa5fe22afbd323ba3607ad23e443f035c4860ebe7 SHA512 b4ce10cb9dff16059d766b490aeaacfa48dfc729a2339ec8aace9a19a62d07b645c8fcdd46ddcc9930caa839e2a057858342c21be91197a62b0c3212943aa165

diff --git a/app-crypt/openpgp-keys-botan/metadata.xml b/app-crypt/openpgp-keys-botan/metadata.xml
new file mode 100644
index 00000000000..a1af484833b
--- /dev/null
+++ b/app-crypt/openpgp-keys-botan/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
new file mode 100644
index 00000000000..368e5b6b5de
--- /dev/null
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used to sign Botan releases"
+HOMEPAGE="https://botan.randombit.net https://botan.randombit.net/pgpkey.txt"
+SRC_URI="https://botan.randombit.net/pgpkey.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 - botan.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-04-16  5:50 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-16  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     06959ea7d1960c375814480e62082537e72f9ad4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 05:45:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 05:48:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06959ea7

app-crypt/openpgp-keys-botan: add die on subshell cat

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
index 368e5b6b5de..dacd11b4fe4 100644
--- a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -16,5 +16,5 @@ src_install() {
 	local files=( ${A} )
 
 	insinto /usr/share/openpgp-keys
-	newins - botan.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+	newins - botan.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-06-09 21:08 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-06-09 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     49e9b6a6d52909c6e88ff7bfaab971fa5ebeab60
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  9 01:59:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 02:01:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e9b6a6

app-crypt/openpgp-keys-botan: Stabilize 20210416 amd64, #795009

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
index dacd11b4fe4..b5ff7d15ae8 100644
--- a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 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"
 
 src_install() {
 	local files=( ${A} )


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-06-09 21:08 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-06-09 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b132584bdf609fad430d528ae4e3d0a4dfbfb79c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  9 02:00:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 21:08:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b132584b

app-crypt/openpgp-keys-botan: Stabilize 20210416 x86, #795009

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
index b5ff7d15ae8..9e438b1ea52 100644
--- a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 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"
 
 src_install() {
 	local files=( ${A} )


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-06-10  6:26 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-06-10  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     500d6fe9897d3bfc04606e075b0d578ff495ba29
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 06:26:16 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 06:26:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500d6fe9

app-crypt/openpgp-keys-botan: ppc stable wrt bug #795009

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
index 9e438b1ea52..e1684916a03 100644
--- a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 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"
 
 src_install() {
 	local files=( ${A} )


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/
@ 2021-06-10  6:26 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-06-10  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     89f93f0d8b0735b4d51e4099ff4fc5798020db70
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 06:26:49 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 06:26:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f93f0d

app-crypt/openpgp-keys-botan: ppc64 stable wrt bug #795009

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
index e1684916a03..464b1013e38 100644
--- a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
+++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 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"
 
 src_install() {
 	local files=( ${A} )


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

end of thread, other threads:[~2021-06-10  6:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-16  2:30 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-botan/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-04-16  5:50 Sam James
2021-06-09 21:08 Sam James
2021-06-09 21:08 Sam James
2021-06-10  6:26 Agostino Sarubbo
2021-06-10  6:26 Agostino Sarubbo

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