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 2CC2B1386E2 for ; Fri, 21 Oct 2016 22:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35482E07F7; Fri, 21 Oct 2016 22:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12079E07F7 for ; Fri, 21 Oct 2016 22:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8212F341697 for ; Fri, 21 Oct 2016 22:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDAA12F2 for ; Fri, 21 Oct 2016 22:10:07 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1477087683.9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dehydrated/Manifest app-crypt/dehydrated/dehydrated-0.3.1.ebuild app-crypt/dehydrated/metadata.xml X-VCS-Directories: app-crypt/dehydrated/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593 X-VCS-Branch: master Date: Fri, 21 Oct 2016 22:10:07 +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: 2e523143-a379-4f68-9588-1d014c793abd X-Archives-Hash: 605c462a44660f7bcc5f325d435cde96 commit: 9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Oct 21 22:08:03 2016 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Oct 21 22:08:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa69bcf app-crypt/dehydrated: added ebuild Package-Manager: portage-2.3.2 app-crypt/dehydrated/Manifest | 1 + app-crypt/dehydrated/dehydrated-0.3.1.ebuild | 24 ++++++++++++++++++++++++ app-crypt/dehydrated/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest new file mode 100644 index 00000000..445ea82 --- /dev/null +++ b/app-crypt/dehydrated/Manifest @@ -0,0 +1 @@ +DIST dehydrated-0.3.1.tar.gz 71375 SHA256 7c9b9475b442dd19dbc33a26426444054781e14a2f122d2a2405f81093484239 SHA512 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9 WHIRLPOOL 4d96d8a2b8d09a5800b1bc4236d82632199860c64a29a1d49ea7a377611a98b90bd0b0059323e588d9a53a2168ceb1239d678514c39176da38286d349b201fc4 diff --git a/app-crypt/dehydrated/dehydrated-0.3.1.ebuild b/app-crypt/dehydrated/dehydrated-0.3.1.ebuild new file mode 100644 index 00000000..55611d3 --- /dev/null +++ b/app-crypt/dehydrated/dehydrated-0.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="a client for signing certificates with an ACME-server" +HOMEPAGE="https://github.com/lukas2511/dehydrated" +SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-shells/bash" + +src_install() { + dobin dehydrated + insinto "/etc/${PN}" + doins docs/examples/{config,domains.txt,hook.sh} + dodoc docs/*.md + default + +} diff --git a/app-crypt/dehydrated/metadata.xml b/app-crypt/dehydrated/metadata.xml new file mode 100644 index 00000000..56df135 --- /dev/null +++ b/app-crypt/dehydrated/metadata.xml @@ -0,0 +1,7 @@ + + + + + mschiff@gentoo.org + +