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 00F1E1382C5 for ; Thu, 4 Feb 2021 19:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F03E0976; Thu, 4 Feb 2021 19:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC06E0976 for ; Thu, 4 Feb 2021 19:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1E623427CB for ; Thu, 4 Feb 2021 19:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2922649 for ; Thu, 4 Feb 2021 19:43:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1612467715.6e3e495997f6229c3aaf19e2f5418f420695c0ac.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dehydrated/dehydrated-0.6.5.ebuild app-crypt/dehydrated/dehydrated-0.7.0.ebuild X-VCS-Directories: app-crypt/dehydrated/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6e3e495997f6229c3aaf19e2f5418f420695c0ac X-VCS-Branch: master Date: Thu, 4 Feb 2021 19:43:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2f9dba4-a3e0-4a8c-9a30-8eabb4062956 X-Archives-Hash: dd340ba033ec247e8c365d20f9fba233 commit: 6e3e495997f6229c3aaf19e2f5418f420695c0ac Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Feb 4 19:41:55 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Feb 4 19:41:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3e4959 app-crypt/dehydrated: fix description Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> app-crypt/dehydrated/dehydrated-0.6.5.ebuild | 4 ++-- app-crypt/dehydrated/dehydrated-0.7.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild index fab5c7c8615..6f4d78f26c1 100644 --- a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" inherit user -DESCRIPTION="a client for signing certificates with an ACME-server" +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" diff --git a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild b/app-crypt/dehydrated/dehydrated-0.7.0.ebuild index a0b9dd29497..270fc0def55 100644 --- a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -DESCRIPTION="a client for signing certificates with an ACME-server" +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"