From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C747A138334 for ; Wed, 4 Jul 2018 21:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06038E091B; Wed, 4 Jul 2018 21:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5E17E091B for ; Wed, 4 Jul 2018 21:00:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A17DE335C90 for ; Wed, 4 Jul 2018 21:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03CDB2E2 for ; Wed, 4 Jul 2018 21:00:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1530738040.9ba7015a40c0b6691453367b57c9dca5dbfc9454.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/Manifest app-crypt/glep63-check/glep63-check-1.ebuild app-crypt/glep63-check/metadata.xml X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ba7015a40c0b6691453367b57c9dca5dbfc9454 X-VCS-Branch: master Date: Wed, 4 Jul 2018 21:00:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd05b047-1be9-4542-bfa9-f1f05466adbd X-Archives-Hash: 557f17b80d9a865ba1793a38d640faa0 commit: 9ba7015a40c0b6691453367b57c9dca5dbfc9454 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 4 20:57:12 2018 +0000 Commit: Michał Górny gentoo 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 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://github.com/mgorny/glep63-check/issues/ + mgorny/glep63-check + +