From: Manuel Rüger Date: Tue, 20 Dec 2016 16:36:47 +0000 (+0100) Subject: app-crypt/manuale: Initial version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=67742bf898819ae46dec8424f619be1a5443935f;p=gentoo.git app-crypt/manuale: Initial version Package-Manager: portage-2.3.3 --- diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest new file mode 100644 index 000000000000..d1dc7f4389e2 --- /dev/null +++ b/app-crypt/manuale/Manifest @@ -0,0 +1 @@ +DIST manuale-1.0.3.tar.gz 13407 SHA256 97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184 WHIRLPOOL aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70 diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild new file mode 100644 index 000000000000..03cb1054f4b2 --- /dev/null +++ b/app-crypt/manuale/manuale-1.0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A fully manual Let's Encrypt client" +HOMEPAGE="https://github.com/veeti/manuale" +SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +DOCS=( README.md CHANGELOG.md) diff --git a/app-crypt/manuale/metadata.xml b/app-crypt/manuale/metadata.xml new file mode 100644 index 000000000000..390ea1054ff0 --- /dev/null +++ b/app-crypt/manuale/metadata.xml @@ -0,0 +1,11 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + veeti/manuale + +