Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_nss/
Date: Fri, 27 Oct 2017 23:07:03
Message-Id: 1509145603.39853d3dc74a0911e8a9656475df0c109f144030.monsieurp@gentoo
1 commit: 39853d3dc74a0911e8a9656475df0c109f144030
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 30 18:56:36 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 23:06:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39853d3d
7
8 www-apache/mod_nss: fix HOMEPAGE, SRC_URI.
9
10 www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild b/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild
14 index 551b08179f3..bc7333c7cf6 100644
15 --- a/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild
16 +++ b/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit autotools apache-module eutils
24
25 DESCRIPTION="SSL/TLS module for the Apache HTTP server"
26 -HOMEPAGE="https://fedorahosted.org/mod_nss/"
27 -SRC_URI="https://fedorahosted.org/released/mod_nss/${P}.tar.gz"
28 +HOMEPAGE="https://pagure.io/mod_nss"
29 +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"
30
31 LICENSE="Apache-2.0"
32 SLOT="0"