public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/
Date: Wed,  4 Jul 2018 21:00:45 +0000 (UTC)	[thread overview]
Message-ID: <1530738040.9ba7015a40c0b6691453367b57c9dca5dbfc9454.mgorny@gentoo> (raw)

commit:     9ba7015a40c0b6691453367b57c9dca5dbfc9454
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  4 20:57:12 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  4 21:00:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba7015a

app-crypt/glep63-check: New GLEP 63 key compliance checker

 app-crypt/glep63-check/Manifest              |  1 +
 app-crypt/glep63-check/glep63-check-1.ebuild | 29 ++++++++++++++++++++++++++++
 app-crypt/glep63-check/metadata.xml          | 16 +++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
new file mode 100644
index 00000000000..b1a03691cde
--- /dev/null
+++ b/app-crypt/glep63-check/Manifest
@@ -0,0 +1 @@
+DIST glep63-check-1.tar.gz 4632 BLAKE2B 3632199ca9ca8516a833aa6d93885f40a761c47ab5bc5685582c6c8e294af0d5a6e258656208c9a65c1c5d4852d5e32374a77b39a0dcf491605df4b733d2c162 SHA512 16e3031b9b04af09ba446c76e8776d802d197d2d1f934c9a409509a81fd299306b451ea3e52d1ac5b75c9d0c9a0d7f93b73e26732ecf51c5c3afe53f0c0868aa

diff --git a/app-crypt/glep63-check/glep63-check-1.ebuild b/app-crypt/glep63-check/glep63-check-1.ebuild
new file mode 100644
index 00000000000..1ffa43933fb
--- /dev/null
+++ b/app-crypt/glep63-check/glep63-check-1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit python-single-r1
+
+DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
+HOMEPAGE="https://github.com/mgorny/glep63-check/"
+SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	app-crypt/gnupg"
+
+src_compile() {
+	python_fix_shebang glep63-check
+}
+
+src_install() {
+	dobin glep63-check
+}

diff --git a/app-crypt/glep63-check/metadata.xml b/app-crypt/glep63-check/metadata.xml
new file mode 100644
index 00000000000..3c8bc0ae71d
--- /dev/null
+++ b/app-crypt/glep63-check/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>https://github.com/mgorny/glep63-check/issues/</bugs-to>
+		<remote-id type="github">mgorny/glep63-check</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-07-04 21:00 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 21:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-21  9:22 [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ Michał Górny
2018-07-29 21:04 Michał Górny
2018-07-31 10:28 Michał Górny
2018-07-31 10:28 Michał Górny
2018-08-02 15:15 Michał Górny
2018-08-03  9:58 Michał Górny
2018-09-09  1:12 Thomas Deutschmann
2018-09-09  7:48 Mikle Kolyada
2018-09-11  8:18 Michał Górny
2019-05-02  5:52 Michał Górny
2019-05-02 16:44 Michał Górny
2019-05-02 18:31 Mikle Kolyada
2019-05-02 18:31 Mikle Kolyada
2019-05-11 10:08 Michał Górny
2019-05-11 12:38 Michał Górny
2019-06-02  6:40 Michał Górny
2019-06-05  6:48 Agostino Sarubbo
2019-06-08  8:00 Michał Górny
2020-04-15  5:33 Mike Gilbert
2020-05-26  3:10 Mike Gilbert
2020-12-14 22:08 Mike Gilbert
2021-06-13 15:27 Michał Górny
2021-09-28  6:31 Michał Górny
2022-02-10 10:27 Michał Górny
2022-02-10 11:13 Jakov Smolić
2022-02-10 12:02 Michał Górny
2023-01-10  4:44 Sam James
2023-03-09  7:38 Arthur Zamarin
2023-04-25 13:42 Arthur Zamarin
2023-04-25 13:43 Arthur Zamarin
2023-04-25 14:09 Arthur Zamarin
2023-04-25 19:49 Sam James
2024-03-03 16:20 Michał Górny
2024-03-03 16:20 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 19:07 Michał Górny
2024-10-07  6:22 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=1530738040.9ba7015a40c0b6691453367b57c9dca5dbfc9454.mgorny@gentoo \
    --to=mgorny@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