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 2C34E1382C5 for ; Sun, 28 Mar 2021 09:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AE1AE0869; Sun, 28 Mar 2021 09:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E6F8DE0869 for ; Sun, 28 Mar 2021 09:39:39 +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 60B11340DB7 for ; Sun, 28 Mar 2021 09:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA18F637 for ; Sun, 28 Mar 2021 09:39:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616923311.7e07cf5211e992bc6f329fab195e54aeaa61d647.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/reop/reop-2.1.1.ebuild X-VCS-Directories: app-crypt/reop/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7e07cf5211e992bc6f329fab195e54aeaa61d647 X-VCS-Branch: dev Date: Sun, 28 Mar 2021 09:39:36 +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: b3d9c224-401c-43f6-bb6d-7dc687b83ef6 X-Archives-Hash: f86b73703135e75103451d58736f3c2e commit: 7e07cf5211e992bc6f329fab195e54aeaa61d647 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 09:21:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 09:21:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e07cf52 app-crypt/reop: use P in SRC_URI, fix StaticSrcUri Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> app-crypt/reop/reop-2.1.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild index 124477a86..848357b7e 100644 --- a/app-crypt/reop/reop-2.1.1.ebuild +++ b/app-crypt/reop/reop-2.1.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="reasonable expectation of privacy" HOMEPAGE="https://flak.tedunangst.com/post/reop" -SRC_URI="https://flak.tedunangst.com/files/reop-2.1.1.tgz" +SRC_URI="https://flak.tedunangst.com/files/${P}.tgz" + LICENSE="ISC" SLOT="0" KEYWORDS="~amd64"