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 119B61396DA for ; Tue, 21 Nov 2017 22:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20429E0D35; Tue, 21 Nov 2017 22:26:49 +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 EFF90E0D39 for ; Tue, 21 Nov 2017 22:26:48 +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 771B133D3CE for ; Tue, 21 Nov 2017 22:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 019C2A2F6 for ; Tue, 21 Nov 2017 22:26:46 +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: <1511303200.4b3b7f011e8b0a3134ceba9aab106df40aea836b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/gemato-9999.ebuild app-portage/gemato/metadata.xml X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b3b7f011e8b0a3134ceba9aab106df40aea836b X-VCS-Branch: master Date: Tue, 21 Nov 2017 22:26:46 +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: 25771a63-b415-48f7-b612-11a6bd53128d X-Archives-Hash: b241aedb7d803d5ffefc15d77f9c13ee commit: 4b3b7f011e8b0a3134ceba9aab106df40aea836b Author: Michał Górny gentoo org> AuthorDate: Tue Nov 21 22:22:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 21 22:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3b7f01 app-portage/gemato: New ebuild for Gentoo Manifest Tool app-portage/gemato/gemato-9999.ebuild | 31 +++++++++++++++++++++++++++++++ app-portage/gemato/metadata.xml | 18 ++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild new file mode 100644 index 00000000000..2df8e801b28 --- /dev/null +++ b/app-portage/gemato/gemato-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# backports.lzma is broken with pypy +# pyblake2 & pysha3 are broken with pypy3 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="Stand-alone Manifest generation & verification tool" +HOMEPAGE="https://github.com/mgorny/gemato" +SRC_URI="" +EGIT_REPO_URI="https://github.com/mgorny/gemato.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="+blake2 bzip2 +gpg lzma sha3" + +RDEPEND=" + blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) ) + bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) ) + gpg? ( app-crypt/gnupg ) + lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) ) + sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )" +DEPEND="${RDEPEND}" + +python_test() { + "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" +} diff --git a/app-portage/gemato/metadata.xml b/app-portage/gemato/metadata.xml new file mode 100644 index 00000000000..805485e949c --- /dev/null +++ b/app-portage/gemato/metadata.xml @@ -0,0 +1,18 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + Install dependencies needed for BLAKE2 hash + functions + Install dependencies needed for SHA3 hash + functions + + + https://github.com/mgorny/gemato/issues/ + mgorny/gemato + +