diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-12-20 17:36:47 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-12-20 17:53:35 +0100 |
commit | 67742bf898819ae46dec8424f619be1a5443935f (patch) | |
tree | 1d07d6b79ff9bf263c18f5cb1b2893e59a174bac /app-crypt | |
parent | sci-calculators/calculator-1.7.54-r0: stable on amd64 (diff) | |
download | gentoo-67742bf898819ae46dec8424f619be1a5443935f.tar.gz gentoo-67742bf898819ae46dec8424f619be1a5443935f.tar.bz2 gentoo-67742bf898819ae46dec8424f619be1a5443935f.zip |
app-crypt/manuale: Initial version
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/manuale/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/manuale/manuale-1.0.3.ebuild | 25 | ||||
-rw-r--r-- | app-crypt/manuale/metadata.xml | 11 |
3 files changed, 37 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <upstream> + <remote-id type="github">veeti/manuale</remote-id> + </upstream> +</pkgmetadata> |