From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A94971384B4 for ; Sun, 20 Dec 2015 11:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F0EDE0899; Sun, 20 Dec 2015 11:44:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99194E0899 for ; Sun, 20 Dec 2015 11:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7806B33F9D2 for ; Sun, 20 Dec 2015 11:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A32BACB1 for ; Sun, 20 Dec 2015 11:44:41 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1450611868.fb851f604fff8ac13b083165b5cfc6c72163b9d8.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/letsencrypt/Manifest app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild app-crypt/letsencrypt/letsencrypt-9999.ebuild X-VCS-Directories: app-crypt/letsencrypt/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fb851f604fff8ac13b083165b5cfc6c72163b9d8 X-VCS-Branch: master Date: Sun, 20 Dec 2015 11:44:41 +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: 071c066d-0020-4180-90a3-fc939783f1d0 X-Archives-Hash: 8289bcacdaf447eec4ed4dacad44c08c commit: fb851f604fff8ac13b083165b5cfc6c72163b9d8 Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 20 11:44:28 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 20 11:44:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb851f60 app-crypt/letsencrypt: Version bump. Fix SRC_URI Package-Manager: portage-2.2.26 app-crypt/letsencrypt/Manifest | 1 + .../letsencrypt/{letsencrypt-9999.ebuild => letsencrypt-0.1.1.ebuild} | 2 +- app-crypt/letsencrypt/letsencrypt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest index 327e5a2..9e247e2 100644 --- a/app-crypt/letsencrypt/Manifest +++ b/app-crypt/letsencrypt/Manifest @@ -1 +1,2 @@ DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96 WHIRLPOOL cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0 +DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99 WHIRLPOOL b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576 diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild similarity index 94% copy from app-crypt/letsencrypt/letsencrypt-9999.ebuild copy to app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild index 72156f5..f92eb1c 100644 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 KEYWORDS="" else - SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild index 72156f5..f92eb1c 100644 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 KEYWORDS="" else - SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi