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 2D92C138334 for ; Sat, 7 Dec 2019 07:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF40DE08CA; Sat, 7 Dec 2019 07:44:17 +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 A166BE08CA for ; Sat, 7 Dec 2019 07:44:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4D36734D869 for ; Sat, 7 Dec 2019 07:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3B068CC for ; Sat, 7 Dec 2019 07:44:13 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1575704646.04d5bbba99377c5631cab1525d5cd06880f6a554.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/couriersrs/couriersrs-0.1.2.ebuild mail-filter/couriersrs/metadata.xml X-VCS-Directories: mail-filter/couriersrs/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 04d5bbba99377c5631cab1525d5cd06880f6a554 X-VCS-Branch: master Date: Sat, 7 Dec 2019 07:44:13 +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: 7e726697-2630-4033-8a37-39dd319401aa X-Archives-Hash: e2730b33ec6c3735d6befbd364b33ec7 commit: 04d5bbba99377c5631cab1525d5cd06880f6a554 Author: Hanno Böck gentoo org> AuthorDate: Sat Dec 7 07:44:06 2019 +0000 Commit: Hanno Böck gentoo org> CommitDate: Sat Dec 7 07:44:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d5bbba mail-filter/couriersrs: Update upstream URLs Make HOME https. Let SRC_URI point to new github location. Add github upstream to metadata. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 6 +++--- mail-filter/couriersrs/metadata.xml | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild index a23e682a6f2..8cdb47abe40 100644 --- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild +++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA" -HOMEPAGE="http://couriersrs.com/" -SRC_URI="http://couriersrs.com/download/${P}.tar.gz" +HOMEPAGE="https://couriersrs.com/" +SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/mail-filter/couriersrs/metadata.xml b/mail-filter/couriersrs/metadata.xml index 28ef3c7b080..270badf0104 100644 --- a/mail-filter/couriersrs/metadata.xml +++ b/mail-filter/couriersrs/metadata.xml @@ -1,5 +1,10 @@ -hanno@gentoo.org + + hanno@gentoo.org + + + mawis/courier-srs +