commit:     67742bf898819ae46dec8424f619be1a5443935f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:36:47 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:53:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67742bf8

app-crypt/manuale: Initial version

Package-Manager: portage-2.3.3

 app-crypt/manuale/Manifest             |  1 +
 app-crypt/manuale/manuale-1.0.3.ebuild | 25 +++++++++++++++++++++++++
 app-crypt/manuale/metadata.xml         | 11 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
new file mode 100644
index 00000000..d1dc7f4
--- /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 00000000..03cb105
--- /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 00000000..390ea10
--- /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>[email protected]</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">veeti/manuale</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to