app-crypt/manuale: Initial version
authorManuel Rüger <mrueg@gentoo.org>
Tue, 20 Dec 2016 16:36:47 +0000 (17:36 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 20 Dec 2016 16:53:35 +0000 (17:53 +0100)
Package-Manager: portage-2.3.3

app-crypt/manuale/Manifest [new file with mode: 0644]
app-crypt/manuale/manuale-1.0.3.ebuild [new file with mode: 0644]
app-crypt/manuale/metadata.xml [new file with mode: 0644]

diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
new file mode 100644 (file)
index 0000000..d1dc7f4
--- /dev/null
@@ -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 (file)
index 0000000..03cb105
--- /dev/null
@@ -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 (file)
index 0000000..390ea10
--- /dev/null
@@ -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>