* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/openpgp-keys-skyjake/
@ 2021-12-25 7:46 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2021-12-25 7:46 UTC (permalink / raw
To: gentoo-commits
commit: ed524e59496e590bb75b91dd3baa471291a20df6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Dec 24 10:35:37 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Dec 25 07:45:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed524e59
sec-keys/openpgp-keys-skyjake: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/openpgp-keys-skyjake/Manifest | 1 +
sec-keys/openpgp-keys-skyjake/metadata.xml | 8 ++++++++
.../openpgp-keys-skyjake-20211224.ebuild | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/sec-keys/openpgp-keys-skyjake/Manifest b/sec-keys/openpgp-keys-skyjake/Manifest
new file mode 100644
index 000000000..fb581f1bc
--- /dev/null
+++ b/sec-keys/openpgp-keys-skyjake/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-skyjake-20211224.asc 1722 BLAKE2B a0567cef1a6a2535723f6fb70e6a1c998f5d1042114f811bd196623e23a85d1e5e26d1ea00c8ab1d86931bc073c1d5cdb22de91deddf2bf0fe6ab4726e9b17da SHA512 c508689cc867b0c3122f8000be1f80a2348ac5a7ef889d025e099f03fc9dff0d3532d2e8bf0fe0edf0abbd13faacdb3a2a5eec9712b9523a830eff6f00ac264d
diff --git a/sec-keys/openpgp-keys-skyjake/metadata.xml b/sec-keys/openpgp-keys-skyjake/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/sec-keys/openpgp-keys-skyjake/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>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
new file mode 100644
index 000000000..8a0f991da
--- /dev/null
+++ b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN#openpgp-key-}"
+DESCRIPTION="OpenPGP keys used by Jaakko Keränen"
+HOMEPAGE="https://gmi.skyjake.fi"
+SRC_URI="https://gmi.skyjake.fi/pgp_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 - ${MY_PN}.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/openpgp-keys-skyjake/
@ 2022-01-02 18:55 Andrew Ammerlaan
2022-01-02 18:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 18:55 UTC (permalink / raw
To: gentoo-commits
commit: cd6dae7dc65bafc383593d90c9682296b0f41d6e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 18:51:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 18:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd6dae7d
sec-keys/openpgp-keys-skyjake: remove non-ASCII character
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
index 8a0f991da..50783f0f2 100644
--- a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
+++ b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN#openpgp-key-}"
-DESCRIPTION="OpenPGP keys used by Jaakko Keränen"
+DESCRIPTION="OpenPGP keys used by Jaakko Keranen"
HOMEPAGE="https://gmi.skyjake.fi"
SRC_URI="https://gmi.skyjake.fi/pgp_public_key.txt -> ${P}.asc"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sec-keys/openpgp-keys-skyjake/
2022-01-02 18:55 [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/openpgp-keys-skyjake/ Andrew Ammerlaan
@ 2022-01-02 18:55 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 18:55 UTC (permalink / raw
To: gentoo-commits
commit: cd6dae7dc65bafc383593d90c9682296b0f41d6e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 18:51:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 18:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd6dae7d
sec-keys/openpgp-keys-skyjake: remove non-ASCII character
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
index 8a0f991da..50783f0f2 100644
--- a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
+++ b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN#openpgp-key-}"
-DESCRIPTION="OpenPGP keys used by Jaakko Keränen"
+DESCRIPTION="OpenPGP keys used by Jaakko Keranen"
HOMEPAGE="https://gmi.skyjake.fi"
SRC_URI="https://gmi.skyjake.fi/pgp_public_key.txt -> ${P}.asc"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/openpgp-keys-skyjake/
@ 2023-05-12 9:32 Matt Jolly
0 siblings, 0 replies; 4+ messages in thread
From: Matt Jolly @ 2023-05-12 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 36a9817518cab9a3b2039f37d5615c577415baac
Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 09:07:54 2023 +0000
Commit: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
CommitDate: Fri May 12 09:19:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36a98175
sec-keys/openpgp-keys-skyjake: destabilize 20211224 for ~x86
https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
index 2dde20fa2..068befba3 100644
--- a/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
+++ b/sec-keys/openpgp-keys-skyjake/openpgp-keys-skyjake-20211224.ebuild
@@ -11,7 +11,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] 4+ messages in thread
end of thread, other threads:[~2023-05-12 9:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 18:55 [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/openpgp-keys-skyjake/ Andrew Ammerlaan
2022-01-02 18:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-05-12 9:32 [gentoo-commits] repo/proj/guru:dev " Matt Jolly
2021-12-25 7:46 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox